/* Layout Globale */
.sidebar {
    width: 240px;
	}

.main{
	width: calc(100% - 320px);
	}

.site_wr{
	padding: 0 24px;
	}

/* Col Grid System */
.col_grid_3 .col{
    width: 48%;
    }

.col_grid_3 .col:nth-child(1n),
.col_grid_3 .col:nth-child(3n){
    margin-right: 4%;
    }

.col_grid_3 .col:nth-child(2n){
	margin-right: 0;
	}

/* Teaser */
.teaser{
	min-height: 440px;
	}

	.teaser_content h1{
		font-size: 64px;
		margin-bottom: 20px;
		}

	.teaser_content p{
		font-size: 20px;
		}

/* Page Elements Layout */
.disclaimer{
	margin-top: 40px;
	}

/* Layout Testata */
.logo_box{
	left: 24px;
	width: 140px;
	top: 14px;
	}


.logo-ub{
	margin-right: 24px;
	}

	.logo_box img{
		width: 100%;
		height: auto;
		}


.above_nav {
    padding: 14px 0;
	}

.site_header nav,
.below_nav{
	display: none;
	}





/* Hamburger */
#hamburger{
	display: block;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 34px;
    margin: 24px;
    }

#hamburger span{
    display: block;
    position: absolute;
	height: 5px;
    width: 100%;
    background: #FAA634;
    border-radius: 2px;
    opacity: 0.8;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    }

#hamburger span:nth-child(1) {
    top: 0px;
    }

#hamburger span:nth-child(2),
#hamburger span:nth-child(3) {
    top: 15px;
    }

#hamburger span:nth-child(4) {
    top: 30px;
    }

/* Opened */
.mm-wrapper_opened #hamburger span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
    }

.mm-wrapper_opened #hamburger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    }

.mm-wrapper_opened #hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

.mm-wrapper_opened #hamburger span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
    }

/* Mobile Menu */
.mm-panels{
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase;
	font-weight: bold;
    background: #607A9D;
    font-size: 1rem;
    color: #FFF;
    }

.mm-panel::before{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    content: "";
    }

.mm-panels li{
    width: 100%;
    left: 0;
    right: 0;
    }

.mm-panel,
.mm-listitem_vertical>.mm-panel{
    padding: 0;
    }

.mm-panels>.mm-panel>.mm-listview{
    margin: 0;
    }

.mm-listitem:after {
    border-color: rgba(255, 255, 255, 0.15);
    right: 14px;
    left: 14px;
    }

    .mm-listitem_opened.mm-listitem:after{
        opacity: 0;
        }

    .mm-listitem_opened ~ .mm-listitem:after{
        }

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth){
    width: 100%;
    height: 64px;
    }

.mm-btn_next:after,
.mm-listitem .mm-btn_next:before,
.mm-listitem_opened>.mm-btn_next:after{
    display: none;
    }

.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+a,
.mm-listitem .mm-btn_next:not(.mm-btn_fullwidth)+span{
    margin: 0;
    }

.mm-listitem>a,
.mm-listitem>span {
    padding: 22px;
    }

.mm-menu .mm-listitem_opened>.mm-btn_next,
.mm-menu .mm-listitem_opened>.mm-panel{
    background: rgba(0,0,0,0);
    }
