/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lexend-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/lexend-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/lexend-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
         url("../webfonts/fa-brands-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


/* Offcanvas-Menü Dropdown Anpassung */
.offcanvas-body .navbar-nav {
    margin-top: 20px !important;
    position: relative !important; /* Sicherstellen, dass Dropdown im Flow bleibt */
}

.offcanvas-body .dropdown-menu {
    display: none; /* Standardmäßig verstecken */
    position: relative !important; /* Relative Positionierung für Dropdown */
    top: auto !important; /* Verhindert Überlappung */
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important; /* Setze z-index, um sicherzustellen, dass es vor anderen Elementen erscheint */
    box-shadow: none !important;
}

.offcanvas-body .dropdown-toggle:focus + .dropdown-menu,
.offcanvas-body .dropdown-menu.show {
    display: block !important; /* Sichtbar machen, wenn das Dropdown geöffnet ist */
    position: relative !important; /* Positionierung unter dem Dropdown-Link */
}

.dropdown-menu.desktop.show li {
  width: 201px;
  text-align: center;
}

.dropdown-menu.mobile.show {
  transform: none !important;
  border:none!important;
  border-radius:0px!important;
}

.dropdown-item {
padding-top: 10px!important;
padding-bottom: 10px!important;
transition: all 0.2s ease-in-out !important;
border-bottom: transparent 5px solid!important;
}

.dropdown-item:focus, .dropdown-item:hover {
border-bottom: #517A8C 5px solid!important;
}

.dropdown-menu.desktop.show {
border: none !important;
border-radius: 0px !important;
padding-top: 0px !important;
padding-bottom: 0px !important;
top: 63px;
}

.offcanvas-body {
padding-left: 0px!important;
padding-right: 0px!important;
}

.nav-link {
padding-left: 16px!important;
}

.dropdown-menu.mobile .dropdown-item {
  padding-left: 35px !important;
}

.appointment-btn {
  margin: 0px 20px;
}

.dropdown-menu.mobile li a {
  background-color: #193743;
  color: #fff !important;
  font-family: 'Lexend', sans-serif;
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.appointment-btn.w-75.mt-3 {
  font-family: 'Lexend', sans-serif;
}

.dropdown-menu.mobile {
transform: none !important;
border: none !important;
border-radius: 0px !important;
}

.last.dropdown-item {
  border-bottom: none !important;
}

.dropdown-menu.mobile .dropdown-item {
    border-bottom: 1px solid #ddd!important; /* Helle dünne Linie */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.navbar .container-fluid {
  padding-left: 105px !important;
  margin-right: 60px !important;
}

@media (max-width: 768px) {
  .navbar .container-fluid {
    padding-left: 30px !important;
    margin-right: 0px !important;
  }
}


    /* Standard Navbar Styling */
    .navbar {
        transition: all 0.3s ease-in-out !important;
        padding: 7px 0 !important;
        background-color: white !important;
    }

    /* Standardgröße des Logos */
    #logo {
        height: 65px !important;
        transition: height 0.3s ease-in-out !important;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    /* Mobile Shrink-Effekt */
    @media (max-width: 1199px) { /* Nur auf Mobile */
        .navbar.shrink {
            padding: 5px 0 !important;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1) !important;
        }

        /* Logo wird erst beim Scrollen kleiner */
        .navbar.shrink #logo {
            height: 70px !important;
        }
    }



/* Navbar immer fixiert oben */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030; /* Damit die Navbar über dem restlichen Inhalt bleibt */
    background-color: white; /* Hintergrundfarbe anpassen */
    box-shadow: 0 4px 2px -2px gray; /* Optionaler Schatten */
}


nav {
    font-family: 'Lexend', sans-serif; 
}
body {
    font-family: 'Lexend', sans-serif; 
}

p{ font-size:20px;
   font-weight: 400;
    font-family: 'Lexend', sans-serif;  
}


h3{ font-size:30px;
     font-weight: normal;   
}

/*.fa.fa-bars{
    margin-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    font-size:25px;
}*/

/* Styling für das Logo */
.logo img {
    margin-top: 10px;
    height: 90px; /* Logo-Höhe anpassen */
    margin-left: 40px;
}



/* Styling der Navigationslinks */
.nav-links {
    margin-left: 300px;
    list-style-type: none;
    display: flex;
    gap: 50px;/* Abstand zwischen den Links */
}
  

.nav-links a {
    text-decoration: none;
    color: #4E7789;
    font-size: 20px;
    font-weight: bold;
}
.nav-links a:hover{
   color:#193743
} 


.menu-icon {
    margin-top: 5px;
    display: block; /* Menü-Symbol immer anzeigen */
    cursor: pointer;
    margin-left: 250px; 
    margin-right: 10px;

}

/* Styling für den Button "Termin vereinbaren" */
.appointment-btn {
    background-color: #193743;
    margin-right: 40px;
    cursor: pointer;
    border-radius: 100px;
    color: white;
    border: none;
    padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  padding-right: 28px;

}
.appointment-btn p{
    font-family: 'Lexend', sans-serif;
    font-size: 14px;
    font-weight: bold;
    
}

button p {
    margin-bottom: 0px !important;
}


.appointment-btn:hover{
    color:white;
    background-color: #35677A; /* Dunkleres Blau */
}



  
.overlay-text {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
/*    transform: translate(-45%, 0%); /* Zentriert den Text perfekt */
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size:33px;
}

.button.termin{
    display: inline-block;
    background-color: #F5F5F5;
    color: #193743;
    padding: 7px 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
}
.button.termin p{
    font-size:20px;
   font-weight: bold; 

}

.headline {
    border-bottom: 2px solid #4C7788;
    margin-left: 200px;
    margin-right: 1025px;
}
.content-text {
padding-top: 46px;
}



.bullet-column {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Abstand zwischen den Punkten */
    width: 48%; /* Damit zwei Spalten nebeneinander passen */
}

.bullet-item {
    font-family: 'Lexend', sans-serif; 
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    color: #696363;
}

/*.bullet-item::before {
    content: "●"; 
    color: #517A8C; 
    margin-right: 10px;
}*/

.icon-text-color p{
    color:#193743;
    margin-left: 0px;
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: -20px;
}  

.phone-icon img{
    margin-left: 200px;
    margin-top: -120px; 
    width: 45px;
    height: 45px;
    display: block;
}

.icon-text {
    display: flex;
    justify-content: space-between;
    max-width: 500px; /* Breite anpassen */
    margin-left: 265px;
    font-family: 'Lexend', sans-serif;
    color:#696363;
    margin-top: 0px;
    font-weight: bold;
    padding-top:0px;
}


.icon-text > p:nth-child(1) {
padding-top: 0px;
margin-left: -173px;
margin-top: -53px;
}
i.fa:nth-child(8) {
padding-top: 0px;
margin-top: 50px;
}
/*.envelope-icon img{
    margin-left: 200px;
    margin-top: 45px; 
    width: 47px;
    height: 47px;
    display: block;
}*/
.fa.fa-envelope.text{
    font-size: 40px;
    color:#4C7788;
}
.envelope-text {
    display: flex;
    justify-content: space-between;
    margin-left: -174px;
    font-family: 'Lexend', sans-serif;
    color:#696363;
    padding-top: 0px;
    font-weight: bold;
    margin-top:-53px;
}
  
.right-img {
    height: 700px;
    width: 580px;
    float: right;
    padding-top: 0px;
    margin-top: -934px;
    margin-right: 47px;
}
.text-container > img:nth-child(11) {
margin-right: 0px;
padding-right: 0px;
margin-left: 850px;
margin-top: -145px;
padding-top: 0px;
}
i.fa:nth-child(4) {
margin-left: -38px;
}

.offcanvas-header {
    background-color: #f8f9fa; /* Helles Grau für Header */
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ddd;
}

.nav-link {
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #007bff; /* Blaue Farbe bei Hover */
}


@media (max-width: 1199px) {
    /* Leichte graue Striche zwischen den Menüpunkten */
    .nav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); /* Grauer Strich */
        padding: 10px 0px; /* Mehr Abstand zwischen den Listenelementen */
    }

    /* Optional: Abstand zwischen dem letzten Menüpunkt und dem Button */
    .nav-item:last-child {
        margin-bottom: 10px;
        border-bottom:none;
    }
}

@media (max-width: 1199px) {
    /* Schriftgröße für den gesamten Text verkleinern */

    p {
        font-size: 17px !important; /* Schriftgröße für den Text */
    }

    /* Schriftgröße für alle Überschriften anpassen */
    h1 {
        font-size: 45px !important; /* h1 Überschrift verkleinern */
    }
    h2 {
        font-size: 30px !important; /* h2 Überschrift verkleinern */
    }
    h3 {
        font-size: 18px !important; /* h3 Überschrift verkleinern */
    }
    h4 {
        font-size: 16px !important; /* h4 Überschrift verkleinern */
    }
    h5 {
        font-size: 14px !important; /* h5 Überschrift verkleinern */
    }
    h6 {
        font-size: 12px !important; /* h6 Überschrift verkleinern */
    }

    .contact p {
        font-size: 15px !important; /* h6 Überschrift verkleinern */
    }
}

@media (max-width: 767px) {
    .contact .card {
        margin-bottom: 20px; /* Erhöht den Abstand zwischen den Karten */
    }
}

#menu-icon {
  border: none !important;
}

.offcanvas-body {
    overflow-x: hidden; /* Verhindert horizontalen Scrollbalken */
    overflow-y: auto;   /* Ermöglicht vertikales Scrollen */
}


#offcanvasMenu {
  max-width: 315px;
}

#menu-icon:focus {
  border: none !important;
  outline: none;
  box-shadow: none;
}

.blue-box{
    margin-top:70px;
    color: black ;
    background-color: #193743 ;
    height: 880px;
    width: cover;
}  


.headline-1{
    margin-top:-25px;
    border-bottom: 2px solid #FFFFFF;
    margin-left: 200px;
    margin-right: 200px;
}




.news-item p {
    text-align:left ;
    color:#FFFF; 
    align-items: flex-start;
    font-size: 15px;
    font-weight: lighter;
}

.news-item h3 {
    text-align:left ;
    color:#FFFF; 
    align-items: flex-start;
    font-size: 30px;
    font-weight: bolder;
}

.card {
border: none!important;
}


/* Einzelne Elemente (Bild + Text + Button) */
.item {
    text-align: left; /* Zentriert den Text */
    width: 420px!important; /* Breite pro Element */
}

.news.p-5 .img-fluid {
  max-width: 85%;
}

.news .item .text {
max-width: 321px;
}

h2 {
  font-family: 'Lexend', sans-serif!important;
  font-size: 36px;
  font-weight: normal!important;
}

hr.text-light {
max-width: 1234px;
}


}
.text p {
    color:white; 
    font-size: 15px;
    font-weight: light;
    font-family: 'Lexend', sans-serif; 

}
.text h3 {
    margin-top:15px;
    color:white; 
    font-size: 30px;
    font-weight: semibold;
    font-family: 'Lexend', sans-serif; 

}
.fa.fa-phone.text{
    font-size: 40px;
    color:#4C7788;
}
.fa.fa-phone{
    color:#193743;
}
.fa.fa-envelope{
    color:#193743;
}
.fa.fa-envelope.text{
    padding-top:20px;
}

/* Buttons */
.button.mehr {
    margin-top: 15px;
    background-color: #fff; /* Blaue Farbe */
    color: #193743;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Lexend', sans-serif; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Schatten */
    transition: all 0.3s ease-in-out;
}

/* Hover-Effekt für Buttons */
.button:hover {
    color:white;
    background-color: #35677A; /* Dunkleres Blau */
    transform: translateY(-2px); /* Leichter Hover-Effekt */
}

.subheading-2{
    margin-left:200px;
    padding-top:90px;
    text-align: left; 
    color:#4C7788;
}
.headline-2{
    margin-top:-20px;
    border-bottom: 2px solid #4C7788;
    margin-left: 200px;
    margin-right: 200px;    
}
.card {

    text-align: center;
    height:300px;
    max-width: 360px;
min-width: 150px !important;
}
.card img {
    width: 250px;
  height: 250px;
    border-radius: 50%;
    z-index: 2;
}

@media (max-width: 1362px) and (min-width: 1184px) {
  .navbar-nav.gap-5 {
    gap: 2rem !important;
  }
}


.name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 59px;
    color: #193743;
    font-weight: semibold;
}

.contact a {
    text-decoration: none;
    color: #696363;
}
.weis{
    padding-top:115px;
/*    display: flex;*/
    gap:115px;
/*    justify-content: center;*/
    font-family: lexend, sans-serif;
    padding-left: 95px;
    padding-bottom: 100px;
    margin-left: -104px;
}

.contact p{
    padding-left:30px;
    text-align: left;
    line-height: 31.5px;
    font-weight: lighter!important;
    color:#696363;
    font-size: 16px;
    margin-bottom: 0px;
}

.form {
background: #f0f3f5;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding-left: 20px;
padding-top: 47px;
padding-right: 20px;
padding-bottom: 20px;
margin-top: -70px;

}

.section.contact {
padding-bottom: 175px;
}




.contact a {
line-height: 45.5px;
}


footer{

    background-color: #193743 ;
} 


.footer.content p{
    
    font-size: 16px;
    color:white;
    line-height: 26.5px;
}



.fa-bars {
  margin-right: 10px;
  margin-top: 3px;
}
#menu-icon {
    margin-top: 0px;
}




/* lexend-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/lexend-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 500;
  src: url('../webfonts/lexend-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* lexend-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lexend';
  font-style: normal;
  font-weight: 600;
  src: url('../webfonts/lexend-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../webfonts/fa-solid-900.woff2") format("woff2"),
         url("../webfonts/fa-solid-900.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("../webfonts/fa-brands-400.woff2") format("woff2"),
         url("../webfonts/fa-brands-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}


* {

    box-sizing: border-box;
}


nav {
    font-family: 'Lexend', sans-serif; 
}
body {
    font-family: 'Lexend', sans-serif; 
}

h1 { 

    font-size:55px;
     font-weight: normal;
     font-family: 'Lexend', sans-serif;    
}

p{ font-size:20px;
   font-weight: 400;
    font-family: 'Lexend', sans-serif;  
}



h3{ font-size:30px;
     font-weight: normal;   
}

.form.card-body {
  margin-top: -50px;
}

/* Styling für die Navigationsleiste */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    top: 0;
    z-index: 1000;
}
.fa.fa-bars{
    margin-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    font-size:25px;
}

/* Styling für das Logo */
.logo img {
    margin-top: 10px;
    height: 90px; /* Logo-Höhe anpassen */
    margin-left: 40px;
}





.nav-link {
    text-decoration: none!Important;
    color: #4E7789!Important;
    font-size: 20px!Important;
    font-weight: bold!Important;
}
.nav-link:hover{
   color:#193743!Important;
} 


.menu-icon {
    margin-top: 5px;
    display: block; /* Menü-Symbol immer anzeigen */
    cursor: pointer;
    margin-left: 250px; 
    margin-right: 10px;

}

 @media (max-width: 768px) {
        header {
            background-position: top; /* Position des Bildes ändern */
            background-size: cover;  /* Stellen Sie sicher, dass das Bild die gesamte Fläche abdeckt */
        }

        .overlay-text {
            padding: 20px; /* Optional, um die Polsterung auf kleinen Bildschirmen zu ändern */
        }

        .button {
            padding: 10px 20px; /* Optional, um die Button-Größe anzupassen */
        }
    }

header {
    background-size: cover;
    background-repeat: no-repeat;
}

/* Larger image will be full-width and maintain its aspect ratio */
.background-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.contact-info i {
    margin-right: 8px;
}

.icon-text-color {
    font-weight: bold;
    color: #007bff; /* Sie können die Farbe nach Bedarf anpassen */
}

.envelope-text-color {
    color: #007bff; /* Sie können die Farbe nach Bedarf anpassen */
    font-weight: bold;
}


/* Desktop: Bildpositionierung (kleines Bild überlappt das große) */
.bottom-left-overlay {
    width: 325px; /* Größe des kleinen Bildes */
    height: 325px!important; /* Macht das kleine Bild quadratisch */
    object-fit: cover;
    position: absolute;
    bottom: -1%; /* Positioniert das Bild am unteren Rand des Containers */
    left: -4%; /* Positioniert das Bild links */
}

/* Für kleinere Bildschirme (Tablet und Mobile) */
@media (max-width: 1024px) {
    /* Bilder untereinander anzeigen */
    .col-12.col-md-7,
    .col-12.col-md-5 {
        width: 100%; /* Beide Spalten nehmen 100% der Breite ein */
        padding: 0; /* Kein Padding */
        margin-bottom: 20px; /* Abstand zwischen den beiden Spalten */
    }

    /* Das große Bild nimmt jetzt 100% der Breite ein */
    .background-image {
        width: 100%; /* Vollständige Breite */
        height: auto; /* Bild im richtigen Seitenverhältnis */
    }

    /* Das kleine Bild wird unter das große Bild verschoben */
    .bottom-left-overlay {
        position: relative; /* Entfernt die absolute Position */
        bottom: 0; /* Keine Überlappung */
        left: 0; /* Bild bleibt zentriert */
        width: 100%; /* Das Bild nimmt die volle Breite des Containers ein */
        height: auto; /* Höhe wird automatisch angepasst */
        margin-top: 20px; /* Abstand zwischen den beiden Bildern */
    }
}

/* Desktop und größere Bildschirme (ab `lg` / 1024px) */
@media (min-width: 1025px) {
    /* Das kleine Bild bleibt absolut positioniert und überlappt das große Bild */
    .bottom-left-overlay {
        position: absolute; /* Absolute Position für das kleine Bild */
        bottom: -1%; /* Positionierung nach unten */
        left: -4%; /* Positionierung nach links */
        width: 325px;
        height: 325px!important;
        object-fit: cover; /* Das Bild passt sich an und behält sein Seitenverhältnis */
    }

    /* Das große Bild bleibt mit voller Breite */
    .background-image {
        width: 100%;
        height: auto; /* Bild im richtigen Seitenverhältnis */
    }

    /* Stellt sicher, dass die Spalten nebeneinander sind */
    .col-md-7,
    .col-md-5 {
        padding: 0; /* Entfernt Padding in den Spalten */
        margin-bottom: 0; /* Verhindert unnötige Abstände zwischen den Spalten */
    }
}

/* Stellt sicher, dass der Container, der die Bilder enthält, relativ positioniert ist */
.position-relative {
    position: relative;
}


.subheading hr  {

    border-top: 2px solid;
  opacity: 1;
min-width: 200px;
max-width: 500px;
  margin-top: 35px;
  margin-bottom: 0px;
}

li::marker {
  color: #4C7788;
}

.news {
  background-color: #193743;
}




/* Adjust text content styles for better alignment */
.content-text {
    margin-bottom: 20px;
}

.icon-text, .envelope-text {
    margin-top: 10px;
}

  
.overlay-text {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
/*    transform: translate(-45%, 0%); /* Zentriert den Text perfekt */
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size:33px;
}

.button.termin{
    display: inline-block;
    background-color: #F5F5F5;
    color: #193743;
    padding: 7px 10px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 100px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 24px;
    padding-right: 24px;
}
.button.termin p{
    font-size:20px;
   font-weight: bold; 

}

footer a:hover {
color: #517A8C !important;
}

.subheading {
    text-align: left; /* Links ausgerichtet */
    font-size: 36px;
    color:#517A8C!important;
    font-weight: bold!important;

}

.headline {
    border-bottom: 2px solid #4C7788;
    margin-left: 200px;
    margin-right: 1025px;
    

}

ul {
line-height: 28px;
font-size:20px;
color: #696363;
}
.envelope-text > p:nth-child(1) {
margin-top: 0px;
padding-top: 11px;
padding-left: 0px;
margin-left: -173px;
}


.bullet-column {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Abstand zwischen den Punkten */
    width: 48%; /* Damit zwei Spalten nebeneinander passen */
}

.bullet-item {
    font-family: 'Lexend', sans-serif; 
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    color: #696363;
}

.bullet-item::before {
    content: "●"; 
    color: #517A8C; 
    margin-right: 10px;
}

.icon-text-color{
    color:#193743;
    max-width: 500px; /* Breite anpassen */
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
    font-size: 20px;
}  

.phone-icon img{
    margin-left: 200px;
    margin-top: -120px; 
    width: 45px;
    height: 45px;
    display: block;
}

.icon-text {
    display: flex;
    justify-content: space-between;
    max-width: 500px; /* Breite anpassen */
    margin-left: 265px;
    font-family: 'Lexend', sans-serif;
    color:#696363;
    margin-top: 0px;
    font-weight: bold;
    padding-top: 1px
}


.icon-text > p:nth-child(1) {
margin-top: -49px;
}



.fa.fa-envelope.text{
    font-size: 40px;
    color:#4C7788;
}
.envelope-text {
    display: flex;
    justify-content: space-between;
    max-width: 500px; /* Breite anpassen */
    margin-left: 265px;
    font-family: 'Lexend', sans-serif;
    color:#696363;
    margin-top: px;
    font-weight: bold;
}

.envelope-text-color{
    color:#193743;
    max-width: 500px; /* Breite anpassen */
    font-family: 'Lexend', sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-top: -1px;
}  

.blue-box{
    margin-top:80px;
    color: black ;
    background-color: #193743 ;
    height: 800px;
    width: cover;
}  

.subheading-1{
    margin-left:200px;
    padding-top:90px;
    text-align: left; 
    color:#FFFFFF;
}

.headline-1{
    margin-top:-25px;
    border-bottom: 2px solid #FFFFFF;
    margin-left: 200px;
    margin-right: 200px;
}


.news-item p {
    text-align:left ;
    color:#FFFF; 
    align-items: flex-start;
    font-size: 15px;
    font-weight: lighter;
}

.news-item h3 {
    text-align:left ;
    color:#FFFF; 
    align-items: flex-start;
    font-size: 30px;
    font-weight: bolder;
}

/* D
/* Einzelne Elemente (Bild + Text + Button) */
.item {
    text-align: left; /* Zentriert den Text */
    width: 250px; /* Breite pro Element */
}

.text p {
    color:white; 
    font-size: 15px;
    font-weight: light;
    font-family: 'Lexend', sans-serif; 

}
.text h3 {
    margin-top:15px;
    color:white; 
    font-size: 30px;
    font-weight: semibold;
    font-family: 'Lexend', sans-serif; 

}
.fa.fa-phone.text{
    font-size: 40px;
    color:#4C7788;
}
.fa.fa-phone{
    color:#193743;
}
.fa.fa-envelope{
    color:#193743;
}

/* Buttons */
.button.mehr {
    margin-top: 15px;
    background-color: #fff; /* Blaue Farbe */
    color: #193743;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Lexend', sans-serif; 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2); /* Schatten */
    transition: all 0.3s ease-in-out;
}

/* Hover-Effekt für Buttons */
.button:hover {
    color:white;
    background-color: #35677A; /* Dunkleres Blau */
    transform: translateY(-2px); /* Leichter Hover-Effekt */
}

.subheading-2{
    margin-left:200px;
    padding-top:90px;
    text-align: left; 
    color:#4C7788;
}
.headline-2{
    margin-top:-20px;
    border-bottom: 2px solid #4C7788;
    margin-left: 200px;
    margin-right: 200px;    
}

.name {
    font-size: 18px;
    font-weight: bold;
    margin-top: 59px;
    color: #193743;
    font-weight: semibold;
}
.title {
    line-height: 24.5px;
  color: #4C7788;
  font-size: 16px;
  margin-bottom: 10px !important;
  font-weight: 600;
}

.contact a {
    text-decoration: none;
    color: #696363;
}
.contact a:hover{
    color:#193743;
}
.weiß{
    padding-top:115px;
/*    display: flex;*/
    gap:115px;
/*    justify-content: center;*/
    font-family: lexend, sans-serif;
    padding-left: 95px;
    padding-bottom: 100px;
    margin-left: -104px;
}


.contact p:hover{
    color:#193743;
}

.form {
background: #f0f3f5;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding-left: 20px;
padding-top: 47px;
padding-right: 20px;
padding-bottom: 20px;
margin-top: -70px;

}

.section.contact {
padding-bottom: 175px;
}


.contact a {
line-height: 45.5px;
}


.blue-box2{
    margin-top:130px;
    color: black ;
    background-color: #193743 ;
    height: 260px;
    width: cover;
} 
.fa-bars {
  margin-right: 10px;
  margin-top: 3px;
}
#menu-icon {
    margin-top: 0px;
}


.footerinhalt {
color: white;
line-height: 26.5px;
}
.footerinhalt p {
font-size: 16px !important;
}

@media (max-width: 768px) {
        .footerinhalt {
            text-align: center;
        }
        .logo.footer {
            text-align: center;
            margin-top: 15px;
        }
    }