@-ms-viewport {width: device-width; zoom:1;}
@-o-viewport {width: device-width; zoom:1;}
@viewport {width: device-width; zoom:1;}
/* ruslan-display-regular - latin */
@font-face {
  font-family: 'Ruslan Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ruslan-display-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Ruslan Display'), local('RuslanDisplay'),
       url('../fonts/ruslan-display-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ruslan-display-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ruslan-display-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ruslan-display-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ruslan-display-v9-latin-regular.svg#RuslanDisplay') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Raleway'), local('Raleway-Regular'),
       url('../fonts/raleway-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/raleway-v12-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway Italic'), local('Raleway-Italic'),
       url('../fonts/raleway-v12-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold'), local('Raleway-SemiBold'),
       url('../fonts/raleway-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600italic - latin */
@font-face {
  font-family: 'Raleway';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/raleway-v12-latin-600italic.eot'); /* IE9 Compat Modes */
  src: local('Raleway SemiBold Italic'), local('Raleway-SemiBoldItalic'),
       url('../fonts/raleway-v12-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/raleway-v12-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/raleway-v12-latin-600italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/raleway-v12-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/raleway-v12-latin-600italic.svg#Raleway') format('svg'); /* Legacy iOS */
}
@media only screen{
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	display: block;
  max-width: 100%;
}
.img{
	border: 0px solid white;
}
a:link, a:visited{
  color: #48A1AD;
	text-decoration: underline;
}
a:hover, a:focus, a:active{
	text-decoration: none;
}
.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: 'Raleway', 'Verdana', sans-serif;
	font-size: 16px;
	-webkit-text-size-adjust: none;
	color: #333;
	letter-spacing: .07em;
  hyphens: manual;
}
h1, h2, h3, h4{
	font-weight: normal;
}
.duration{
  animation-duration: 2s;
}
.delay{
  animation-delay: 1s;
}
.white{
	color: #fff;
}
.block {
	display: block;
}
.bold{
	font-weight: 600;
}
.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%);
}
.last{
  padding-bottom: 0;
  margin-bottom: 0;
}
.center{
	text-align: center;
}
.divided {
	float: left;
	width: 50%;
}
.hidden_text, .show_print{
	display: none;
}
.hidden{
	opacity: 0;
}
.visible{
	opacity: 1;
}
.show_this{
	display: none;
	position: fixed;
	bottom: 0px;
	left: 70px;
	z-index: 999;
  padding: 10px;
}
.back_to_top{
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
@media only screen and (min-width: 1000px){
  .show_this{
    padding: 0 20px 10px 20px;
  }
}
.uppercase{
	text-transform: uppercase;
}
.show_this a:link, .show_this a:visited, .show_this a:focus, .show_this a:active{
	color: #095656;
	opacity: .6;
}
.show_this a:hover{
	opacity: .8;
	transform: translateY(-4px);
}
.back_to_top, .envelope, .phone, .whatsapp{
	width: 40px;
	height: 40px;
	border-radius: 25px;
  background-color: #fff;
	text-align: center;
	font-size: 28px;
	padding-top: 2px;
	opacity: .9;
	box-shadow: 3px 3px 5px #000;
	transition: .5s all ease;
}
.back_to_top{
  float: right;
}
.envelope{
  float: left;
  font-size: 22px;
  padding-top: 6px;
  margin-right: 10px;
}
.phone{
  float: left;
  padding-top: 6px;
  margin-right: 10px;
}
.whatsapp{
  float: left;
  padding-top: 6px;
  font-size: 24px;
}
#main p{
  margin-bottom: 15px;
  line-height: 1.5em;
}
#main ul{
  margin-left: 15px;
  margin-bottom: 15px;
}
#main ul li{
  list-style-type: square;
}
.large{
  font-size: 30px;
  text-transform: uppercase;
}
.medium{
  font-size: 22px;
  text-transform: uppercase;
}
@media only screen and (min-width: 600px){
  .large{
    font-size: 50px;
  }
  .medium{
    font-size: 30px;
  }
}
.small{
  font-size: 13px;
}
.white{
  color: #fff;
}
.bgw{
  background-color: rgba(255,255,255,.8);
  color: #333;
}
.wrap{
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
	padding: 50px 20px;
}
.heading .wrap{
	padding: 20px 20px 11px 20px;
}
.heading{
  font-family: "Ruslan Display";
  padding: 15px 0;
  background-color: #C1D3D5;
}
/**********MEDIA*QUERIES**************************************************************************/
header{
  position: relative;
	width: 100%;
}
#logo_small{
  background-color: #A3D0D6;
}
#logo{
  display: none;
}
@media only screen and (min-width: 805px){
  #logo{
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
  	max-width: 500px;
  }
  #logo_small{
    display: none;
  }
}
#num{
  display: none;
}
#num a:link, #num a:visited, #num a:hover, #num a:active, #num a:focus{
  color: #fff;
  text-decoration: none;
}
@media only screen and (min-width: 790px){
  #num p{
    display: inline-block;
    float: right;
    padding-right: 20px;
  }
  #num p:first-of-type{
    margin-right: 40px;
    float: left;
  }
  #num{
    font-size: 30px;
    display: block;
    line-height: 1.5em;
    z-index: 4;
    padding-left: 20px;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    text-shadow: 2px 2px 3px #333;
  }
}
@media only screen and (min-width: 1400px){
  #num{
    font-size: 40px;
  }
  #num p{
    display: inline-block;
    float: left;
  }
  #num p:first-of-type{
    margin-right: 60px;
  }
}
#heiss{
  display: none;
}
@media only screen and (min-width: 1400px){
  #heiss{
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
  }
}
header img{
	width: 100%;
}
nav{
  display: none;
}
@media only screen and (min-width: 946px){
  nav{
    position: absolute;
    top: 12px;
    right: 0;
    display: block;
  }
  nav ul li{
    list-style-type: none;
    text-transform: uppercase;
    display: block;
    float: left;
    padding: 20px 25px;
    transition: .2s all ease-in;
  	font-size: 25px;
  }
  nav ul li:hover{
    text-shadow: 2px 2px 0px #fff;
  }
  nav ul a:link, nav ul a:visited{
    color: #333;
    font-weight: normal;
    text-decoration: none;
  }
  nav ul a:hover, nav ul a:focus, nav ul a:focus{
    color: #48A1AD;
    font-weight: normal;
    text-decoration: none;
  }
}
.pc{
  display: none;
}
@media only screen and (min-width: 1400px){
  .pc{
    display: block;
  }
  .mobile{
    display: none;
  }
}
@media only screen and (min-width: 1200px){
  #welcome{
    padding: 120px 20px 120px 20px;
  }
}
#welcome p{
  max-width: 1000px;
}
/*-------------autos---------------------------------------------------------------------------*/
.grey{
  background: #eee;
}
.single-item{
  padding: 40px 0;
}
.single-item img{
  padding: 20px;
}
.fix{
  width: 100%;
  max-width: 1755px;
  margin: 0 auto;
}
.video_wrapper{
  width: 100%;
  max-width: 848px;
  margin: 50px auto 0 auto;
}
@media only screen and (min-width: 1180px){
  .video_wrapper{
    width: 49%;
    float: left;
  }
  .video_wrapper.two{
    float: right;
  }
}
.ra{
  padding-top: 56.25%;
  position: relative;
}
iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
video{
  width: 100%;
}
video:hover{
  cursor: pointer;
}
.heading h1{
  font-size: 30px;
}
@media only screen and (min-width: 600px){
  .heading h1{
    font-size: 50px;
  }
}
h3{
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.daten .left, .daten .right, .daten .mid{
  width: 100%;
}
@media only screen and (min-width: 1200px){
  .daten.wrap{
    padding: 80px 20px;
  }
}
.daten .head, .daten h3, .daten h4 {
  padding: 5px 10px;
  background-color: #C1D3D5;
  text-transform: uppercase;
}
.daten h2 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media only screen and (min-width: 655px){
  .daten .left, .daten .right, .daten .mid{
    width: 33.33333333333334%;
    float: left;
  }
  .daten .head{
    margin-right: 50px;
  }
}
.daten .text{
  padding: 12px 40px 0 10px;
}
/*-------------preise---------------------------------------------------------------------------*/
#preise{
	background-image: url(../img/preise.jpg);
	background-size: cover;
	background-position: center center;
	padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 1000px){
  #preise{
    padding: 100px 0;
  }
}
#preise .inner{
	background: rgba(255,255,255,.75);
	padding: 20px;
  display: inline-block;
  text-align: left;
  border-radius: 10px;
  max-width: 700px;
}
@media only screen and (min-width: 440px){
  #preise .inner{
    padding: 50px;
  }
}
/*-------------kontakt---------------------------------------------------------------------------*/
@media only screen and (min-width: 1200px){
  #kontakt.wrap{
    padding: 100px 20px;
  }
}
#form{
	padding-top: 20px;
}
#form1{
  width: 100%;
	max-width: 500px;
	float: left;
}
@media only screen and (min-width: 800px){
  #form1{
    margin-right: 60px;
  }
}
#form2{
  width: 100%;
	max-width: 500px;
	float: left;
}
#check{
	display: none;
}
#checkbox{
	width: 10px;
	float: left;
	display: inline;
	margin: 3px 5px 0 2px;
}
#akz{
	width: 90%;
	float: left;
	margin-bottom: 10px;
}
.textfeld{
	width: 100%;
	margin-bottom: 10px;
}
input, textarea{
	color: inherit;
	padding: 20px 10px;
	font-size: 16px;
	width: 100%;
	box-shadow: inset 0 0 8px #666;
	border: 0;
	background: none;
	border-radius: 5px;
	font-family: inherit;
	transition: .1s all ease;
	background-color: #fff;
}
textarea{
	height: 335px;
}
input:hover, textarea:hover{
	box-shadow: inset 0 0 8px #333;
}
.submitbutton{
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
}
@media only screen and (min-width: 1150px){
  .submitbutton{
    float: right;
  }
}
.submitbutton input:hover{
	cursor: pointer;
}
.submitbutton input {
	background-color: #48A1AD;
	color: #fff;
	letter-spacing: .1em;
	font-weight: bold;
}
.line{
	width: 100%;
	height: 1px;
	border-top: 1px solid #999;
	margin: 10px 0;
}
footer{
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  padding: 40px 40px 70px 40px;
  background-color: #48A1AD;
	background-image: url(../img/footer.jpg);
	background-size: cover;
	background-position: top right;
  line-height: 2em;
}
@media only screen and (min-width: 800px){
  footer{
    text-align: right;
    padding-right: 90px;
    padding: 40px 40px 40px 40px;
  }
}
/******Impressum*****************************************************************/
.top{
  margin-top: 80px;
}
.impr .daten p{
  margin-left: 12px;
}
.impr .daten .head, .impr .daten h3, .impr .daten h4{
  margin-bottom: 15px;
  font-size: 16px;
  margin-top: 30px;
}
.impr .daten h2 {
  font-size: 30px;
  margin-top: 80px;
}
#main.impr ul{
  margin-left: 28px;
}
.impr .daten .head{
  margin-right: 0;
}
}
/*----------------------------------------------------------------print---------------------------------------------------------------------------*/
@media print {
	body {
		background-color: #ffffff;
		color: #000000;
		font-family: 'Raleway', sans-serif;
		font-size: 100%;
	}
	header, #galerie, footer, img, .print, .single-item, .hidden_text {
		display: none !important;
	}
	.bold{
		font-weight: 600;
	}
	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;
	}
}
