    #title_mobile{display:none;}
    .violet_color{color:#410049;}
@media only screen and (max-width:720px){
    #wrapper {position:margin: 0 auto;width: 100%;height: auto !important;height: 100%;min-height:100%;background-image: url(../images/bck_trans_2.png);background-repeat: repeat;font-size: small;line-height: 22px;letter-spacing: 1px;padding-bottom: 65px;box-sizing:border-box;}
    #topwrap,#title{display:none;}
    /* NAVIGATION */
    #navmobile{background-color:rgba(255,255,255,0.8);position:fixed;width:65%;bottom:0;top:0;left:-100%;display:flex;align-items:center;padding-left:12px;z-index:800;}
    #wrapper img{height:auto!important;}
    #box_bottomleft img{padding-left:5px;}
    #navmobile #navigation li {height:auto!important;}
    #navmobile #navigation li a{color:#000;font-size:15px;line-height:15px;height:auto!important;}
    #navmobile #navigation li a:hover{color:orange;}
    #navmobile #navigation li .active{color:orange;}
    /*Title*/
    #title_mobile{width:100%;height:auto;padding:10px;margin-bottom:120px;display:block;box-sizing:border-box;}
    .hamburger_container{width:30px;height:40px;cursor:pointer;position:absolute;top:230px;left:20px;display:block;z-index:999;}
    .hamburger_container .inner,
    .hamburger_container .inner:before,
    .hamburger_container .inner:after{background-color:#d0df99;width: 100%;height: 3px;content: '';position:absolute;top:20px; transition-timing-function: ease;transition-duration: .2s;transition-property: transform,opacity;}
    .hamburger_container .inner:before{top:-8px;height: 3px;}
    .hamburger_container .inner:after{top:8px;height: 3px;}
    .hamburger_container.open {width: 30px;height: 40px;cursor: pointer;position: fixed !important;top: 20px !important;left:20px;display: block;z-index: 999;}
    .hamburger_container.open .inner{transform: translate3d(0,8px,0) rotate(45deg);background-color:#000;}
    .hamburger_container.open .inner:after{transform: translate3d(0,-8px,0) rotate(-90deg);background-color:#000;}
    .hamburger_container.open .inner:before{transform: translate3d(0,-8px,0) rotate(90deg);width:0px;}
    .hamburger_container.open .inner{transform: translate3d(0,8px,0) rotate(45deg);}
    .show_menu{-webkit-animation: show_menu 500ms both;animation: show_menu 500ms both;}
    .hide_menu{-webkit-animation: hide_menu 500ms both;animation: hide_menu 500ms both;}
    @keyframes show_menu{0%{left:-100%;}100%{left: 0%;}}
    @keyframes hide_menu{0%{left: 0%}100%{left: -100%;}}
    /*Menufixed*/
    .hamburger_container_fixed{width:30px;height:40px;cursor:pointer;position:fixed;top:20px;left:20px;display:block;z-index:999;}
    .hamburger_container_fixed .inner,
    .hamburger_container_fixed .inner:before,
    .hamburger_container_fixed .inner:after{background-color:#d0df99;width: 100%;height: 3px;content: '';position:absolute;top:20px; transition-timing-function: ease;transition-duration: .2s;transition-property: transform,opacity;}
    .hamburger_container_fixed .inner:before{top:-8px;height: 3px;}
    .hamburger_container_fixed .inner:after{top:8px;height: 3px;}
    .hamburger_container_fixed.open {width: 30px;height: 40px;cursor: pointer;position: fixed;top: 20px;right: 50%;display: block;z-index: 999;}
    .hamburger_container_fixed.open .inner{transform: translate3d(0,8px,0) rotate(45deg);background-color:#000;}
    .hamburger_container_fixed.open .inner:after{transform: translate3d(0,-8px,0) rotate(-90deg);background-color:#000;}
    .hamburger_container_fixed.open .inner:before{transform: translate3d(0,-8px,0) rotate(90deg);width:0px;}
    .hamburger_container_fixed.open .inner{transform: translate3d(0,8px,0) rotate(45deg);}
    /*Content*/
    /*#box_bottomright h1{font-size:100%!important;}*/
    #box_bottomright img{float:none!important;margin-left:0;}
    #footer{position:relative;word-wrap: break-word;hyphens: auto;padding: 30px 20px 0px 20px;}
}
@media only screen and (max-width:360px){
    #navmobile{width:70%;}
}