@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css);
*, *:before, *:after {
  box-sizing: border-box;
}

:root {
  --brShadow: -1px 1px 10px;
  --tlShadow: 1px -1px 10px;
}

@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px; } 
}
html {
  box-sizing: border-box; 
	scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit; 
}

body { 
  background: #e2ecf2; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; 
}

html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; 
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; 
}

body {
  line-height: 1; 
  overflow-x: hidden;
}

ol, ul {
  list-style: none; 
}

blockquote, q {
  quotes: none; 
}
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; 
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; 
  font-family: Abel-Regular;
  
}

mark {
  background-color: transparent;
  color: inherit; 
}

input::-moz-focus-inner {
  border: 0;
  padding: 0; 
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; 
}

@font-face {
  font-family: frente;
  src: url("../font-family/frente.otf") format("opentype");
}

@font-face {
  font-family: frenteBOLD;
  font-weight: bold;
  src: url("../font-family/frente.otf") format("opentype");
}

@font-face {
  font-family: 'Abel-Regular';
  src: URL('../font-family/Abel-Regular.ttf') format('truetype');
}


/* width */
::-webkit-scrollbar {
  width: 11px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #34444c;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #34444c;
}
*{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
  }
  /*   NAV  */

  nav{
    background: #e2ecf2;
    z-index: 432354254544234!important;
    height: 150px;
    overflow-x: hidden;
    width: 100%;
    z-index: 580643986;
    box-shadow: -webkit-box-shadow: 0px 6px 26px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 26px -10px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 26px -10px rgba(0,0,0,0.75);
  }
  nav ul{
    float: right;
    z-index: 580643986;
    margin-right: 20px;
  }
  .logoLeft{
    margin-left: 3%;
  }
  nav ul li{
    display: inline-block;
    z-index: 580643986;
    line-height: 150px;
    margin: 0 5px;
  }
  nav ul li a{
    color: #007cba;
    z-index: 580643986;
    font-size: 27px;
    font-family: frenteBOLD!important;
    padding: 7px 10px;
    letter-spacing: 0.10em;
    font-weight: bold;
    border-radius: 3px;
  }
  nav ul li a:hover {
   color: #757575;
   z-index: 580643986;
  }
  .checkbtn{
    font-size: 40px;
    color: #737373;
    float: right;
    z-index: 580643986;
    line-height: 150px;
    margin-right: 20%;
    z-index: 4892163472163716873;
    margin-top: 1px;
    cursor: pointer;
    display: none;
  }
  #check{
    display: none;
    z-index: 580643986;
  }
  @media (max-width: 1550px){
    .logoLeft{
      width: 200px;
      height: 77px;
      margin-top: 40px;
    }  
    nav ul li a{
      color: #007cba;
      z-index: 580643986;
      font-size: 17px;
      font-family: frenteBOLD!important;
      padding: 3px 5px;
      letter-spacing: 0.10em;
      font-weight: bold;
      border-radius: 3px;
    }
  
  }
  @media (max-width: 960px){
    nav ul li a{
      font-size: 18px;
  }  
  @media (max-width: 750px){
    .logoLeft{
      display: block;
    }
  }

  }  
  @media (max-width: 952px){  
    nav ul li a{
      font-size: 16px;
      z-index: 580643986;
    }
  }


  @media (max-width: 750px){
    .checkbtn{
      display: block;
      z-index: 580643986;
    }
    nav ul li a{
      font-size: 20px;
    }  
    .logoLeft{
      width: 300px;
      height: 110px;
      margin-top: 22px;
      display: block;
    }  
    ul{
      position: absolute;
      width: 100%;
      z-index: 580643986;
      height: 100vh;
      background: #2c3e50;
      top: 150px;
      left: -100%;
      text-align: center;
      transition: all .5s;
    }
    nav ul li{
      display: block;
      margin: 50px 0;
      z-index: 580643986;
      line-height: 11px;
    }
    nav ul li a{
      font-size: 25px;
      z-index: 580643986;
    }
    a:hover,a.active{
      background: none;
      z-index: 580643986;
      color: #0082e6;
    }
    #check:checked ~ ul{
      left: 0;
      z-index: 580643986;
    }
  }
  

  /*   Slider  */
  /*   Slider  */
  /*   Slider  */
  /*   Slider  */
  /*   Slider  */
  /*   Slider  */
#slider {
  overflow: hidden;
  z-index: 5;
}
#slider figure {
  position: relative;
	width: 500%;
	margin: 0;
  left: 0;
  z-index: 5;
	animation: 30s slider infinite;
}
#slider figure img {
	width: 20%;
  float: left;
  z-index: 5;
}

/*   Großer text  */
/*   Großer text  */
/*   Großer text  */
/*   Großer text  */
/*   Großer text  */
/*   Großer text  */
  .mainText {
    margin-left: 12%;
    margin-top: -10%;
    color: #757575;
    width: 75%;
    line-height: 1.3;
  }

  .coaching {
    font-family: Abel-Regular;
    font-size: 2.9rem;
  }
  
  .coaching-two {
    margin-top: 3%;
    font-size: 2rem;
  }
  .quoteu {
    font-size: 2.6rem; 
    letter-spacing: 0.06em; 
    overflow-x: hidden;
    font-family: frente!important; 
    color: #CD8D96;
  }
  
  #parent {
  position: relative;
  margin-top: 25%;
}

/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
#child_1, #child_2 {
  width: 200px;
  height: 200px;
  position: absolute;
}
 
#child_1 {
  z-index: 10000;
}

.heins {
  color: #e2ecf2;;
  font-size: 2.6rem;
  width: 40rem;
  float: left;
  margin-left: 12rem!important;
  margin-top: 2rem!important;
  margin-bottom: 15%;
}

.listLeft {
  margin-left: 12rem!important;
  width: 20rem;
  margin-top: 12%!important;
  color: #e2ecf2;;
  font-weight: bold;
  line-height: 1.3;
  font-size: 1.7rem;
}

.circle {
  font-size: 0.8rem;
  
}
.elite {
  margin-top: 95%;
  margin-left: 12%;
  color: #757575;
  width: 75%;
  font-size: 2rem;
  line-height: 1.3;
}

#child_2 {
  background-color:#8DB6CD;
  width: 100%;
  z-index: 100;
  height: 66rem;
  -webkit-box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.75);
box-shadow: 0px 0px 26px -10px rgba(0,0,0,0.75);
}

#questRespons {
  position: relative;
  margin-top: 10%;
}

/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
/*   Kasten mit Fragen und Zielen  */
.quest, .respons {
  width: 200px;
  height: 200px;
  position: inherit !important;
}

.respons {
  margin-left: 52rem;
}
  

.neumorP{
  color: #8DB6CD;
  font-weight: bold;
  font-family: Abel-Regular;
  margin-top: 1.3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.neumor{
  width: 500px;
  height: 70px;
  border-radius: 25px !important;
  left: 50%;
  margin-top: 10%;
  color: #757575;
  margin-left: -250px;
  background: none;
  border: 2px solid #8DB6CD;
  position: absolute;
  z-index: 2784613781637813;
}

.neumor:hover{
  background: #8DB6CD;
  -moz-transition: all 0.01s ease;
}
.neumorP:hover{
  color: #fff;
}


.foot{
  margin-top: 300px;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  display: block;
  line-height: 0.6;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #34444c;
  letter-spacing: 0.8;
  color: #757575!important;
}


footer{
	width: 100%!important;
	z-index: 327482374237428342734627346232;
	margin-top: 100rem!important;
	position: absolute;
	
}


@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}



/* Footer Right */


.lohhgo{
  margin-left: 0%;
}


/* Here is the code for Responsive Footer */


@media (max-width: 880px) {
  .lohhgo{
    margin-left: -11%;
    margin-top: 5%;
  }
  .slideImg{
    height: 500px;
    z-index: 5;
  }
  .checkbtn{
    margin-right: 20%;
    margin-top: 50px;
  }

}


/*   Responsiv  */

@media only screen and (max-width: 1660px) {
#child_2 {
  height: 95rem;
}
.respons {
  margin-left: 0rem!important;
  margin-top: 45rem!important;
}
.foot{
  margin-top: 150px;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  line-height: 0.6;
  padding-bottom: 25px;
  padding-top: 25px;
  background-color: #34444c;
  letter-spacing: 0.8;
  color: #757575!important;
}
.listLeft {
  width: 30rem;
  font-size: 1.5rem;
}
.elite {
  margin-top: -200px;
  margin-left: 12%;
  color: #757575;
  width: 75%;
  font-size: 2rem;
  line-height: 1.3;
}


.listLeft{
   margin-left: 16rem!important;
}
.heins{
  margin-left: 16rem!important;
}
}
@media only screen and (max-width: 1660px) {
  .elite{
    margin-top: 145%;
  }
}
@media only screen and (max-width: 1271px) {
  .elite{
    margin-top: 160%;
  }
}
@media only screen and (max-width: 1149px) {
  .elite{
    margin-top: 180%;
  }
}
@media only screen and (max-width: 1041px) {
  .elite{
    margin-top: 1800px;
  }
}


@media only screen and (max-width: 1674px) {
  .logoLeft{
    margin-left: 0.2%!important;
  }
  
}


@media only screen and (max-width: 1536px) {
  .logoLeft{
    margin-left: 0%!important;
  }

}

@media only screen and (max-width: 900px) {
  .listLeft{
    margin-left: 1rem!important;
 }
 .heins{
   margin-left: 1rem!important;
 }
 #parent {
  position: relative;
  margin-top: 45%;
}
.neumor {
  margin-top: 18%;
}
.elite{
  margin-top: 2100px;
}
}


@media only screen and (max-width: 700px) {
 .checkbtn{
  margin-right: 5%;
  margin-top: 50px;
}
.heins {
  color: #e2ecf2;;
  font-size: 2.3rem;
  width: 35rem;}

.listLeft {
  width: 30rem;
  
}

.circle {
  font-size: 0.3rem;
  
}

}
@media only screen and (max-width: 650px) {
  .heins {
    color: #e2ecf2;;
    font-size: 2.6rem;
    width: 25rem;
    float: left;
    margin-bottom: 15%;
  }
  
  .listLeft {
    width: 25rem;
    margin-left: 10px;
    color: #e2ecf2;;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.4rem;
  }
  .respons{
    top: inherit !important;
	  position: inherit !important;
  }
  #child_2 {
    height: 100rem;
  }
  .foot{
    margin-top: 200px;
  }
  .elite{
  margin-top: 2350px;
    margin-left: 6%;
  }
  
}


@media only screen and (max-width: 569px) {
  .logoLeft{
    overflow: hidden;
    margin-left: 2%!important;
    width: 20rem;
    margin-top: 23px;
    height: auto;
  }

  .checkbtn{
    margin-right: 4%;
    margin-top: 60px;
    font-size: 30px;
    overflow: hidden;
  }
  .slideImg{
    height: 350px;
    z-index: 5;
  }

}
  



@media only screen and (max-width: 508px) {
  .neumorP{
    color: #8DB6CD;
    font-weight: bold;
    font-family: Abel-Regular;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  .neumor{
    width: 300px;
    height: 50px;
    border-radius: 25px !important;
    left: 50%;
    color: #757575;
    margin-left: -157px;
    background: none;
    border: 2px solid #8DB6CD;
    position: absolute;
    z-index: 2784613781637813;
  }

}
@media only screen and (max-width: 416px) {
  .slideImg{
    height: 250px;
  }
  .coaching {
    font-family: Abel-Regular;
    font-size: 2.2rem;
  }
  
  .coaching-two {
    margin-top: 3%;
    font-size: 1.4rem;
  }
  
  .heins {
    color: #e2ecf2;;
    font-size: 2.4rem;
    width: 325px;
    float: left;
    margin-bottom: 15%;
    line-height: 1.4;
  }
  
  .listLeft {
    width: 160%;
    color: #e2ecf2;;
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.3rem;
  }
  .respons{
    top: 120px;
  }
  #child_2 {
    height: 105rem;
  }
  .logoLeft{
    overflow: hidden;
    margin-left: 2%!important;
    width: 17rem;
    margin-top: 29px;
    height: auto;
  }

  .checkbtn{
    margin-right: 6%;
    margin-top: 60px;
    font-size: 30px;
    overflow: hidden;
  }
  .foot{
    margin-top: 270px;
  }
  .elite{
    
    margin-left: 6%;
  }

}  
@media only screen and (max-width: 475px) {
  .listLeft {
    width: 160%;
    color: #e2ecf2;;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 10px;
    font-size: 1.4rem;
  }

}
@media only screen and (max-width: 375px) {
  .slideImg{
    height: 250px;
  }
  .coaching {
    font-family: Abel-Regular;
    font-size: 2.2rem;
  }
  
  .coaching-two {
    margin-top: 3%;
    font-size: 1.4rem;
  }
  .neumorP{
    color: #8DB6CD;
    font-weight: bold;
    font-family: Abel-Regular;
    margin-top: 0.8rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
  }
  footer {
    margin-bottom: -4860px;
  }

  .neumor{
    width: 300px;
    height: 50px;
    border-radius: 25px !important;
    left: 50%;
    color: #757575;
    margin-left: -157px;
    background: none;
    border: 2px solid #8DB6CD;
    position: absolute;
    z-index: 2784613781637813;
  }
  
  .heins {
    color: #e2ecf2;;
    font-size: 2.4rem;
    width: 325px;
    float: left;
    margin-bottom: 15%;
    line-height: 1.4;
  }
  
  .listLeft {
    width: 160%;
    color: #e2ecf2;;
    font-weight: bold;
    line-height: 1.3;
    padding-left: 30px;
    font-size: 1.4rem;
  }
  .respons{
    top: 400px;
  }
  #child_2 {
    height: 130rem;
  }
  .lohhgo{
    margin-left: -25%;
  }
  
}  

@media only screen and (max-width: 325px) {
  footer {
    margin-bottom: -4800px;
  }
}

@media screen and (max-width: 720px){
  .quoteu {
    font-size: 1.7rem; 
    letter-spacing: 0.06em; 
    overflow-x: hidden;
    font-family: frente!important; 
    color: #CD8D96;
  }
}
















