/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v18-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v18-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v18-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v18-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v18-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v18-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* la-belle-aurore-regular - latin */
@font-face {
  font-family: 'La Belle Aurore';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/la-belle-aurore-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('La Belle Aurore'), local('LaBelleAurore'),
       url('../fonts/la-belle-aurore-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/la-belle-aurore-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/la-belle-aurore-v8-latin-regular.svg#LaBelleAurore') format('svg'); /* Legacy iOS */
}
@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
@media only screen{
.title_input {
		visibility: hidden;
		height: 0;
	}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
}
.img{
	border: 0px solid white;
}
a:link, a:visited{
	color: #009EB3;
	text-decoration: none;
}
a:hover, a:focus, a:active{
	color: #009EB3;
	text-decoration: underline;
	transition: .3s all ease;
}
.white a:link, .white a:visited{
	color: #fff;
	text-decoration: none;
}
.white a:hover, .white a:focus, .white a:active{
	color: #fff;
	text-decoration: none;
	transition: .3s all ease;
}
body, html {
	font-family: 'Roboto', 'Verdana', sans-serif;
	font-size: 15px;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	color: #333333;
	letter-spacing: .07em;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.white{
	color: #fff;
}
.block {
	display: block;
}
.bold{
	font-weight: 700;
}
.italic{
	font-style: italic;
}
.clear {
	clear: both;
	height: 0;
	width: 0;
}
/*vertikale Zentrierung*/
.zentriert {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 999;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #F6921E;
	color: white;
	text-align: center;
	font-size: 35px;
	padding-top: 3px;
	opacity: .9;
	box-shadow: 3px 3px 5px #333;
	transition: .5s all ease;
}
.aurore{
	font-family: 'La Belle Aurore', cursive;
	font-size: 40px;
	color: #1b75ba;
}
.aurore.top{
	margin-top: 50px;
}
.line{
	height: 20px;
	width: 100%;
	margin: 25px 0;
	background-image: url(../img/line.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.line-blue{
	height: 20px;
	width: 100%;
	margin: 25px 0;
	background-image: url(../img/line_blue.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
}
.line_footer{
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0);
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.uppercase{
	text-transform: uppercase;
}
.blue{
	background-color: #E8F2F8;
}
.font{
  font-size: 28px;
  color: rgb(27, 117, 186);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.font.top{
  margin-top: 30px;
}
#main section:first-child{
	margin-top: 0;
}
header.imp{
	background-image: none;
	min-height: 0;
}
ul li:last-child{
	margin-bottom: 0;
}
section ul{
	margin-left: 25px;
}
section ul li{
	list-style-type: square;
	margin-bottom: 20px;
}
section ul.no li{
	margin-bottom: 10px;
}
section p{
	margin-bottom: 15px;
}
section p:last-child{
	margin-bottom: 0;
}
.back_to_top:link, .back_to_top:visited, .back_to_top:focus, .back_to_top:active{
	color: white;
	opacity: .7;
}

.back_to_top:hover{
	opacity: 1;
	transform: translateY(-7px);
}
.heading{
	padding: 8px 0;
	background: rgba(0,158,179,1);
	background: -moz-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,158,179,1)), color-stop(50%, rgba(0,158,179,1)), color-stop(100%, rgba(27,117,186,1)));
	background: -webkit-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -o-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: linear-gradient(to right, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eb3', endColorstr='#1b75ba', GradientType=1 );
	margin-bottom: 50px;
}
.heading h2{
	text-align: center;
	font-size: 30px;
	text-shadow: 2px 2px 5px #333;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .7;
	color: #fff;
}
footer h3{
	font-size: 25px;
	text-shadow: 2px 2px 5px #333;
	text-transform: uppercase;
	font-weight: 700;
	opacity: .7;
	color: #fff;
}
#modal {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}
.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 97%;
    max-width: 380px;
    font-size: 25px;
}
.cont{
  padding: 40px 50px 30px 40px;
}
.cont img{
  width: 100%;
  margin-bottom: 10px;
}
#modal button{
  font-size: 23px;
  font-weight: bold;
  background: transparent;
  border: none;
  float: right;
  padding-right: 4px;
  color: #999;
}
#modal button:hover{
  cursor: pointer;
  color: #333;
}
.btn{
  background-color: #1a74ba;
  width: 100%;
  box-shadow: 2px 2px 2px #333;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 18px;
}
.btn:hover{
  box-shadow: 1px 1px 1px #666;
}
#modal a:link, #modal a:visited{
  color: #fff;
  text-decoration: none;
}
}
/**********MEDIA*QUERIES**************************************************************************/
@media only screen and (min-width: 1387px) {
.wrap{
	width: 1100px;
	margin: 0 auto;
}
section{
	margin: 100px 0;
}
section.blue.pad{
	padding-bottom: 70px;
}
header{
	width: 100%;
	padding: 20px;
	height: 170px;
	position: relative;
}
#logo{
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#logo img{
	height: 100px;
}
#blau img{
	width: 85px;
	transition: .1s all ease;
}
#blau img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.sprechzeiten .tag{
	float: left;
	width: 111px;
	margin-left: 3px;
}
#termin .sprechzeiten .tag{
  width: 122px;
}
.sprechzeiten{
	font-size: 13px;
	line-height: 1.3em;
}
#erreichbar .tele{
	background-color: #009EB3;
	padding: 21px 10px;
	color: #fff;
	text-align: center;
}
#erreichbar .small{
	font-size: 12px;
	letter-spacing: .1em;
	transition: .1s all ease;
  margin-top: 5px;
}
#erreichbar .big{
	font-size: 21px;
	font-weight: 700;
	transition: .1s all ease;
}
#erreichbar .big:hover, #erreichbar .small:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.mobil{
	display: none;
}
.slick-slider{
	margin-bottom: 100px;
}
.noslider{
	max-height: 600px;
	width: 100%;
	overflow: hidden;
}
.noslider img{
	width: 100%;
}
nav{
	width: 100%;
	padding: 15px 0 5px 0;
	background: rgba(0,158,179,1);
	background: -moz-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,158,179,1)), color-stop(50%, rgba(0,158,179,1)), color-stop(100%, rgba(27,117,186,1)));
	background: -webkit-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -o-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: -ms-linear-gradient(left, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	background: linear-gradient(to right, rgba(0,158,179,1) 0%, rgba(0,158,179,1) 50%, rgba(27,117,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eb3', endColorstr='#1b75ba', GradientType=1 );
}
nav ul{
	float: right;
	margin-right: 25px;
}
nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 30px;
	text-transform: uppercase;
	font-size: 19px;
}
.arrow, .auswahl{
	display: inline-block;
	position: relative;
	padding-bottom: 5px;
}
.arrow:after, .auswahl:after {
	content: '';
	display: block;
	margin: auto;
	height: 5px;
	width: 0px;
	background: transparent;
	transition: width .7s ease, background-color .5s ease;
}
.arrow:hover:after, .auswahl:after{
	width: 100%;
	background-color: #F6921E;
}
.active:after{
	width: 100%;
	background-color: #F6921E;
	content: '';
	display: block;
	margin: auto;
	height: 5px;
}
#info{
	position: absolute;
	top: 30px;
	right: 25px;
}
#infowrap .cent > p, #erreichbar > p{
	font-size: 20px;
	text-transform: uppercase;
	color: #009EB3;
	text-align: center;
}
.letter{
	letter-spacing: 0em;
}
#info .float{
	float: left;
	margin-left: 40px;
}
main, #main{
	padding-bottom: 50px;
}
#welcome{
	text-align: center;
}
#welcome ul{
	text-align: justify;
	width: 50%;
	margin: 0 auto;
	background-color: #E8F2F8;
	padding: 20px 20px 20px 35px;
}
#welcome .bold.uppercase{
	letter-spacing: .1em;
	font-size: 18px;
	color: #009eb3;
	margin-top: 30px;
}
#welcome .aurore{
	margin-top: 30px;
}
h2.head{
	text-transform: uppercase;
	color: #009EB3;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}
.schwerpunkte{
	width: 33.3333333333333334%;
	float: left;
	margin-bottom: 35px;
}
.schwerpunkte .img{
	width: 100%;
	height: 140px;
	background: #fff;
	background-size: cover;
}
.schwerpunkte .small{
  text-transform: none;
  font-size: 12px;
}
#schwerpunkte .box{
	width: 80%;
	margin: 0 auto;
}
#manuelle{
	background-image: url(../img/manuelle-therapie.jpg);
}
#krankengym{
	background-image: url(../img/krankengymnastik.jpg);
}
#neuro{
	background-image: url(../img/krankengymnastik-neuro.jpg);
}
#geraet{
	background-image: url(../img/krankengymnastik-geraet.jpg);
}
#cranio{
	background-image: url(../img/osteopathie.jpg);
}
#lymph{
	background-image: url(../img/lymphdrainage.jpg);
}
#kiefer{
	background-image: url(../img/kiefergelenktherapie.jpg);
}
#kinesio{
	background-image: url(../img/kinesiotaping.jpg);
}
#elektro{
	background-image: url(../img/elektrotherapie.jpg);
}
#waerme{
  background-color: #fff;
}
#schwerpunkte .beschr{
	width: 100%;
	background-color: #F6921E;
	padding: 12px 18px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 2px #333;
	font-size: 14px;
}
#team{
  text-align: center;
}
#team .wrap{
	padding-top: 10px;
}
#team .line-blue.top{
	padding-bottom: 30px;
}
#team img{
	width: 75%;
	margin: 0 auto;
	background: #fff;
	box-shadow: 2px 2px 4px #999;
	transition: .1s all ease;
}
.teamwrap{
  display: inline-block;
}
#team img:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
#team .team{
	width: 220px;
	float: left;
	padding-bottom: 20px;
}
#team .beschr{
	text-transform: uppercase;
	text-align: center;
	margin-top: 10px;
}
#anfahrt .wrap{
	text-align: center;
  padding-bottom: 30px;
}
section#anfahrt.blue{
	padding-bottom: 1px;
}
#show-map{
  display: block;
  margin: 0 auto;
  padding: 15px 25px;
  font-size: 22px;
  margin-top: 15px;
  color: #fff;
  background: #009EB3;
}
#show-map:hover{
  cursor: pointer;
}
#parkplatz img{
  width: 100%;
  max-width: 878px;
  margin: 0 auto;
}
#map{
	width: 100%;
	height: 450px;
	margin-top: 50px;
  background-image: url(../img/google-maps.png);
  background-size: auto 300px;
  background-position: center center;
  background-repeat: no-repeat;
}
#map .big{
	font-size: 20px;
	color: #009eb3;
}
#anfahrt .small{
  font-size: 12px;
  margin-top: 20px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
  text-align: left;
}
section #map p{
	margin-bottom: 8px;
}
#icon{
	float: left;
	width: 13px;
}
/*******PRAXIS**************************************************************************************************/
#schwerpunkte2 p:before{
	content: "\f0da";
	color: #F6921E;
	font-family: FontAwesome;
	display: inline-block;
	font-size: 15px;
	width: 12px;
	margin-left: -12px;
}
#schwerpunkte2 p{
	padding: 16px 30px;
	background-color: #E8F2F8;
}
#ausstattung img{
	float: left;
	margin-right: 20px;
	height: 280px;
}
#ausstattung .box{
	height: 280px;
	width: 500px;
	float: left;
}
#ausstattung p{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 20px;
	line-height: 2em;
}
/*******LEISTUNGEN**************************************************************************************************/
#leistungen .box{
	border: 2px dashed #ccc;
	padding: 30px 40px 40px 40px;
	margin-bottom: 30px;
}
#leistungen .accordion .aurore{
	margin-top: 25px;
  margin-bottom: 15px;
	font-size: 18px;
  font-family: 'Roboto';
}
#leistungen .accordion h3{
	text-transform: uppercase;
	font-weight: 700;
}
#leistungen .accordion .aurore.first{
	margin-top: 0;
}
#leistungen .accordion ul {
	margin-bottom: 15px;
}
/*******TEAM**************************************************************************************************/
#teamsite .top{
	padding-top: 100px;
}
#teamsite .dotted{
	border: 2px dashed #ccc;
	padding: 40px;
	position: relative;
	margin-bottom: 30px;
}
#teamsite img{
	width: 200px;
	box-shadow: 3px 3px 5px #333;
}
#teamsite .bottom{
	position: absolute;
	left: 300px;
	bottom: 40px;
}
#teamsite .dunkel{
	padding: 15px 25px;
	display: inline-block;
	background-color: #1b75ba;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 3px #333;
}
#teamsite .hell{
	background-color: #E8F2F8;
	font-size: 15px;
	padding: 25px 18px 15px 18px;
	margin: -15px 0 5px 45px;
	position: relative;
	z-index: 1;
	display: inline-block;
}
#teamsite .taetig{
	font-family: 'La Belle Aurore', cursive;
	font-size: 20px;
	margin-left: 65px;
	display: inline-block;
}
#teamsite .float{
	width: 33.3333333333333333333333334%;
	float: left;
}
#teamsite .boxes{
	background-color: #E8F2F8;
}
#teamsite .left{
 	width: 98%;
	margin-right: 2%;
}
#teamsite .mid{
	width: 96%;
	margin: 0 auto;
}
#teamsite .right{
	width: 98%;
	margin-left: 2%;
}
#teamsite h4{
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 13px solid #fff;
	padding: 15px 0;
}
#teamsite .pad{
	padding-top: 15px;
}
#teamsite .last{
	padding-bottom: 15px;
}
#teamsite .boxes p{
	padding-left: 27px;
	padding-right: 15px;
	hyphens: auto;
}
#teamsite .boxes p:before{
	content: "\f0da";
	color: #F6921E;
	font-family: FontAwesome;
	display: inline-block;
	font-size: 15px;
	width: 12px;
	margin-left: -12px;
}
#stellenangebot .dotted{
	border: 2px dashed #ccc;
	padding: 40px;
}
#stellenangebot ul{
	margin-bottom: 15px;
}
#stellenangebot ul li{
	margin-bottom: 10px;
}
#stellenangebot ul li:last-of-type{
	margin-bottom: 0;
}
#stellenangebot p.bold{
	text-transform: uppercase;
	margin-top: 25px;
}
#stellenangebot .lowercase{
	text-transform: none;
}
#stellenangebot .font.bold{
	margin-top: 10px;
	margin-bottom: 13px;
}
#stellenangebot .lowercase.small{
	font-size: 16px;
	margin-bottom: 30px;
}
/*******LINKS**************************************************************************************************/
#links .box{
	width: 45%;
	margin: 1% 2.5%;
	float: left;
	height: 200px;
	border: 2px dashed #ccc;
}
#links .inner{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 80%;
	margin: 0 auto;
}
#links .inner a:link, #links .inner a:visited{
	font-size: 18px;
}
#links .inner p{
	padding-top: 8px;
}
#links .aurore{
	text-align: center;
}
/*******KONTAKT**************************************************************************************************/
#map.two{
	height: 600px;
	margin-top: 0px;
}
.contact .box, #anfahrt .box{
	border: 2px dashed #ccc;
	padding: 30px 40px 30px 40px;
	margin-bottom: 30px;
}
.contact .box.s{
  margin-bottom: 70px;
}
.contact .float{
	width: 33.33333333333333333333334%;
	float: left;
}
.contact .cent > p{
	font-size: 20px;
	text-transform: uppercase;
	color: #009EB3;
}
.contact .cent{
	display: inline-block;
}
.contact .small{
  font-size: 12px;
}
#first{
	text-align: center;
}
#first p{
	margin-bottom: 0px;
	line-height: 2em;
	letter-spacing: .05em;
	text-align: left;
}
#first .inner p{
	line-height: 1.1em;
}
#first .tag{
	width: 35px;
	float: left;
}
#second .bigblue{
	font-size: 16px;
	text-transform: uppercase;
	color: #009EB3;
	text-align: center;
}
#second .bigblue a:link, #second .bigblue a:visited{
	text-decoration: underline;
}
#second .bigblue a:hover, #second .bigblue a:active, #second .bigblue a:focus{
	text-decoration: none;
}
#second .aurore{
	text-align: center;
	margin-bottom: 0;
}
#form1{
	float: left;
	width: 40%;
}
#form2{
	width: 50%;
	float: right;
}
label{
	width: 100%;
	display: block;
	margin-bottom: 4px;
}
input, textarea, select{
	width: 100%;
	display: block;
	padding: 8px 10px;
	border: none;
	background-color: #E8F2F8;
	font-family: inherit;
	font-size: inherit;
	color: #333;
	margin-bottom: 10px;
	transition: .3s all ease;
}
option{
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: #333;
}
textarea{
	height: 307px;
}
input:hover, textarea:hover, select:hover{
	background-color: #c8e1f7;
	cursor: pointer;
}
#check{
	width: 580px;
	margin: 0 auto;
	text-align: center;
}
#checkbox{
	width: 10px;
	float: left;
	margin: 4px 3px 0 0;
}
#akz{
	width: 95%;
	float: left;
}
.submitbutton input{
	width: 100%;
	max-width: 300px;
	margin: 20px auto 0 auto;
	background-color: #1a74ba;
	color: white;
	font-weight: 700;
	padding: 12px;
	letter-spacing: .05em;
	box-shadow: 3px 3px 5px #333;
	transition: .2s all ease;
}
.submitbutton input:hover{
	box-shadow: 1px 1px 3px #333;
	transform: scale(.98);
}
#third .float .cent p{
	margin-bottom: 0;
}
#third .float .cent p.bold{
	color: #333;
	text-transform: none;
	font-size: 14px;
	margin-bottom: 10px;
}
#third .float .inner{
	padding-right: 25px;
}
#third .aurore{
	text-align: center;
	margin-bottom: 0;
}
section#third ul{
	margin-left: 13px;
}
#third ul li{
	list-style-type: none;
	margin-bottom: 0;
}
#third ul li:before{
	content: "\f0da";
	color: #F6921E;
	font-family: FontAwesome;
	display: inline-block;
	font-size: 15px;
	width: 12px;
	margin-left: -12px;
}
#map2 .big{
	font-size: 20px;
	color: #009eb3;
}
section #map2 p{
	margin-bottom: 8px;
}
#map.two{
	height: 400px;
	margin-top: 20px;
}
/*************IMPRESSUM*************************************************************************************************/
#datenschutz .bold{
	text-transform: uppercase;
	font-size: 17px;
}
.ds p.aurore{
	margin-bottom: 0;
}
#datenschutz .bold.sm{
	text-transform: none;
	font-size: 14px;
}
#datenschutz ul{
	margin-bottom: 15px;
}
/*************FOOTER*************************************************************************************************/
.danke{
	text-align: center;
}
/*************FOOTER*************************************************************************************************/
footer{
	position: relative;
	padding: 150px 25px 20px 25px;
	background: rgba(27,117,186,1);
	background: -moz-linear-gradient(left, rgba(27,117,186,1) 0%, rgba(0,158,179,1) 50%, rgba(0,158,179,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(27,117,186,1)), color-stop(50%, rgba(0,158,179,1)), color-stop(100%, rgba(0,158,179,1)));
	background: -webkit-linear-gradient(left, rgba(27,117,186,1) 0%, rgba(0,158,179,1) 50%, rgba(0,158,179,1) 100%);
	background: -o-linear-gradient(left, rgba(27,117,186,1) 0%, rgba(0,158,179,1) 50%, rgba(0,158,179,1) 100%);
	background: -ms-linear-gradient(left, rgba(27,117,186,1) 0%, rgba(0,158,179,1) 50%, rgba(0,158,179,1) 100%);
	background: linear-gradient(to right, rgba(27,117,186,1) 0%, rgba(0,158,179,1) 50%, rgba(0,158,179,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1b75ba', endColorstr='#009eb3', GradientType=1 );
}
#bg-left{
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	height: 250px;
	background-image: url(../img/bg.png);
	background-size: auto 100%;
	background-position: top left -40px;
	background-repeat: no-repeat;
}
#bg-right{
	position: absolute;
	right: 0;
	bottom: 70px;
	width: 250px;
	height: 250px;
	background-image: url(../img/bg2.png);
	background-size: auto 100%;
	background-position: top left -40px;
	background-repeat: no-repeat;
}
footer .wrap{
	margin-bottom: 70px;
}
footer .sitemap, footer .kontakt{
	float: left;
}
footer .sitemap{
	margin-right: 100px;
}
@media only screen and (max-width: 1550px){
	footer .sitemap{
		margin-left: 200px;
	}
}
footer ul{
	margin: 20px 0 0 20px;
}
footer ul li{
	list-style-type: none;
	transition: .2s all ease;
}
footer .sitemap ul li:hover, footer ul li.hover:hover{
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
	-o-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}
footer ul li:before{
	content: "\f105";
	color: #F6921E;
  font-family: FontAwesome;
  display: inline-block;
  width: 15px;
	margin-left: -15px;
	font-size: 15px;
	font-weight: 700;
}
#impressum{
	text-align: right;
	margin-right: 55px;
	padding-top: 20px;
}
/***************sidr***************************************************************/
#sidrwrapper, #button-top{
	display: none;
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .print, .single-item, .hidden_text, nav, #button-top, #sidrwrapper, #parken, .back_to_top, #formular, #second{
		display: none !important;
	}
	.bold{
		font-weight: 700;
	}
	h1, h2, h3, h4 {
		font-weight: 700;
		font-size: 105%;
	}
	.heading{
		font-size: 105%;
		font-weight: 700;
	}
	.link_print a[href]:after {
		content: " (" attr(href) ")";
	}
	.accordion > *, #accordion > *{
		display: block !important;
		background-color: #ffffff;
		color: #000000;
		font-family: serif;
		font-size: 100%;
		border: 0;
		margin: 0;
		padding: 0;
	}
}
