* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    xcolor: rgba(20,162,170,1); 
}
/* ========== aus bootstrap > ========== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* ========== aus bootstrap < ========== */
div {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

body {
    xbackground-color: rgba(20,162,170,1);
    height: 100%;

    font-family: arial, sans-serif;

}
html {
    height: 100%;
}
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.border-box {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.padding-box {
    -webkit-box-sizing: padding-box; 
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
}
.clearfix {
    display: block;
    height: 1px;
}
/* ========== Colors > ========== */
.color_green {
    color: rgba(20,162,170,1);    
}
.color_yellow {
    color: rgba(252,196,1,1);
}
.color_white {
    color: rgba(255,255,255,1);
}
.background-color_green {
    background-color: rgba(20,162,170,1);    
}
.background-color_yellow {
    background-color: rgba(252,196,1,1);
}
.background-color_white {
    background-color: rgba(255,255,255,1);
}
/* ========== Colors < ========== */


/* ========== Typo > ========== */
p { 
    font-family: "RobotoCondensed_Regular_google", serif;
    xfont-family: "BebasRegular", serif;
    font-family: 'Lato Regular', serif;
    font-family: 'FiraSansCondensed-Book', serif;
    font-size: 18px;
    line-height: 1.5;
}
@media screen and (max-width:479px) {
 p {
    font-size: 16px;
}
}
#section2 p, #section4 p {
  padding: 0px 10px 0px 0px;     
}

a {
    text-decoration: none;
    color: #b7c72a; 
    color: rgba(252,196,1,1);
    xfont-size: 18px;
}
a.link_white {
    color: rgba(255,255,255,1);    
}
a:hover.link_white {
    color: rgba(255,255,255,0.9);    
    color: rgba(204,204,204,1); 
    xcolor: rgba(20,162,170,1); 
}

a.link_green {
    color: rgba(20,162,170,1);    
}
a:hover.link_green {
    color: rgba(20,162,170,0.9);    
}


a:visited, a:link, a:active {
    text-decoration: none; 
    xcolor: red;
    xcolor: rgba(102,102,102,1);
    xcolor: transparent;
    xcolor: rgba(252,196,1,1);
}

a:visited {
    text-decoration: none; 
    xcolor: red;
    xcolor: rgba(102,102,102,1);
    xcolor: transparent;
    xcolor: rgba(252,196,1,1);
}
a:link {
    text-decoration: none; 
    xcolor: red;
    xcolor: rgba(102,102,102,1);
    xcolor: transparent;
    xcolor: rgba(252,196,1,1);
}
a:active {
    text-decoration: none; 
    xcolor: red;
    xcolor: rgba(102,102,102,1);
    xcolor: transparent;
    xcolor: rgba(252,196,1,1);
}

a:active, a:focus { 
    outline-style: none;
    xcolor: red;
}
a:hover {
    text-decoration: none;
    xcolor: red;
    color: rgba(252,196,1,0.7);
    xbackground-color: transparent;
    xopacity: 0.6;
}

a .link-small {
    font-size: 12px;   
    color: #b7c72a; 
}
#section4 a {
    line-height: 2.5;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
}
h2 {
    text-align: center;
    margin: 0 auto 40px auto;
    xpadding: 20px 0px 20px 0px;
    width: 80%;
    font-size: 20px;;
    text-transform: uppercase;
}
@media screen and (max-width:479px) {
 h2 {
    font-size: 7.4vw;
    line-height: 1.2;
    font-weight: 400;
}
}
@media screen and (min-width:480px) and (max-width:767px) {
 h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 400;
}    
}
.intro h2 {
    text-align: center;
    margin: 0 auto 40px auto;
    xpadding: 20px 0px 20px 0px;
    width: 80%;
    font-size: 20px;
}
@media only screen and (max-width:767px) { 
    .intro h2 {
        text-align: center;
        margin: 0 auto 40px auto;
        xpadding: 20px 0px 20px 0px;
        xwidth: 80%;
        xfont-size: 24px;
    }
}

h3 {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 400;
}
.intro h3{
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
    font-size: 42px;
    line-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

h4 {;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
}
h5 {
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
}
h6 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

strong, b { 
    font-weight: bold 
}
ul {
    list-style-type: none;
}

.text-align_center {
    text-align: center;
}
.text-align_left {
    text-align: left;
}
.display_inline-block {
    display: inline-block;    
}
/* ========== Typo < ========== */


/* == verhindert blaue Umrandung in Chrome nach Klick == */
button {
    outline-style: none ;
}
img {
    width: 100%;
}
hr {
    padding: 0 0;
    margin: 0 0;
    background-color: black;
    height: 1px;
    xdisplay: none;
}
/* ========== content > ========== */
.displayOff {
    display: none;
}
.fullHeight {
    height: 100%;    
}

.vcenter-container {
    display: table;
    table-layout: fixed;
    /*width: 100%;*/
    height: 100%;
    xbackground-color: grey;
}
.vcenter {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    xbackground-color: red;
    xborder: 1px solid red;
}

.section {
    xborder: 1px solid red;
    background-color: transparent;
    background-color: white;
    overflow: hidden;
    margin: 0px auto 40px auto;
    margin: 0px auto 0px auto;
    position: relative;
    z-index: 10;
    xopacity: 1;
}
.container {
    xbackground-color: yellow;
    border: 1px solid yellow;
    position: relative;
    xwidth: 1000px;
    width: 100%;
    max-width: 1000px;
    xheight: 400px;
    xheight: auto; 
    xheight: 100%;
    xmax-height: 800px;
    margin: 0px auto 0px auto;
    padding: 0px 0 0px 0;
    overflow: hidden;
    xopacity: 1;
}

/* ========== sections > ========== */
#section1 {
    xbackground-color: orange;
    height: auto;
    height: 100%;
    xmin-height: 700px;
}
#section1 .container {
    xbackground-color: grey;
}
@media screen and (max-width:767px) {
    #section1 {
        height: auto;
        min-height: 580px;
        margin: 0px auto 20px auto; 
    }
    #section1 .container {
        xbackground-color: white;
    }
}
/* ========== ========== ========== */
#section2 {
    xbackground-color: orange;
    xheight: auto;
    height: 100%;
    xmin-height: 900px;
    margin: 0px auto 40px auto; 
}
x#section2 .container {
    background-color: orange;
}
@media screen and (max-width:767px) {
    #section2 {
        xbackground-color: orange;
        height: auto;
        xmax-height: 500px;
        xmargin: 0px auto 20px auto; 
    }
}
/* ========== ========== ========== */
#section3 {
    xbackground-color: blue;
    xheight: auto;
    xheight: 100%;
    min-height: 610px;
    margin: 0px auto 40px auto; 
}
x#section3 .container {
    background-color: yellow;
}
#section4 {    
    background-color: orange;
    height: auto;
    xheight: 100%;
    min-height: 400px;
    position: relative;
    max-width: 1000px;
}
@media screen and (max-width:767px) {
 #section4 {
    min-height: 250px;
}   
}
#section4 .container {    
    xbackground-color: orange;
    xheight: auto;
    xheight: 100%;
    xmin-height: 400px;
    xposition: relative;
}
/* ========== ========== ========== */
#section5 {
    height: auto;
    xheight: 100%;
    min-height: 800px;    
    margin: 0 auto 0 auto;
}
/* ========== sections < ========== */
header {
    width: 100%;
    height: 50px;
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    position: fixed;
    text-align: center;
    padding: 0px 0 0px 0;
    margin: 0 auto 0 auto;
    z-index: 500;
    xdisplay: none;
}
@media screen and (max-width:479px) {
    header {
      height: 40px;
      padding: 2px 0;
  }
}

header .header-innercontainer {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    xcolor: rgba(255,153,0,0.5);
    height: 50px;
    height: auto;
    height: 100%;
    max-width: 1000px;
    top: 0px;
    padding: 0px 0 0px 0;
    margin: 0px auto 0 auto;
    xborder: 1px solid rgba(255,153,0,0.5);
    position: relative;
    xz-index: 6000;
}

/* === for position absolute (responsive) === */
header .logo {
    background-image: url(../images/logo_mainlab_250.png);
    xbackground-color: rgba(255,153,0,0.5);
    background-repeat: no-repeat;
    background-position: left center;    
    background-size: 15%;
    background-size: contain;

    xbackground-attachment: absolute; 
    xbackground-attachment: relative;
    position: relative;  
    position: absolute;

    width: auto;
    width: 100%;
    width: 168px;
    height: 34px;
    height: 75%;

    top: 0px;
    left: 0px;
    margin: auto auto auto auto;
    margin: 5px 0 0 10px;

    vertical-align: middle;
}

header p {
    display: inline-block;  
    font-size: 16px;
    line-height: 3.0;
    vertical-align: 50%;
    xfloat: right;
    margin: 0 0 0 50px;
    padding: 0 0 0 0;
    right: 0px;
    text-align: right;
}

@media screen and (max-width:319px) {
    header p {
        xbackground-color:green;
        display: none; 
    }   
}
@media screen and (min-width:320px) and (max-width:479px) {
    header p {
        xdisplay: none;  
        xbackground-color:red;
        line-height: 2.5;
        xvertical-align: 50%;
        xmargin: 0 -111px 0 0;
        xpadding: 0 0 0 0;
        xfont-size: 16px;
    }
    header a {
       xfont-size: 16px;
   }
}
@media screen and (min-width:480px) and (max-width:576px) {
    header p {
        xdisplay: none;  
        xbackground-color:blue;
        xline-height: 2.2;
        xvertical-align: 50%;
        xmargin: 0 0 0 34vw;
        xpadding: 0 0 0 0;
    }
}

footer {
    width: 100%;
    xheight: 200px;
    xmin-height: 160px;
    background-color: rgba(0,0,0,0.9);
    color: #FFF;
    bottom: 0;
    /*position: fixed;*/
    text-align: center;
    margin: 0px 0 0px 0;
    padding: 15px 0 15px 0;
    margin: 0;
    z-index: 100;
}
footer p {
    xtext-align: center;
    margin: 0px 0 2px 0;
    padding: 0px 0 0px 0;
    line-height: 1.5;
}
footer .logo {
    background-image: url(../images/logo_mainlab_250.png);
    background-repeat: no-repeat;
    background-position: center top;    
    background-size: contain;
    margin: 5px auto 0 auto;
    width: 160px;
    height: 50px;
    display: inline-block;
}

/* ========== Hintergrundbild > ========== */
.bgImage {
    background-image: url(../images/bild2_1000_bigger_black30.jpg);
    background-repeat: no-repeat;
    background-position: 75% top;
    background-size: cover;
    background-attachment: fixed;        
}
@media screen and (min-width:1001px) {
    .bgImage {
        background-position: 50% top;
        background-size: 1000px;         
    }
}
@media screen and (max-width:480px) {
    .bgImage {
        background-attachment: scroll;      
    }
}
/* ========== Hintergrundbild < ========== */





/* ======== flex section2+4 > ================ */


.flexHorizontalAlign {
   display: -webkit-flex;
   display: flex;

   -webkit-justify-content: flex-end;
   justify-content: flex-end;

   x-webkit-align-items: center;
   xalign-items: center;


   flex-direction: row;
}

.flexVerticalAlign {
   display: -webkit-flex;
   display: flex;

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

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

   xmargin: 0px 0px 0px 0px; 
   xpadding: 0px 0px 0px 0px;

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


.flexVerticalAlignColumn {
   xdisplay: -webkit-flex;
   xdisplay: flex;
   x-webkit-justify-content: center;
   xjustify-content: center;

   -webkit-align-items: center;
   xalign-items: center;

   flex-direction: column;
}

.flexVerticalAlign2 {
   display: -webkit-flex;
   display: flex;

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

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

   xmargin: 0px 0px 0px 0px; 
   xpadding: 0px 0px 0px 0px;

   /* [row = default] [column] */  
   x-webkit-flex-direction: column;
   flex-direction: column;    
}
.flexVerticalAlign3 {
   display: -webkit-flex;
   display: flex;

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

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

   xmargin: 0px 0px 0px 0px; 
   xpadding: 0px 0px 0px 0px;

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

   x-webkit-flex-flow: row wrap;
   xflex-flow: row wrap;
}

.flexVerticalAlignStretch {
   display: -webkit-flex;
   display: flex;
   -webkit-align-items: stretch;
   align-items: stretch;
   xmargin: 0px 0px 0px 0px; 
   xpadding: 0px 0px 0px 0px;
}

@media screen and (max-width:767px) {
    .flexVerticalAlignStretch {
       display: block;
       xmargin: 10px auto 0 auto;
       xpadding: 0px 0px;
   }
}
/* ======== flex section2+4 < ================ */


/* ==================== content (End) ==================== */

.intro {
    xbackground-color: rgba(255,153,0,0.5);
    xbackground-color: lightblue;
    xborder: 1px solid;
    text-align: center;
    margin: 0px auto 0px auto;
    xpadding: 20px 0px 20px 0px;
    width: 100%;
    min-height: 300px;
    xfont-size: 20px;
    height: 100%;
    position: relative;
}
.owlSpezial {
    margin: 0px auto 0px auto;

}

.videoTitel {
    xbackground: grey;
    max-width: 700px; 
    font-size: 20px;
    text-align: left; 
    xtext-transform: uppercase;
    xletter-spacing: 2px;
    margin: 30px auto 10px auto; 
    padding: 0px 0px 0px 0px;
}
@media screen and (min-width:480px) and (max-width:767px) {
    .videoTitel {
        font-size: 20px;
        xfont-size: 3.5vw;        
        xletter-spacing: 4vw;   
    }   
}

@media screen and (max-width:479px) {
    .videoTitel {
        font-size: 4.8vw;   
    }   
}

.beschreibung {
    xbackground: grey;
    width: 80%;
    max-width: 800px; 
    margin: 0px auto 10px auto;
    padding: 0px 50px 0px 50px;
}
.beschreibung p {
    font-size: 14px; 
    line-height: 1.2;
    text-align: left;
    font-family: 'Lato Regular', serif;
    xfont-family: 'FiraSansCondensed-Book', serif;
}
.beschreibung h4 {
    font-size: 16px; 
}
@media only screen and (max-width: 767px) {
    .beschreibung {
        xbackground: grey;
        width: 100%; 
        max-width: 600px;
        xmargin: 0px auto 0px auto;
        padding: 0px 10px 0px 10px;
    }    
}
@media screen and (max-width:479px) {
    .beschreibung p {
        font-size: 12px;   
    }   
}

.betweenSection {
    xheight: 30%;
    xheight: 40px;
    background-color: rgba(204,204,204,1);
    font-size: 30px;
    color: #FFF;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 20px;
    line-height: 1.1;
    margin: 20px auto 30px auto; 
    -webkit-border-radius: 30px;
    border-radius: 30px;
    width: 100%;
    max-width: 1200px;
}
@media screen and (max-width:479px) {
 .betweenSection {
  font-size: 5vw;
  letter-spacing: 4vw;   
}   
}


.title {
    xborder: 2px solid;
    xwidth: 100px;
    xheight: 100px;
    margin: 0px 0px 0px 0px;  
    padding: 25px 30px 20px 38px;
    font-size: 20px;
    text-align: center; 
    xtext-transform: uppercase;
    xletter-spacing: 10px;
    line-height: 1.5;
    xfont-weight: bold;
    xdisplay: inline-block;
    xcolor: black;
}
@media screen and (max-width:767px) {
  .title {
    margin: 200px 0px 0px 0px;
}  
}


.startnavWrapper {
    xborder: 1px solid;
    width: 100%;
    xheight: 100px;
    margin: 0px auto 0px auto;
    position: absolute; 
    bottom: 120px;  
}

.startnav {
    border: 2px solid;
    xwidth: 100px;
    xheight: 100px;
    margin: 0px 0px 0px 0px;  
    padding: 25px 30px 20px 38px;
    font-size: 20px;
    text-align: center; 
    text-transform: uppercase;
    letter-spacing: 10px;
    line-height: 1.5;
    font-weight: bold;
    display: inline-block;
    color: black;
}
.startnav_abstand {
    xborder: 2px solid;
    width: 60px;
    height: 10px; 
}
@media screen and (max-width:767px) {
    .startnavWrapper {
        xborder: 1px solid;
        width: 100%;
        xheight: 100px;
        margin: 100px auto 0px auto;
        position: relative; 
        bottom: 10px;  
    }    
    .startnav {
        border: 2px solid;
        xwidth: 100px;
        xheight: 100px;
        margin: 0px 0px 0px 0px;  
        padding: 25px 0px 20px 8px;
        font-size: 16px;
        text-align: center; 
        text-transform: uppercase;
        letter-spacing: 8px;
        line-height: 1.5;
        font-weight: bold;
        display: inline-block;
        color: black;
    }
    .startnav_abstand {
        xborder: 2px solid;
        width: 5%;
        height: 10px; 
    }

}
.icon {
    font-size: 30px;
    xcolor: black;    
    margin: 12px 0 -20px auto;
    display: block;
}
.abstand {
    height: 30%;
    height: 80px;
    background-color: blue;
    width: 100px;
    display: block;
    position: relative;
    margin: auto auto auto auto;
}
.videoTextWrapper {
    width: 80%;
    position: relative;
    margin: 0 auto 0 auto;   
}
.videoText {
    border: 1px solid;
    width: 100%;   
    margin: 0 auto 0 auto;
    text-align: left;
    padding: 20px 20px 20px 20px;
    position: absolute;
    top: 50px;
}
.videoText h2 {
    border: none;
    font-size: 30px;   
}
.videoText p {
    border: none;
    font-size: 20px;   
}

@media screen and (max-width:767px) {
    .videoTextWrapper {
     width: 94%;   
     top: 20px;
 }
 .videoText {
    position: relative;    
    top: 0px;
}

.videoText p {
    border: none;
    font-size: 14px;   
}
.videoText h2 {
    border: none;
    font-size: 20px;   
}
}

.contact {
    xbackground: grey;
    xborder: 1px solid;  
    margin: 0 auto 20px auto;
    padding: 0px 15px 0px 15px;
    text-align: left; 
    xwidth: 200px;
}
.contact h4 {
 font-size: 18px;   

}
.flexV_end {
   display: -webkit-flex;
   display: flex;
   /* centering vertical */
   /* [flex-start = default] [center] [flex-end] */
   -webkit-align-items: flex-end;
   align-items: flex-end;
}

.flexH_center {
   display: -webkit-flex;
   display: flex;
   /* centering horizontal */
   /* [flex-start = default] [center] [flex-end] */
   -webkit-justify-content: center;
   justify-content: center;
}

.container {
    xbackground: grey; 
    xbackground-color: yellow;
    border: 0px solid;
    xheight: 100%;
    position: relative;
}






