:root {
  
  --primaere-schriftart: Raleway;
  --sekundaere-schriftart: "Helvetica Neue";
  --tertiaere-schriftart: Arial;
  --fallback-schriftart: sans-serif;
  --border-style: 2px solid;
  --border-transition: border .5s ease-in-out;
}


html {
    font-size: 16px;
      height: 100%;
      margin: 0;
      padding: 0;
  }
  
  body {
    margin: 0;
    font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
    height: 100%;
    background-color: #DBDBDB;
  }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  section {
  
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  :focus {
    outline: none;
    -webkit-box-shadow: 0 0 2px 2px #F0F0F0, 0 0 10px #F0F0F0;
            box-shadow: 0 0 2px 2px #F0F0F0, 0 0 10px #F0F0F0;
  }
  
  .active >a {
    color: #634324 !important;
  }
  

  
   /* === NAVIGATIONSLEISTE === */
   #header-nav {
    width: 100%;
    height: 50px;
    background-color: #C9DDA2;
    position: relative;
    font-weight: bold;
    font-size: 1.1rem;
  }
  #header-nav a > img {
    height: 30px;
    width: auto;
    margin: .55rem;
    float: left;
  }
  #header-nav ul {
    margin: 0;
    padding: 0;
    float: right;
    height: 100%;
  }
  #header-nav ul > li {
    display: inline-block;
    height: 100%;
    padding: 0 .4rem 0 .4rem;
  }
  #header-nav ul > li > a {
    margin-top: .8rem;
    display: inline-block;
    
    color: #000;
  }
  #header-nav ul > li > a:link {
    text-decoration: none;
  }
  #header-nav ul > li > a:visited {
    text-decoration: none;
  }
  #header-nav ul > li > a:active {
    color: #574223;
    text-decoration: none;
  }
  #header-nav ul > li > a:hover {
    text-decoration: none;
  }
  #header-nav .col-6 {
    padding-top: 0;
    padding-bottom: 0;
  }
  #header-nav .container,
  #header-nav .row,
  #header-nav .col-6 {
    height: 100%;
  }
  .logo-link {
    display: inline-block;
    padding-bottom: .5rem;
    text-decoration: none;
  }

  
  
  /* === NAVIGATIONSLEISTE (MOBIL) === */
  #mobile-nav-button {
    color: #000;
    float: right;
    font-size: 2rem;
    width: 37px;
    height: 37px;
    position: relative;
    margin-top: .4rem;
    margin-bottom: .5rem;
  }
  #mobile-nav-button > span {
    position: absolute;
    top: -2px;
    left: 7px;
  }
  #mobile-nav-content > ul > li {
    display: block;
    background-color: #C9DDA2;
    height: 50px;
    padding: 0 1.2rem;
    text-align: center;
    z-index: 999;
  }
  #mobile-nav-dropdown {
    position: relative;
    display: inline-block;
    float: right;
    z-index: 999;
  }
  #mobile-nav-content {
    position: absolute;
    right: 0;
    top: 50px;
    display: none;
    z-index: 999;
  }
  #mobile-nav-dropdown:hover > #mobile-nav-content {
    display: block;
    z-index: 999;
  }
  #mobile-nav {
    display: none;
  }
  
  @media (max-width: 808px) {
    #desktop-nav {
      display: none;
    }
    #mobile-nav {
      display: block;
    }
  }

  .all{
    min-height: 80%;
    display: flex;
    flex-direction: column;
  }

  /* index  */

  #startb {
    margin: 0;
    padding: 0;
    background-image: url('/src/img/start.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    opacity: 0.7; /* Opacity nur auf den Hintergrund anwenden */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative; /* Relative Position für Overlay-Container */
}
#leistungenb {
  margin: 0;
  padding: 0;
  background-image: url('/src/img/leistungen.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  opacity: 0.7; /* Opacity nur auf den Hintergrund anwenden */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative; /* Relative Position für Overlay-Container */
}


.overlay {
    background: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe des Overlays mit Transparenz */
    padding: 20px;
    border-radius: 10px; /* Runde Ecken für den Overlay-Container hinzufügen */
    position: absolute;
    top: 70%; /* Vertikal zentrieren */
    left: 50%; /* Horizontal zentrieren */
    transform: translate(-50%, -50%); /* Zentrieren des Overlay-Containers */
    color: white; /* Textfarbe auf weiß ändern oder entsprechend anpassen */
    width: 80%;
}

@media (max-width: 550px) {
  .overlay {
    background: rgba(0, 0, 0, 0.5); /* Hintergrundfarbe des Overlays mit Transparenz */
    padding: 20px;
    border-radius: 10px; /* Runde Ecken für den Overlay-Container hinzufügen */
    position: absolute;
    top: 40%; /* Vertikal zentrieren */
    left: 50%; /* Horizontal zentrieren */
    transform: translate(-50%, -50%); /* Zentrieren des Overlay-Containers */
    color: white; /* Textfarbe auf weiß ändern oder entsprechend anpassen */
    width: 80%;
}
}


.overlay2 {
  background: rgba(0, 0, 0, 0.7); /* Hintergrundfarbe des Overlays mit Transparenz */
  padding: 20px;
  color: #000;
  border-radius: 10px; /* Runde Ecken für den Overlay-Container hinzufügen */
  position: absolute;
  top: 50%; /* Vertikal zentrieren */
  left: 50%; /* Horizontal zentrieren */
  transform: translate(-50%, -50%); /* Zentrieren des Overlay-Containers */
  color: white; /* Textfarbe auf weiß ändern oder entsprechend anpassen */
  width: 90%;
}
#h1start {
    font-size: 3rem;
}

.custom-anker {
  display: inline-block;
  padding: 0.5rem;
  border: 3px solid black; /* 3px Border */
  border-radius: 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  font-weight: bold; /* Fetter Text */
  font-size: 1.5rem; /* Größere Schrift */
  text-decoration: none; /* Entfernt die Unterstreichung des Links */
  color: inherit; /* Verwendet die Schriftfarbe des Elternelements */
}
.apos{
  display: flex;
  align-items: center; /* Zentriert den Inhalt vertikal */
  justify-content: center; /* Zentriert den Inhalt horizontal */
}

#kont-k {
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  min-height: 200px;
  width: 100%;
  margin: .5rem;
}


#kont-k > a{
  text-decoration: none;
  color: #000;
  text-align: center;
}
#sl{
  text-decoration: none;
  color: #000;
}
/* Unsere Leistungen*/

#uls{
  padding: 0;
}
@media (max-width: 768px) {
  #uls > h3 {
    padding: .5rem;
    font-size: 1rem;
  }

}
@media (max-width: 400px) {
  #uls > h3 {
    padding: .2rem;
    font-size: .9rem;
  }
  #h1start {
    font-size: 1.3rem;
  }

}

.show-port-a{
  text-decoration: none;
  
}
.show-port-a > h2{
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  text-decoration: none;
  color: #000;
}

.inera-p{
  padding: 0.5rem;
}
@media (max-width: 1400px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.5rem;
  }

}

@media (max-width: 1200px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.2rem;
  }

}

@media (max-width: 1100px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.9rem;
  }

}
@media (max-width: 930px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.5rem;
  }

}
.show-port-div{
  background-image: linear-gradient(#cbcbcb,rgb(192, 209, 192));

}
.show-port-img{
  width: 100%;
  height: auto;
  
}
.show-port-img-uu {
  width: auto;
  height: 350px;
  border-radius: 100%;
}
@media (max-width: 450px) {
  .show-port-img-uu {
    width: auto;
    height: 250px;
    border-radius: 100%;
  }
}
@media (max-width: 330px) {
  .show-port-img-uu {
    width: auto;
    height: 150px;
    border-radius: 100%;
  }
}
.show-port-h1{
  text-align: center;
}
#h-uu{
  margin-top: 0;
  padding-left: 0;
}

/* === KONTAKT-SEITE === */

.kunden-nachricht-page {
  display: flex;
  flex-direction: column;

  color: #000;
}

.kunden-nachricht-page .nachricht-container {
  flex: 1;
  padding: 2rem 0;
}

.kunden-nachricht-page .intro-container h1 {
  font-size: 2rem;
  color: #000;
  margin-bottom: 1rem;
  text-align: center;
}
.kunden-nachricht-page .intro-container p {
  text-align: center;
}
.kunden-nachricht-page .success-message,
.kunden-nachricht-page .error-message {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.kunden-nachricht-page .success-message {
  color: #00b45d;
}

.kunden-nachricht-page .error-message {
  color: red;
}


.kunden-nachricht-page #kontakt-formular {
  max-width: 850px;
  margin: 2rem auto 0 auto;
  background: #fff;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 2rem;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}


.kunden-nachricht-page .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 1.5rem;
}


.kunden-nachricht-page .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.kunden-nachricht-page .form-group.full-width {
  flex: 1 1 100%;
}

.kunden-nachricht-page .form-group label {
  font-size: 1rem;
  font-weight: 701;
  color: var(--lb);
  margin-bottom: 0.5rem;
}

.kunden-nachricht-page #kontakt-formular input[type="text"],
.kunden-nachricht-page #kontakt-formular select,
.kunden-nachricht-page #kontakt-formular textarea {
  width: 100%;
  padding: 0.6rem;
  border: 2px solid #333;
  background: #fff;
  color: #000;
  border-radius: 4px;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.kunden-nachricht-page #kontakt-formular input[type="text"]:focus,
.kunden-nachricht-page #kontakt-formular select:focus,
.kunden-nachricht-page #kontakt-formular textarea:focus {
  outline: none;
  border-color: var(--lb);
  box-shadow: 0 0 5px var(--lb);
  background: #fff;
}

.kunden-nachricht-page #kontakt-formular textarea {
  height: 150px;
  resize: vertical;
}

.kunden-nachricht-page .btn-row {
  text-align: center;
}

@media (max-width: 600px) {
  .kunden-nachricht-page .intro-container h1 {
    font-size: 1.6rem;
  }

  .kunden-nachricht-page #kontakt-formular {
    padding: 1.5rem;
  }

  .kunden-nachricht-page .form-row {
    flex-direction: column;
  }

  .kunden-nachricht-page .form-group {
    flex: 1 1 100%;
  }
}
  
.login-box {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  max-width: 320px;
  width: 100%;
}

.login-box h2 {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.login-box input {
  width: 100%;
  padding: 10px;
  margin: 8px 0;
  box-sizing: border-box;
}

.login-box button {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: #fff;
  font-size: 1rem;
}

.login-box button:hover {
  background-color: #0056b3;
}

.error {
  color: red;
  font-size: 0.9rem;
  text-align: center;
  margin-bottom: 0.5rem;
}

/* ===glow btn === */

.glow {
  width: 100%;
  min-height: 40px;
  height: auto;
  font-size: 1rem;
  border: none;
  outline: none;
  color: #fff;
  cursor: pointer;
  position: relative;
  z-index: 0;
}

.glow:before {
  content: '';
  background: linear-gradient(45deg,#9FC8EC, #7ABAE7, #5CB2E4, #37A7DF, #0097D3, #9FC8EC, #7ABAE7, #5CB2E4, #37A7DF);
  position: absolute;
  top: -2px;
  left:-2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.glow:active {
}

.glow:active:after {
  background: transparent;
}

.glow:hover:before {
  opacity: 1;
}

.glow:after {
  z-index: -1;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background:black;
  left: 0;
  top: 0;
}

@keyframes glowing {
  0% { background-position: 0 0; }
  50% { background-position: 400% 0; }
  100% { background-position: 0 0; }
}

#back-f{
  padding: 1rem;
  background-image: linear-gradient(#ceaa80,#bc8f60);

}

.bild-team {
  max-width: 350px;
  height: auto;
  display: block;
margin-left: auto;
margin-right: auto;
}

.tema-text{
  text-align: center;
  font-size: 1.5rem;
}
.tema-oben{
  text-align: center;
  font-size: 3rem;
}
.tema-oben2{
  text-align: center;
}
.tema-name{
text-align: center;
font-size: 2.5rem;
}
.tema-alter{
  text-align: center;
  font-size: 2rem;
}

/* === Cookie-Tool === */
.cookie-tool {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  z-index: 9999;
}

.cookie-tool .col-2,
.cookie-tool .col-4{
 padding: 0; 
}

.cookie-tool a{
 text-decoration: none;
 color: #000;
}

.cookie-tool h2{
font-size: 2rem;
 }
 .cookie-tool h3{
  color: #000;
   }

   .cookie-tool p{
    color: #000;
     }

 .cookie-tool button{
  background-color: #1d1d1d;
  color: #FFF;
  border: #1d1d1d;
  font-size: 1.48rem;
  font-weight: bold;
  width:100%;
  height: 45px;
   }

   @media (max-width: 1209px) {
    .cookie-tool button{
      height: 70px;
       }
  }
  @media (max-width: 850px) {
    .cookie-tool button{
      font-size: 1.35rem;
      height: 70px;
       }
  }
  @media (max-width: 779px) {
    .cookie-tool #kontakt-formular{
      margin-bottom: 10px;
       }
       .cookie-tool button{
        font-size: 1rem;
        height: 40px;
         }
  }

  

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.gallery-item {
  flex: 1 1 calc(33.333% - 1rem);
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.show-port-img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 991px) {
  .gallery-item {
    flex: 1 1 calc(33.333% - 1rem);
  }
}

@media (max-width: 767px) {
  .gallery-item {
    flex: 1 1 calc(50% - 1rem);
  }
}

@media (max-width: 479px) {
  .gallery-item {
    flex: 1 1 100%;
  }
}

/* === footer === */
#footer {
  margin-top: auto;
  background-color:#C9DDA2;
  height: auto;
  color:#000;
  padding-bottom: 0;
}

#footer a,
#footer p {
  font-size: 1.25rem;
}

#footer p {
  margin: .4rem 0;
}

#footer h2 {
  margin: .4rem 0;
  font-size: 2rem;
  margin-bottom: .75rem;
}

#footer div {
  padding: 0;
  padding-top: 0.25rem;
}

#footer div.col-6 {
  padding: 0;
  padding-top: 0.7rem;
}

#footer-a,
#footer-a:link,
#footer-a:visited,
#footer-a:active {
  text-decoration: none;
  color: #000;
}

#footer-a:hover {
  color: #634324;
}

#footer span {
  color: #000;
  float: left;
  font-size: 1.25rem;
}

/* === GRID-SYSTEM === */
.container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .row::after {
    content: "";
    clear: both;
    display: block;
  }
  
  [class*='col-'] {
    float: left;
    min-height: 1px;
    padding: .8rem;
  }
  .col-1 { width: 25%;}
  .col-1-1 { width: 25%;}
  .col-1-5 {width: 25%}
  .col-2 { width: 33.333%;}
  .col-3 { width: 50%;}
  .col-4 { width: 66.666%;}
  .col-5 { width: 75%;}
  .col-6 { width: 100%;}
  
  @media (max-width: 1480px) {
    .col-1 { width: 33.333%;}
    .col-1-5 {width: 33.333%}
    .col-1-1 {width: 25%}
  }
  
  @media (max-width: 1024px) {
    .col-1 { width: 33.333%;}
    .col-1-5 {width: 33.333%}
    
    .col-1-1 {width: 50%}
  }
  
  @media (max-width: 768px) {
    .col-1-5 {width: 50%}
    .col-1 { width: 50%;}
    .col-2 { width: 100%;}
    .col-3 { width: 100%;}
    .col-4 { width: 100%;}
  }
  
  @media (max-width: 480px) {
    .col-1-5 {width: 100%}
    .col-1-1 {width: 100%}
    .col-1 { width: 100%;}
    .col-2 { width: 100%;}
    .col-3 { width: 100%;}
    .col-4 { width: 100%;}
  }


