.top-bar {
    font-size: 14px;
    background: #e5eff6;
}

.scroll .top-bar {
    display: none;
}

.top-bar p {
    font-size: 15px;
    text-align: center;
    color: #333333;
}

.header a,
.scroll a {
    color: var(--menu-color);
}
.header a,
.overlay-content,
p {
    font-size: var(--base-font-size);
}
.hero,
.slider-border-bottom,
.slider-border-top {
    background-repeat: no-repeat;
}
.block-content,
p {
    line-height: 2rem;
}
.block-content,
.header ul,
.hero {
    overflow: hidden;
}
.footer-logo,
.pay-off,
footer {
    text-align: center;
}
.block-title,
.call-out h4,
.overlay-content h1,
.slide-content h2,
.swiper .overlay a span,
.video {
    text-transform: uppercase;
}
:root {
    --primary-color: #e4333f;
    --secondary-color: #78b4c8;
    --text-color: #333333;
    --light-color: #fff;
    --menu-color: #0062a9;
    --font-family: "museo-sans", sans-serif;
    --base-font-size: 1.25rem;
    --header-font-weight: 700;
    --body-font-weight: 300;
    --header-padding: 30px;
    --hero-padding-top: 137px;
    --hero-padding-bottom: 180px;
    --logo-max-width: 255px;
    --button-padding: 13px 18px;
    --footer-padding: 53px;
    --slider-border-height: 194px;
    --transition-speed: 0.3s;
}
body {
    font-family: var(--font-family);
}
body * {
    scroll-margin-top: 109px;
}
p {
    font-weight: var(--body-font-weight);
}
h1,
h2 {
    font-weight: var(--header-font-weight);
}
img {
    max-width: 100%;
}
.header {
    padding-bottom: var(--header-padding) ;
    transition: 0.1s;
    background-color: #fff;
}
.header ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 15px;
    transition: 0.3s;
}
.header ul.open {
    max-height: 300px;
    margin-top: 20px;
}
.header li {
    display: inline;
    margin-right: 10px;
}
.footer-menu ul:last-of-type,
.header li:last-of-type {
    margin-right: 0;
}
.header a {
    padding: 8px 0;
}
.logo img {
    width: 100%;
    max-width: var(--logo-max-width);
}
.scroll {
    padding: 16px 0;
    background-color: var(--light-color);
    transition: 0.2s;
}
.scroll .hamburgerMenu {
    top: 28px;
}
.scroll .logo img {
    filter: none;
}
.scroll .fa-bars {
    color: #333;
}
.text {
    color: var(--text-color);
    padding: 100px 0 30px;
}
.text h2 {
    font-size: 40px;
    color: var(--primary-color);
    letter-spacing: 1.6px;
}
.pay-off span,
.slider-container {
    position: relative;
}
.slider-border-top {
    position: absolute;
    width: 101%;
    height: var(--slider-border-height);
    background-size: 100%;
    top: -1px;
    left: -1px;
    z-index: 99;
    background-position: top;
}
.slider-border-bottom {
    height: 330px;
    width: 100%;
    background-size: 102%;
    background-position-x: center;
    bottom: -208px;
    position: absolute;
}
.carousel-item,
.hero {
    background-size: cover;
}
.carousel-item {
    height: 800px;
}
.fa-chevron-left,
.fa-chevron-right {
    height: 55px;
    opacity: 1;
    box-shadow: 0 0 5px #00000080;
}
.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}
.container-fluid {
    max-width: 1600px;
}
.swiper {
    width: 100%;
    max-width: 1920px;
}
.close:hover,
.swiper-slide {
    color: #fff;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: 705px;
    height: 4px;
    overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--primary-color);
}
.swiper-button-next,
.swiper-button-prev {
    bottom: 0;
    top: auto;
}
.swiper-controls {
    width: 20px;
    right: 50px;
    position: absolute;
    bottom: 20px;
}
.swiper .container {
    padding-top: 90px;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.swiper .overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 150px;
}
.swiper .overlay a span {
    background-color: var(--primary-color);
    color: #fff;
    float: right;
    margin-top: 140px;
}
.round {
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    transition: 0.3s;
}
.video:hover {
    border-radius: 25px 0;
}
.fa-video {
    opacity: 0;
    margin-left: -27px;
    transition: 0.3s;
}
.video:hover .fa-video {
    opacity: 1;
    margin-left: 0;
}
.overlay-content {
    background-color: #0062a996;
    max-width: 80%;
    padding: 50px 40px;
    position: relative;
    margin-left: -40px;
}
.overlay-content p {
    max-width: 70%;
    margin-bottom: 0;
    font-weight: 300;
}
.overlay-content h1 {
    font-size: 36px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    position: relative;
    margin-top: -10px;
}
.controls {
    position: absolute;
    right: 70px;
    bottom: 20px;
    width: 150px;
    display: flex;
    justify-content: space-between;
}
.hero {
    height: 700px;
    min-height: 700px;
    background-position: center center;
    position: relative;
}
#wolkomVideo,
.hamburgerMenu,
.pay-off span svg,
.video {
    position: absolute;
}
.slide-content {
    color: #0f0f0d;
    padding: 60px 0;
}
.slide-content h2,
.slide-content h3 {
    color: #0062a8;
}
.call-out {
    background-color: #e5eff6;
    padding: 70px 0;
    color: #0f0f0d;
    display: none;
}
.block-menu,
.footer {
    padding: 100px 0;
}
.call-out h4 {
    margin-bottom: 25px;
    color: #0062a9;
    font-weight: 300;
    font-size: 25px;
}
.block-content,
.block-title,
.footer-menu a {
    font-size: var(--base-font-size);
}
.block-menu .container {
    display: flex;
    gap: 65px 35px;
    flex-wrap: wrap;
}
.block-menu .block {
    flex: 1 0 30%;
}
.block-title {
    color: #e53440;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.block a {
    text-decoration: none;
    color: #0f0f0d;
}
.block-content {
    color: #0f0f0d;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.footer .container,
.footer-logo,
.footer-menu {
    display: flex;
}
.block a:hover .block-img img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.block-img img {
    transition: 0.4s;
}
.pay-off {
    font-size: 50px;
    color: #e53440;
    font-weight: 900;
    margin-bottom: 60px;
    line-height: 4rem;
}
.pay-off span svg {
    bottom: -14px;
    left: 0;
    width: 100%;
}
.footer {
    background: #0062a9;
}
.footer a {
    color: #fff;
    font-weight: 300;
}
.footer .container div {
    flex: 1 0 30%;
}
.footer-logo {
    justify-content: center;
}

.footer-logo a {
    height: auto;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.footer-logo img {
    max-width: 90%;
}
.footer-menu {
    color: #fff;
    flex-wrap: wrap;
}
.footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin-right: 20px;
}
.footer-menu ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}
.footer-menu ul li::before {
    content: "";
    position: absolute;
    color: #fff;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"%3E%3Cpath fill="%23ffffff" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"%2F%3E%3C%2Fsvg%3E')
        center/contain no-repeat;
}
footer {
    padding: 20px 0;
    color: #3a3a3a;
    font-size: var(--base-font-size) rem;
}
#slider {
    margin-top: 105px;
}
.video {
    background-color: #e4333f;
    right: 0;
    color: #fff;
    font-size: 24px;
    bottom: 10%;
    padding: 18px;
}
.slide-content p {
    margin-bottom: 40px;
}
#wolkomVideo {
    width: 100%;
}
#videoModal iframe {
    aspect-ratio: 16/9;
}
.modal-lg {
    max-width: 1200px;
}
.close {
    color: #fff;
    opacity: 1;
    margin-bottom: 13px;
    font-size: 40px;
}
.modal-content {
    background-color: #ffffff00;
}
.modal-backdrop.show {
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 1;
}
.hamburgerMenu {
    max-width: 30px;
    margin-right: 5px;
    fill: #4a4a4a;
    display: none;
    right: 15px;
    top: 34px;
    z-index: 99;
    transition: transform 0.2s;
}
.hamburgerMenu:hover {
    transform: scale(1.1);
}
.logo {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 1200px) {
    .header a {
        padding: 5px;
    }
    .header ul {
        padding: 0;
        max-height: 0;
        flex-direction: column;
        justify-content: right;
        text-align: right;
    }
    #wolkomVideo {
        width: 160%;
    }
    .header li {
        margin-bottom: 15px;
        margin-right: 0;
    }
    .hamburgerMenu {
        display: block;
    }
}
@media (max-width: 820px) {
    .mobile-hidden {
        display: none;
    }
    #slider {
        margin-top: 88px;
    }
    .hamburgerMenu {
        top: 58px;
    }
    :root {
        --base-font-size: 1.2rem;
    }
    .swiper {
        margin-top: 117px;
    }
    #wolkomVideo {
        display: none;
    }
    #slideVideo {
        background-image: url(../img/slide1.webp);
    }
    .overlay-content {
        max-width: 100%;
        margin-left: 0;
        margin-top: 0;
    }
    .overlay-content p {
        max-width: 100%;
    }
    .footer-menu {
        justify-content: space-between;
    }
    .footer ul {
        margin-right: 0;
    }

    .footer .container {
        flex-direction: column;
    }

    .contact {
        margin: 30px 0;
    }

    .contact-info {
        flex-direction: column;
    }

    #contactForm {
        width: 100%;
    }
    #slideContact .hero {
        height: 400px;
        min-height: 400px;
    }
    

}
@media (max-width: 576px) {

    #slider {
        margin-top: 0;
    }

    .pay-off {
        font-size: 40px;
    }
    .swiper .container {
        padding: 0;
    }
    .overlay-content {
        max-width: 100%;
        height: 100%;
        border-radius: 0;
        margin-left: 0;
    }
    .overlay-content p {
        max-width: 100%;
    }
    .slide-content {
        padding: 60px 15px;
    }
    .footer .container {
        flex-direction: column;
    }
    .footer-menu {
        justify-content: center;
    }
    .footer-logo {
        margin-top: 60px;
    }
    .video {
        left: 50%;
        transform: translate(-50%, -170%);
        font-size: 20px;
        width: 80%;
        text-align: center;
    }
    .block-menu .block {
        flex: 1 0 100%;
    }
    .controls {
        right: 38px;
        bottom: 27px;
    }
    .contact {
        text-align: center;
        margin-top: 30px;
    }
}
.read-more {
    color: #fff;
    text-decoration: underline;
    font-size: var(--base-font-size);
}
.read-more .fa-arrow-down {
    margin-left: 5px;
}

.contact {
    color: #FFF;
    font-size: 1.25rem;
}

.contact a {
    font-weight: 600;
}

#contactForm {
    display: flex;
    flex-direction: column;

    width: 800px;

}

#contactForm label {
    /* margin-bottom: 25px; */
    color: #0062a9;
    font-weight: 300;
    font-size: 1.25rem;
}

.form-input {
    display: flex;
    flex-direction: column;
}

.contact-form {
    display: flex;
    justify-content: center;
}

.contact-info {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.contact-info .form-input {
    flex-grow: 1;
}

.submit-button {
    max-width: 200px;
    background-color: #e4333f;
    color: #fff;
    font-size: 24px;
    padding: 18px;
    border: none;
    text-transform: uppercase;
    margin-top: 20px;
}

.submit-button:hover {
    border-radius: 25px 0;
}

input, textarea {
    padding: 10px 10px;
    border: 1px solid #0062a9;
    border-radius: 5px;
    font-size: 1.25rem;
}

textarea {
    min-height: 200px;
    resize: none;
}

.swiper #slideContact .slide-content .container {
    padding-top: 10px;
}

#addContactSlide {
    text-decoration: underline;
}

.content-block ul {
    font-size: 18px;
    padding-inline-start: 20px;
    font-weight: 300;
}

.content-block ul span {
    font-weight: bold;
}

.content-block .content:first-child {
    margin-bottom: 50px;
}

.content-block .content:last-child {
    margin-bottom: 0px;
}

.content-block .content {
    margin-bottom: 40px;
}

.content-block h2.anbi-title  {
    font-size: 2.5rem;
}

#addAnbiSlide {
    text-decoration: underline;
    transition: 125ms ease-in-out;
}

#addAnbiSlide:hover {
    opacity: 0.8;
    cursor: pointer;
}