@import url(fonts.css);
@import url(registrierung.css);
body {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    line-height: 25.5px;
    color: #000;
    margin: 0;
    background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5,
span.headline,
span.headline-small {
    font-family: "Open Sans Light", sans-serif;
    color: #000;
    display: block;
    margin: 0 0 10px 0;
}

h1 {
    font-family: 'Open Sans';
    font-size: 35px;
    line-height: 43px;
    text-align: center;
    margin: 56px 0px 28px;
}

h2 {
    font-size: 26px;
    line-height: 40px;
    /* color: #A01441; */
    margin-top: 48px;
    margin-bottom: 50px;
}

h3 {
    font-family: 'Open Sans';
    font-size: 20px;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 28px;
    color: #A01441;
}

h4,
span.headline {
    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 14px;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    display: block;
    max-width: 100%;
}

.hide {
    display: none !important;
}

body.unsubscribe .main-content > *:not(#unsubscribe){
    display: none;
}

/* *** HEADER *** */

.container.header {
    position: fixed;
    width: 100%;
    background-color: #fff;
    border-top: 5px solid #4d4d4d !important;
    z-index: 100;
    box-shadow: 0 3px 10px 0 rgb(68 68 68 / 10%) !important;
}

#divLogotext {
    position: relative;
    margin: 0 auto;
    width: 100%;
    background-color: #FFFFFF;
}

#divLogotext .flex-wrapper {
    display: flex;
    justify-content: space-between;
}

#divLogotext .flex-wrapper>a {
    margin-top: 10px;
    margin-left: 0px;
    padding: 0 15px;
    width: calc(100% - 130px);
}

#logo {
    transform: scale(0.51);
    max-width: inherit !important;
    transition: all 0.4s ease;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

#keyvisual {
    width: 100%;
    border-top: 2px solid #FFFFFF;
    padding-top: 177px;
}


/* --- HEADER -> Navigation --- */

#top-menu li#naviLanguage i.fa-language {
    display: none;
}

#top-menu li#naviLanguage .dropdown-toggle+.dropdown-menu {
    display: none;
    list-style-type: none;
}

#top-menu li#naviLanguage .dropdown-toggle[aria-expanded=true]+.dropdown-menu {
    display: block;
}

#top-menu li#naviLanguage .dropdown-menu>li.active>a {
    font-weight: bold;
}

#chlang,
#logout {
    display: none;
}


/* --- HEADER -> Navigation --- */
.navbar {
    width: 100px;
}
.navbar-header {
    position: relative;
    /* top: 10px;
    right: 15px; */
    z-index: 999;
}

.navbar-header button {
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    width: 44px;
    height: 44px;
    color: #A01441;
    border: 0 none;
    outline: none;
    float: right;
    z-index: 999;
}

.navbar-header button.collapsed {
    color: #000;
    background-color: transparent;
    padding: 0 10px;
    height: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 10px;
}

.navbar-header button.collapsed:before {
    font-family: fontAwesome;
    content: '\f0c9';
    font-size: 24px;
    line-height: 54px;
}

.navbar-header button:not(.collapsed) {
    background: transparent;
}


/* .navbar-header button:not(.collapsed):before {
    content: '\f00d';
} */

.navbar-header button:not(.collapsed) .close-wrapper {
    margin-top: 10px;
}

.navbar-header button:not(.collapsed) .close-wrapper>div:nth-child(1) {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
}

.navbar-header button:not(.collapsed) .close-wrapper>div:nth-child(2) {
    width: 25px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    margin-top: -2px;
}

.navbar-header button span {
    display: none;
}

#navbar-collapse {
    overflow: hidden;
    position: absolute;
    width: 100%;
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

#navbar-collapse:not(.in) {
    position: absolute;
    top: -101vh;
    left: 0;
    min-height: calc(100vh - 0px);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

#navbar-collapse.in {
    top: 0;
    left: 0;
    min-height: calc(100vh - 0px);
}

#top-menu {
    list-style-type: none;
    margin: 0;
    padding: 130px 20px 80px;
    background-color: #A01441;
    color: #fff;
    border-bottom: 2px solid #000;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    min-height: calc(100vh - 0px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#top-menu li#logoutButton>a>i {
    display: none;
    border-top: 1px dotted #000;
}

#top-menu li {
    position: relative;
}


/* #top-menu li:after {
    content: '\f105';
    color: #fff;
    display: block;
    font-family: 'FontAwesome';
    position: absolute;
    top: 9px;
    right: 20px;
    font-size: 30px;
} */

#top-menu li a {
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    display: block;
    padding: 0px;
    color: #fff;
    text-align: center;
}

#top-menu li a:hover {}


/* *** CONTENT *** */

#divContent {
    margin: 0 auto;
    /* padding: 20px 15px; */
    padding: 20px 0px 0px;
    width: calc(100% - 0px);
    max-width: 720px;
    max-width: 1170px;
    background-color: #fff;
}

#bodyMicrosite.registration #divContent {
    background-color: #fff;
}

#divContent .main-content {
    padding: 0 15px;
    font-family: 'Open Sans Light';
}


/* --- CONTENT -> Sidebar --- */

.sidebar-content {
    margin-top: 50px;
    padding-top: 20px;
    font-size: 14px;
    background-color: #fff;
}

.sidebar-content .inner-box {
    font-family: 'Open Sans Light';
}

.sidebar-content .sidebar-box {
    /* margin: 0 auto; */
    padding: 10px 20px;
    max-width: 500px;
}

.sidebar-content .sidebar-box:not(:last-child) {
    margin-bottom: 20px;
}


/* *** FOOTER *** */

#divFooter {
    background-color: #A01441;
}

#divFooter .footer-section {
    padding: 0px 15px;
}

#divFooter .footer-content {
    font-family: 'Open Sans Light';
    color: #FFFFFF;
    margin: 0;
    padding: 5px 20px;
    max-width: 1170px;
    font-size: 16px;
    border-top: 1px solid #fff;
}

#divFooter .footer-content .text {
    /*padding: 10px 0 40px;*/
}

#divFooter .footer-content a {
    color: #FFFFFF;
}

@media only screen and (min-width: 768px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    span.headline {
        margin-bottom: 15px;
    }
    /* *** HEADER *** */
    #chlang {
        color: #000;
        display: none;
        position: absolute;
        top: 0px;
    }
    #logout {
        color: #FFFFFF;
        display: none;
        position: absolute;
        top: 19px;
    }
    /* #chlang:before,
    #logout:before {
        font-family: fontAwesome;
        font-size: 28px;
    } */
    #chlang a,
    #logout {
        text-decoration: none;
    }
    #logout {
        right: 80px;
    }
    #logout:before {
        content: '\f08b';
    }
    #chlang {
        right: 0px;
        cursor: pointer;
    }
    #chlang .chlang-wrapper {
        position: relative;
    }
    #chlang .chlang-wrapper>div {
        font-size: 19px;
        line-height: 30px;
        position: absolute;
        top: 5px;
        right: 20px;
        padding: 5px 0;
        background-color: #FFFFFF;
        border-radius: 3px;
        display: flex;
        font-weight: 600;
        font-family: 'Open Sans';
    }
    #chlang .chlang-wrapper>div a {
        display: block;
        padding: 2px 0px;
        margin: 0 10px;
    }
    #chlang .chlang-wrapper>div a.active,
    #chlang .chlang-wrapper>div a:hover {
        border-bottom: 1px solid #000;
    }
    /* *** FOOTER *** */
    #divFooter .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #divFooter .footer-content .left {
        /* flex: 0 100%; */
        margin-right: 20px;
    }
    #divFooter .footer-content .right {
        /* flex: 0 100%; */
    }
    #divFooter .footer-content .text {
        padding-top: 10px;
    }
}

@media only screen and (min-width: 1024px) {
    h1 {
        font-size: 35px;
        font-weight: 800;
        line-height: 33.6pt;
        color: #000;
        text-align: left;
        margin: 0px 0px 36px;
        font-family: 'Open Sans';
    }
    h2 {
        font-size: 27px;
        font-weight: 600;
        line-height: 33.6pt;
        margin-top: 15px;
        margin-bottom: 50px;
        color: #000;
        text-align: left;
        position: relative;
    }
    h3 {
        font-size: 24px;
        font-weight: 300;
        line-height: 48pt;
        margin-top: 56px;
        margin-bottom: 28px;
        color: #A01441;
    }
    h2:after {
        background-color: #ddd;
        content: " ";
        height: 2px;
        position: absolute;
        width: 90px;
        left: 0;
        bottom: -20px;
    }
    h4,
    span.headline {
        font-size: 21px;
        font-weight: 600;
        line-height: 31px;
        margin-top: 32px;
        margin-bottom: 20px;
        color: #A01441;
    }
    /* *** HEADER *** */
    #divLogotext .flex-wrapper>a {
        margin-top: 30px;
        width: auto;
        transition: all 0.4s ease;
    }
    #logo {
        transform: unset;
        max-height: 52px;
    }
    .container.header.scroll-mode #logo {
        transform: scale(0.51);
        transition: all 0.4s ease;
    }
    #keyvisual {
        padding-top: 113px;
    }
    #logout {
        right: 30px;
    }
    #chlang {
        display: block;
        right: 0px;
        cursor: pointer;
    }
    /* --- HEADER -> Navigation --- */
    #top-menu li#naviLanguage {
        display: none;
    }
    /* --- HEADER -> Navigation --- */
    .navbar {
        width: auto;
    }
    .navbar-header {
        display: none;
    }
    #navbar-collapse,
    #navbar-collapse:not(.in) {
        font-family: 'Open Sans';
        position: relative;
        top: auto;
        width: 100%;
        height: 100% !important;
        min-height: unset;
        right: unset;
    }
    #top-menu {
        padding: 0 20px;
        background-color: #fff;
        border-bottom: 0 none;
        box-shadow: none;
        min-height: unset;
    }
    #top-menu {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    #top-menu li {}
    #top-menu li:after {
        display: none;
    }
    #top-menu li a {
        color: #000;
        padding: 0px 0px;
        text-transform: uppercase;
        -webkit-transition: background-color 500ms ease;
        -moz-transition: background-color 500ms ease;
        -ms-transition: background-color 500ms ease;
        -o-transition: background-color 500ms ease;
        transition: background-color 500ms ease;
        line-height: 104px;
        border-top: 3px solid transparent;
        border-bottom: none;
        padding: 0 20px;
        margin-bottom: 3px;
    }
    #top-menu li a:hover,
    #top-menu li.active a {
        border-top: 3px solid #A01441;
        color: #A01441;
        transition: border 500ms ease;
        transition: color 500ms ease;
    }
    /* *** HEADER: SCROLL MODE *** */
    .container.header.scroll-mode #divLogotext .flex-wrapper>a {
        margin-top: 7px;
        margin-left: -11px;
        height: 60px;
        transition: all 0.4s ease 0s;
    }
    .container.header.scroll-mode #top-menu li a {
        line-height: 54px;
        transition: line-height 0.4s ease 0s;
    }
    .container.header:not(.scroll-mode) #top-menu li a {
        line-height: 104px;
        transition: line-height 0.4s ease 0s;
    }
    /* *** CONTENT *** */
    #divContent {
        display: flex;
        flex-wrap: wrap;
        padding: 150px 15px;
        width: calc(100% - 30px);
        max-width: 1140px;
        margin: 0 auto;
    }
    #divContent .main-content {
        max-width: 66.6667%;
        flex: 0 0 66.6667%;
        box-sizing: border-box;
    }
    #divContent .main-content-inner-wrapper {
        max-width: 780px;
        margin: 0 auto;
    }
    /* --- CONTENT -> Sidebar --- */
    .sidebar-content {
        margin-top: 0;
        padding-top: 0;
        border-top: 0 none;
        padding-left: 30px;
        box-sizing: border-box;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .sidebar-content .sidebar-box {
        width: 275px;
        flex-grow: 1;
    }
    /* *** FOOTER *** */
    #divFooter .footer-content {
        padding: 20px 30px;
        max-width: 1140px;
    }
}

@media only screen and (min-width: 1200px) {
    .container.header>#divLogotext {
        /* max-width: 1106px; */
        max-width: 1440px;
        padding: 0px;
    }
}

@media only screen and (min-width: 1400px) {
    .container.header>#divLogotext {
        padding: 0 15px;
    }
}
