html, body {
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}
body {
    font-size: 16px;
    line-height: 1.4em;
    color: #171717;
    font-family: urw-din, sans-serif !important;
    font-weight: 100;
    font-style: normal;
}

h1, h2, h3, h4, h5, p, .s1 {
    font-family: urw-din, sans-serif !important;
}

h2, .s1 {
    font-size: 20px !important;
    font-weight: bold;
    margin-top: 40px;
    text-transform: uppercase;
}

section ul {
    margin-bottom:0px;
}

a:hover {
    color: #fff !important;
}

.mobile {
    display: none;
}

footer .ui.grid {
    margin-left:0px;
    margin-right:0px
}

/**
 * Layout
 */

#wrapper {
    width: 100%;
    max-width:1020px;
    margin: 0 auto;
    position:relative;
    padding-top:20px;
}

header {
    padding: 0 60px;
}

.content {
    padding:0 60px;
}

.logo-top img {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.logo-top {
    display: block;

}

.mainpic img {
    z-index: -9999;
    width: 100%;
}

.mainpic::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    margin-top: -148px;
    height: 150px;
    width: 100%;
    content: '';
    z-index: 0;
}

.mainpic-claim {
    display: block;
    z-index: 9999;
    color: #35a949;
}
.mainpic-claim h1 {
    font-size: 3.58em;
    margin-top: -5px !important;

}

.job-title {
    color: #777;
}

.intro .job-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap:40px;
    margin-bottom:3em;
}

.title {
    width: 600px;
}

.job-title h2 {
    font-size: 2.3em;
    margin-top: 20px !important;
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.apply-button {
    max-width: 150px;
    background-color: #35a949;
    text-align: center;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.apply-button:hover {
    text-decoration: none;
}

.apply-button.prefooter {
    display: none;
}

.sticky-upper .job-title {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    gap:20px;
    padding:0 60px;
}

.sticky-upper .job-title h2 {
    width: calc(100% - 150px);
}

.sticky-upper .job-title .apply-button {
    margin-top: 0;
}

.profil-job, .benefits, .workplace, .social {
    margin-top: 30px;
}


.title-tile .s1, .title-tile-wide .s1 {
    text-shadow: 2px 1px #000;
}

.flip-card-front .s1 {
    text-shadow: none;
    color: #000;
    margin-top: -80px;
}

.content.active > h3 > div, .content.active > b > div {
    text-shadow: none;
}

#more-jobs > div > h3 > div, #more-jobs > div > h3, #profil > div > div.content.active > div {
    color: #000 !important;
    text-shadow: none;
}

.title-tile h3 {
    text-align: center;
    position: absolute;
    margin-top: 30% !important;
    margin-left: -5%;
    margin-right: 50%;
    width: 100%;
    color: white !important;
}
.title-tile-wide h3  {
    text-align: center;
    position: absolute;
    margin-top: 13% !important;
    margin-left: -5%;
    margin-right: 50%;
    width: 100%;
    color: white !important;
}

.arrow-down {
    position: absolute;
    max-width: 20px;
    top: 110%;
    left: 50%;
}

.arrow-down-2 {
    position: absolute;
    max-width: 20px;
    top: 110%;
    left: 50%;
}
.img-profil img {
    width: 100%
}

.benefits img {
    width: 69px !important;
}

#benefits-desktop h3 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px !important;
}
#benefits-desktop .segment[data-tab=first] {
    position: relative;
}
#benefits-desktop .segment[data-tab=first] .stamp {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.stamp img {
    width:120px!important;
    height: auto;
}
.flip-card-front h3 {
    color: #fff !important;
}


.questions {
    background-color: #b0aead;
    height: 100%;
}

.questions h3 {
    color: #fff;
    padding-top: 40%;
    text-align: center;
}

.workplace-maps img {
    max-width: 100%
}

.similar-jobs {
    background-color: #E8E6E5;
    height: 100%;
}
.similar-jobs h3 {
    text-align: center;
    color: #fff !important;
    padding-top: 30px;
}

.similar-jobs p {
    padding: 10px 20px;
}

.similar-job {
    padding: 21px 20px;
    background-color: #4EB22C;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}
.similar-job a {
    color: #fff !important;
}

.similar-job a:hover {
    color: #fff !important;
}

.similar-job-list {
    padding: 20px;
}

.ui.grid > .column.social {
    background-color: #646363;
    border: 1px solid #fff;
}
.social .mail {
    text-align: center;
}
.social .mail svg {
    width:20px;
    height: 20px;
    color:white;
}

.social img {
    width: 20px;
    display: block;
    margin: auto;
}
.social h3 {
    text-align: center;
    padding-top: 20px;
}

.contact {
    background-color: #646363;
    width: 100%;
    margin-top: 15px;
    border-left:1px solid white;
    border-right:1px solid white;
}

.phone, .print {
    margin-left: auto;
    margin-right: auto;
    width:160px;
}

.contact img {
    max-width: 50px;
    float:left;
    margin-right: 30px;
}

.contact {
    padding-top: 50px;
    padding-bottom: 80px;
}

.footer-contact {
    min-height: 200px;
    padding-bottom: 10px;
}
.footer-contact .print img {
    float:right;
    margin:0px;
    padding:0px;
}

#sticky-head {
    display: none;
    position: fixed;
    background-color: white;
    z-index: 1;
    width: 100%;
    max-width: 1020px;
    padding-top: 20px;
    top: -6px;
}

#sticky-head #navigation {
    margin-top: 15px;
}

.ui.styled.accordion .content, .ui.styled.accordion .accordion .content {
    padding: 30px !important;
}

.profil-job .ui.styled.accordion .content {
    padding-bottom:0px !important;
}



/**
 * Navigation
 */
#navigation {
    margin-top: 25px;
    transition: all 0.3s ease;
    background-color: #eeeeee;
    padding: 2px 59px;
}

#navigation ul {
    padding:0;
    margin-left: auto;
    margin-right: auto;
}

#navigation li {
    display:inline;
    padding-right:20px;
}

#navigation li a {
    color: #999;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    transition: all 0.3s ease;
}

#navigation li.active a, #navigation li a:hover {
    color: #999;
}

.sticky-head #navigation {
    width: 10px;
}

#map-canvas{
    height: 500px;
    width: 100%;
}

.map-info {
    position: absolute;
    margin-top: -280px;
    margin-left: 12%;
    margin-right: auto;
    background-color: #fff;
    padding: 20px;
    display: none;
}

.workplace-maps {
    position: relative;
}

.map-overlay, .video-overlay {
    position:absolute;
    width:100%;
    top:50%;
    left:50%;
    padding:40px;
    background:#eeeeee;
    transform: translate(-50%,-50%);
}

.video-overlay {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.flip-card-front .s1 {
    text-shadow: none;
    color: #000;
    margin-top: -80px;
}
.flip-card-front h3 {
    color: #fff !important;
}

.flipcard {
    position: relative;
    height: 95%;
    perspective: 500px;
}

.flipcard h3 {
    text-align: center;
}

.flipcard.v:hover .front,
.flipcard.v.flip .front {
    transform: rotateX(180deg);
}

.flipcard.v:hover .back,
.flipcard.v.flip .back {
    transform: rotateX(0deg);
}

.flipcard.v .back {
    transform: rotateX(-180deg);
}

.flipcard.h:hover .front,
.flipcard.h.flip .front {
    transform: rotateY(180deg);
}

.flipcard.h:hover .back,
.flipcard.h.flip .back {
    transform: rotateY(0deg);
}

.flipcard.h .back {
    transform: rotateY(-180deg);
    background-color: #7A7877;
}

.flipcard .front,
.flipcard .back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .7s ease-in;
    color: white;
    background-color: rgba(255, 255, 255, .10);
    padding: 10px;
    backface-visibility: hidden;
}

/**
 * Video
 */
#about .two.column .column {
    padding-top:0px;
}
.video {
    overflow: hidden;
    position: relative;
    height:0px;
    padding-bottom: 28.1%;
    margin-top:40px;
    width:50%;
}
.video img {
    display: block;
    width: 100%;
}
.video iframe {
    border: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}


/*
** Button Benefits im header
 */
.mainpic {
    position: relative;
}
a.stamp {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 99;
}
a.stamp {
    animation: blinker 2s linear infinite;
}
a.stamp .stampMobile {
    display: none;
}
@keyframes blinker {
    20%, 100% {
        opacity: 1;
    }
    0% {
        opacity: 1;
    }
    10% {
        opacity: 0;
    }
}

/**
 * Media Queries mainpic / Menu
 */

@media screen and (min-width: 799px) {
    .mainpic-desktop {
        display: block;
    }
    .mainpic-tablet {
        display: none;
    }
    .mainpic-mobile {
        display: none;
    }
    .slicknav_menu {
        display: none;
    }


}
.flip-container, .front, .back {
    width: 100%;
    height: 255px;
}
.front .s1, .similar-jobs .s1, .social .s1 {
    margin-top:0px;
}
@media screen and (max-width: 1020px) {
    div#benefits-desktop {
        min-width: 100%;
        max-width: 100%;
    }
    .ui.tabular.menu{
        display:none;
    }
    #benefits-desktop h3 {margin-bottom:0px !important}
    
    .ui.bottom.attached.tab.segment {
        display:block;
        margin-bottom:0px;
        border-bottom:1px solid #ccc !important;
    }
    .ui.bottom.attached.tab.segment:last-child {border:0px !important;}

    .ui.bottom.attached.tab.segment:before {
        content: "-";
        font-weight: bold;
        position: absolute;
        font-size: 22px;
    }

    .ui.bottom.attached.tab.segment h3 {
        padding-left: 15px;
    }

    #contact-flip {
        width:50%!important;
        padding-left:15px;
        padding-right:15px;
    }

    .front {background-position:center center;}

    .flip-container, .front, .back {height:380px}
 }

@media screen and (max-width: 915px) {
    /** Benefits Mobile **/
    #contact-flip {
        width:100%!important;
        padding-left:15px;
        padding-right:15px;
    }    
}


@media screen and (max-width: 800px) {
    .mainpic-desktop {
        display: none;
    }
    .mainpic-tablet {
        display: block;
    }
    .mainpic-mobile {
        display: none;
    }
    header, .content, .sticky-upper .job-title {
        padding:0 30px;
    }
    .sticky-upper .job-title .apply-button {
        display: none;
    }
    .mainpic-claim h1 {
        font-size: 2.9em;
        margin-top: -5px !important;
        text-align: center;
    }
    .title {
        width:100%;
    }
    .job-title h2 {
        font-size: 2.2em;
    }
    #navigation {
        display: none !important;
    }
    .logo-top {
        display: block;
        padding-top: 50px;
    }
    #sticky-head {
        padding-top:58px;
    }
    .sticky-upper .job-title {
        display: flex;
        align-items: flex-end;
        white-space: nowrap;
        overflow: hidden
    }
    #sticky-head .job-title h2 {
        margin-top:0px!important;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
    }
    .sticky-upper {
        padding-top: 15px;
        background-color: #f3f3f3;
        padding-bottom: 19px;
    }
    .introtext {
        margin-top: 40px;
    }
    .intro .job-title {
        flex-direction: column;
        align-items: flex-start
    }
    .map-info{
        margin-left: 4% !important;
    }
    .contact {
        height: 270px;
    }
    .video {
        width:100%;
        padding-bottom:67.1%;
    }
    .apply-button.prefooter {
        display: block;
        z-index: 9999;
        position: absolute;
        bottom:20px;
        left:50%;
        transform: translateX(-50%);
    }
    .ui.stackable.grid > .row > .wide.column, .ui.stackable.grid > .wide.column, .ui.stackable.grid > .column.grid > .column, .ui.stackable.grid > .column.row > .column, .ui.stackable.grid > .row > .column, .ui.stackable.grid > .column:not(.row), .ui.grid > .stackable.stackable.row > .column {
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
}

@media screen and (max-width: 600px) {
    .mainpic-claim h1 {
        font-size: 30px !important;
        max-width: 320px;
        margin: 0 auto;
    }
    .job-title {
        max-width: 100%;
    }
    .job-title h2 {
        hyphens: auto;
    }
    a.stamp {
        bottom:-180px;
        right:30px;
    }
    .stamp img {
        width: auto !important;
    }
    a.stamp .stampDesktop {
        display: none;
    }
    a.stamp .stampMobile {
        display: block;
    } 
    .mainpic-desktop {
        display: none;
    }
    .mainpic-tablet {
        display: none;
    }
    .mainpic-mobile {
        display: block;
    }

    .mainpic-claim h1 {
        font-size: 32px;
        margin-top: -5px !important;
        text-align: center;
    }
    .intro, .workplace, .about-group, .profil-job {
        padding: 0 0;
    }
    .title-tile-wide h3 {
        margin-top: 8% !important;
        margin-left: -9%;
    }
    .sticky-upper {
        padding: 0 0 10px 0;
    }
    .apply-bottom {
        width: 100%;
    }    
}
@media screen and (max-width: 500px) {

    .slicknav_menutxt {
        display: none !important;
    }
    .slicknav_icon {
        margin: 0.1em 0 0 0 !important;
    }

}

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

    .mainpic-claim h1 {
        font-size: 20px !important;
    }
    .job-title h2 {
        font-size: 20px;
    }
    #sticky-head > div > div > h2 {
        font-size: 20px;
    }
    .apply-button.prefooter {
        margin-left: 70px;
    }
}


/**
 * Media Queries
 */
@media screen and (max-width: 850px) {

    .logo {
        width:250px;
    }
    .sticky #navigation {
        margin-top: 28px;
        -webkit-box-shadow: 0 10px 21px -2px rgba(0,0,0,0.29);
        -moz-box-shadow: 0 10px 21px -2px rgba(0,0,0,0.29);
        box-shadow: 0 10px 21px -2px rgba(0,0,0,0.29);
    }
    header.sticky .sticky-title {
        margin-top:67px;
    }
    #navigation li a {
        font-size:14px;
    }
}
@media screen and (max-width: 775px) {
    .job a {
        height: 150px;
    }
}
@media screen and (max-width: 750px) {
    .logo {
        width:200px;
    }
    header.sticky .sticky-title {
        margin-top: 58px;
    }

}
@media screen and (max-width: 700px) {
    .mobile {
        display: block;
    }
    #wrapper {
        border:none;
    }
    .slicknav_menu {
        display:block;
    }
    .logo {
        position:relative;
        margin:10px;
    }
    .more-jobs .bg {
        padding: 20px 30px;
    }
    .job {
        display: block;
        width:100%;
        margin-bottom:15px;
        margin-left:0;
    }
    .job a {
        height:auto;
    }
    .more-jobs ul {
        margin-left: 0;
        padding: 0;
    }
    .desktop, svg.desktop {
        display:none!important;
    }
    .mobile, svg.mobile {
        display:block!important;
    }
    #location .mobile {
        display:block;
    }
    #location .desktop {
        display:none;
    }

    .benefits  > * {
        margin-bottom:15px;
        overflow:auto;
    }
    .benefits .image {
        margin-left:-15px!important;
        margin-right:-30px!important;
    }
    .benefits .mobile-benefit {
        padding-bottom:15px;
        border-bottom:solid 1px #5d7884;
    }
    .benefits .mobile-benefit p {
        margin-bottom:0;
        margin-top:0;
    }
    .benefits .mobile-benefit .text {
        float: left;
        width: 73%;
    }
    .benefits .mobile-benefit .image {
        width:20%;
        float:left;
        margin-right:20px;
        margin-left:0;

    }
    .benefits
    #map iframe {
        height: 240px;
    }
    .more-jobs {
        margin-left:-15px;
        margin-right:-15px;
    }
    .more-jobs .bg {
        padding:15px;
    }
    footer .multicolumn > * {
        display:block;
        width:100%;
        clear:both;
    }
    footer .multicolumn .width-50.isFirst,
    footer .multicolumn .width-50.isLast {
        text-align: center;
        margin-bottom:20px;
    }
    footer .top {
        margin:20px 0;
    }
    .social-icons {
        top:3px;
    }
    .social-icons a .fab, .social-icons a .fas {
        font-size: 26px;
    }
    .social-icons a.whatsapp {
        display:inline-block;
    }
    .map-info {
        margin-left: 0 !important;
        padding-left:0px;
        padding-right:0px;
    }
    #contact-flip {
        width:100%!important;
        padding-left:15px;
        padding-right:15px;
    }

}
@media screen and (max-width: 420px) {
    .flip-container, .front, .back {height:350px}

    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2, .s2, section > .s1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    h3, .s3, .s1 {
        font-size:16px;
        margin-bottom:0;
    }
    em {
        font-size: 18px;
        line-height: 1.2em;
        margin-bottom:20px;
    }
    .logo {
        width:auto;
    }
    .logo img {
        width:75%;
        height:auto;
    }
    #video {
        margin-bottom:10px;
    }
    footer {
        padding: 10px 0px;
        box-sizing: border-box;
    }
    .button.apply {
        margin-bottom:10px;
        margin-right:0;
        box-sizing:border-box;
        width:100%;
    }
    #contact .multicolumn .width-50 {
        margin-bottom:15px;
    }
    #video iframe {
        min-height:220px;
    }
    .apply-button.prefooter {
        bottom: 40px;
    }
}

.print-only {
    display:none;
}

/* semantic custom */

.ui.styled.accordion {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.ui.styled.accordion .title {
    padding: 0 !important;
}

.ui.styled.accordion .content {
    background-color: #eeeeee;
}

.ui.tabular.menu, .ui.tabular.menu .active.item, .ui.segment[class*="bottom attached"], .ui.top.attached.menu > .item:first-child {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: #E8E6E5 !important;
}

.ui.tabular.menu .active.item {
    border-color: #fff !important;
}
.ui.tabular.menu .item {
    border-right: 2px solid !important;
    border-color: #fff !important;
}
.ui.attached.segment {
    border: 0 !important;
}

.ui.tabular.menu {
    border-bottom: 1px solid #fff !important;
}



.arbeitsweg {
    color: #fff !important;
    background-color: #4EB22C;
    padding: 16px 17px;
    margin-top: 16px;
    cursor: pointer;
}

.arbeitsweg a {
    color: #fff;
}
.arbeitsweg a:hover {
    color: #fff;
}

.printable-only1 {
    display: none !important;
}

.slicknav_menu {
    margin-top: -22px !important;

}

.print-only-adress {
    display: none;
}


.flipcard {
    position: relative;
    height: 95%;
    perspective: 500px;
}

.flipcard h3 {
    text-align: center;
}

.flipcard.v:hover .front,
.flipcard.v.flip .front {
    transform: rotateX(180deg);
}

.flipcard.v:hover .back,
.flipcard.v.flip .back {
    transform: rotateX(0deg);
}

.flipcard.v .back {
    transform: rotateX(-180deg);
}

.flipcard.h:hover .front,
.flipcard.h.flip .front {
    transform: rotateY(180deg);
}

.flipcard.h:hover .back,
.flipcard.h.flip .back {
    transform: rotateY(0deg);
}

.flipcard.h .back {
    transform: rotateY(-180deg);
    background-color: #7A7877;
}

.flipcard .front,
.flipcard .back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .7s ease-in;
    color: white;
    background-color: rgba(255, 255, 255, .10);
    padding: 10px;
    backface-visibility: hidden;
}

.arbeitsweg {
    color: #fff !important;
    background-color: #4EB22C;
    padding: 16px 17px;
    margin-top: 16px;
    cursor: pointer;
}

.arbeitsweg a {
    color: #fff;
}
.arbeitsweg a:hover {
    color: #fff;
}

.printable-only1 {
    display: none !important;
}

.slicknav_menu {
    margin-top: -22px !important;

}

.print-only-adress {
    display: none;
}


.flip-card-front .s1 {
    text-shadow: none;
    color: #000;
    margin-top: -80px;
}
.flip-card-front h3 {
    color: #fff !important;
}

.flipcard {
    position: relative;
    height: 95%;
    perspective: 500px;
}

.flipcard h3 {
    text-align: center;
}

.flipcard.v:hover .front,
.flipcard.v.flip .front {
    transform: rotateX(180deg);
}

.flipcard.v:hover .back,
.flipcard.v.flip .back {
    transform: rotateX(0deg);
}

.flipcard.v .back {
    transform: rotateX(-180deg);
}

.flipcard.h:hover .front,
.flipcard.h.flip .front {
    transform: rotateY(180deg);
}

.flipcard.h:hover .back,
.flipcard.h.flip .back {
    transform: rotateY(0deg);
}

.flipcard.h .back {
    transform: rotateY(-180deg);
    background-color: #7A7877;
}

.flipcard .front,
.flipcard .back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .7s ease-in;
    color: white;
    background-color: rgba(255, 255, 255, .10);
    padding: 10px;
    backface-visibility: hidden;
}
/* entire container, keeps perspective */
.flip-container {
    perspective: 1000px;
    transform-style: preserve-3d;
}
/*  UPDATED! flip the pane when hovered */
.flip-container:hover .back {
    transform: rotateY(0deg);
}
.flip-container:hover .front {
    transform: rotateY(180deg);
}



/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;

    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    transition: 0.6s;
    transform-style: preserve-3d;

    position: absolute;
    top: 0;
    left: 0;
}

/*  UPDATED! front pane, placed above back */
.front {
    z-index: 2;
    transform: rotateY(0deg);
}

.front h3 {
    text-align: center;
    margin-top: 20px !important;
}
/* back, initially hidden pane */
.back {
    transform: rotateY(-180deg);
    background-color: #7A7877;
    color: #FFFFFF;
    padding: 20px;
}
/*
	Some vertical flip updates
*/
.vertical.flip-container {
    position: relative;
}

.vertical .back {
    transform: rotateX(180deg);
}

.vertical.flip-container:hover .back {
    transform: rotateX(0deg);
}

.vertical.flip-container:hover .front {
    transform: rotateX(180deg);
}

/**
 * Cookie Banner
 */
 .reopen-banner {
    text-align: center;
    color:#fff;
    position: relative;
    top:40px;
    cursor: pointer;
 }
 #cookieNotice {
    display: none;
    position: fixed;
    z-index: 120;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    background: none
}
#cookieNotice.blockPage {
    pointer-events: auto;
    background: rgba(0,0,0,0.4);
}
#cookieNotice #cookieNoticeInner {
    pointer-events: auto;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    display: none;
}
#cookieNotice.blockPage #cookieNoticeInner {
    display: flex;
}
#cookieNotice #cookieNoticeInner > div {
    position: relative;
    left: 0;
    top: 0;
    width: 90%;
    max-width: 700px;
    height: auto;
    max-height: 96%;
    background-color: #FFFFFF;
    padding: 34px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
#cookieNotice h3 {
    font-weight: 600;
    letter-spacing: 1px;
    padding-bottom:18px;
    margin-bottom:0px;
}
#cookieNotice .elementText a {
    text-decoration: none;
    color: #32AA46;
    font-weight: 600;
}
#cookieNotice .elementText a:hover {
    color: #000!important;
}
#cookieNotice h4 {
    font-weight: 400;
    font-size: 17px;
    margin-top:18px;
    margin-bottom:10px;
    color:#000;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry {
    display: block;
    margin-bottom: 0.5rem;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry input[type='checkbox'] {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry label {
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    color: #000000;
    displaY: flex;
    align-items: center;
    gap: 10px;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry label::before {
    content: '';
    display: block;
    width: 46px;
    height: 26px;
    border-radius: 26px;
    background-color: #636362;
    transition: background-color 0.1s linear;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry label::after {
    content: '';
    display: flex;
    align-items: center;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    background-color: #FFFFFF;
    position: absolute;
    left: 2px;
    transition: transform 0.1s linear;
}
#cookieNotice #cookieNoticeSelection {
    margin-bottom: 1rem;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry input:checked + label::before {
    background-color: #32AA46;
}
#cookieNotice #cookieNoticeSelection .cookieNoticeSelectionEntry input:checked + label::after {
    transform: translateX(20px);
}
#cookieNotice #cookieNoticeButtons {
    display: flex;
    gap: 0;
}
#cookieNotice button {
    cursor: pointer;
    font-size: 17px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #32AA46;
    border: none;
    margin: 0 0.3rem 0 0;
    border-radius: 0px;
    line-height: 1.4;
    padding: 16px 20px;
    min-height: 56px;
    letter-spacing: 1px;
}
#cookieNotice #cookieNoticeInner button.buttonReset {
    background: none;
    color: #32AA46;
    opacity: 1;
}
footer a {
    color: #fff;
}
footer a:hover {
    text-decoration: underline;
}