/*! Place your custom styles here */
.menu_icon {
    margin-top: 60px;
}

.teaser-video { width: 100%; }

#teaser {
    position: relative;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.font-black {
    color: #314a5b;
    font-weight: bold;
}
.leistung-box {
    position: relative;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 25px 20px 30px 20px;
    margin-bottom: 30px;
    min-height: 300px;
    transition: all 0.3s ease;
  }

  .leistung-box:hover {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }

  .icon-wrapper {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 26px;
    color: #E94B3C;
  }

  .leistung-box h4 {
    margin-top: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 15px;
  }

  .leistung-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
  }

  .leistung-list li {
    padding-left: 18px;
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
  }

  .leistung-list li::before {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    color: #E94B3C;
    font-size: 13px;
  }

  .accent {
    color: #E94B3C;
  }

  .title-font {
    font-size: 32px;
    font-weight: 700;
  }

  .sub-title {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px;
  }
  

  .hero-banner {
    width: 100%;
    height: 100vh; /* volle Höhe des Viewports, auch mobil */
    background-image: url("../images/doors/background.png");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }


  .btn {
    display: inline-flex;           
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    white-space: nowrap;           
  }
  
  .btn i {
    margin-right: 8px;             
  }
  
  #impressum {
    margin-top: 100px;
  }

  #haftung {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .contact-column {
    flex: 1 1 170px;
    min-width: 170px;
    max-width: 100%;
    font-size: 14px;
    color: #333;
  }

  .contact-column h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #1a1a1a;
  }

  .contact-column a {
    color: #e94b3c;
    text-decoration: none;
  }

  .contact-column a:hover {
    text-decoration: underline;
  }

  .contact-list i {
    font-size: 27px;         /* Einheitliche Icon-Größe */
    width: 20px;             /* Gleiche Breite für Ausrichtung */
    display: inline-block;
    text-align: center;
    margin-right: 12px;
    color: #2c3e50;
  }

  .image-about {
    margin-top: 50px;
    width: 350px;
    height: 350px;
  }
