html,body{
	color:#5f5f5f;
	overflow-y: scroll;
	overflow-x: hidden;	
}


.teal {
  background-color: #19c2c8 !important;
}

.tealv{
	 /*VERLAUF*/
	background: rgba(25,194,200,1);
	background: -moz-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25,194,200,1)), color-stop(100%, rgba(132,214,217,1)));
	background: -webkit-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -o-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: -ms-linear-gradient(left, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
	background: linear-gradient(to right, rgba(25,194,200,1) 0%, rgba(132,214,217,1) 100%);
}

.teal a ,.tealv a {
  color: #FFF;
}

.teal a:hover {
  color: #4d6a25;
}

.teal-icn {
  color: #80b13d;
}

.icn {
  width: 30px;
  font-size: 18px !important;
  color: #19c2c8;
  margin-top: 10px;
}

@media only screen and (max-width: 960px) {
  .scroll-btn .mouse {
    top: 160px;
  }
}

p {
  line-height: 2rem;
}

a {
  color: #19c2c8;
}

nav.teal a {
  color: #fff;
}

hr {
  border: none;
  border-top: 2px solid #eee;
}

.style-ek h1 {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  color: #19c2c8; 
}

.style-ek h1.whitek {
  font-size: 3rem;
  text-align: center;
  margin-top: 0;
  color: #FFF;
}


h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight:700;

}

.style-ek p {
  margin-top: 0px  !important;
}

.style-ek p.whitek {
  font-weight: 300 !important;
  font-size: 2.7rem !important;
  line-height: 3.3rem;
  margin-top: -150px;
  padding: 25px 15px !important;
  color: #ffffff;
}


.style-ek p.blackt {
  font-weight: 300 !important;
  font-size: 2.7rem !important;
  line-height: 3.3rem;
  margin-top: -150px;
  padding: 25px 15px !important;
  color: #000;
}



@media only screen and (max-width: 960px) {
  .style-ek p.whitek, .style-ek p.blackt {
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .style-ek p.whitek, .style-ek p.blackt {
    font-size: 1.7rem !important;
  }
}

@media only screen and (max-width: 320px) {
  .style-ek p.whitek, .style-ek p.blackt {
    font-size: 1.5rem !important;
  }
}

.form-grp {
  position: relative;
}

.form-grp p {
  text-align: left !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 960px) {
  .form-grp p {
    text-align: center !important;
  }
}

.form-grp .icn {
  width: 25px;
  position: relative;
  top: 3px;
  font-size: 18px !important;
  margin-top: 0px !important;
}

.form-grp h4 {
  color: #19c2c8;
}

@media only screen and (max-width: 960px) {
  .form-grp h4 {
    text-align: center !important;
    margin-top: 40px;
  }
}

@media only screen and (max-width: 960px) {
  .form-grp form {
    margin-top: 60px;
  }
}

.form-grp .btn-flat {
  color: #fff;
}

@media only screen and (max-width: 960px) {
  .form-grp .stack {
    width: 100% !important;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .form-grp .stack:first-child {
    margin-left: auto;
  }
  .form-grp .stack:last-child {
    margin-right: auto;
  }
}

#impressum {
  max-width: 900px;
}

#impressum h4 {
  color: #19c2c8;
}

#impressum p + p {
  margin-top: 40px;
}

#impressum .icn {
  width: 25px;
  position: relative;
  top: 3px;
  font-size: 18px !important;
  margin-top: 0px !important;
}

.modal-content {
  padding: 60px !important;
}

.button-collapse {
  color: #fff !important;
}

.navbar-header ul {
  float: right;
}

.navbar-header ul li {
  float: left;
  margin-right: 30px;
  padding: 10px 20px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #19c2c8;
}

.navbar-header ul li a {
  font-size: 1.2rem;
  color: #fff;
}

nav {
  -webkit-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.header-container {
  position: relative;
   background: url(../img/nahaufnahme-motte.jpg);
  -webkit-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
}

.header-container .content-inner {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 120px;
  width: 38%;
}

@media only screen and (max-width: 480px) {
	.header-container .content-inner {
	  margin-top: 10px;
	}
}
@media only screen and (max-width: 600px) {
  .header-container .content-inner {
    width: 100%;
  }
}

@media only screen {
  .offset {
    display: none;
  }
}
.nav-ek {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9999;
}
.nav-ek a {
  font-size: 22px;
  border: 2px solid #19c2c8;
  padding: 10px 15px;
  border-radius: 20px;
  color: #19c2c8;
}

/* LOGO IMAGE */

.logo {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -200px;
}

.logo-img {
  height: 300px;
  width: auto;
  padding: 60px;
}

.logo-img-small {
  display:inherit;
  height: 35px;
  width: auto;
  padding-bottom: 0px;
}


/* Bild Container Logo IMG*/

.bild-container-logo{
  display:block;
  height: auto;
  max-width:75%;
  padding: 0px;
}


/* MADE IN INFO*/

.sub-head{
  position: absolute;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -400px;
  width:100%;
}

.site-intro{
	margin-top:20px;
}

.style-ek .blackt{
		color:#000
}	



@media only screen and (max-width: 1920px) {
	.header-container .content-inner {
	  	margin-top: 50px;
		  width: 50%;
	}

}

@media only screen and (max-width: 1440px) {
	.sub-head{
		  margin-top: -300px;
	 }

	.header-container .content-inner {
		 width: 75%;
	}
	.logo-img {
		  height: 200px;
		  width: auto;
		  padding: 30px;

	 }
	.site-intro{
		margin-top:20px;
	}
}


@media only screen and (max-width: 1025px) {
	.header-container .content-inner {
	  	margin-top: 50px;
	}

	.logo{
		margin-top:-175px;
    }	
	.site-intro{
		margin-top:20px;
	}
	 .logo-img {
   	  height: 170px;
	  width: auto;
	  padding: 30px;
	
  }
}

@media only screen and (max-width: 960px) {
	  .sub-head{
		  margin-top: -130px;
	  }

	  .bild-container-logo{
		max-width:45%;
	  }

	  .logo{
		margin-top:-75px;
	  }	

	  .logo-img {
		  height: 125px;
		  width: auto;
		  padding: 30px;
	  }
	
	.style-ek p.whitek,.style-ek p.blackt{
		line-height:2rem;
	}	
	
	.site-intro{
		margin-top:-10px;
	}
}


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

	  .logo-img {
		  height: 110px;
		  width: auto;
		  padding: 30px;
	  }
}




/* FOOTER */

footer .col {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  height:auto;
  color:#FFF;
}
footer .col:before,
footer .col:after {
  content: '';
  display: table;
}
footer .col:after {
  clear: both;
}
footer .col:last-child {
  margin-right: 0%;
}
footer .col:last-child {
  text-align: right;
}

footer .col .footer-text{
  font-size: 1rem !important;
  text-align:left;
}
