body {
  background: linear-gradient(135deg, #e0e0e0, #bcbcbc);
}
	
	
.navbar {
	background: hsla(221, 45%, 73%, 1);
	background: linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9bafd9", endColorstr="#103783", GradientType=1 );
}
  
  
.bgblue {
	background: hsla(221, 45%, 73%, 1);
	background: linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(221, 45%, 73%, 1) 0%, hsla(220, 78%, 29%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#9bafd9", endColorstr="#103783", GradientType=1 );
}
  
  
.bgcontent {
	background: hsla(186, 33%, 94%, 1);
	background: linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);
	background: -moz-linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);
	background: -webkit-linear-gradient(90deg, hsla(186, 33%, 94%, 1) 0%, hsla(216, 41%, 79%, 1) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#ebf4f5", endColorstr="#b5c6e0", GradientType=1 );
 }

.navbar .nav-link {
	color: #dbe1ea !important;
}

.navbar .nav-link:hover {
	color: #7fb8ff !important;
}

.navbar-brand {
    color: #9ec9f5 !important;
}
  
.hero {
      background-color: white;
	  background-image: "../images/header-autohausviersen_eyecatcher.jpg";
      padding: 4rem 2rem;
      text-align: center;
}
.hero h1 {
    font-size: 4rem;
    color: #FFFFFF;
}
.hero p {
    max-width: 600px;
    margin: auto;
}
.car-img {
    height: 180px;
    object-fit: cover;
}
.header {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
                    url('../images/header-autohausviersen_eyecatcher.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px; /* oder beliebig */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.meisterbetrieb-section {
	padding: 30px 10px;
}

  .container2 {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }
  
    .container3 {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .text-content {
    flex: 1 1 450px;
  }

  .text-content h1 {
    font-size: 3rem;
    color: #005f99;
    margin-bottom: 0.3rem;
    font-weight: 700;
  }

  .text-content h2 {
    font-size: 2rem;
    color: #0077cc;
    margin-bottom: 20px;
    font-weight: 600;
  }
  
    .text-content h3 {
    font-size: 0.75rem;
    color: #0077cc;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .text-content p {
    font-size: 1.2rem;
    color: #333a4d;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .btn-primary {
    background-color: #005f99;
    color: white;
    padding: 14px 36px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s ease;
  }
  .btn-primary:hover {
    background-color: #0077cc;
  }

  .image-content {
    flex: 1 1 450px;
    text-align: center;
  }

  .image-content img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 95, 153, 0.15);
  }

  /* Responsive */
  @media (max-width: 1600px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
    .text-content, .image-content {
      flex: 1 1 100%;
    }
    .text-content h1 {
      font-size: 2.5rem;
    }
    .text-content h2 {
      font-size: 1.7rem;
    }
    .btn-primary {
      padding: 12px 30px;
    }
  }
  
  
  
  
  
  .zufriedenheit-section {
  background: #1e1e2f;
  padding: 40px 20px;
  text-align: center;
  color: #cfd8e0;
}

  .txt-c {
  padding: 40px 20px;
  text-align: center;

}

  .zufriedenheit-section-circle {
  background: #1e1e2f;
  padding: 8px 4px;
  text-align: center;
  color: #cfd8e0;
}

.circle-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle {
  width: 60px;
  height: 60px;
  position: relative;
}

.circle svg {
  width: 60px;
  height: 60px;
  transform: rotate(-90deg);
}

.circle {
  fill: none;
  stroke-width: 8;
  stroke: #2c2c3b;
}

.progress {
  stroke: #59a6ff;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  animation: progressAnimation 8s forwards;
}

.number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.number h2 {
  font-size: 2rem;
  margin: 0;
  color: #cfd8e0;
}

.circle-box p {
  margin-top: 0px;
  font-size: 1.2rem;
  color: #a0cfff;
  font-weight: 600;
}

@keyframes progressAnimation {
  to {
    stroke-dashoffset: 0;
  }
}
  
  .leistung-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


  .gallery-img {
    width: 500px;
    max-width: 100%;
    height: 400px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    display: block;
    transition: transform 0.3s ease;
  }

  .gallery-img:hover {
    transform: scale(1.02);
  }
  
  
.kontakt-section {
  background-color: #000000;
  color: #fff;
  padding: 40px 20px;
}

.section-title {
  font-size: 1rem;
  margin-top: 2px;
  margin-bottom: 2px;
}

.kontakt-boxes h4 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.kontakt-boxes p,
.kontakt-boxes a {
  font-size: 1.2rem;
  color: #cfddee;
}

.kontakt-boxes a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .kontakt-boxes {
    text-align: center;
  }
}
  
  
  
  
  .flag {
  width: 24px;
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 3px;
}

.flag:hover {
  transform: scale(1.2);
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.nav-item.flag-switcher {
  margin-left: 10px;
}