.headline {
    font-size: 32px;
    color: rgb(0 0 0);
}

/* Hamburger styles start*/
.navbar .navbar-toggler {
    color: transparent;
    border-color: transparent;
}

.hamburger-button {
    stroke: #ffffff;
    overflow: hidden;
}

.hamburger-button .hamburger {
    transition: translate 1s, rotate 1s;
}

.hamburger-button[aria-expanded=true] .hamburger {
    translate: 3px -3px;
    rotate: 0.125turn;
}

.hamburger-button .line {
    transition: 1s;
    stroke-dasharray: 60 31 60 300;
}

.hamburger-button[aria-expanded=true] .line {
    stroke-dasharray: 60 105 60 300;
    stroke-dashoffset: -90;
}

/* Hamburger styles end*/

/* .nav-section .navbar-nav {
    width: 100%;
    justify-content: center;
    gap: 40px;
} */

.nav-section .navbar {
    padding: 0;
}

.nav-section .navbar-nav li a {
    transition: all 0.25s ease-in 0s;
    color: rgb(167, 194, 231);
    font-size: 12px;
    line-height: 15px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-decoration: none;
}

.nav-section .navbar-collapse {
    justify-content: center;
}

.nav-section .navbar-nav li a:hover,
.nav-section .navbar-nav li a.active {
    text-decoration: none;
    color: rgb(255, 250, 250);
    background-color: rgba(0, 0, 0, 0.34);
}

footer {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    text-align: center;
}

#r5002 {
    margin: 15px 0 !important;
}

#r1074 {
    padding-top: 30px;
    padding-bottom: 15px;
}

/* #m3249 .pics {
    list-style: none !important;
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
} */

#m3829 {
    background-color: rgb(14, 50, 97);
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-color: rgb(5, 5, 5);
    margin-bottom: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

#m3249 {
    background-color: rgb(14, 50, 97);
    border-left-width: 2px;
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-color: rgb(5, 5, 5);
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

#r5001>.container {
    padding-right: initial;
    padding-left: inherit;
}

.privacy-policy .privacy-details {
    border: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 10px rgb(0 0 0 / 71%);
    padding: 15px;
    margin-bottom: 15px;
}

#w_m3406 img {
    width: 100%;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    text-align: center;
}

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

    body {
        background-image: none;
    }

    header {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .headline {
        font-size: 21px;
        margin-top: 0;
    }

    .subtitle {
        font-size: 20px;
    }

    .contact-card {
        font-size: 20px !important;
    }

    .bodytext a,
    body a {
        white-space: nowrap;
    }

    .main-content {
        padding: 0;
    }

    .slider-section {
        padding: 0;
    }

    .container-fixed {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
    }

    body .designRow>.container>.col {
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-content {
        padding: 0;
    }

    #c4354 {
        padding-top: 0;
        padding-bottom: 0;
    }

    nav:not(.horizontal-menu--mobile):before,
    nav[data-settings*="vertical=true"]:not(.horizontal-menu--mobile):before {
        display: none !important;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        color: #fff;
    }

    img {
        width: 100%;
    }


}

/*ios*/
@media screen and (max-width: 340px) {

    .privacy-policy-section .link {
        font-size: 12px;
    }
}

/*portrait*/
@media (min-width: 768px) and (max-width: 991px) {
    .container-fixed {
        justify-content: center;
    }
}