/*
Theme Name: ATWEB
Template: generatepress
Version: 1.0.0
*/

/* Overall styles */
:root {
    --black: #141414;
    --white: #FFFFFF;
    --yellow: #f3c225;
    --greyv4: #424242;
    --greyv2: #fafafa;
}
body {
    overflow: visible;
}
body, html {
    margin: 0;
    font-family: Silka,sans-serif;
    color: #141414;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

p {
    color: #4a4a4a;
    margin-bottom: 25px;
    line-height: 1.75;
    font-size: 15px;
}

.gbp-section__text-headline {
    font-family: Silka, sans-serif;
    font-weight: 700;
    color: #141414;
    padding: 4px 0;
    line-height: 1.7rem;
    font-size: 18px;
    margin-bottom: 20px;
}

a {
    color: #141414;
    font-weight: 700;
}
.gbp-section__background-black p {
    color: #e6e6e6;
}

.gbp-section__background-black {
    background-color: var(--black) !important;
}
.gbp-section__background-black h1,
.gbp-section__background-black h2,
.gbp-section__background-black h3,
.gbp-section__background-black h4,
.gbp-section__background-black h5,
.gbp-section__background-black a,
.gbp-section__background-black .gbp-section__text-headline,
.gbp-section__background-black .gbp-section__text--m,
.gbp-section__background-black .wp-block-yoast-faq-block .schema-faq-question,
.gbp-section__background-greyv4 h1,
.gbp-section__background-greyv4 h2,
.gbp-section__background-greyv4 h3,
.gbp-section__background-greyv4 h4,
.gbp-section__background-greyv4 h5,
.gbp-section__background-greyv4 a,
.gbp-section__background-greyv4 .gbp-section__text-headline,
.gbp-section__background-greyv4 .gbp-section__text--m,
.gbp-section__background-greyv4 .wp-block-yoast-faq-block .schema-faq-question {
    color: var(--white) !important;
}
.gbp-section__background-black .gbp-section__border-top-2,
.gbp-section__background-greyv4 .gbp-section__border-top-2 { border-color: var(--white); }


.gbp-section__background-greyv4 {
    background-color: var(--greyv4) !important;
}

.gbp-section__background-greyv2 {
    background-color: var(--greyv2) !important;
}

.gbp-section__background-greyv2 h1,
.gbp-section__background-greyv2 h2,
.gbp-section__background-greyv2 h3,
.gbp-section__background-greyv2 h4,
.gbp-section__background-greyv2 h5,
.gbp-section__background-greyv2 a,
.gbp-section__background-greyv2 p,
.gbp-section__background-greyv2 .gbp-section__text-headline,
.gbp-section__background-greyv2 .gbp-section__text--m,
.gbp-section__background-greyv2 .wp-block-yoast-faq-block .schema-faq-question {
    color: var(--black) !important;
}


.gbp-button--primary:hover { background-color: var(--yellow); opacity: .85 }


.gbp-section__inner__1600, .gbp-section__inner__1600 {max-width: 1624px !important;}

.gbp-section__border-top-2 { border-top: 2px solid var(--black); }

body .featured-image.page-header-image { display: none }


h2, .h2, .gbp-section__text--l {
    font-family: Silka, sans-serif;
    color: #141414;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
    line-height: 1.3em;
}
h3, .h3, .gbp-section__text--m:not(.gb-carousel .gbp-section__text--m), .wp-block-yoast-faq-block .schema-faq-question {
    font-size: 1.3rem;
    color: #141414;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.gbp-section__reversed {
    flex-direction: row !important;
}

hr {
    margin: 1rem 0;
    color: var(--black);
    border: 0 !important;
    border-top: 1px solid !important;
    opacity: .25;
}

/* Footer styles */
.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer > footer.gbp-section {
    padding: clamp(4rem, 7vw, 6rem) 0 2.5rem;
}

.site-footer > div svg {
    width: 25px !important;
}

.site-footer .gbp-section__background-black svg, .site-footer .gbp-section__background-black svg path {
    fill: var(--white) !important;
    color: var(--white);
}

/* Hero */
.hero { height: calc(100dvh - 170px) !important; }
.hero > .wp-block-video, .hero > .wp-block-video video { width: 100%; height: calc(100dvh - 140px) !important; object-fit: cover; }
.gbp-section__header { display: none }

    /* Carousel */
.gb-carousel {
    /*width: 100vw;*/
    width: 100%;
    max-width: none;
    overflow: hidden;
}
.gb-carousel:not(.gb-carousel.space-right) {
    padding-left: max(20px, calc((100vw - 1624px) / 2));
    padding-right: 20px;
}

.gb-carousel.space-right .gb-carousel-item{
    height: 650px !important;
    width: 400px !important;
    flex: 0 0 400px !important;
}

.gb-carousel .gb-carousel-item {
    position: relative;
    overflow: hidden;
    height: auto;
}

.gb-carousel .gb-carousel-item p {
    margin-bottom: 0 !important;
}
.gb-carousel .gb-carousel-control {
    padding: 0;
    background-color: unset;
}
.gb-carousel .gb-carousel-control .gb-carousel-control-icon,
.gb-carousel .gb-carousel-control .gb-carousel-control-icon svg{
    width: 100%;
    height: auto;
}
.gb-carousel .gb-carousel-control--previous {
    transform: rotate(180deg);
    margin-right: 1rem;
}

.gb-carousel div:has(>.gb-carousel-control) {
    max-width: 1624px;
    padding-left: 12px;
    padding-right: 12px;
    margin: 60px auto 0;
}

.gb-carousel .gb-carousel-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(20,20,20,.25);
    pointer-events: none;
}

/*Yoast FAQ*/
.wp-block-yoast-faq-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 24px;
}
.wp-block-yoast-faq-block .schema-faq-section{ margin-top: 3rem; }
.wp-block-yoast-faq-block .schema-faq-question { display: block }
@media(max-width: 767px) {
    .wp-block-yoast-faq-block { grid-template-columns: 1fr; }
    .wp-block-yoast-faq-block .schema-faq-section{ margin-top: 2rem; }
    .wp-block-yoast-faq-block .schema-faq-section:first-child{ margin-top: 0; }
}



.main-navigation .inside-navigation {
    max-width: 1624px;
    padding-left: 12px;
    padding-right: 12px;
}