/* CSS Kommentar */

/* Bootstrap Classes*/
.w-50 {width: 50%;}
.d-flex {display: flex;}
.d-block {display: block;}

/* HTML Classes*/
h1 {font-size: 150%;}
h2 {font-size: 140%;}
h3 {font-size: 130%;}
h4 {font-size: 120%;}
h5 {font-size: 110%;}

a, a:visited {
  color: inherit;
  }

body {
  background: rgba(253, 253, 253, 0.7);
  padding: 0;
  margin: 0;
  font-family: consolas, Courier;
}

/* Header Styling */
.header {
  position: fixed;
  top: 0;
  width: 99%;
  z-index: 1000;
  background: rgba(253, 253, 253, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.header .logo img {
  vertical-align: middle;
}

.header h1 {
  display: inline-block;
  margin: 0;
  font-size: 25px;
  font-weight: bold;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right a {
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
}

.header-right a:hover {
  background-color: #ddd;
}

.header-right a.active {
  text-decoration: underline;
}

/* General Content Styling */
.content {
  margin: 0 auto;
  width: calc(100% - 2rem);
  padding-top: 5rem; /* Add padding to push content below fixed header */
}

.content2 {
  margin: 0 auto;
  width: calc(100% - 2rem);
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#alexbild {
  border-radius: 10px;
  }   

/* Allgemeine Klassen */
.label {
display: inline-block;
width: 30%;
min-width: 150px;
}

.ueberschrift {
text-align: center;
width: 100%;
top: 0;
z-index: 100;
background: rgba(85, 85, 85, 0.9);
padding: 1rem;
margin-top: 0;

}
.youtubeembed, .align-center {
margin: 0 auto 1vw auto;
display: block;
}

.text-align-center {
  text-align: center;
  }

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  border-radius: 10px;
  overflow: hidden;
  }

.content {
  margin: 0 auto;
  width: calc(100% - 2rem)
  }

.bg1 {
  background-image: url("Images/img1.png");
  }

.bg2 {
  background-image: url("Images/img2.png");
  }

.bg3 {
  background-image: url("Images/img3.png");
  }

.bg4 {
  background-image: url("Images/img4.png");
  }

.parallax {
  /* The image used */
  

  /* Full height */
  height: 40vh;
   
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

.inline-icon {
  vertical-align: middle;
  height: 1.6rem;
  }

.text {
text-align:center;
  margin-left: 1%;
  margin-right: 1%;
}

.bold {font-weight: bold;}
.font-l {font-size: 110%;}

/* Ende der Allgemeinen Tags */	

/* Style the header */
.header a {
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px;
  line-height: 25px;
  border-radius: 4px;
  align-self: safe;
  }
  
.header a.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 0;
  margin-right: 1rem;
  }
  
.header a:hover {
  background-color: #ddd;
  }
  
  /* Style the active/current link*/
  .header a.active {
    text-decoration: underline;
  }
  
  /* Float the link section to the right */
  .header-right {
    height: max-content;
    align-self: center;
    float: right;
  }
  
/*Anfang der Speziischen Klassen*/
.impressum {
text-align:left;
}

.contentbox {
  border-radius: 10px;
  overflow: hidden;
  border-style:inherit;
  background-color: rgba(43, 43, 46, 0.5);
  padding: 1%;
  margin-top: 5px;
  margin-bottom: 5px;
  position: fixed;
  z-index: 100;
  width: 100%;
  top: 0;
  }

.footer {
  text-align: center;
  }

.flexbox-center {
  display: flex;
  align-items: center;
  }




/* Ende der Spezifischen Klassen */

/* Style the tab */
.tab {
  border-radius: 10px;
  margin: 0 auto 1vw auto;
display: flex;
  justify-content: center;
}

.tab span {
  background-color: rgba(106, 106, 105, 0.5);
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  border-radius: 10px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: block;
}

.tab span:hover {
  background-color: #2f00ff;
}

.tab span.active {
  background-image: linear-gradient(rgba(221, 204, 170, 0), rgb(102, 8, 243), rgba(221, 204, 170, 0));
  color: black;
}

.round-border {
  border-radius: 10px;
  }


.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
  border-radius: 10px;
}    

@media screen and (max-width: 650px) {
  .flexbox-center {
    flex-wrap: wrap;
  }
  .flexbox-center img {
    width: 100%;
  }

  .parallax{
    background-image: none;
  }

  html {
    background-image: url("img2.jpg");
  }
  
}