 
:root {
  --min-width-681: 100%;
  --min-width-900: 100%;
  --max-width-500: 100%;
  --min-width-1200: 100%;
  
}

/*img { width: 100%; height: auto }*/

.e-with-fixed-bg {
  width: 100%;
  /*min-height: 500px;*/
  min-height: 1244px;
  
  /* Important */
  position: relative;
}

.bg-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    /*z-index: -9999;*/
}

.bg_ot, .bg_1, .bg_2, .bg_3, .bg_4 {
  position: fixed;
  display: block;
  top: 0px;
  left: 0;
  width: 100%;
  min-height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  will-change: transform;
}

.bg_ot {
  top: 0px;
  left: auto;
  /*background: grey;*/
  /*color: white;*/
  width: 519px;
  min-height: 30%;
}

.bg_1 {
  background-image: url("../images-anzeige/1_h.jpg"); 
  }

.bg_2{
  background-image: url("../images/2a.jpg");
}

.bg_3 {
  background-image: url("../images/3.jpg"); 
  }

.bg_4{
  background-image: url("../images/4.jpg");
}

.h_red_1 {
  font-size: 24px;
  text-align: center;
  width: 100%;
  margin: 100px auto;
  padding: auto auto;
  color: white;
  background-color: red;
}

.e-container {
    text-align: center;
    margin: 20px 0px 60px 0px;
    font-size: 24px;
    line-height: 60px;
    color: white;
    top: 50px;
    background: red;
    position: sticky;
    z-index: 9999;
}


.e-container_2 {
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    color: white;
    top: 100vh;
    background: red;
    position: sticky;
    z-index: 9999;
}

.e-container_3 {
    text-align: center;
    font-size: 24px;
    line-height: 60px;
    color: white;
    top: 150vh;
    background: red;
    position: sticky;
    z-index: 9999;
}

/* ---------------------------------*/

@media screen and (max-width: 680px) {

h1 {
        /*white-space: nowrap; */
    }

#blackheadline {
    top: calc(100%/3)
}

.blackheadline_zentrum {
    width: 70%;
}

.black {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0 0 0;
}


.blacktext {
    padding: 0 0 30px 0;
}

.bg_1 {
  background-image: url("../images-anzeige/1_h.jpg"); 
  }

.bg_2{
  background-image: url("../images/2a_h.jpg");
}

.bg_3 {
  background-image: url("../images/3_h.jpg"); 
  }

.bg_4{
  background-image: url("../images/4_h.jpg");
}

}    



@media screen and (min-width: 681px) {

.bg_1 {
  background-image: url("../images-anzeige/1.jpg"); 
  }

}


/* ---------------------------------*/    
@media screen and (min-width: 681px) {

h1 {
        font-size: 20px; 
        letter-spacing: 5px;
    }

#blackheadline {
    top: calc(100%/4);
}


.blacktext {
    width: var(--min-width-681);
}

.e-with-fixed-bg{
   	    width: var(--min-width-681);
   	    margin: 0 auto;
}
   
.black {
width: 100%;
}

}






/* ---------------------------------*/    
@media screen and (min-width: 900px) {

.blacktext {
    width: var(--min-width-900);
}

.e-with-fixed-bg{
   	    width: var(--min-width-900);
   	    margin: 0 auto;
}

.black {
width: 100%;
}

}






/* ---------------------------------*/    
@media screen and (max-width: 500px) {
.blackheadline_zentrum {
    width: var(--max-width-500);
}

   .e-with-fixed-bg{
   	    width: var(--max-width-500);
   	    margin: 0 auto;
   }
   
}






/* ---------------------------------*/    
@media screen and (max-width: 410px) {

h1 {
        white-space: normal; 
        letter-spacing: 2px;
    }
    
}






/* ---------------------------------*/    
@media screen and (min-width: 1200px) {
    .blacktext {
        width: var(--min-width-1200);
    }

   .e-with-fixed-bg{
   	    width: var(--min-width-1200);
   	    margin: 0 auto;
   }
}

#share-container {
display: none;
}