@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Book.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Book.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Medium";
    src: url("../fonts/Gotham-Medium.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Medium.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Medium.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.eot"); /* IE9 Compat Modes */
    src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Gotham-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Gotham-Bold.woff2") format("woff2"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Acta Headline W05 Medium";
    src: url("../fonts/156c41b2-da27-47e3-a1d7-4ab5ab885b8e.eot"); /* IE9 Compat Modes */
    src: url("../fonts/156c41b2-da27-47e3-a1d7-4ab5ab885b8e.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/a4687422-c684-40c9-ae40-5a2191ea3579.woff") format("woff"), /* Modern Browsers */ url("../fonts/cab298d5-af84-4226-8d10-788300a1506b.woff2") format("woff2"), /* Modern Browsers */ url("../fonts/24dfffac-3ca8-44c9-9bc7-8e7f66429be4.ttf") format("ttf"); /* Modern Browsers */
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "Gotham-Book", Arial, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.35em;
    color: #282828;
    margin:0;
    padding:0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: "kern" 1;
    -ms-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
    font-feature-settings: "liga" on;
    font-feature-settings: "dlig" off;
    font-feature-settings: "onum" off;
    font-feature-settings: "lnum" off;
    font-feature-settings: "ss01" off;
    width: 1px;
    min-width: 100%;
}

/**
 * Typography.
 */
h1 {
    font-family: "Acta Headline W05 Medium", sans-serif;
    font-style: normal;
    font-size: 47px;
    line-height: 57px;
    color:#282828;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    line-height: 31px;
    color: #282828;
    margin-top:60px;
    margin-bottom: 0px;
}

h2 b {
    font-weight: normal;
}

h3 {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    font-weight: 300;
    font-style: normal;
    font-size: 24px;
    line-height: 1.1em;
    color: #282828;
    margin-top:0px;
    margin-bottom: 20px;
}

h4 {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 1.25em;
    margin-top:0px;
    margin-bottom: 20px;
}

h5 {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.25em;
    color: #282828;
    margin-top:0px;
    margin-bottom: 20px;
}

p {
    font-family: "Gotham-Book", Arial, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
    color: #282828;
    margin:20px 0px 0px;
}

em {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    font-style:normal;
    color:#968782;
    font-size: 26px;
    line-height: 31px;
}

.content a {
    font-family: "Gotham-Book", Arial, Sans-Serif;
    font-style: normal;
    font-size: 15px;
    line-height: 1.1;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
}

.content a:hover, .header nav a:hover {
    color: #282828;
}

ul {
    font-family: "Gotham-Book", Arial, Sans-Serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 34px;
    color: #282828;
    margin:20px 0px 0px;
}

li:before {
    content: "";
}
article li {
    padding-left: 25px;
    position: relative;
}
article li:before {
    content: "\2014";
    position:absolute;
    left:0px;
    top:0px;
}

ul li:last-child {
    margin-bottom: 0px;
}

.image img {
    display:block;
    width:100%;
    height:auto;
}

.isFirst {
    margin-top:0px!important;
}

.isLast {
    margin-bottom:0px!important;
}

/**
 * Layout
 */

* {
    box-sizing: border-box;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    padding-bottom:70px;
}

.header {
    position: relative;
    margin-top:80px;
}


.header-mobile {
    display: none;
}

.header img, .header video {
    width:100%;
    height:auto;
}

.logo {
    width:100%;
    text-align: right;
    box-sizing: border-box;
    position:fixed;
    top:0px;
    background:rgb(255,255,255);
    z-index: 1000;
}

.logo .content {
    margin:20px auto;
    padding:0 20px;
}

.content {
    width:100%;
    max-width:1088px;
    box-sizing: border-box;
    margin: 0 auto;
    padding:0 20px;
}

section {
    width:100%;
    margin:0 auto;
    padding:40px 0px 0px;
    box-sizing: border-box;
}

.benefits {
    margin:40px 0px;
}

.benefits li:before {
    content:"";
}

.benefits svg path {
    fill:#fff;
}

.row .col {
    padding:0 1.25rem;
}

.row .col.m3 {
    padding-left:0px;
}

button:focus {
    background-color: transparent;
}

.content .btn, .btn-large, .btn-small {
    font-family: "Gotham-Book", Arial, Sans-Serif;
    font-style: normal;
    font-size: 15px;
    line-height: 3.3em;
    text-align: center;
    height: 50px;
    width: auto;
    min-width: 120px;
    padding: 0 25px;
    border: none;
    color: #fff;
    background-color: #AF2832;
    padding-right:50px;
    position:relative;
    text-transform: none;
    float:right;
}

.content .btn svg {
    position: absolute;
    right: 15px;
    top: 14px;
    width: 20px;
    height: 20px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
}

.content .btn svg.linkedin {
    width: 100px;
    height: 30px;
    position: relative;
    right: auto;
    top: auto;
    margin-top: 10px;
    margin-right: 42px;
}

.content .btn:hover {
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover svg {
    right: 10px;
}
/**
 * Social Icons (Share/Follow)
 */
.social-icons {
    float:left;
    margin:0 auto;
    overflow:auto;
    padding:0 20px 0 0;
    box-sizing: border-box;
}


.social-icons .share {
    float: left;
}

.social-icons a {
    float:left;
    width:50px;
    height:50px;
    padding:13px;
}

.social-icons a:hover {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}

.content .whatsapp {
    display: none;
}

.contact {
    margin-top:70px;
    margin-bottom:0px;
}

.claim {
    font-family: "Gotham-Medium", Arial, Sans-Serif;
    color: #AF2832;
    font-size: 26px;
    line-height: 31px;
    display: block;
    margin-bottom: 50px;
}

@media screen and (max-width: 780px) {
    .claim {
        font-size: 12pt;
        line-height: 15pt;
        margin-bottom: 20px;
    }
}

/**
 * Video
 */
#video, #map {
    margin-top:20px;
    margin-bottom:0px;
    display: none;
}

#video iframe {
    width: 100%;
    height: 100%;
    border:none;
}

#mapTitle {
    display: none;
}

#map iframe {
    width: 100%;
    height:auto;
    min-height: 500px;
    border:none;
}

/**
 * Footer
 */
footer {
    margin-left: 0;
    padding: 10px 0;
    color:white;
    box-sizing: border-box;
    background: white;
    width: 100%;
    position:fixed;
    bottom:0px;
    z-index: 1000;
}

.print-only, .mobile {
    display:none !important;
}

.z-depth-1, nav, .card-panel, .card, .toast, .btn, .btn-large, .btn-small, .btn-floating, .dropdown-content, .collapsible, .sidenav {
    box-shadow: none;
}

/**
 * Mobile Accordion
 */
.collapsible {
    border:none;
    margin: 40px -20px;
    border-top: 1px solid #282828;
}

.collapsible-header {
    padding:20px;
    border-bottom:1px solid #282828;
}

.collapsible-header:focus {
    background: transparent;
}

.active .collapsible-header {
    border-bottom:none;
    padding-bottom: 0;.
    background-color: #fff !important;
}
.active .collapsible-header svg {
    opacity: 0;
}
.collapsible-header h2 {
    margin-top:0px;
    font-weight: 400;
    width:100%;
}
.collapsible-header svg, .collapsible-body svg {
    width:25px;
    height:25px;
}
.collapsible-body p:first-child, .collapsible-body ul {
    margin-top:0px;
}
.collapsible-body svg {
    position: relative;
    top: 7px;
}
.collapsible-body {
    padding:0 20px 20px 20px;
    border-bottom: 1px solid #282828;
}
.back {
    margin-top:20px;
    text-align: right;
    color:#AF2832;
    cursor:pointer;
}

/**
 * Expired
 */
.expired .content {
    max-width:1015px;
}
.expired .logo {
    width:100%;
    max-width:1088px;
    margin:20px auto;
    text-align: right;
    box-sizing: border-box;
    padding:0 20px;
    position: relative;
    top: auto;
}
.expired .header {
    margin-top:0px;
}
.expired .article {
    margin:40px 0px;
    overflow:auto;
}
.expired .article .btn {
    cursor: pointer;
    float:left;
    margin-right:20px;
}
.expired .article .btn img {
    margin-top: 15px;
    margin-right: 48px;
}
.expired .content a:hover svg,.expired .content a:hover svg path,.expired .content a:hover svg g > * {
    fill: #ffffff!important;
}



/**
 * Media Queries
 */
@media screen and (max-width: 780px) {
    body {
        font-size: 14px;
    }
    .mobile {
        display:block !important;
    }
    .desktop {
        display:none !important;
    }
    h1 {
        font-size: 24pt;
        line-height: 31pt;
    }
    h2 {
        font-size: 12pt;
        margin-top:20px;
        color:#282828;
    }
    h3 {
        font-size:24px;
    }
    h4 {
        font-size:18px;
    }
    p, a, strong, div, li {
        font-size: 11pt;
        line-height: 18pt;
    }
    .isLast > p > a {
        font-size: 11pt !important;
    }
    em {
        font-size: 12pt;
        line-height:15pt;
    }
    .content header {
        margin-bottom:30px;
    }
    .header nav {
        padding: 0 0 0 180px;
    }
    .header nav a {
        font-size:16px;
        margin-right:30px;
    }
    .header nav a:last-child {
        margin-right:0px;
    }
    .contact {
        margin-top:10px;
    }
    .row .col.s12 {
        padding:0px;
    }
    #video {
        margin-bottom:20px;
        margin-top:20px;
    }
    .content .whatsapp {
        display: block;
    }
    .print.icon {
        display:none;
    }
    .expired .article .btn {
        margin-bottom:20px;
    }

    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
    }
}
@media screen and (max-width: 667px) {
    section {
        padding-top: 20px;
    }

    #wrapper {
        padding-bottom: 120px;
    }

    #content-wrapper {
        padding: 0px 10px;
    }

    .logo svg {
        width: 99px;
        height: 30px;
    }

    .header nav {
        padding: 0px;
    }

    .header nav a {
        font-size: 14px;
        margin-right: 30px;
    }

     .social-icons {
        padding: 0px;
    }

    .social-icons strong {
        display: none;
    }

    .awards .box .bild img, .external .box .bild img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }

    #video iframe, #map iframe {
        min-height: 250px;
    }

    .content .btn, .btn-large, .btn-small {
        float: none;
        width: 100%;
    }
    .row .col.s6 {
        padding-left:0px;
    }
    .row .col.s6 > p {
        margin-top:0px;
    }
}
.print-only {
    display:none;
}

.isLast > p > a {
    font-size: 18px ;
}


/* Cookie Banner */
#block-ebp-cookiesui {
    position: fixed;
    bottom: 20px;
    left: 40px;
    z-index: 10000;
    display: none;
}
.cookiesjsr-banner {
    max-width: 540px;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
    width: 100%;
    border-radius: 30px;
    background-color: #AF2832 !important;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 10px 30px 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    bottom: 20px;
    z-index: 3001 !important;
    -webkit-transform: none !important;
    transform: none !important;
    left: 20px;
    width: 100%;
}
.cookiesjsr-banner.active::before {
    position: fixed;
    inset: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: " ";
    background: rgba(0, 0, 0, 0.4);
    z-index: 3000 !important;
}
.cookiesjsr-banner--info {
    margin-bottom: 1.25em;
    margin-bottom: var(--default-margin, 1.25em);
    max-height: calc(100vh - 100px - 2.5em);
    overflow: auto;
    padding: 0 1.25em;
    padding: 0 var(--default-margin, 1.25em);
    z-index: 10000;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
}
.cookiesjsr-banner--info::before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    content: " ";
    background-color: rgb(175, 40, 50) !important;
    z-index: -1;
    -webkit-transform: translateZ(-1px);
    transform: translateZ(-1px);
    border-radius: 30px;

}
.cookiesjsr-links {
    line-height: 22px;
}
.cookiesjsr-links a {
    font-size: 13.6px;
    line-height: 22px;
    color: #FFFFFF;
    text-decoration: none;
}
.cookiesjsr-banner--action {
    z-index: 40000;
    padding: 0 var(--default-margin, 1.25em);
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.cookiesjsr-btn {
    color: rgb(175, 40, 50) !important;
    background-color: #fff;
    border-radius: 30px;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 37px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-transform: capitalize;
    border: 2px solid #FFFFFF;
    font-family: Gotham-Book;
    font-size: 13.6px;
    font-weight: 400;
    cursor: pointer;
    opacity: .95;
    transition: all .3s ease;
}
.cookiesjsr-btn:hover {
    opacity: 1;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.cookiesjsr-btn:focus {
    color: rgb(175, 40, 50) !important;
    background-color: #fff;
}

@media (min-width: 1024px) {
    .cookiesjsr-banner {
        padding: 30px 40px 40px 40px;
        left: 40px;
        -webkit-transform: none !important;
        transform: none !important;
    }
}

@media screen and (max-width: 560px) {
    #block-ebp-cookiesui {
        right: 40px;
    }
    .cookiesjsr-banner--info, .cookiesjsr-links, .cookiesjsr-links li, .cookiesjsr-links a {
        font-size: 12px;
        line-height: 14px !important;
    }
    .cookiesjsr-btn {
        font-size: 12px;
        line-height: 14px !important;
        padding-left: 8px;
        padding-right: 8px;
        min-height: 28px;
    }
}

@media screen and (max-width: 420px) {
    #block-ebp-cookiesui {
        left: 20px;
        right: 20px;
    }
}