body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight:lighter; font-size:1em; letter-spacing: 0.1em;}
a {text-decoration: none;}

.main_container {
	width:100%;
	max-width:1100px;
	margin-left:auto;
	margin-right:auto;
}

/* Logo */
.logo {
	position:absolute;
	margin: 0px 10%;
	display:block;
	background-image:url("../images/logo.png");
	width:198px;
	height:155px;
	z-index:200;
}

/* Contactheader */
.contactheader {
	width:70%;
	padding-left:30%;
	height:50px;
	dislay:block;
	background:#14141f;
	color:#aaaaaa;
	font-size:0.563em;
	font-weight:100;
}
.contactheader img {
	margin-right:5px;
	vertical-align:middle
}
.contactheader ul li{
	list-style:none;
	display:inline;
	margin-right:10px;
}

.contactheader a {
	color:#cccccc;
	text-decoration:none;
}
.contactheader a:hover {
	color:#cccccc;
	text-decoration:underline;
}
.language {
	display:inline-block;
	padding:12px 20px;
}
.contactinfo {
	display:inline-block;
	right:0px;
}


/* Navigation */
.menuheader {
	display:block;
	background:rgba(50,50,77,0.5);
	z-index:-2;
}
.nav_container {
    width:70%;
	padding-left:30%;
    margin: 0px auto;
}
.toggleMenu {
    display:  none;
    background: #32324d;
    padding: 10px 15px;
    color: #f3f4f5;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 100%;
}
.nav a {
    padding: 12px 1.2em 12px 1.2em;
    color:#f3f4f5;
	text-transform:uppercase;
}
.nav a:hover {
    background:rgba(255,255,255,0.2);
}
.nav li {
	list-style: none;
    position: relative;
	margin-left:0px;
}
.nav > li {
    float: left;
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
	background-position: 98% 50%;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: rgba(62,85,90,0.8);
    position: relative;
    z-index:100;
    border-top: 1px solid #dddddd;
}
.nav li li a:hover {
	background: rgba(81,111,118,0.8);
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #dddddd;
}


/* Slider */
.slider {
	position:relative;
	top:-70px;
	display:block;
  	float:none;
	overflow:hidden;
  	width: 100%;
	height:auto;
	max-height:550px;
	z-index:-1;
	border-bottom:solid 1px #aaaaaa;
	margin-bottom:-70px;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75);
}
.slider img {
	width: 100%;
	height: auto;
}
@font-face {
	font-family: Garamond;
	src:url(fonts/AGaramond-RegularSC.otf);
}
.slidertext {
	font-family:Garamond;
	font-weight:lighter;
	position:absolute;
	top:40%;
	left:10%;
	display:flex;
	font-size:3.750em;
	color:#ffffff;
	z-index:2;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

.teaser_container {
	position:relative;
	display:block;
	top:-6.5em;
	width:100%;
	height:auto;
	margin-bottom:-100px;
}
.teaser_container li {
	list-style:none;
	display:inline-block;
	margin:20px;
	font-size:1em;
	font-weight:600;
	color:#376f7c;
}
.teaser_container a {
	color:#376f7c;
}
.teaser {
	display:inline-block;
	position:relative;
	border-radius: 50%;
	overflow:hidden;
	margin-bottom:10px;
	width:100%;
	height:auto;
	max-width:150px;
	border:solid 5px #ffffff;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}

.main_blue, .main_dark, .main_green, .main_white, .footer, .map {
	width:100%;
	position:static;
	display:block;
	background-repeat:repeat;
	border-top:solid 1px #c3c3c3;
	border-bottom:solid 1px #c3c3c3;
	-webkit-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.75);
}

.main_blue {
	background-color:#6bb5bd;
	background-image:url("../images/background_blue.jpg");
}

.main_dark {
	background-color:#6bb5bd;
	background-image:url("../images/background_darkblue.jpg");
}

.main_green {
	background-color:#6bb5bd;
	background-image:url("../images/background_green.jpg");
}

.main_white {
	background-color:#98fcf4;
	background-image:url("../images/background_lightblue.jpg");	
}

.main_white h1 {
	color: #3d5459;
}

.main_white p {
	color: #3d5459;
}

.content {
	margin-top:20px;
	margin-left:20%;
	margin-right:20%;
	margin-bottom:20px;
}

.winter {
	margin-top:-20px;
	margin-bottom:-20px;
	background-image:url("../images/winter_mood.png");
	background-position:right top;
	background-repeat:no-repeat;
	background-origin: border-box;
}

.winter h1 {
	margin:0px;
}

.sommer {
	margin-top:-20px;
	margin-bottom:-20px;
	background-image:url("../images/sommer_mood.png");
	background-position:right top;
	background-repeat:no-repeat;
	background-origin: border-box;
}



.partner ul {
    list-style: none;
    width: 100%;
}

.partner > li {
	float:left;
	list-style:none;
}

.partner > li > a {
    display: block;
	background:rgba(255,255,255,0.5);
	padding:5px;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}

.white_background {
	background:rgba(255,255,255,0.5);
}

.dark_background {
	background:rgba(0,0,0,0.5);
}

.friends_container {
	padding:10px;
	background:rgba(50,50,77,0.5);
}

a {
	color:#193339;
}

h2 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:500; 
	font-size:1.8em; 
	letter-spacing: 0.05em;
	color:#193339;
	margin-bottom:0px;
}

h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:500; 
	font-size:1.2em; 
	letter-spacing: 0.05em;
	color:#29535d;
	margin-bottom:0px;
}

ul li {
	list-style:disc;
	margin-left:10px;
}

.autoscale {
	width:100%;	
	height:auto;
}



.thumb {
	width:100%;
	height:auto;
	max-width:275px;
}

.grundriss {
	width:100%;
	height:auto;
	max-width:502px;
}

.tooltip {
    background:rgba(50,50,77,0.5);
    color: #fff;
    font-size: 0.8em;
	font-weight:bold;
    margin: auto auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: -10px;
    left:0px;
    display:block;
    padding:0px 20px;

}

.infobox {
	background:rgba(50,50,77,0.1);
	padding:5px 5px 15px 15px;
}

.infobox > ul {
	margin-left:20px;
}

.gallery img {
	opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.gallery img:hover {
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.apartment h1 {
	margin-top:0px;
}

.apartment p {
	font-size: 0.8em;
}

li {
	list-style:none;
	line-height:30px;
}

.map {
	position:static;
	display:block;
}

.footer {
	display:block;
	background-color:#2c2c2c;
	padding:12px 0px 12px 0px;
	color:#ffffff;
	font-weight:normal;
}

.footer p {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.footer a {
	font-size:12px;
	color:#ffffff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

.footer a:hover {
	text-decoration:underline;
}

h1 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:lighter; 
	font-size:2.5em; 
	letter-spacing: 0.05em;
	color:#ffffff;
	margin-bottom:0px;
	text-transform:uppercase;
}

p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight:200; 
	font-size:1em; 
	letter-spacing: 0.1em;
	color:#ffffff;
}

.btn {
	background-color:#ffffff;
	border:1px solid #3f6888;
	display:inline-block;
	cursor:pointer;
	color:#193339;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-weight: 300;
	font-size:18px;
	padding:19px 38px;
	text-decoration:none;
}
.btn:hover {
	background-color:#32324d;
	color:#ffffff;
}
.btn:active {
	position:relative;
	top:1px;
}

/* Form Style */
.form-group {
	margin-bottom: 0px;
	width:29%;
	display:inline-block;
	padding:10px;
	border:solid 0px #cccccc;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
}

.input-control {
    height: 45px;
    width: 100%;
    border: 1px solid #fff;
    vertical-align: top;
    font-family: "Helvetica";
    font-size: 1.2em;
    padding-left: 10px;
    color: #376f7c	;
    background: #fff;
    -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.select-white .collapse:after {
    background-image: url('../images/dropdown-1.png');
}
.select-white .collapse:after {background-color: #FFF;}
.select-white .collapse {border-color: #FFF;}

.collapse {
    position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
}

.collapse:after {
    position: absolute;
    content: "";
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    top: 0;
    right: 0;
    width: 45px;
    pointer-events: none;  /* important */
    bottom: 0;
}


.collapse.input:after {
    background-image: url("../images/calendar.png");
    bottom: 0;
    cursor: pointer;
    right: 0;
    top: 0;
    width: 45px;
}

.collapse > select {
    background: #fff;
    border: 0px;
    font-family: "Helvetica";
    font-size: 1.2em;
    cursor: pointer;
    padding: 0px 0px 0px 14px;
    height: 100%;
    width: 100%;
    color: #376f7c;
    position: relative;
    text-overflow: "";
    text-indent: 0.01px;
}

select > option {padding: 15px;}

.simpleText {
	position: relative;
    overflow: hidden;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    height: 100%;
    cursor: pointer;
	border:solid 1px #fff;
}

.simpleText > input.input-control ,
.simpleText > select.form-select {
    border: 0;
}

.anfrage {
	width:170px;
	margin-left:auto;
	margin-right:auto;
}

.aktion {
	font-size:0.8em;
	dispaly:block;
	width:auto;
	height:auto;
	max-width:350px;
	position: absolute;
	top:9em;
	/*left:55%;*/
	right:3em;
	margin-left:auto;
	margin-right:auto;
	border:3px solid #fff;
	outline:2px dashed #000;
	background-image:url(../images/background_aktion.jpg);
	background-repeat:repeat;
	padding:1.25em;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.aktion h1 {
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	margin:0px;
	font-size:2.188em;
	line-height:1em;
}

.aktion h2 {
	font-size:1.25em;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	margin:0px;
}

.aktion p {
	font-size:0.563em;
	color: #fff;
	text-transform:uppercase;
	font-weight: bold;
	margin:0px;
}

.aktion_label {
	position:absolute;
	background-image:url(../images/label_aktion.png);
	background-repeat: none;
	right:20px;
	top:20px;
	width:173px;
	height:85px;
	margin:-20px;
}


.mobilemain .mobilebooking . mobileapartments .mobilefreizeit .mobilefriends {
	display:none;
}

@media screen and (max-width:1050px) {
	body {
		font-size:0.9em;
	}
	.contactinfo {
		/*display:none;*/
	}
	.logo {
		position:absolute;
		display:inline-block;
		margin:1px 5%;
	}
	.slider {
		margin-top:0px;
		top:-100px;
	}
	
	.content {
		margin-left:10%;
		margin-right:10%;
	}
	
	.mobilemain .mobilebooking . mobileapartments .mobilefreizeit .mobilefriends {
		display:none;
	}
}

@media screen and (min-width:768px) and (max-width:1049px) and
(orientation:portrait){
	
	.logo {
		background-size:150px 117px;
		width:150px;
		height:117px;
	}
	
	.nav_container {
		margin-top:-5px;
		margin-left: 0px;
	}
	
	.contactinfo {
		display:none;
	}
	
	.aktion {
		display:none;
	}
	
	.slidertext {
		display:none;
	}
	
	.content {
		margin-left:5%;
		margin-right:5%;
	}
}

@media screen and (max-width:478px) {
	
	.slider {
		display:none;
	}
	
	.mobilemain {
		margin:0px;
		overflow:hidden;
		display:block;
		background-image:url("../images/mobilemain.jpg");
		width:100%;
		height:173px;
	}
	
	.mobilebooking {
		margin:0px;
		overflow:hidden;
		display:block;
		background-image:url("../images/mobilemain.jpg");
		width:100%;
		height:173px;
	}
	
	.mobileapartments {
		margin:0px;
		overflow:hidden;
		display:block;
		background-image:url("../images/mobilemain.jpg");
		width:100%;
		height:173px;
	}
	
	.mobilefreizeit {
		margin:0px;
		overflow:hidden;
		display:block;
		background-image:url("../images/mobilemain.jpg");
		width:100%;
		height:173px;
	}
	
	.mobilefriends {
		margin:0px;
		overflow:hidden;
		display:block;
		background-image:url("../images/mobilemain.jpg");
		width:100%;
		height:173px;
	}
	
	.content {
		margin-left: 10px; 
		margin-right: 10px;
		margin-top: 0px; 
		margin-bottom:20px;
	}
}

@media screen and (max-width: 767px) {
	
	body {
		font-size:0.9em;
	}
	
	h1 {
		font-size:1.75em;
	}
	
	.active {
        display: block;
    }
	.logo {
		position:absolute;
		display:inline-block;
		margin:1px 60%;
		background-size:100px 78px;
		width:100px;
		height:78px;
	}
	.contactheader {
		width:100%;
		padding-left:0%;
		margin:0px;
	}
	
	.contactheader a {
		font-size:1em;
		font-weight:bold;
		margin:0px;
	}
	
	.language {
		padding:12px 0px;
	}
	
    .menuheader {
		width:100%;
		padding-left:0%;
	}
	
	.nav_container {
		position:absolute;
		width:100%;
		padding-left:0%;
		z-index:9999;
	}
	.nav a {
		padding:12px 12px;
	}
	.nav > li {
        float: none;
		background:#32324d;
    }
	.nav a {
		border-top: 1px solid #dddddd;
	}
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
	.slider {
		top:-10px;
	}
	
	.slidertext {
		display:none;
	}
	.teaser_container {
		display:none;
	}
	
	.map {
		display:none;
	}
	
	.content {
		margin-left: 10px; 
		margin-right: 10px;
		margin-top: 0px; 
		margin-bottom:20px;
	}
	
	.main_blue, .main_dark, .main_white {
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
	}
	
	.winter {
		background-image:none;
	}
	
	.winter h1 {
		margin-top:20px;
	}
	
	.sommer {
		background-image:none;
	}
	
	.sommer h1 {
		margin-top:20px;
	}
	
	.form-group {
		display: block;
		padding:0px;
		margin-bottom:10px;
		width:100%;
	}
	
	.thumb {
		width:100%;
		height:auto;
		max-width:575px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
		margin-top:10px;
	}
	
	.apartment h1 {
		margin-top:20px;
	}
	
	.apartment p {
		font-size: 1em;
	}
	
	.aktion {
		display:none;
	}
	
	.contactinfo {
		display:none;
	}
}