* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Hero mit Carousel */
    .hero {
        position: relative;
        background: url('banner-bg.jpg') ;
        background-position: top left;
        background-repeat: no-repeat;
        height: 350px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin-top: 64px;
      }
  
.carousel-text {
        width: 80%;
        border-right: 3px white solid;
        border-bottom: 2px white solid;
        background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
        color: #fdfcfa;
        font-weight: bold;
        font-size: 2.0rem;
        padding: 10px 40px;
        text-align: left;
      }

.trenner {
  margin:0;
  padding:0;
  border:0;
  height: 140px;
  background-image: url('bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-color: #2f5566;
  background-position: right top;
}

.trenner img {
  width: 100%; 
  max-width: 850px; 
  margin:0;
  padding:0;
  border: 0;
}

.termin {
  margin:0;
  padding:0;
}

h2 {
color: #fff;
text-decoration: underline;
font-size: 1.5rem;
}

h3 {
  color: #000;
  text-decoration: underline;
  font-size: 1.5rem;
}

h4 {
  padding: 0;
  padding-left: 10px;
  margin:0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left: 2px solid white;
  border-bottom: 50% solid white 2px;
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
}

a.interactiv {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 1em;
  text-decoration: none;
  color: #000; 
}

.interactiv img {
  vertical-align: middle;
  padding-right: 10px;
}

.share a {
  display: block; 
  
}

.termininner {
  padding-left: 1rem;
}
      
.column.center {
    text-align: center;
    font-size: 1.1rem;
  }

.videosub {
    font-size: 1.0rem;
    color: #fff;
    font-weight: condensed;
	  text-decoration: none;
    font-family: 'Poppins', sans-serif;
  	padding: 0;
  	margin: 0;
    text-align: center;
  }

  .titelvideo {
    font-size: 1.3rem;
    color: #fff;
    font-weight: normal;
  	text-decoration: underline;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 0;
    margin: 0;
  }


.live {
    background-image: url('papier.jpg');
    padding: 15px;
    padding-bottom: 30px;
}

.live_loc {
    font-size: 2rem;
    color: #2f5566;
    font-weight: bold;
	  text-decoration: underline;
    font-family: 'Poppins', sans-serif;
  	text-align: center;
	  padding: 0;
	  margin: 0;
}

.live_save {
    width: 100%;
    float: right;
    text-align: center;
    font-size: 1rem;
    color: #aa6666;
    font-weight: regular;
	  text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.live_share {
    width: 100%;
    text-align: left;
    font-size: 1rem;
    color: #aa6666;
    font-weight: regular;
	  text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.live_date {
    font-size: 2.3rem;
    color: #2f5566;
    font-weight: bold;
  	text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
}

.live_day {
  position: relative;
  right: 120px;
  top: 1.2rem;
  font-weight: bold;
  font-size: 1.1rem;
  color: #550000;
  font-family: 'Poppins', sans-serif;

}

.live_add {
    font-size: 1.1rem;
    color: #2f5566;
    font-weight: bold;
  	text-decoration: none;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}

.client_name_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #f76d37;
    text-transform: uppercase;
    padding-left: 100px;
    font-weight: bold;
}

html, body {
  overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    border-right: 2px solid black;
    font-family: sans-serif;
    line-height: 1.5;
    background-color: #a2c6f8;
    max-width: 850px;
    width: 100%;
  }

  /* Titelleiste */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; /* nötig, damit margin auto greift */
    max-width: 850px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: left;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }

  header img.logo {
    height: 40px;
    margin-left: 16px;
  }

  .social-icons {
    display: flex;
    gap: 12px;
    color: #000;
    margin-right: 16px;
  }

  a.social-icons :visited {
    color: #000;
  }

  .social-icons img {
    width: 24px;
    height: 24px;
  }

  .nav-link:focus,
.nav-link:hover {
       color: #a2c6f8;;
   }

.nav-link {
    padding-right: .1rem;
    padding-left: 0rem;
	  padding-bottom: 0px;
	  padding-top: 0px;
    font-size: 1.5rem;
    color: #000;
}


  .column img {
    height: auto;
    border-radius: 0px;
  }

  .videoiframe {
    width: 95%;
    max-width: 400px;
    height: auto;
    border: 0;
  }

  /* Footer */
  footer {
    background-color: #2f5566;
    color: white;
    padding: 10px;
    font-size: 0.9rem;
    display: flex;
    flex-direction: column;
    gap: 10px;

  }

  footer a {
    color: white;
    text-decoration: none;
    margin-right: 15px;
  }

  .sub-footer {
    background-color: #fff;
    color: #000;
    font-size: 0.8rem;
    text-align: center;
    padding: 5px;
    max-width: 850px;
    z-index: 1000;
  }

  .videos_section {
    width: 100%;
    float: left;
    background-image: url('video-bg.jpg');
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;

    text-align: center;
   }


.youtube-wrapper {
  max-width: 850px;
  margin: auto;
  position: relative;
  text-align: center;
  color: #fff;
}

.youtube-thumbnail {
  cursor: pointer;
  text-align:center;

}

.ytplay {
  border: 2px solid white;
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}

.youtube-thumbnail img {
  width: 180px;
  height: auto;
text-align: center;
}

.text {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 64px;
}

.about{
  background-color: #a2c6f8;
  margin:0;
  padding:0;
}

.abouttext {
  max-width: 378px;
  padding: 20px;
}

.share {
padding: 20px;  
}

.location-section {
  padding: 0;
  margin:0;
  padding-top: 1rem;
  background-color:  #fff;
}

.location-container {
  max-width: 850px;
  margin: 0 auto;
  padding:0;
  text-align: left;
}


.location-links {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding-left: 1rem;
  display: block;
  flex-direction: column;
  gap: 1.5rem;
}

.location-links a {
  text-decoration: none !important;
  color: #000;
  font-size: 1.2rem;
}

.location-links i {
  font-size: 2rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
