@font-face {
font-family: 'Varela Round', sans-serif;
}

html, body{
  	font-family:'Varela Round', sans-serif;
    font-size: 100%;
  	background: #fff;
}
h4{
	font-size:18px;
	font-weight: 700;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input [type="text"],input [type="submit"],input [type="button"],textarea{
	-webkit-appearance:none;
}
/*-- header --*/
.header-bg{
	background:url(../images/bg.png) 50% 50% no-repeat;
	min-height:750px;
	max-height: 800px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:relative;
}
.header{
	padding:1em  0 0 0;

}
.navbar-default {border-radius: 0;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;width: 100%;border: none;background-color: rgba(256, 256, 256, 1); position: fixed; z-index:9999;}

.logo{
	float:left;
position: relative;
bottom:10px;

}
.logo img {
	width: 28%;
}

.menu{
	float: right;
	margin-top:2px;
}
.menu li{
	display:inline-block;
}
.menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	display: block;
	font-size: 0.95em;
	text-transform: uppercase;
	margin: 0em 1.4em 0 1.4em;
	color:#005858;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:500;
	padding:0;
}
.menu li a:hover ,.menu li a.active{
	 border-bottom:3px solid #00b0b2;
} 
.nav>li>a:hover, .nav>li>a:focus {
	background-color:rgba(238, 238, 238, 0) !important;
	color:#00b0b2;
}
#nav .current a {
	 color:#00b0b2;
}
.toggleMenu {
    display:  none;
  	padding:4px 5px 0px 5px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
}


.trenner{
	height: 70px;
background-image: url(../images/bg.png);
	position: relative;
	background-size: cover;
	background-attachment: fixed;
}

@media screen and (max-width:800px) {
	.active {
        display: block;
    }
    .menu li a{
    	text-align:left;
    	-webkit-border-radius:0;
    	-moz-border-radius:0;
    	-o-border-radius:0;
    	padding:10px 0;
		border-radius:0;
    }
    .nav {
	    list-style: none;
	    width: 95%;
	    position: absolute;
	    right: 20px;
	    background: #fff;
	    top: 80px;
	    z-index: 9999;
	    padding-bottom: 10px;
}
    .nav:after {
		content: '';
		position: absolute;
		right: 18px;
		top: -9px;
		border-left: 10px solid rgba(0, 0, 0, 0);
		border-right: 10px solid rgba(0, 0, 0, 0);
		border-bottom: 10px solid #005858;
}
    .menu li a span.messages{
    	text-align:center;
    	top:15px;
    }
    .nav li ul{
    	width:100%;   	
    }
    .menu ul{
    margin:0;
}
    .nav > li.hover > ul {
        width:100%;
    }
    .nav > li {
        float: none;
        display:block;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
    .nav li a{
    border-top: 1px solid #fff;
}
     .nav li:first-child a{
     	border-top:none;
     }
     .menu li a{
    border-bottom: 1px solid #005858;
}
 }



/*-- header-info --*/
.impressum{
	position: relative;
top: 100px;
	margin-bottom: 200px;
}

.datenschutz{
	position: relative;
top: 100px;
	margin-bottom: 200px;
}

.Daten {
color: #00b0b2;
padding: 10px;
	text-decoration: underline;}

.Schutz {
color: #fff;
}

.g-recaptcha{
	margin-top: 10px;
}

.header-info{
	position: absolute;
	width: 62%;
	top: 54%;
	background-color:#00b2b0;
	  left:10%;
	z-index:999;

}
.header-info h1{
	color:#fff;
	font-weight:bold;
	font-size:2.8em;
	margin:0;
	padding:1em;
	width:100%;
	line-height: 1.1em;
}
.header-info p{
	color: #FFF;
background-color:rgba(81,81,81,0.5);
	font-size: 0.875em;
	font-weight: normal;
	margin: 1.5em 0 2em;
	padding: 1em;
	width: 70%;
	line-height: 1.8em;
}
.header-info ul{
	margin:0;
	padding:0;
}
.header-info ul li{
	display:inline-block;
}

.contact-right p{
	color: #FFF;
	font-size: 0.875em;
	margin: 1.2em 0 3em 0;
	line-height: 1.6em;
}

/*-- services --*/
.services {
	padding:3em 0 5em 0;
}
.service-grids {
	margin-top: 2.2em;
}
.header-section h3{
	color:#005858;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:1em;
	padding:0;
}
.header-section p{
	color: #787777;
	font-size: 1em;
	font-weight: normal;
text-align: justify;
	margin: 1em auto;
	line-height: 1.5em;
	width: 100%;
}
.service-grid{
	padding: 1.5em 1em;
	margin-left: 30px;
}
.service-grid span{
	width:57px;
	height:57px;
	display:inline-block;
	background:url(../images/service-icons.png) no-repeat 0px 0px;
}
.service-grid h4{
	font-weight: bold;
	color: #005858;
	margin: 0 auto;
	padding: 0.5em 0 0.8em;
	line-height: 1.5em;
	width: 82%;
}
.service-grid label{
	width:30%;
	height:3px;
	display:inline-block;
	background:#00b0b2;
}
.service-grid p{
	color: #787777;
	font-size:0.875em;
	line-height:1.5em;
	margin-top: 10px;
}
.service-grid span.s-icon2{
	background-position: -66px 0px;
}
.service-grid span.s-icon3{
	background-position: -133px 0px;
}
.service-grid span.s-icon4{
	background-position: -205px 0px;
}
.service-grid span.s-icon5{
	background-position: -274px 0px;
}
.service-grid span.s-icon6{
	background-position: -343px 0px;
}
.service-grid span.s-icon7{
	background-position: -411px 0px;
}
.service-grid span.s-icon8{
	background-position: -476px 0px;
}
.float-shadow {
	display: inline-block;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.service-grid:hover span.float-shadow, .service-grid:hover span.float-shadow:focus, .service-grid:hover span.float-shadow:active {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}

.quelle{
	font-size: 0.7em;
	font-style: italic;
}

/*-- popup --*/
.modal,
.modal-box {
  z-index: 900;
}

article {
	overflow: hidden ;
}
.img{
	background: url(../images/kontakt.jpg) no-repeat center center;;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	position:relative;
	width: 100%;
	height:100px;
	margin-top: -90px;
}
pre {width: 28%;
margin-left: 10px;
margin-right: 10px;}

aside {display: block;
width: 100%;
height: 250px;}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
	opacity: 0.95;
}

.modal-box {
  position: relative;
  width: 80%;
  max-width: 1000px;
	height: auto;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 10px 40px;
  background: #005858;
  color: #ffffff;
}

.modal-body {
 hyphens: auto; 
        text-align: left;
  background: #FFF;
  padding: 60px 40px;

}
.inhalt{float:left;width: 70%;
margin-right: 10px;
padding-right: 10px;}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
  color: #fff;
}

.modal a:link {
    color: #00b0b2;
	text-decoration: underline;
}

/* visited link */
.modal a:visited {
    color: #005858;
}

/* mouse over link */
.modal a:hover {
    color: #005858;
}


/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}


* {
  font-family: "Varela Round", sans-serif;
  font-weight: normal;
}

p {
  line-height: 1.4em;
}

.border {
border: 1px solid  #adadad;
box-shadow: 0px 0px 3px  rgba(0, 88, 88, 0.23);
padding-top: 12px;
padding-bottom: 5px;
padding-left:5px;
padding-right:5px;
	height: 250px;
}

.modal-trigger {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: ease .2s;
}

button {

background: #00b0b2;
	color: #FFF;
	padding: 0.8em 2.5em;
	display: inline-block;
	border-radius: 5px;
}
	

button:hover{
	background-color: #005858;
}

.border:hover {
background-color: rgba(0, 176, 178, 0.1);
}




.ueberuns-section{
	padding: 3em 0 5em 0;
}
.ueberuns-section-grids h4{
	color:#005858;
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0 0 1em  0;
	padding:0;
}
.ueberuns-section-grids h4 span{
	background:#00b0b2;
	display:block;
	height:3px;
	width:10%;
	margin-top:0.5em;
}
.ueberuns-section-left p{
	color: #787777;
	line-height: 1.5em;
	font-size: 0.96em;
}



.bild ul{
	margin:0;
	padding:0;
}
.bild ul li{
	display:inline-block;
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:2%;
}
.bild ul li a:hover{
	opacity:0.8;
}
.bild ul li:nth-child(3),.bild ul li:nth-child(6){
	margin-right:0;
}
.bild ul li a img{
	width:100%;
}
.ueberuns-section-grids{
	padding:2.5em 0 0 0;	
}
/*-- contact --*/
.contact{
	background:url(../images/contact.png) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	min-height:705px;
	padding:5em 0 0 0;
	position:relative;
}
.contact-left p{
	color: #FFF;
	font-size: 0.875em;
	margin: 0 0;
	line-height: 1.6em;
}
.contact-left label{
	width:15%;
	height:4px;
	display:inline-block;
	background:#00b0b2;
}
.contact-left ul{
	margin:1em  0 0 0;
	padding:0;
}
.contact-left ul li{
	display: block;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding: 0.4em 0;
	font-size: 0.875em;
}
.contact-left ul li a{
	color: #fff;
}
.contact-left ul li a:hover{
	color:#00b0b2;
	text-decoration:none;
}
.contact-left ul li span{
	width:32px;
	height:32px;
	display:inline-block;
	background:url(../images/contact-icons.png) no-repeat 0px 0px;
	vertical-align:middle;
	margin-right:0.5em;
}
.contact-left ul li span.co-icon2{
	background:url(../images/contact-icons.png) no-repeat 0px -45px;
}
.contact-left ul li span.co-icon3{
	background:url(../images/contact-icons.png) no-repeat 0px -89px;
}
.contact-right h4 {
	color: #00b0b2;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.7em;
	margin:  0.6em 0 0.5em 0;
	padding: 0;
}
.contact-right h4 span {
	background: #00b0b2;
	display: block;
	height: 3px;
	width: 12%;
	margin-top: 0.5em;
}
.contact-right input[type="text"],.contact-right textarea{
	border:1px solid #aeaeae;
	outline:none;
	width:100%;
	padding:1em;
	background:none;
	color:#afafaf;
	font-size:0.875em;
	margin:0 0 1em 0;

}

.contact-right input[type="email"]{
	border:1px solid #aeaeae;
	outline:none;
	width:100%;
	padding:1em;
	background:none;
	color:#afafaf;
	font-size:0.875em;
	margin:0 0 1em 0;
}
.contact-right input[type="text"]:hover,.contact-right textarea:hover{
	border-color:#00b0b2;
}
.contact-right textarea{
	min-height:180px;
	resize:none;
}
.contact-right input[type="submit"]{
	background: #00b0b2;
	color: #FFF;
	padding: 0.8em 2.5em;
	display: inline-block;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	border:none;
	outline:none;
	cursor:pointer;
	float:right;
}
.contact-right input[type="submit"]:hover{
	background: #005858;
}

.submit{
background: #00b0b2;
color: #FFF;
padding: 0.8em 2.5em;
display: inline-block;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
text-decoration: none;
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
border: none;
outline: none;
cursor: pointer;
float: right;
}

#error_message{
	color:white;
}

#success_message{
	color: white;
}
/*-- footer --*/
.footer{
	background:#fffff;
	opacity: 0.4;
	padding:1.5em 0;
}

.footer-im{
	background-color:#7B7777;
	opacity: 0.4;
	padding:0.5em 0;
	width: 100%;
	position: fixed;
	bottom: 0px;
}


.footer-left{
	float: left;
	margin-top: 0.4em;
}


ul.ce-menue {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-left li {
	display: inline-block;
padding: 0 0.5em 0.5em 0.5em;}

.footer-left a{
	color:#fff;
	font-size:0.875em;
	margin:0;
}
.footer-left p a{
	color:#fff;
	text-decoration:none;
}
.footer-left a:hover{
	color:#00b0b2;
	text-decoration:none;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
}
#toTopHover{
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

/*--responsive design--*/
@media(max-width:1366px){
.services {
	padding: 3em 0 3em;
}
	.logo img {
	width: 30%;
}
	.logo{    float: left;
		    position: relative;
    top: 1px;
		width: 300px;
}
@media(max-width:1280px){
.service-grid h4 {
	font-size: 15px;
}
	.logo{    float: left;
		    position: relative;
    top: 1px;
		width: 320px;}
}

.logo img {
	width: 35%;
}
}
@media(max-width:1024px){
.header-info {
	width: 50%;

}
.chart span {
	height: 300px;
}
.header-bg {
	min-height: 600px;
}
.header-info h1 {
	font-size: 2em;
}
.service-grid h4 {
	font-size: 15px;
}
.contact-section-info h2 {
	width:100%;
}
.contact-section-info {
	width: 74%;
}

}
@media(max-width:800px){
	
.header-info {
	width: 70%;

}
.chart span {
	height: 300px;
}
.header-bg {
	min-height: 400px;
}
	
	.modal-header h2 {
		font-size: 25px;
	}	
	
pre {
		width: 100%;
margin-left: 10px;
margin-right: 20px;
		height: 325px;
	}	
	
	.modal-body{
		padding-left: 25px;
	}
	
	article{
		overflow: hidden;
width: 550px;
padding-right: 45px;
	}
	.inhalt{
width: 100%;
margin-right: 10px;}
		
	
	
.top-nav ul li a {
	margin: 0em 1em 0 1em;
}

.contact-section-info h2 {
	font-size: 1.3em;
}


.services {
	padding: 3em 0 3em;
}

.menu {
	margin-top: -10px;
}
.header-section p, .service-grid h4{
	width:100%;
}
.col-md-6.ueberuns-section-left {
	margin-bottom: 3em;
}
.subscribe input[type="text"] {
	width: 75.5555%;
}
}
@media(max-width:768px){
	
		
pre {
		width: 90%;
margin-left: 10px;
margin-right: 20px;
		height: 310px;
	}	
	
	.modal-body{
		padding-left: 30px;
	}
	
	article{
		overflow: hidden;
width: 550px;
padding-right: 45px;
	}
	.inhalt{
width: 95%;
margin-right: 10px;}
	

.contact-right {
	margin-top: 2em;
}
.contact {
	min-height: 1030px;
}
.menu {
	margin-top: 0px;
}

}
@media(max-width:640px){
.menu {
	margin-top: 0px;
}
.header-info {
	width: 68%;

}
pre {
		width: 100%;
margin-left: 10px;
margin-right: 20px;
		height: 325px;
	}	
	
	.modal-body{
		padding-left: 25px;
	}
	
	article{
		overflow: hidden;
width: 440px;
padding-right: 45px;
	}
	.inhalt{
width: 93%;
margin-right: 10px;}
	
.header-info h1 {
	font-size: 1.5em;
}
.header-bg {
	min-height: 300px;
}
.container {
	width:500px;
}
.contact-section, .contact-section-mask span{
	min-height: 270px;
}

.subscribe input[type="text"] {
	width: 69.5555%;
}

}
@media(max-width:480px){
.contact-section-info {
	top: 25%;
}

.header {
	padding: 0.9em 0 0 0;
}
.toggleMenu {
	padding: 0;
	margin-top: 0px;
}
	
	.logo{
		float: left;
position: relative;
top: 1px;
width: 100px;
	}	
.menu li a {
	font-size: 12px;
}

.subscribe input[type="submit"] {
	padding: 12px 8px;
	font-size: 0.8125em;
}
.subscribe input[type="text"] {
	width: 60.5555%;
	padding: 8px;
}
	
		.modal-header h2 {
		font-size: 20px;
	}	
	
	pre {
		width: 100%;
margin-left: 10px;
margin-right: 20px;
		height: 325px;
	}	
	
	.modal-body{
		padding-left: 25px;
	}
	
	article{
		overflow: hidden;
width: 300px;
padding-right: 45px;
	}
	.inhalt{
width: 100%;
margin-right: 10px;}
	
	.modal-box{
		width: 90%;
	}
.contact-section-info h2 {
	font-size: 1em;
}



.header-info h1 {
	font-size: 1.2em;
}
.header-info {
	width: 72%;
	top: 62%;
}
.header-info p {
	font-size: 0.8125em;
}
a.r-btn, a.d-btn{
	padding: 0.5em 1em;
}
.header-bg {
	min-height: 450px;
}
.container {
	width:100%;
}
	
.logo img
	{width:  100%;}
	iframe{
		width: 100%;
	}
	
	.contact-right input[type="submit"]
	{margin-top: 10px;}
	
.header-section p {
	font-size: 0.85em;
}


.footer-left {
	float: none;
    margin-top:0;
}
.footer-right {
	float: none;
	margin-top: 0.5em;
}
}
@media(max-width:320px){
	.logo img{
		width:80%;
	}
	.header {
		padding:1em 0 0 0;
	}
	.header-info h1 {
		font-size: 1em;
	}
	.header-info p {
		font-size: 12px;
		margin: 1em 0;
	}
	a.r-btn, a.d-btn {
		padding: 0.5em 0.8em;
		font-size: 0.8125em;
		margin-right:0;
	}
	.header-bg {
		min-height:400px;
	}
	.header-info {
		width: 80%;
		top: 70%;
	}
		.modal-header h2 {
		font-size: 18px;
	}	
	
	.modal{
		width: 100%;
	}
	pre {
		width: 100%;
margin-left: 10px;
margin-right: 10px;
		height: 370px;
	}	
	
	article{
		overflow: hidden;
width: 250px;
padding-right: 35px;
	}
	.inhalt{
width: 100%;
margin-right: 10px;}
	
	.modal-box{
		width: 90%;
	}
	.container {
		width:300px;
	}
	.header-section h3 {
		font-size: 18px;
	}
	.header-section p {
		font-size: 0.8125em;
		width: 100%;
	}
	.service-grid {
		padding: 0.5em 0em;
	}
	.service-grid p {
		font-size: 0.8125em;
		line-height: 1.5em;
	}
	.service-grid h4 {
		font-size: 13px;
	}
	.contact-section-info {
		top: 16%;
	}
	.contact-section-info h2 {
		font-size: 0.8125em;
	}
	a.c-btn {
		padding: 0.5em 1em;
	}
	.contact-section, .contact-section-mask span {
		min-height: 200px;
	}
	.ueberuns-section-left p {
		font-size: 0.8125em;
	}
	.ueberuns-section-grids h4 {
		font-size: 1em;
	}
	
	.services {
		padding: 3em 0 2em;
	}
	a.play span {
		background-size: 99%;
		width:60px;
		height:60px;
	}

	
	.contact {
		min-height:1110px;
		padding: 3em 0 0 0;
	}
	.contact-left p {
		font-size: 0.8125em;
	}
	.contact-left ul li {
		font-size:11px;
	}
	.contact-right p {
		font-size: 0.8125em;
		margin: 0em 0 1.5em 0;
		line-height: 1.6em;
	}
	.header-info p {
		display: none;
	}
	.nav {
		right:20px;
		width:85%;
		top: 55px;
	}
	.header-info ul {
		margin-top: 2em;
	}

	.subscribe input[type="submit"] {
		padding: 10px 5px;
		font-size: 10px;
	}
	.subscribe input[type="text"] {
		width: 54.5555%;
		padding: 8px;
		font-size: 11px;
	}
	
	
	iframe{
		width: 80%;
	}
}