.header {

    width:100%;
    height:96px;
    background-color:rgba(32,80,119,1.0);
    position:relative;
    z-index:2;

}

.header .mobileMenu_openButton {

    width:30px;
    height:14px;
    background-image:url('./files/icons/mobileMenu_openButton.svg');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:20px;
    right:15px;
    cursor:pointer;
    z-index:2;
    display:none;

}

.header .mobileMenu_closeButton {

    width:23px;
    height:23px;
    background-image:url('./files/icons/mobileMenu_closeButton.svg');
    background-size:contain;
    background-position:center center;
    background-repeat:no-repeat;
    position:absolute;
    top:16px;
    right:15px;
    cursor:pointer;
    z-index:10;
    display:none;

}

.header .logo {

    width:360px;
    height:460px;
    border-bottom-left-radius:17px;
    border-bottom-right-radius:17px;
    background-color:rgba(255,255,255,1.0);
    box-shadow:0px 0px 40px rgba(0,0,0,0.50);
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    background-image:url('./files/elements/gtproduction_logo.svg');
    background-size:239px auto;
    background-position:center center;
    background-repeat:no-repeat;

}

.header_secondLine {

    width:100%;
    height:35px;
    background-color:rgba(46,111,131,1.0);
    margin-top:3px;

}

.header_secondLine .content {
	display:flex;
	height:100%;
}

.header_secondLine .language_switcher {
	width:auto;
	height:auto;
	align-self:center;
	margin-left:auto;
}

.header_secondLine .language_switcher .flag-icon {
	color:transparent !important;
}

.header .side_menu_holder {
    width:calc((100% / 2) - (360px / 2));
}

.header .left_menu {
    float:left;
}

.header .right_menu {
    float:right;
}

.header .menu {

    width:100%;
    height:96px;
    border-collapse:collapse;

}

.header .menu tr td {

    width:50%;
    text-align:center;

}

.header .menu tr td a {

    text-align:center;
    font-size:22px;
    font-weight:400;
    color:rgba(255,255,255,1.0);
    border-bottom:2px solid rgba(46,111,131,0.0);
    text-decoration:none;

}

.header .menu tr td a:hover {

    text-decoration:none;
    border-bottom:2px solid rgba(46,111,131,1.0);

}

.header .menu tr td a.active {

    color:rgba(252,176,59,1.0);
    border-bottom:2px solid rgba(46,111,131,1.0);

}

@media screen and (max-width:1024px) {

    .header .menu tr td a {

        text-align:center;
        font-size:18px;
        font-weight:400;
        color:rgba(255,255,255,1.0);
        border-bottom:2px solid rgba(46,111,131,0.0);
        text-decoration:none;

    }

}

@media screen and (max-width:850px) {

    .header .logo {

        width:220px;
        height:280px;
        background-size:145px auto;

    }

    .header .side_menu_holder {
        width:calc((100% / 2) - (220px / 2));
    }

}
