* {
  margin: 0;
  padding: 0;
}

:root {
  --primary-color: #375e92; /*#285f97*/
  --primary-color-light: #2470b2; 
  --primary-hover-color: #2b4a71; /*#0f4b8f*/
  --secondary-color: #f0f0f0;
  --success-color: #3f7424;
  --error-color: #fe0000;
  --white-color: #fff;
  --muted-white-color: #aaa;
  --dark-color: #1b1714; /*old #222;*/
}

body {
  text-align: center;
  box-align: center;
  background-color: #1b1714;
  background-size: 100% 100%;
}
.wrapper {
  width: 1170px;
  margin: 0 auto;
}

.content-area2 {
  z-index: 9;
  width: 100%;
  font-family: Verdana, sans-serif;
  margin-top: 100px;
  color: #e6f0fd;

  background-color: #1b1714;
}

.content-area2 h1 {
  border: 1px;
  color: #e6f0fd;
  font-size: 33px;

  font-style: normal;
  padding: 6% 0px;
}

/*index*/

/*hero*/


.hero-2-container {
  width: 70vw;
  height: 600px;
  padding: 20px;
  font-family: Verdana, sans-serif;
 
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  
}

.hero-2-container img {
  padding: 0;
  margin: 0;
  width: 100vw;
  height: 600px;
}

.hero-2-text {
  margin-top: 70vh;
  width: 90%;
  
}

.hero-2-text h1 {
  position: relative;
  font-weight: 600;
  font-size: 4.4rem;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 1.2rem;
  color: var(--secondary-color);
}

.hero-2-text h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit; /* Hintergrund des Elternelements erben */
  z-index: -1;
  filter: blur(2px); 
  backdrop-filter: blur(3px);
  background-color: #ff000000;
  border-radius: 6px;
}

.hero-2-text p {
  font-size: 1.4rem;
  margin-bottom: 12px;
  color: var(--dark-color);
}

.hero-2-button {
  float: left;
  
  color: var(--secondary-color);
  border: 1.8px solid var(--primary-color);
  background-color: #ffffff00;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em;
  margin: 0px;
  font-weight: 600;
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  transition: color 3s ease-in-out;
  position: relative;
}
.hero-2-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: inherit; /* Hintergrund des Elternelements erben */
  z-index: -1;
  filter: blur(5px); 
  backdrop-filter: blur(10px);
  background-color: #00000061;
}






.hero-2-button:hover {

  transform: scale(1.05);
  background-color: transparent;
  color:  #8b4513 ;
  border: 3px solid var(--primary-color);
  cursor: pointer;
  
}

.hero-2-2-button {
margin-left: 10px;

}

.video-background {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Stellt das Video hinter den Inhalt */
}

.video-background video {
  filter: brightness(50%) sepia(50%) contrast(1.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Stellt sicher, dass das Video den gesamten Header-Bereich bedeckt */
}

.video-background-audio-update {
    
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1; /* Stellt das Video hinter den Inhalt */
}

.video-background-audio-update video {
  filter: brightness(60%) sepia(100%) contrast(1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Stellt sicher, dass das Video den gesamten Header-Bereich bedeckt */
}


/* Media queries */

@media (max-width: 884px) {
 
  .hero-2-text {
    width: 100%;
    text-align: center;
  }
  .hero-2-text h1 {
    font-size: 3rem;
  }
}

@media (max-width: 678px) {
  .hero-2-text h1 {
    font-size: 2rem;
  }
}


/*hero end*/
.index{
  margin: 1px;
  font-family: Verdana, sans-serif;
}

.index h1{
  font-size: 60px;
  color: white;
  margin-top: 200px;
  margin-left: 20%;
  text-align: left;
  
  
}
.index-img-top{
vertical-align: middle;
  margin-left: 40%;
  text-align: left;
  width: 33%;
  height: auto;
  box-shadow: 0px 0px 80px #ffffff; 
  -webkit-box-shadow: 0px 0px 8px #ffffff; 
  -ms-box-shadow: 0px 0px 8px #ffffff;
  -o-box-shadow: 0px 0px 8px #ffffff; 
 


}
.button-index {
  margin-top: 20px;
  margin-left: 20%;
  float: center;
  font-family: Verdana, sans-serif;
  font-size: 36px;
}

.button-index ul {
  display: flex;
}

.button-index ul li {
  padding: 7px 16px;
  display: block;
}

.button-index ul li a {
  color: #e6f0fd;
  text-decoration: none;
}

.button-index ul li a:hover {
  color: blue;
}

.button-index-top {
  color: #fff;
  border: 1.8px solid #e6f0fd;
  border-radius: 6px;
}

/* css datenschutz */

.content-area3 {
  z-index: 9;

  margin-top: 90px;
  margin-bottom: 90px;
  height: auto;
  background-color: black;
  float: center;
  color: #e6f0fd;
}

.content-area3 h4 {
  color: #e6f0fd;
  font-size: 33px;
  font-family: "Times New Roman";
  font-style: normal;
  padding-bottom: 10px;
  padding-top: 10px;
}

/* insta posts */

.cs-grid-row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0px 1.1% 0px 1.1%;
}

.cs-grid-row p {
  padding: 2%;
}
.cs-grid-col-d-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.cs-grid-col-d-4 img {
  border-color: rgb(0, 0, 0);
  border-radius: 1%;
  border-style: solid;
  border-width: 0.2em;
}

.cs-grid-col-d-4 img:hover {
  box-shadow: 0 2px 18px #2470b2; /*alt #375e92*/
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}


/* DecentSampler posts */
.cs-grid-d {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
  width: 33.33333333%;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.cs-grid-dimg {
  border-color: rgb(0, 0, 0);
  border-radius: 1%;
  border-style: solid;
  border-width: 0.2em;
}

.cs-grid-d img:hover {
  box-shadow: 0 2px 18px white;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* insta posts ende */

/* link tree lt */
.lt-body {
  background-color: #1b1714;
  background-size: cover;
  font-family: Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5;
}
.lt-container {
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.lt-container p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.lt-top-img {
  border-radius: 50%;
  vertical-align: middle;
  border-style: none;
  width: 200px;
  aspect-ratio: auto 200 / 200;
  height: 200px;
}

.lt-name-img {
  vertical-align: middle;
  border-style: none;
}
@media screen and (max-width: 400px) {
  .lt-name-img {
    width: 278.48px;
    height: 72px;
  }
}
@media screen and (min-width: 400px) {
  .lt-name-img {
    width: 345.6px;
    height: 90px;
  }
}
@media screen and (min-width: 900px) {
  .lt-name-img {
    width: 403.2px;
    height: 105px;
  }
}

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

@media screen and (min-width: 576px) {
  .lt-container {
    max-width: 540px;
  }

  .lt-short-description {
    font-size: 24px;
  }
}
@media screen and (max-width: 375px) {
  .lt-short-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .lt-short-description {
    font-size: 12px;
  }
}

.lt-padding {
  padding: 8px 16px !important;
}

.lt-theme-1 {
  color: #fff !important;
  background-color: #1b7a9f !important;
  border-radius: 4px;
}

.lt-theme-2 {
  color: #fff !important;
  background-color: #1b7a9f2a !important;
  border-radius: 4px;
  font-weight: bolder;
  border: solid 3px;
  border-color: #1b7a9f;
}

.lt-theme-3 {
  border: 3px solid #ccc !important;
  background-color: var(--primary-color)!important; /* rgba(42, 169, 219, 0.6) */
  color: #fff !important;
  border-radius: 4px;
}

.lt-theme-3:hover {
  transform: scale(1.05);
}

.lt-link-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lt-link-container img {
  width: 2rem;
  height: 2rem;
  float: left;
  border: 1px solid #ccc !important;
  border-radius: 50%;
  vertical-align: middle;
}
.lt-link-container a {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .link {
    width: 100%;
  }
}

.lt-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;

  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
@media screen and (max-width: 450px) {
  .lt-button {
    font-size: large;
  }
}
@media screen and (min-width: 450px) {
  .lt-button {
    font-size: x-large;
  }
}

/* links page */
.l-top-img {
  border-radius: 3%;
  vertical-align: middle;
  border-style: none;
  width: 40%;
  
}

  
@media screen and (min-width: 1000px) {
  .l-top-img{
   width: 45%;
  }
  
}
  
@media screen and (min-width: 1600px) {
  .l-top-img{
   width: 60%;
  }
  
}

.l-top-img-box {
  vertical-align: middle;
  border-style: none;
  width: 400px;
  max-height: 200px;
}



.fixed-back-footer {
  background-color: #1b1714;
  color: white;
  height: 60px;
  width: 100%;
  z-index: 10;
  bottom: 0px;
  position: fixed;
}

.fixed-back-footer p {
  margin-top: 20px;
}

/*back button*/
.back-button-fixed {
  display: inline-block;
  background-color: black;
  color: #fff;
  width: 6.3em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 30px;

  text-decoration: none;
  z-index: 1000;
  cursor: pointer;
}
.back-button-fixed-b {
  color: #f2f2f2;
  font-size: 25px;
  line-height: 39px;
  cursor: pointer;
}






@media (max-width: 600px) {

  /*hero*/




.hero-2-container {
  margin-top: 25vh;
  width: 100vw;
  height: 70vh;
 

  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  
  
}



.hero-2-text {
  margin-top: 20vh;
  width: 90%;
  z-index: 3;


  
}



.hero-2-text h1 {
  filter: blur(0px);
  font-weight: 400;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1.2rem;
text-align: left;
  color: var(--secondary-color)

}

.hero-2-text p {
  font-size: 1rem;
  margin-bottom: 12px;
  color: var(--dark-color);
}



.hero-2-button {
  float: left;
  
  color: var(--secondary-color);
  border: 1.8px solid var(--primary-color);
  background-color: #ffffff00;
  border-radius: 6px;
  padding: 0.5em 1em 0.5em;
  margin: 0px;
  font-weight: 200;
  font-size: 1rem;
  text-transform: uppercase;
  text-align: center;
  transition: color 3s ease-in-out;
}

.hero-2-button:hover {

  transform: scale(1.02);
  background-color: transparent;
  color:  #8b4513 ;
  border: 3px solid var(--primary-color);
  cursor: pointer;
  
}
.hero-2-2-button {
  margin-left: 0px;
  margin-top: 10px;
  
  }

 
}











@media (max-height: 840px) {
  .hero-2-text {
    margin-top: 20vh;
    width: 90%;
    
  }
}