
/*----------------------------------No Hover----------------------------------*/
/*a:hover {
    color: inherit;
    border-color: inherit;
    background-color: inherit;
}
.cta:hover {
    background-color: transparent;
}
.cta:hover a {
    color: var(--maincolor);
}*/

body {
    font-size: 18px;
    line-height: 28px;
}
.wrapper {
	max-width: 100%;
	padding: 0 5%;
}
h1, h2 {
    font-size: 40px;
    line-height: 50px;
}
h3 {
    margin: 68px 0 22px 0;
    font-size: 38px;
    line-height: 45px;
}
h4 {
    margin: 0 0 27px 0;
    font-size: 19px;
    line-height: 28px;
}
h5 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 14px 0;
}
#header_box {
    padding: 22px 0 32px 0;
}
#menu, #menu2 {
    display: none;
}
.language {
    display: none;
}
.hamburger {
    display: block;
}
#header_left {
    position: fixed;
    left: 5%;
    top: 27px;
}
#header_right {
    position: fixed;
    right: 5%;
    top: 14px;
}
#headerlogo {
	width: 180px;
	height: 102px;
    margin: 0 auto;
	display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#sticky_header #headerlogo2 {
    width: 46px;
    height: 40px;
    left: 50%;
    margin: -16px 0 0 -23px;
}
#sticky_header .hamburger {
    margin: 2px 0 0 0;
}
#sticky_header #search_icon2 {
    margin: 0;
    top: -1px;
    right: 5%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    cursor: pointer;
}
footer .row4 img {
    display: none;
}
.cta {
    margin: 0 0 20px 0;
}
.cta a {
    padding: 12px 50px 11px 22px;
    font-size: 15px;
    line-height: 15px;
}

/*----------------------------------Smartmenu----------------------------------*/
#smartmenu {
    display: none;
    position: fixed;
    padding: 0 0 58px 0;
    width: 50%;
    top: 156px;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 999999;
    border-top: 1px solid var(--midgrey);
    background-color: var(--background);
    /*box-shadow: 2px 2px 3px rgba(0,0,0,0.2);*/
}
#smartmenu.sticky {
    position: fixed;
    top: 80px;
}
#smartmenu ul {
    list-style: none;
}
#smartmenu ul li a {
    width: 90%;
    display: block;
    padding: 14px 5% 12px 5%;
    color: var(--darkgrey);
    border-bottom: 1px solid var(--lightgrey);
}
#smartmenu ul li a:hover {
    font-weight: 400;
}
#smartmenu ul li ul {
    display: none;
}
#smartmenu .menu-item-has-children a {
    background-image: url("../images/IconPlus.svg");
    background-repeat: no-repeat;
    background-position: right 5% center;
}
#smartmenu .menu-item-has-children.open a {
    background-image: url("../images/IconMinus.svg");
}
#smartmenu .current_page_parent a {
    font-weight: 700;
    color: var(--maincolor);
}
#smartmenu .current_page_parent ul li a {
    font-weight: 400;
}
#smartmenu ul li ul li a {
    width: 80%;
    padding: 14px 10% 12px 10%;
    color: var(--maincolor);
    background-image: none !important;
}
#smartmenu ul li a:active {
    color: #fff;
    background-color: var(--maincolor);
}
#smartmenu .menu-item-has-children a:active {
    background-image: url("../images/IconPlus_neg.svg");
}
#smartmenu .menu-item-has-children.open a:active {
    background-image: url("../images/IconMinus_neg.svg");
}
#smartmenu .current_page_item a {
    font-weight: 700;
    color: var(--maincolor);
}

/*----------------------------------Module----------------------------------*/
.module {
    padding: 44px 0;
}
.icon {
    max-width: 110px;
}
.preline {
    font-size: 18px;
    line-height: 26px;
}
.headline {
    font-size: 38px;
    line-height: 50px;
}
.subline {
    font-size: 17px;
    line-height: 24px;
}
.job_bubble {
    display: none;
}

/*--------------------Intro--------------------*/
.intro_content {
    font-size: 22px;
    line-height: 33px;
}

