@media (max-width: 576px) {
    .navbar-brand {
      margin-left: 0px;
      margin-top: 0px;
    }
    .navbar-brand img {
       width: 100%;
      }
    nav {
        background-color: #FFFFFF;
    }
    .main {
        margin-left: 0px;
    }
    .logo1 {
        display: none;
    }
    .logo2 {
        display: block;
    }
    .logo3 {
        display: none;
    }
    .navbar-collapse {
        background-color: #6F8590;
        padding-top: 50px;
    }
    .navbar-nav .nav-item .nav-link {
        margin-left:20px;
        font: normal normal normal 19px/15px 'Noto Sans';
        color: #EDEDED;
        opacity: 1;
    }
    .nav-close-btn {
        display: block;
    }
    .section-one {
        background-color: #1F1F1F;
        color: #969696;
        padding-left: 15px;
        padding-top: 40px;
    }
    .xsection-four {
        margin-left: 20px;
    }
    .footer-cr {
        text-align: center;
        color: #737373;
    }
    .footer-menu {
        text-align: center;
        color: #FFFFFF;
        margin-top: 5px;
        padding-right: 18px;
    }
    .footer-menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
        position: relative;
    }
    .footer-menu a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        bottom: -4px;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
    }
    .footer-menu a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .top-image {
        margin-top:-150px;
        margin-right: 0px;
        border: 20px solid rgba(197,206,211, .5);
    }
    .top-image-target {
        background-color: #1F1F1F;
        height:150px;
    }
    .xs-center {
        text-align: center;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .navbar-brand {
        margin-left: 60px;
        margin-top: 25px;
    }
    nav {
        background-color: #1F1F1F;
    }
    .navbar-collapse {
        background-color: #1F1F1F;
    }
    .main {
        margin-left: 120px;
    }
    .logo1 {
        display: block;
    }
    .logo2 {
        display: none;
    }
    .logo3 {
        display: none;
    }
    .navbar-nav .nav-item .nav-link {
        font: normal normal normal 19px/50px 'Noto Sans';
        color: #969696;
        opacity: 1;
    }
    .nav-close-btn {
        display: none;
    }
    .section-one {
        background-color: #1F1F1F;
        color: #969696;
        padding-left: 60px;
        padding-top: 30px;
    }
    .footer-cr {
        text-align: center;
        color: #737373;
    }
    .footer-menu {
        text-align: center;
        color: #FFFFFF;
        margin-top: 5px;
        padding-right: 18px;
    }
    .footer-menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
        position: relative;
    }
    .footer-menu a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        bottom: -4px;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
    }
    .footer-menu a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .top-image {
        margin-top:-220px;
        margin-right: 0px;
        border: 40px solid rgba(197,206,211, .5);
    }
    .top-image-target {
        background-color: #1F1F1F;
        height:220px;
    }
    .xs-center {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .navbar-brand {
      margin-left: 120px;
      margin-top: 50px;
    }
    nav {
        background-color: #1F1F1F;
    }
    .navbar-collapse {
        background-color: #1F1F1F;
    }
    .main {
        margin-left: 120px;
    }
    .logo1 {
        display: block;
    }
    .logo2 {
        display: none;
    }
    .logo3 {
        display: block;
    }
    .nav-item a {
        text-decoration: none;
        color: #FFFFFF;
        margin-left: 20px;
        position: relative;
    }
    .nav-item a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #6f8590;
        bottom: 6px;
        left: 0;
        padding-bottom: 3px;
        transform: scaleX(0);
        transform-origin: bottom right;
    }
    .nav-item a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
        xmargin-left: 8px;
    }
    .navbar-nav .nav-item .nav-link {
        font: normal normal normal 19px/50px 'Noto Sans';
        color: #969696;
        opacity: 1;
        padding:0px;
        margin: 30px;
    }
    .nav-close-btn {
        display: none;
    }
    .section-one {
        background-color: #1F1F1F;
        color: #969696;
        padding-left: 120px;
        padding-top: 60px;
    }
    .footer-cr {
        padding-left: 80px;
        text-align: left;
        color: #FFFFFF;
    }
    .footer-menu {
        padding-right: 80px;
        text-align: right;
        color: #FFFFFF;
    }
    .footer-menu a {
        text-decoration: none;
        text-transform: uppercase;
        color: #FFFFFF;
        margin-left: 15px;
        position: relative;
    }
    .footer-menu a::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #FFFFFF;
        bottom: -4px;
        left: 0;
        transform: scaleX(0);
        transform-origin: bottom right;
    }
    .footer-menu a:hover::after {
        transform: scaleX(1);
        transform-origin: bottom left;
    }
    .top-image {
        margin-top:-320px;
        margin-right: 80px;
        border: 80px solid rgba(197,206,211, .5);
    }
    .top-image-target {
        background-color: #1F1F1F;
        height:320px;
    }
}

body {
    max-width: 1920px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

p {
    margin: 0;
    padding: 0;
  }

.navbar-toggler {
    border: none;
}

.navbar-collapse {
    transition: none;
}

.navbar-collapse.show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1050;
}

.navbar-collapse.show .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: left;
}

.navbar-collapse.show .nav-link {
    padding: 1rem 0;
}

.head-font {
    text-align: left;
    font-family: 'Noto Serif Display', serif;
    font-weight: 300;
    font-size: clamp(41px, 6vw, 122px);
    letter-spacing: 0px;
    line-height: 1.1;
    color: #969696;
}

.head-font-bold {
    font-weight: bold;
}

.head-font-italic {
    font-style: italic;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: white;
}

.image-container {
    position: absolute;
    bottom: -50%; /* Ragt zur Hälfte in die nächste Sektion */
    right: 10%;
    width: 50%; /* Passe die Breite des Bildes nach Bedarf an */
    z-index: 1;
}

.image-container img {
    width: 100%;
    height: auto;
}

.section-two {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    color: #969696;
    padding-left: 0px;
    padding-top: 0px;
}

.acc-btn-link {
    text-decoration: none;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: #000;
}

.acc-btn-link:after {
    content: '\002B';
    float: right;
}

.acc-btn-link[aria-expanded="true"]:after {
    content: '\2212';
}

.custom-card {
    border: none;
    border-top: none;
    border-bottom: 1px solid black;
    border-radius: 0;
    background: #F5F4F4
}

.no-border-card {
    border: none;
    background: #F5F4F4
}

.font-noto-sans {
    font-family:'Noto Sans';
}
.font-noto-serif-display {
    font-family: 'Noto Serif Display', serif;
}

.font-color-1 {
    color:#1F1F1F;
}

.font-color-2 {
    color: #6F8590;
}

.font-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.font-capital {
    text-transform: uppercase;
}

.font-16 {
    font-size: clamp(15px, 4vw, 16px);
}

.font-19 {
    font-size: clamp(17px, 4vw, 19px);
}

.font-21 {
    font-size: clamp(17px, 4vw, 21px);
}

.font-26 {
    font-size: clamp(17px, 4vw, 26px);
}

.font-75 {
    font-size: clamp(30px, 4vw, 75px);
}

.custom-button {
    color: #6F8590;
    border: 2px solid #6F8590;
    border-radius: 50px;
    background-color: transparent;
    padding: 18px 70px;
    font-size: 16px;
    font-weight: bold;
}

.custom-button:hover {
    background-color: #6F8590;
    color: white;
}

.footer {
    background-color: #1F1F1F !important;
    color: #FFF !important;
    font-size: 15px;
}