img {
  width: 100%;
}

video {
  width: 100%;
  xwidth: 800px;    
  margin: 0 auto 0 auto;
}


.videoWrapper {
  xbackground: green;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  xborder: 1px solid orange;
  width: 92%;
  xheight: 400px;
  height: 70%;
  xmin-height: 500px;
}

@media only screen and (min-width:821px) and (max-width:1024px) {
.videoWrapper {
  xbackground: green;
  max-width: 1000px;
  margin: 0px auto 0px auto;
  xborder: 1px solid orange;
  width: 80%;
  xheight: 400px;
  height: 70%;
  xmin-height: 500px;
}  

}


@media only screen and (max-width:820px) { 
  .videoWrapper {
   xbackground: green;
   xmax-width: 600px;
   margin: 0px auto 0px auto;
   xborder: 1px solid orange;
   width: 100%;
   xheight: 400px;
 }
}

.videoTextWrapper {
  xbackground: green;
  max-width: 800px;
  margin: 0px auto 0px auto;
  xborder: 1px solid orange;
  width: 76%;
  xheight: 400px;
  height: 100%;
  min-height: 300px;
  position: relative;
}

.videoTextWrapper.FLEXvideoTextWrapper {
 display: -webkit-flex;
 display: flex;

 /* centering horizontal */
 /* [flex-start = default] [center] [flex-end] */
 -webkit-justify-content: center;
 justify-content: center;

 -webkit-align-content: center;
 align-content: center;

 /* centering vertical */
 /* [flex-start = default] [center] [flex-end] */
 -webkit-align-items: center;
 align-items: center;

 margin: 0px auto 0px auto; 
 xpadding: 0px 0px 0px 0px;

 /* [row = default] [column] */  
 -webkit-flex-direction: column;
 flex-direction: column;
}

.videoText {
  border: 1px solid;
  width: 100%;   
  margin: 0 auto 0 auto;
  text-align: left;
  padding: 20px 20px 20px 20px;
  xposition: absolute;
  xtop: 50px;
}

.videoText h2 {
  border: none;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto 20px auto;   
}
.videoText p {
  border: none;
  font-size: 18px;   
}
@media only screen and (min-width:480px) and (max-width:767px) { 
  .videoTextWrapper {
    width: 94%;   
    xmargin: 0 auto 0 auto;
    xposition: relative;
    xtop: 0px;    
  }
  .videoText {
    width: 100%;   
    xmargin: 0 auto 0 auto;
    xposition: relative;
    xtop: 0px;    
  }
  .videoText h2 {
    border: none;
    font-size: 20px;
    margin: 0 auto 10px auto;   
  }
  .videoText p {
    border: none;
    font-size: 16px;   
  }
}
@media only screen and (min-width:320px) and (max-width:479px) { 
  .videoTextWrapper {
    width: 94%;   
    xmargin: 0 auto 0 auto;
    xposition: relative;
    xtop: 0px;    
  }
  x.videoText {
    xwidth: 94%;   
    margin: 0 auto 0 auto;
    position: relative;
    top: 0px;    
  }
  .videoText h2 {
    border: none;
    font-size: 20px;
    margin: 0 auto 10px auto;   
  }
  .videoText p {
    border: none;
    font-size: 12px;   
  }
  x.intro {
    min-height: 37px;
  }
}
@media only screen and (max-width:319px) {
  x.introForText {
    display: none; 
  }
  .videoTextWrapper {
    width: 94%;   
    xmargin: 0 auto 0 auto;
    xposition: relative;
    xtop: 0px;    
  }
  x.videoText {
    xwidth: 94%;   
    margin: 0 auto 0 auto;
    position: relative;
    top: 0px;    
  }
  .videoText h2 {
    border: none;
    font-size: 20px;
    margin: 0 auto 10px auto;   
  }
  .videoText p {
    border: none;
    font-size: 12px;   
  }
}

.videoTitel {
  xbackground: grey;
  width: 80%;
  max-width: 800px; 
  margin: 10px auto 0px auto;
  padding: 0px 50px 0px 50px;
  xposition: absolute;
  /*display: none;*/
}
.videoTitel h4 {
  xbackground: grey;
  max-width: 600px; 
  font-size: 28px;
  text-align: center; 
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0px auto 8px auto; 
  padding: 0px 0px 0px 0px;
}
.videoTitel p {
  font-size: 18px; 
  line-height: 1.2;
  text-align: center;
  xfont-family: 'Lato Regular', serif;
  xfont-family: 'FiraSansCondensed-Book', serif;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .videoTitel {
    xbackground: grey;
    width: 100%; 
    max-width: 600px;
    xmargin: 0px auto 0px auto;
    padding: 0px 10px 0px 10px;
  }    
}
@media screen and (max-width:479px) {
  .videoTitel {
    width: 100%; 
    max-width: 600px;
    xmargin: 0px auto 0px auto;
    padding: 0px 10px 0px 10px; 
  }   
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .videoTitel h4 {
    xmargin: 15px auto 10px auto;
    font-size: 24px;
  }  
  .videoTitel p {
    font-size: 9px;
    line-height: 1.6;       
  }
}
@media screen and (min-width:320px) and (max-width:479px) {
  .videoTitel h4 {
    margin: 15px auto 10px auto;
    font-size: 20px;   
  }   
  .videoTitel p {
    font-size: 10px;
    line-height: 1.4;       
  }
}
@media screen and (max-width:319px) {
  .videoTitel h4 {
    margin: 15px auto 10px auto;
    font-size: 4.8vw;   
  }   
  .videoTitel p {
    font-size: 10px;
    line-height: 1.6;       
  }
}











xvideo {
  object-fit: cover;
  height: 100%;
}

x#section1b video {
  object-fit: cover;
  height: 100%;
}
.videoFullHeight {
  object-fit: cover;
  height: 100%;
}

.bgVideo {
  xborder: 1px solid;
  width: 100%;
  xheight: 100%;
  margin: 0px auto 0px auto;  
  position: absolute; 
  xtop: 0px;
}

.owl-theme .owl-controls {
  margin-top: 16px;
  margin-bottom: 0px;
  text-align: center;
  xmargin: -80px auto 0 auto;
  xposition: absolute; 
}

.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  height: 100%;
  xdisplay: -webkit-flex;
  xdisplay: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;        
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  xheight: 100%;
  xdisplay: -webkit-flex;
  xdisplay: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;    
}
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
  xheight: 100%;
  xdisplay: -webkit-flex;
  xdisplay: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
