/* AWOFagoOffice */
@font-face {
    font-family: 'awo_fago_office';
    src: url('../fonts/awofagooffice-webfont.woff2') format('woff2'),
         url('../fonts/awofagooffice-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'awo_fago_office';
    src: url('../fonts/awofagoofficebold-webfont.woff2') format('woff2'),
         url('../fonts/awofagoofficebold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'awo_fago_office';
    src: url('../fonts/awofagoofficeitalic-webfont.woff2') format('woff2'),
         url('../fonts/awofagoofficeitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

:root {
    --clr-white: white;
    --clr-black: black;
	--clr-gray: #ededed;
    
    --clr-red: #E02F1F;
    --clr-red-light: #FFE5E3;

    --clr-pink: #FAD9D6;

    --clr-burger: var(--clr-black);
    --clr-burger-open: var(--clr-white);
    --clr-navbarMobileBackground: white;    

    --clr-navLink: var(--clr-blue);
    --clr-navLinkActive : var(--clr-white);
    --clr-navLinkHover : var(--clr-navLinkActive);

    --clr-tableBorder: black;
    
    --awoGradient-red: linear-gradient(106deg, #E02F1F 35.43%, #E02F1F 93.65%);
    --awoGradient-red-submenu: linear-gradient(106deg, #E02F1F 35.43%, #E02F1F 93.65%);

    --bg-slide-menu: var(--awoGradient-red);
    --bg-slide-submenu: var(--awoGradient-red-submenu);

	--ff-awo_fago_office: 'awo_fago_office';

    --fs-h1: clamp(30px,5vw,36px);
    --fs-h2: clamp(24px,4vw,28px);
    --fs-h3: clamp(20px,4vw,22px);
    --fs-h4: clamp(16px,4vw,18px);
    --fs-p: clamp(16px,2vw,16px);

    --margin__bottom: 50px;
}

@media (pointer:coarse){
    .wp-block-heading{
        width: 100%;
        text-align: center;
    }
    .single .post-date,
    .single h1{
        text-align: center;
    }
    .page-id-641 .wp-block-heading,
    .page-id-633 .wp-block-heading,
    .page-id-639 .wp-block-heading,
    .page-id-635 .wp-block-heading,
    .page-id-637 .wp-block-heading{
        text-align: left !important;
    }
}


/* GLOBAL STYLES
-------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
main .entry-content > div{
    /* margin-bottom: 50px; */
}
html {
   /* font-size: 18px;*/
   overflow-x: hidden;
}

body {
    position: relative;
    isolation: isolate;
    font-family: var(--ff-awo_fago_office) !important;
    font-weight: 400;
    line-height: 1.1;
    overflow-x: hidden;
}
body.noScroll {
    inline-size: 100%;
    position: fixed;
}

h1 p,
h1 {
    font-size: var(--fs-h1);
    font-family: var(--ff-awo_fago_office) !important;
    font-weight: bold;
    margin-bottom: 17px;
    color: var(--clr-red);
}
h2 p,
h2 {
    position: relative;
    font-size: var(--fs-h2);
    font-family: var(--ff-awo_fago_office) !important;
    margin-top: 50px;
    margin-bottom: 36px;
    font-style: normal;
    font-weight: bold;
    line-height: 28px;
    color: var(--clr-red);
}
h1 p, h2 p{
    margin-bottom: 0;
}
/* h2[class*="wp"],
h2[class*="wp"] p{
    margin-left: 140px;
} */
h3 {
    font-size: var(--fs-h3);
    font-family: var(--ff-awo_fago_office) !important;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 24px;
}
h4 {
    font-size: var(--fs-h4);
    font-family: var(--ff-awo_fago_office) !important;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 5px;
}
h1, h2, h3, h4{
    line-height: 1.2;
}
p {
    font-size: var(--fs-p);
    font-family: var(--ff-awo_fago_office);
    max-width: 100ch;
    font-weight: normal;
    line-height: 1.3;
}
div + h2,
p + div,
p + h2{
    margin-top: 50px;
}
a{
    font-family: var(--ff-awo_fago_office);
    text-decoration: none;
    color: var(--clr-black);
}
main p a{
    position: relative;
    color: var(--clr-red);
    text-decoration: underline;
}
p a[target="_blank"]::after{
    content: '';
    position: relative;
    display: inline-block;
    top: 3px;
    width: 21px;
    height: 16px;
    background-image: url(/wp-content/themes/wptheme/assets/img/external.svg);
    background-repeat: no-repeat;
    background-size: 21px 16px;
    margin-inline: 5px;
}
footer p a[target="_blank"]::after{
    display: none;
}
strong{
    font-family: var(--ff-awo_fago_office);
}
em,
i{
    font-style: italic;
    font-family: var(--ff-awo_fago_office);
    width: fit-content;
}
main .entry-content ul{
    margin-left: 0;
}
main .entry-content ul li{
    position: relative;
    margin-left: 25px;
    margin-bottom: 5px;
    line-height: 1.3;
    list-style: none;
}
main .entry-content ul li::before{
    content: '';
    position: absolute;
    top: 8px;
    left: -25px;
    width: 5px;
    height: 5px;
    background-color: var(--clr-red);
    border-radius: 100vmax;
}
.wp-block-gallery{
    gap: 14px;
    margin-bottom: 50px;
}
p + .wp-block-gallery{
    margin-top: 50px;
}
.wp-block-gallery + h2{
    margin-top: 0;
}

.acf_keyvisual + .columns_icons h2,
.wp-block-image{
    margin-top: 0;
}

.wp-block-columns{
    max-width: 981px;
    margin-inline: auto;
    width: 100%;
    margin-bottom: 25px;
}

.wp-block-media-text{
    gap: 60px;
    margin-block: 50px;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}
figure{
    cursor: zoom-in;
}
img{
    display: block;
    max-width: 100%;
    height: auto;
}
.entry-content [class*="wp"] img,
main [class*="wp"] img{
    border-radius: 20px;
}
header{
    z-index: 1000;
    width: 100%;
    margin-inline: auto;
    margin-top: 68px;
}
.head-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link__arrow {
  position: absolute;
  bottom: -25px;
  right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  border-radius: 100vmax;
  background-color: var(--clr-red);
  transition: all 0.3s ease-in-out;
}

/* BUTTON */
.btn{
    isolation: isolate;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    font-size: 18px;
    width: fit-content;
    color: var(--clr-blue-dark);
    background-color: var(--clr-blue);
    box-shadow: 0 0 0 9px var(--clr-white);
    font-weight: 700;
    border-radius: 100vmax;
    cursor: pointer;
}

body:not(.home) .site-branding {
    margin-top: 50px;
}
.menu.menuBG .menu-toggle .menu.menuBG .menu-toggle {
    top: 40px;
}
.menu.menuBG .menu.menuBG .menu-toggle {
    top: 60px;
}

@media (max-width: 1300px){
    body:not(.home) .site-branding::after {
        transform: translateX(-100px);
    }
}
@media (max-width: 1000px){
    body:not(.home) .site-branding::after {
        transform: translateX(-200px);
    }
}
@media (max-width: 900px){
    body:not(.home) .site-branding {
        margin-left: 70px;
    }
    body:not(.home) .site-branding::after {
        transform: translateX(-300px);
    }
}
@media (max-width: 800px){
    body:not(.home) .site-branding {
        margin-left: 0;
        margin-top: 25px;
    }
    body:not(.home) .site-branding::after {
        transform: translateX(-400px) translateY(-50px);
    }
    body:not(.home) .site-branding img {
        scale: .7;
    }
}

.page-id-635 h1{
    margin-bottom: 50px;
}
.page-id-635 h2{
    margin-left: 0;
    margin-top: 50px;
    margin-bottom: 25px;
}
.page-id-635 h3{
    margin-top: 30px;
    margin-bottom: 20px;
}
.page-id-635 .site-branding {
  margin-left: 34px;
}

.lg-backdrop {
  background-color: #000000c7 !important;
  backdrop-filter: blur(5px) !important;
}
.lg-outer .lg-object {
  max-width: 80% !important;
}


.single.single-post main{
    margin-top: 50px;
}

.post-thumbnail img{
    width: 100%;
    max-width: 630px;
    border-radius: 20px;
}


ol {
    margin-left: 20px;
}
ol li::marker{
    color: var(--clr-red);
    font-weight: bold;
}


.error404 main{
    margin-top: 150px;
    margin-bottom: 50px;
}


/* START
-------------------------------------------------- */
/* ################# CONTAINER ###################### */
main .container{
    /* max-width: 964px; */
}

.entry-content,
.fullWidth{
    --contentMaxWidth: 964px;
    --breakoutWidth: 140px;
    --breakoutACF: 62px;
    --padding: 18px; 
    
    position: relative;
    display: grid;
    grid-template-columns: [full-width-start] 1fr [breakout-start] var(--breakoutWidth) [breakoutACF-start] var(--breakoutACF) var(--padding) [content-start] minmax(1px ,var(--contentMaxWidth)) [content-end] var(--padding) var(--breakoutACF) [breakoutACF-end] var(--breakoutWidth) [breakout-end] 1fr [full-width-end];
    /* justify-items: center; */
}

.site-header .entry-content{
    --contentMaxWidth: 1345px;
}

.entry-content > .fullWidth{
    grid-column: full-width;    
}
.entry-content > *,
.fullWidth > *{
    grid-column: content;
}
.entry-content > .breakout{
    display: grid;
    grid-column: breakout;
    grid-template-columns: [full-width-start] 1fr [breakout-start] var(--padding) [content-start] minmax(1px ,var(--contentMaxWidth)) [content-end] var(--padding) [breakout-end] 1fr [full-width-end];
}
.entry-content > .breakoutACF{
    display: grid;
    grid-column: breakoutACF;
    grid-template-columns: [full-width-start] 1fr [breakoutACF-start] var(--padding) [content-start] minmax(1px ,var(--contentMaxWidth)) [content-end] var(--padding) [breakoutACF-end] 1fr [full-width-end];
}
.breakout > *{
    grid-column: full-width;
}
.breakoutACF > *{
    grid-column: full-width;
}

@media (max-width: 1000px){
    .entry-content{
        --breakoutWidth: 50px;
        --breakoutACF: 0;
        grid-template-columns: [full-width-start] 1fr [breakout-start] var(--breakoutWidth) [breakoutACF-start] var(--breakoutACF) var(--padding) [content-start] minmax(1px ,var(--contentMaxWidth)) [content-end] var(--padding) var(--breakoutACF) [breakoutACF-end] var(--breakoutWidth) [breakout-end] 1fr [full-width-end];
    }
}
@media (max-width: 600px){
    .entry-content{
        --breakoutWidth: 0;
    }
}

.has-grey-background{
    background-color: var(--clr-gray);
    margin-top: 50px;
}
.has-grey-background > div{
    max-width: calc(980px + var(--padding) * 2);
    margin-inline: auto;
    padding-inline: var(--padding);
}

/* #################################################### */




/* CONTENT STYLES
-------------------------------------------------- */

.is-style-rounded{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px !important;
    max-width: 250px;
    max-height: 170px;
    box-shadow: var(--drop-shadow);
    margin: 0;
    padding: 50px;
    background-color: white;
}
.is-style-rounded img{
    border-radius: 0 !important;
    width: 100%;
    max-height: 118px;
    height: auto;
    object-fit: contain;
}

.wp-block-video{
    width: 100%;
    max-width: 802px;
    border-radius: 20px;
    height: auto;
    margin-inline: auto;
    margin-block: 70px;
}
.wp-block-video video{
    border-radius: 20px;
}



/* KEYVISUAL FRONTPAGE
-------------------------------------------------- */
.keyvisual-frontpage {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 564px;
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 50px;
    margin-top: 50px;
    margin-bottom: var(--margin__bottom);
    border-radius: 0 0 0 260px;
    filter: drop-shadow(-50px 24px 84px rgba(0, 0, 0, .25));
}
.keyvisual-frontpage::before {
    content: '';
    z-index: -1;
    position: absolute;
    min-height: 464px;
    background-image: url(/wp-content/themes/wptheme/assets/img/Subtract.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1404px;
    height: 564px;
    overflow: hidden;
}
.keyvisual-frontpage *{
    color: var(--clr-white);
}
.keyvisual-frontpage .keyvisual-frontpage-content{
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 295px;
    bottom: 30px;
    right: 130px;
}
.keyvisual-frontpage .slogan{
    z-index: 10;
    position: absolute;
    font-family: var(--ff-awo_fago_office);
    font-style: italic !important;
    font-size: 30px;
    right: 165px;
    bottom: 20px;
    color: var(--clr-black);
}
.keyvisual-frontpage img{
    position: relative;
    left: 20px;
    bottom: 30px;
    width: 100%;
    max-width: 800px;
    height: 570px;
    object-fit: contain;
    object-position: center top;
}
@media only screen and (min-width: 1300px) {
    .keyvisual-frontpage-content_mobile{
        display: none !important;
    }
    .slogan_mobile{
        display: none !important;
    }
}
@media only screen and (max-width: 1300px) {

    .keyvisual-frontpage::before {
        width: 100%;
        background-image: linear-gradient(180deg, #E02F1F 35.43%, #BE2416 93.65%);
        overflow: unset;
        max-height: unset;
        min-height: unset;
        height: 355px;
        border-radius: 100vmax;
        bottom: 0px;
    }
    .keyvisual-frontpage img {
        position: absolute;
        width: 700px;
        max-width: unset;
        height: 570px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -71px;
    }
    .keyvisual-frontpage {
        height: 395px;
        padding-top: 50px;
        margin-top: 50px;
        margin-bottom: var(--margin__bottom);
        border-radius: 0 0 0 205px;
        border-radius: 100vmax;
    }
    .keyvisual-frontpage-block{
        margin-inline: auto;
    }
    .keyvisual-frontpage .slogan {
        font-style: italic;
        right: 110px;
        bottom: 14px;
    }
    .keyvisual-frontpage .keyvisual-frontpage-content {
        right: 100px;
    }
    .keyvisual-frontpage {
        height: 500px;
        padding-top: 0;
        margin-top: 50px;
        margin-bottom: 43px;
        flex-direction: column;
        border-radius: 0 0 0 180px !important;
    }
    .keyvisual-frontpage-content_mobile{
        display: block !important;
        padding-inline: 20px;
        margin-bottom: 30px;
    }
    .keyvisual-frontpage-content_mobile h1{
        color: var(--clr-red);
        width: 100%;
        text-align: center;
        margin-bottom: 41px;
    }
    .keyvisual-frontpage-content_mobile p{
        width: 100%;
        text-align: center;
    }
    .slogan_mobile{
        display: block !important;
        font-size: 24px;
        font-style: italic;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .keyvisual-frontpage-content{
        display: none !important;
    }
    .slogan{
        display: none !important;
    }
}
@media only screen and (max-width: 1000px) {

    .keyvisual-frontpage::before {
        width: 100%;
    }
    .keyvisual-frontpage-block{
        margin-inline: auto;
    }
    .keyvisual-frontpage .slogan {
        right: 110px;
        bottom: 14px;
    }
    .keyvisual-frontpage .keyvisual-frontpage-content {
        right: 100px;
    }
    .keyvisual-frontpage::before {
        border-radius: 180px 0 0 180px !important;
    }
}
@media only screen and (max-width: 600px) {
     .keyvisual-frontpage img {
        width: 600px;
        bottom: -144px;
    }
      .keyvisual-frontpage {
        margin-top: 0;
    }
}
@media only screen and (max-width: 500px) {
     .keyvisual-frontpage img {
        width: 460px;
        bottom: -245px;
    }
     .keyvisual-frontpage {
        border-radius: 0 0 0 130px !important;
    }
    .keyvisual-frontpage::before {
        border-radius: 140px 0 0 30px !important;
        height: 255px;
    }
    .keyvisual-frontpage-block{
        margin-top: -100px;
    }
}

/* ACF - KEYVISUAL
-------------------------------------------------- */
.acf-keyvisual {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1411px;
    overflow: hidden;
    padding-top: 160px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.acf-keyvisual::before {
    content: '';
    z-index: 0;
    position: absolute;
    min-height: 464px;
    background-image: url(/wp-content/themes/wptheme/assets/img/Subtract_acf_key.svg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 1411px;
    height: 276px;
    overflow: hidden;
}
.acf-keyvisual *{
    color: var(--clr-black);
}
.acf-keyvisual .acf-keyvisual-content{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 440px;
    left: 140px;
    height: 370px;
    width: 100%;
    margin-top: -220px;
    gap: 60px;
}
.acf-keyvisual .acf-keyvisual-content h1{
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 130px;
    max-height: 150px;
    color: var(--clr-red);
    margin-bottom: 0;
}
.acf-keyvisual .acf-keyvisual-content p{
    position: absolute;
    bottom: -15px;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 130px;
    max-height: 200px;
    width: 400px;
    margin-bottom: 0;
}
.acf-keyvisual > video,
.acf-keyvisual > img{
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 290px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    top: -150px;
    right: 230px;
}
.acf-keyvisual > .acf-keyvisual-content .image_mobile video,
.acf-keyvisual > .acf-keyvisual-content .image_mobile img{
    display: none;
    position: relative;
    width: 100%;
    max-width: 530px;
    height: 290px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    top: -150px;
    right: 120px;
}
@media only screen and (max-width: 1350px) {
    .acf-keyvisual > video, .acf-keyvisual > img {
        right: 130px;
    }
}
@media only screen and (max-width: 1250px) {
    .acf-keyvisual > video, .acf-keyvisual > img {
        right: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .acf-keyvisual {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1411px;
        overflow: unset;
        padding-top: 0;
        margin-top: 50px;
    }
    .acf-keyvisual .acf-keyvisual-content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: unset;
        left: unset;
        height: unset;
        width: 100%;
        margin-top: 0px;
        gap: 40px;
        padding-inline: 20px;
        padding-bottom: 50px;
    }
    .acf-keyvisual .acf-keyvisual-content::after {
        z-index: -1;
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 60%;
        background: #FFE5E3;
    }
    .acf-keyvisual .acf-keyvisual-content *{
        text-align: center;
    }
    .acf-keyvisual .acf-keyvisual-content h1 {
        position: relative;
        display: flex;
        align-items: center;
        height: unset;
        min-height: unset;
        max-height: unset;
        color: var(--clr-red);
        margin-bottom: 0;
    }
    .acf-keyvisual .acf-keyvisual-content p {
        position: relative;
        display: flex;
        align-items: center;
        height: unset;
        min-height: unset;
        max-height: unset;
        width: unset;
        bottom: 0;
    }
    .acf-keyvisual::before {
        display: none;
        overflow: unset;
    }
    .acf-keyvisual > video,
    .acf-keyvisual > img{
        display: none;
    }
    .acf-keyvisual > .acf-keyvisual-content .image_mobile video,
    .acf-keyvisual > .acf-keyvisual-content .image_mobile img{
        display: block;
        position: relative;
        width: 100%;
        max-width: 530px;
        height: auto;
        object-fit: cover;
        object-position: center center;
        border-radius: 20px;
        top: 0;
        right: 0;
    }

}


/* TILES/ICON
-------------------------------------------------- */
.tile_icons_inner{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(341px, 341px), 1fr));
    column-gap: 48px;
    row-gap: 60px;
    margin-bottom: var(--margin__bottom);
}
.tile_icon{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 35px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease-in-out;
    column-gap: 31px;
}
.tile_icon:hover{
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.15);
}
.tile_icon:hover g{
    transition: all 0.3s ease-in-out;
}
.tile_icon:hover .tile_icon__arrow{
    scale: 1.05;
}
.tile_icon .title{
    flex-basis: 180px;
    color: var(--clr-red);
    margin-block: 0;
}
.tile_icon .tile_icon__icon{
    width: 85px;
    height: 85px;
}
.tile_icon .tile_icon__arrow{
    position: absolute;
    bottom: -25px;
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    border-radius: 100vmax;
    background-color: var(--clr-red);
    transition: all 0.3s ease-in-out;
}



/* CALL TO ACTION
-------------------------------------------------- */
.calltoaction{
    isolation: isolate;
    position: relative;
    display: grid;
    grid-template-columns: 309px 739px !important;
    justify-content: center;
    align-items: center;
    min-height: 464px;
    margin-bottom: 100px;
}
.calltoaction.layout_2{
    grid-template-columns: 740px 310px !important;
}
.calltoaction.layout_3{
    grid-template-columns: 530px 530px !important;
    margin-top: 50px;
}
.calltoaction.layout_1::before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 350px;
    width: 100%;
    border-radius: 100vmax;
    background: var(--awoGradient-red);
    background-repeat: no-repeat;
}
.calltoaction.layout_3::before,
.calltoaction.layout_2::before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 350px;
    width: 100%;
    border-radius: 100vmax;
    background: rgba(237, 237, 237, 1);
    background-repeat: no-repeat;
}
.calltoaction .calltoaction__content{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    margin-bottom: 20px;
    bottom: 50px;
    left: 50px;
}
.calltoaction.layout_1 .calltoaction__content .calltoaction__text,
.calltoaction.layout_1 .calltoaction__content .calltoaction__title{
    color: var(--clr-white);
}
.calltoaction.layout_1 .calltoaction__link{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: fit-content;
    padding: 15px 70px 15px 25px;
    font-size: 18px;
    border-radius: 100vmax;
    border: 2px solid var(--clr-white);
    color: var(--clr-white);
    transition: all 0.3s ease-in-out;
}
.calltoaction.layout_1:hover .calltoaction__link{
    padding: 15px 75px 15px 25px;
}
.calltoaction.layout_1 .calltoaction__link .link_svg{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1px;
    top: -1px;
    width: 52px;
    height: 52px;
    background-color: var(--clr-white);
    border-radius: 100vmax;
}
.calltoaction .calltoaction__content .calltoaction__title{
    margin-top: 0;
    margin-bottom: 20px;
}
.calltoaction.layout_3 .calltoaction__content .calltoaction__title,
.calltoaction.layout_2 .calltoaction__content .calltoaction__title{
    color: var(--clr-red);
}
.calltoaction.layout_3 .calltoaction__link,
.calltoaction.layout_2 .calltoaction__link{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    width: fit-content;
    padding: 0 0 0 25px;
    font-size: 18px;
    border-radius: 100vmax;
    border: 2px solid var(--clr-red);
    color: var(--clr-red);
    transition: all 0.3s ease-in-out;
}
.calltoaction.layout_3:hover .calltoaction__link .link_svg,
.calltoaction.layout_2:hover .calltoaction__link .link_svg{
    margin-left: 5px;
}
.calltoaction.layout_3 .calltoaction__link .link_svg,
.calltoaction.layout_2 .calltoaction__link .link_svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: var(--clr-red);
    border-radius: 100vmax;   
    transition: all 0.3s ease-in-out; 
}
.calltoaction.layout_3 .calltoaction__link .link_svg svg path,
.calltoaction.layout_2 .calltoaction__link .link_svg svg path{
    fill: var(--clr-white);
}
.calltoaction.layout_1 > img{
    width: 100%;
    max-width: 580px;
    margin-left: auto;
}
.calltoaction.layout_2 > img{
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: 100px;
}
.calltoaction.layout_3 > img{
    width: 100%;
    max-width: 530px;
    margin-left: auto;
    margin-right: 10px;
}
.calltoaction .calltoaction__text{
    margin-bottom: 20px;
    font-weight: 400;
}



/* POSTS
-------------------------------------------------- */
.postsList{
    position: relative;
    margin-bottom: 50px;
}
.swiper.posts-swiper{
    position: relative;
    padding-top: 100px;   
    padding-inline: 20px; 
}
.posts-swiper-container::before{
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 370px;
    width: 100%;
    max-width: 1280px;
    border-radius: 20px;
    background: var(--clr-red-light);
    background-repeat: no-repeat;
}
.posts-swiper-container .swiper-wrapper{
    padding-bottom: 50px;
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
}
.posts-swiper-container .swiper-slide{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
    padding: 20px;
    max-width: 341px;
    height: auto;
    transition: all 0.3s ease-in-out;
}
.posts-swiper-container .swiper-slide img{
    height: 200px;
    width: 100%;
    max-width: 300px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: -100px;
    margin-bottom: 39px;
}
.posts-swiper-container .card-body{
    display: flex;
    flex-direction: column;
    min-height: 211px;
}
.posts-swiper-container .card-date{
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--clr-gray-dark);
}
.posts-swiper-container .card-title{
    font-size: var(--fs-h3);
    margin-top: 0;
    margin-bottom: 30px;
    color: var(--clr-red);
}
.posts-swiper-container .card-text{
    margin-top: auto;
}
.swiper-slide:hover{
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.15);
}
.swiper-slide .link__arrow{
    transition: all 0.3s ease-in-out;
}
.swiper-slide:hover .link__arrow{
    scale: 1.05;
}
.swiper-button-next, .swiper-button-prev {
    display: none !important;
}


.postsList.list .card a{
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 20px;
}
.postsList.list .blogentry:not(:last-of-type) .card a{
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #cbcbcb;
}
.postsList.list .card h3{
    color: var(--clr-red);
}
.postsList.list .card .card-date{
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 14px;
    color: #949494;
}
.postsList.list .card a img{
    height: 200px;
    width: 200px;
    border-radius: 20px;
    object-fit: cover;
}
@media (max-width: 600px){
    .postsList.list .card a{
        grid-template-columns: 1fr;
    }
}


/* BUTTONS
-------------------------------------------------- */
.wp-element-button, .wp-block-button__link {
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    column-gap: 20px !important;
    width: fit-content !important;
    height: 53px;
    padding: 15px 70px 15px 25px !important;
    font-size: 18px !important;
    border-radius: 100vmax !important;
    border: 2px solid var(--clr-red) !important;
    color: var(--clr-red) !important;
    transition: all 0.3s ease-in-out !important;
    background: none !important;
    margin-bottom: 50px !important;
}
.wp-element-button:hover, .wp-block-button__link:hover {
    padding: 15px 75px 15px 25px !important;
}
.wp-element-button::after, .wp-block-button__link::after{
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -1px;
    top: 0;
    width: 50px;
    height: 50px;
    background: 
        url(/wp-content/themes/wptheme/assets/img/arrow_white.svg),
        var(--clr-red);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100vmax;
    transition: all 0.3s ease-in-out;
}




/* TILES (small, big)
-------------------------------------------------- */
.tiles__container{
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin-inline: auto;
    padding-inline: 20px;
}
.tiles{
    width: 100%;
    margin-inline: auto;    
}
.tiles__layout_small{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 341px), 1fr));
    max-width: 1120px;
    column-gap: 47px;
    row-gap: 156px;
    margin-top: 100px;
    margin-bottom: var(--margin__bottom);
}
.tiles__layout_big{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 450px), 1fr));
    max-width: 1120px;
    column-gap: 50px;
    row-gap: 140px;
    margin-top: 150px;
    margin-bottom: 50px;
}
.tiles .tiles__item{
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
    height: auto;
    padding: 20px;
    transition: all 0.3s ease-in-out;
}
.tiles .tiles__item__content{
    margin-left: 20px;
}
.tiles .tiles__item__content h3{
    color: var(--clr-red);
    margin-top: 0;
    margin-bottom: 15px;
}
.tiles .tiles__item__content p{
    color: var(--clr-black);
}
.tiles img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    margin-top: -98px;
    margin-bottom: 30px;
}

.tiles__item:hover{
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.15);
}
.tiles__item:hover .link__arrow{
    scale: 1.05;
}


/* DOWNLOADS/LINKS
-------------------------------------------------- */
.downloads_links{
    container: downloads_links / inline-size;
    display: flex;
    flex-direction: column;
    padding: 30px 75px;
    border: 2px solid red;
    border-radius: 20px;
    margin-bottom: var(--margin__bottom);
    margin-inline: auto;
    width: 100%;
    max-width: 1120px;
}
.downloads_links .downloads_links_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.downloads_links .dl_content{
    display: flex;
    align-items: center;
    gap: 25px;
}
.downloads_links h3{
    margin-top: 0 !important;
    color: var(--clr-red);
}
.downloads_links .dl_content p{
    margin: 0;
    padding: 0;
    color: var(--clr-red);
    font-weight: bold;
}
.downloads_links .downloads_links_container .downloads_links__left:empty,
.downloads_links .downloads_links_container .downloads_links__right:empty{
    display: none;
}
.downloads_links .downloads_links_container .downloads_links__left a,
.downloads_links .downloads_links_container .downloads_links__right a{
    display: flex;
    max-width: 400px;
}
.downloads_links .downloads_links_container .downloads_links__left a div,
.downloads_links .downloads_links_container .downloads_links__right a div{
    display: flex;
    align-items: center;
    gap: 25px;
    color: var(--clr-red);
}
.downloads_links .downloads_links_container .downloads_links__left a:not(:last-child),
.downloads_links .downloads_links_container .downloads_links__right a:not(:last-child){
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--clr-red);
}
p + .downloads_links,
.wp-block-paragraph + .downloads_links,
.wp-block-heading + .downloads_links{
    margin-top: 50px;
}
@container downloads_links (max-width: 600px){
    .downloads_links .downloads_links_container{
        grid-template-columns: 1fr;
    }
    .downloads_links .downloads_links_container .downloads_links__left,
    .downloads_links .downloads_links_container .downloads_links__right{
        max-width: 100%;
    }
}

/* COLUMNS WITH ICONS
-------------------------------------------------- */
.columns_icons h2{
    margin-bottom: 50px;
}
.columns_icons__container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(241px, 241px), 1fr));
    column-gap: 100px;
    row-gap: 60px;
    width: 100%;
    max-width: 983px;
    margin-inline: auto;
    text-align: center;
}
.columns_icons__container .columns_icons__icon--img{
    width: fit-content;
    background-color: #ededed;
    border-radius: 100vmax;
    width: 100px;
    height: 100px;
    margin-inline: auto;
    margin-bottom: 21px;
}
.columns_icons__container img{
    width: fit-content;
    height: 100%;
    width: 110px;
    object-fit: contain;
    margin-inline: auto;
    margin-bottom: 21px;
    scale: 1.1;
}



/* CHECKLIST
-------------------------------------------------- */
.checklist{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 40px;
    margin-bottom: 74px !important;
    width: 100%;
    max-width: 964px;
    margin-inline: auto;
}
.single-awo-jobs .checklist{
    max-width: 1120px;
    margin-top: 50px;
}
.checklist h3{
    margin-bottom: 10px;
    margin-top: 10px;
}
.checklist p{
    margin-bottom: 0;
}
.checklist .checklist-items{
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    gap: 51px;
}
.checklist .checklist-items .checklist-item{
    display: grid;
    grid-template-columns: 70px 1fr;
    justify-content: space-between;
}
.checklist .checklist-item-icon{
    display: block;
    width: 53px;
    height: 43px;
    margin-top: 3px;
}
.checklist .checklist-item-icon img{
    display: inline-block;
    width: 53px;
    height: 43px;
}
.checklist .checklist-items .checklist-item-text{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin-left: 15px;
}
@media (max-width: 750px){
    .checklist .checklist-items{
        padding-left: 0;
    }
}
@media (max-width: 700px){
    .checklist .checklist-items{
        grid-template-columns: 1fr;
    }
    .checklist .checklist-items .checklist-item{
        max-width: 100%;
    }
}




/* TEAM
-------------------------------------------------- */
.team{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(155px, 155px), 1fr));
    column-gap: clamp(20px, 5vw, 48px);
    row-gap: clamp(20px, 5vw, 50px);
    margin-block: var(--margin__bottom);
}
.team .team__member{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    text-align: center;
}
.team .team__member img{
    border-radius: 20px;
    margin-inline: auto;
    width: 100%;
    max-width: 155px;
    height: 177px;
    object-fit: cover;
    object-position: center center;
}
.team .team__member-info{
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 177px 1fr;
    align-items: flex-start;
    gap: 20px;
}
.team .team__member-info h3{
    margin-bottom: 15px;
}


/* CONTACT INFO
-------------------------------------------------- */
.contact__info{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
    row-gap: 170px;
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;    
    margin-bottom: var(--margin__bottom) !important;
    margin-top: 120px;
}
.contact__info.no_image{
    margin-top: 0 !important;
}
.contact__info + .contact__info{
    margin-top: 0;    
}
.contact__info *{
    margin: 0;
}
.contact__info a{
    font-weight: 300;
    color: var(--clr-red);
    font-weight: bold;
}
.contact__info_content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;
    max-width: 759px;
    margin-inline: auto;
    padding-inline: 50px;
    padding-block: 49px;
    background-color: var(--clr-red-light);
    border-radius: 20px;
}
.contact__info .contact__image{
    margin-top: -160px;
    width: 100%;
}
.contact__info .contact__image.noImg{
    margin-top: -140px;
    width: 100%;
}
.contact__info .contact__image img{
    width: 290px;
    height: 250px;
    object-fit: cover;
    object-position: center center;
    border-radius: 20px;
    margin-bottom: 48px;
    margin-inline: auto;
}
.contact__info .contact__image img.noImage{
    width: 167px;
    height: 167px;
    object-fit: contain;
    object-position: center center;
    border-radius: 20px;
    margin-bottom: 48px;
    margin-inline: auto;
}
.contact__info h2{
    margin-bottom: 40px;
}
.contact__info .contact__name *{
    color: var(--clr-red);
    font-size: 24px;
    font-weight: bold;
}
.contact__info .contact__info_content_numbers,
.contact__info .contact__position,
.contact__info .contact__name{
    margin-bottom: 20px;
}
.contact__info .wp-heading,
.contact__info .contact__phone,
.contact__info .contact__email{
    font-size: var(--fs-p);
    margin-bottom: 5px;
}
.contact__info .contact__address{
    line-height: 1.2;
    margin-bottom: 20px;
}
.contact__info .contact__info_content_left{
    width: 100%;
}

.contact__info .contact__fax,
.contact__info .contact__phone,
.contact__info .contact__mobile,
.contact__info .contact__email{
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 5px;
}


@media (max-width: 800px){
    .contact__info{
        grid-template-columns: 1fr;
    }    
}


/* DETAILS
-------------------------------------------------- */
details{
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    padding-bottom: 20px;
    padding-left: 24px;
    margin-bottom: 50px;
    border-bottom: 2px solid var(--clr-red);
    margin-top: 50px;
}
details + details{
    margin-top: 0;
}
details::before{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 13px;
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    right: 27px;
    background-color: var(--clr-red);
    border-radius: 100vmax;
}
details summary{
    position: relative;
    font-size: 22px;
    font-weight: 700;
    color: var(--clr-red);
    cursor: pointer;
    outline: none;
    padding: 20px 0;
    padding-right: 150px;
    list-style: none;
    right: 27px;
}
details summary::before{
    content: '';
    position: absolute;
    top: 32px;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color: var(--clr-white);
}
details summary::after{
    content: '';
    position: absolute;
    top: 32px;
    right: 10px;
    width: 20px;
    height: 2px;
    background-color: var(--clr-white);
    transform: rotateZ(90deg);
    transition: all 0.3s ease-in-out;
}
details[open] summary::after{
    content: '';
    position: absolute;
    top: 31px;
    right: 20px;
    width: 0px;
    background-color: var(--clr-white);
}
details summary + *{
    margin-right: 150px;
}




/* TESTIMONIALS SWIPER
-------------------------------------------------- */
.testimonial{
    position: relative;
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
    margin-bottom: var(--margin__bottom);
}
.testimonial h2{
    margin-top: 50px;
    margin-bottom: 67px;
    margin-left: 60px;
    width: 100%;
    max-width: 960px;
    margin-inline: auto;
}
.testimonialSwiper{
    position: relative;  
    margin-bottom: var(--margin__bottom);
}
.testimonialSwiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--clr-red-light);
    border-radius: 100vmax;
    padding-inline: 180px;
    padding-block: 50px;
    min-height: 292px;
    cursor: all-scroll;
}
.testimonialSwiper .swiper-slide .slide_left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 450px;
}
.testimonialSwiper .swiper-slide .slide_left .slide_left_title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 52px;
}
.testimonialSwiper .swiper-slide .slide_left .slide_left_title .title{
    font-size: 24px;
    font-weight: 700;
}
.testimonialSwiper .swiper-slide .slide_left .slide_left_title .subtitle{
    font-size: 14px;
}
.testimonialSwiper .swiper-slide .slide_left .text{
    margin-left: 20px;
}
.testimonialSwiper .swiper-slide .slide_right{
    position: absolute;
    top: -94px;
    width: 260px;
    right: 180px;
}
.testimonialSwiper .swiper-slide .slide_right:empty{
    display: none;
}
.testimonialSwiper .swiper-slide video,
.testimonialSwiper .swiper-slide img{
    position: absolute;
    top: 0;
    right: 0;
    width: 260px;
    height: 338px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}

.testimonial .testimonial-swiper-buttons{
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    pointer-events: none;
}
.testimonial .testimonial-swiper-button-next,
.testimonial .testimonial-swiper-button-prev{
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 33px;
    background-image: url(/wp-content/themes/wptheme/assets/img/arrow_red.svg);
    background-size: 45px 33px;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: all;
    opacity: 1;
    cursor: pointer;
}
.testimonial .testimonial-swiper-button-prev{
    transform: translateY(-50%) rotate(180deg);
    border: 1px solid var(--clr-red);
    border-radius: 0 20px 20px 0;
}
.testimonial .testimonial-swiper-button-next{
    border: 1px solid var(--clr-red);
    border-radius: 0 20px 20px 0;
}
.swiper-button-disabled{
    opacity: 0.5 !important;
    cursor: default !important;
    pointer-events: none !important;
}

@media (max-width: 1100px){
    .testimonialSwiper {
        margin-top: 150px;
    }
    .testimonialSwiper .swiper-slide{
        flex-direction: column-reverse;
        gap: 20px;
        min-height: unset;
    }
    .testimonialSwiper .swiper-slide video, .testimonialSwiper .swiper-slide img {
        position: unset;
    }
    .testimonialSwiper .swiper-slide .slide_right {
        position: unset;
        margin-top: -150px;
    }
}
@media(max-width: 800px){
    .testimonialSwiper .swiper-slide{
        border-radius: 0;
        padding-inline: clamp(20px,5vw,180px);
    }
    .testimonialSwiper .swiper-slide .slide_left .text {
        margin-left: 0;
    }
}


/* JOBS LIST
-------------------------------------------------- */
.awo-jobslist{
    width: 100%;
    max-width: 964px;
    margin-inline: auto;
    margin-bottom: var(--margin__bottom);
}
.awo-jobslist .awo-jobslist__title{
    margin-bottom: 60px;
}
.awo-jobslist .awo-jobslist__item{
    position: relative;
    border-bottom: 2px solid var(--clr-red);
    padding-inline: 30px;
}
.awo-jobslist__item-content{
    margin-right: 30px;
}
.awo-jobslist .awo-jobslist__item h3{
    color: var(--clr-red);
    hyphens: auto;
}
.awo-jobslist .awo-jobslist__item span:not(:first-of-type){
    font-weight: 300;
}
.awo-jobslist .awo-jobslist__item-link{
    display: grid;
    grid-template-columns: 1fr 47px;
    justify-content: space-between;
    align-items: center;
    padding-block: 30px;
    width: 100%;
    text-decoration: none;
}
.awo-jobslist .link__arrow {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  right: 0;
  width: 47px;
  height: 47px;
  border-radius: 100vmax;
  background-color: var(--clr-red);
}




/* VACANCIES SINGLE PAGE
-------------------------------------------------- */
.single-awo-jobs h1{
    font-size: clamp(30px,5vw,30px);
}
.single-awo-jobs .job_specification,
.single-awo-jobs p,
.single-awo-jobs [class*='wp-block-']{
    width: 100%;
    max-width: 1120px;
}
.job_specification .top,
.job_specification .bottom{
    display: flex;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 36px;
    width: 100%;
    margin-inline: auto;
}
.job_specification .right,
.job_specification .left{
    width: 100%;
    max-width: 418px;
    border-bottom: 2px solid var(--clr-red);
}
.job_specification span{
    color: var(--clr-red);
    font-weight: 700;
}
.job_specification span + p{
    margin-top: 5px;
    margin-bottom: 15px;
}



/* CONTACT FORM 7
-------------------------------------------------- */
.wpcf7-form label{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: var(--clr-black);
    font-size: 16px;
    margin-left: 25px;
}
.contactFormKindergarten{
    display: grid;
    grid-template-columns: minmax(200px,1fr) minmax(200px,1fr);
    gap: clamp(15px, 2vw, 74px);
}
.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select{
    border: 2px solid #E02F1F !important;
    border-radius: 60px;
    outline: none;
    background-color: var(--clr-white) !important;
    font-size: 16px;
    padding: 5px 25px;
    width: 100%;
    height: 46px;
    margin-left: -25px;
}
.wpcf7-form textarea{
    border-radius: 20px;
    height: 141px;
}
.wpcf7-acceptance label{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    color: var(--clr-black);
    font-size: 16px;
    margin-left: 25px;    
}
.wpcf7-acceptance input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border: 2px solid #E02F1F !important;
    border-radius: 5px;
    outline: none;
    background-color: var(--clr-white) !important;   
}
input.wpcf7-submit{
    width: fit-content;
    margin-left: 0;
    margin-top: 20px;
}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L7.5 7.5L14 1' stroke='%23E02F1F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 18px;
  padding-right: 40px;
}
.wpcf7-answer{
    width: 100%;
    max-width: 419px;
}
.wpcf7-response-output:empty{
    display: none !important;
}

@media (max-width: 900px){
    .contactFormKindergarten{
        grid-template-columns: 1fr;
    }
    .wpcf7-answer{
        max-width: 100%;
    }
}

/* COOKIE BANNER
-------------------------------------------------- */
.cookie-notice{
    top: unset !important;
    left: unset !important;
    bottom: 10px !important;
    right: 10px !important;
    max-width: 500px !important;
    max-height: 250px;    
}
.klaro .cookie-notice:not(.cookie-modal-notice) {
  background-color: var(--clr-blue-dark) !important;
}
.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
    font-size: 14px !important;
    padding: 10px 20px !important;  
    width: fit-content !important;
    color: white !important;
    border-radius: 100vmax !important;
    cursor: pointer !important;
    border: 3px solid var(--clr-red) !important;
    background-color: var(--clr-blue-dark) !important;
}
.klaro .cookie-modal .cm-btn:hover, .klaro .context-notice .cm-btn:hover, .klaro .cookie-notice .cm-btn:hover {
    color: var(--clr-blue-dark) !important;
    border: 3px solid var(--clr-red) !important;
    background-color: var(--clr-red) !important;
    box-shadow: 0 0 25px 0 var(--clr-red) !important;
}
.klaro .cookie-modal .cm-modal .cm-footer-buttons {
    flex-wrap: wrap !important;
    justify-content: space-around !important;
    gap: 20px;
}
.klaro .cookie-notice:not(.cookie-modal-notice) .cn-body span{
    font-size: 14px;
    color: white !important;
}
.klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider, .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
    background-color: var(--clr-blue) !important;
}
.klaro .cookie-modal .cm-list-input.only-required + .cm-list-label .slider, .klaro .context-notice .cm-list-input.only-required + .cm-list-label .slider, .klaro .cookie-notice .cm-list-input.only-required + .cm-list-label .slider {
    background-color: var(--clr-blue) !important;
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
    color: var(--clr-blue) !important;
}
.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
    padding: 10px 30px !important;
    font-size: 18px !important;
    width: fit-content !important;
    color: #fff !important;
    border-radius: 100vmax !important;
    cursor: pointer !important;
    border: 4px solid var(--clr-green-darker) !important;
    background-color: var(--clr-blue-dark) !important;
    box-shadow: 0 0 25px 0 var(--clr-green) !important;
}
.klaro .cookie-modal .cm-btn.cm-btn-success:hover, .klaro .context-notice .cm-btn.cm-btn-success:hover, .klaro .cookie-notice .cm-btn.cm-btn-success:hover {
    color: var(--clr-blue-dark) !important;
    background-color: var(--clr-green) !important;
    border: 4px solid var(--clr-green) !important;
}

.klaro .cookie-modal .cm-modal.cm-klaro {
  background-color: var(--clr-blue-dark) !important;
}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  color: #fff !important;
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: white !important;
}
.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  background-color: var(--clr-gray) !important;
}
.klaro .cookie-modal .cm-list-label .slider::before, .klaro .context-notice .cm-list-label .slider::before, .klaro .cookie-notice .cm-list-label .slider::before {
  background-color: var(--clr-blue-dark) !important;
}





footer{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-block: 54px;
    width: 100%;
    max-width: 1277px;
    margin-inline: auto;   
}
footer a{
    margin: 0;
    padding: 0;
    color: var(--clr-red);
}
footer a:hover{
    text-decoration: underline;
}
footer .footer-1{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 58px 77px;    
    border-radius: 20px;
    box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
}
footer .left,
footer .right{
    display: flex;
    flex-direction: column;
}
footer .left{
    flex-direction: row;
    justify-content: space-between;
}
footer .address-block{
    display: flex;
    justify-content: space-between;
}
footer p{
    font-size: 12px;
}
footer .footer-1 h4{
    margin-bottom: 20px;
}
footer .socialmedia .icons{
    display: flex;
    justify-content: flex-end;
    gap: 14px;
    min-height: 75px;
}
footer .socialmedia svg{
    width: 34px;
    height: 34px;
    padding: 8px;
    background-color: var(--clr-white);
    border-radius: 4px;
}
footer .newsletter{
    text-decoration: none;
    color: var(--clr-white);
    padding: 7px 10px;
    border-radius: 27px;
    border: 2px solid #FFF;
}
footer .newsletter:hover{
    background-color: var(--clr-white);
    color: var(--clr-purple-dark);
    border: 2px solid var(--clr-purple-dark);
}
#menu-footermenu{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
    z-index: 9;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    transform: translate3d(0, 0, 0);
    margin-bottom: 40px;
}
#menu-footermenu li{
    list-style: none;
}
#menu-footermenu li a{
    margin: 0;
    padding: 0;
    color: var(--clr-red);
    font-size: 12px;
}
#menu-footermenu li.current_page_item a,
#menu-footermenu li a:focus-visible,
#menu-footermenu li a:focus,
#menu-footermenu li a:hover{
    text-decoration: underline;
}

.footer-1 .site-branding {
    margin-top: 0 !important;
    margin-left: 0;
}
.footer-1 .site-branding a{
    text-decoration: none;
    color: var(--clr-black);
}

.awo_sm{
    position: absolute;
    display: flex;
    align-items: center;
    bottom: -50px;
    left: 80px;
    gap: 20px;
    margin-top: 0;
}
.menu-bottom .awo_sm{
    position: relative;
    bottom: 0;
    left: 0;
}
.awo_sm a{
    margin-bottom: 20px;
    padding-bottom: 0;
}
.awo_sm a::after{
    display: none !important;
}
.awo_sm a svg{
    width: 34px;
    height: auto;
    max-height: 36px;
}
.awo_sm a svg path{
    fill: var(--clr-white);
}

.awo_sm_icon{
    isolation: isolate;
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 65px !important;
    height: 65px !important;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    padding-bottom: 0 !important;
}
.awo_sm_icon::before{
    z-index: -1;
    position: absolute;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 65px !important;
    height: 65px !important;
    background-color: var(--clr-red-light);
    border-radius: 100vmax;
    transition: all 0.3s ease-in-out;
}
.awo_sm_icon:hover::before{
    width: 60px !important;
    height: 60px !important;
}

.ts_love{
    position: relative;
    font-size: 12px;
    font-weight: 700;
    width: 100%;
    text-align: right;
    right: 50px;
    color: var(--clr-red);
    margin-top: 30px;
}



/* SPACES
-------------------------------------------------- */





/* RESPONSIVE
-------------------------------------------------- */
@media only screen and (min-width: 1600px) {

}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1300px) {
    
    .site-branding {
        margin-left: 0;
    }
    .menu-toggle {
        right: 20px !important;
    }

}
@media only screen and (max-width: 1280px) {
    .posts-swiper-container::before{
        border-radius: 0;
    }
}
@media only screen and (max-width: 1200px) {
    
    .calltoaction {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 464px;
        margin-bottom: 40px;
        flex-direction: column-reverse;
    }
    .calltoaction.layout_3 {
        margin-bottom: 50px;
        margin-top: 100px;
    }
    .calltoaction.layout_1::before,
    .calltoaction.layout_2::before,
    .calltoaction.layout_3::before {
        height: 600px;
        width: 100%;
        max-width: 550px;
        border-radius: 100vmax 100vmax 150px 150px;
        background-repeat: no-repeat;
        margin-inline: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .calltoaction .calltoaction__content {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: auto;
        margin-block: 0;
        padding-block: 30px;
        padding-inline: 20px;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: 550px;
        height: 100%;
        text-align: center;
        border-radius: 0 0 20px 20px;
        background: linear-gradient(180deg, #BE2416 41.46%, #E02F1F 75.34%);
    }
    .calltoaction.calltoaction.layout_2 .calltoaction__content,
    .calltoaction.calltoaction.layout_3 .calltoaction__content{
        background: var(--clr-gray);
    }
    .calltoaction img {
        display: block;
        max-width: 750px;
        height: auto;
    }
    .calltoaction.layout_2 > img{
        width: 100%;
        max-width: 200px;
        margin-left: 0;
        margin-right: 0;
    }
    .calltoaction.layout_1 > img{
        width: 100%;
        max-width: 500px;
        margin-left: 0;
        margin-right: 0;
    }
    .calltoaction.layout_3 > img{
        width: 100%;
        max-width: 570px;
        margin-left: 0;
        margin-right: 0;
    }

}
@media only screen and (max-width: 600px) {
    .acf-keyvisual .acf-keyvisual-content h1{
        hyphens: auto;
    }
    .calltoaction img {
        display: block;
        max-width: 450px;
        height: auto;
        filter: drop-shadow(-50px 24px 84px rgba(0,0,0,.25));
    }
    .calltoaction.calltoaction.layout_2 img {
        max-width: 150px;
    }
    .calltoaction.calltoaction.layout_1 img {
        max-width: 300px;
    }
    .calltoaction.calltoaction.layout_3 img {
        max-width: 300px;
    }
    .calltoaction.layout_1::before,
    .calltoaction.layout_2::before,
    .calltoaction.layout_3::before {
        height: 450px;
        width: 100%;
        max-width: 350px;
        border-radius: 100vmax 100vmax 150px 150px;
        background-repeat: no-repeat;
        margin-inline: auto;
        left: 50%;
        transform: translateX(-50%);
    }
    .calltoaction .calltoaction__link .link_svg {
        width: 50px !important;
        height: 50px !important;
    }
    .calltoaction .calltoaction__link {
        font-size: 16px !important;
    }
    .calltoaction .calltoaction__content {
        max-width: 350px;
    }
    .downloads_links {
        padding: 30px 40px;
    }
    .tiles__layout_small {
        grid-template-columns: repeat(auto-fill, minmax(min(280px, 341px), 1fr));
    }
    details summary + *{
        margin-right: 0;
    }
    .awo-jobslist__item{
        padding-inline: 0 !important;
    }
    .tile_icon {
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
    }
    .postsList.list .card a img {
        height: 250px;
        width: unset;
        object-fit: cover;
        margin-inline: auto;
    }
}
@media only screen and (max-width: 500px) {
    footer .footer-1{
        flex-direction: column;
        padding: 30px 38px;
        margin-bottom: 30px;
        width: 100%;
        max-width: 90%;
        margin-inline: auto;
    }
    #menu-footermenu {
        align-items: flex-start;
        margin-left: 0;
    }
    .footer-1 .awo_sm {
        position: absolute;
        display: flex;
        align-items: center;
        bottom: -50px;
        left: 30px;
        gap: 20px;
        margin-top: 0;
    }
    .ts_love {
        text-align: center;
        right: 0;
    }    
}










/* ADMINBAR */
#wpadminbar {
    position: relative;
}
@media only screen and (max-width: 600px){
    #wpadminbar {
        position: relative;
    }
}
@media screen {
    html {
        margin-top: 0 !important;
    }
}

@media screen and ( max-width: 782px ) {
    html {
        margin-top: 0 !important;
    }
}

@media print {
    #wpadminbar {
        display: none;
    }
}




