/* ---------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ ---------------------- */
/* v2.0 | 20110126 ------------------------------------------------ */
/* License: none (public domain) -----------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  font:inherit;
  vertical-align:baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display:block;
}
body {
  line-height:1;
}
ol, ul {
  list-style:none;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}

/*MARKUPFREIE CSS-FLOATCLEARING-LÖSUNGEN------------------*/
/*Clearfix-Methode zum Clearen der Float-Umgebungen*/
.clearfix:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; }
/*Angabe für den IE5 MacOS*/
.clearfix { display: inline-block; }
/* ohne IE Mac \*/ 
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* Ende ohne IE Mac */


/* ---------------------------------------------------------------- */
/* ALLGEMEINE STYLES -----------------------------------------------*/
html {
  width:100%;
  height:100%;
}
body {
	position:relative;
	width:100%;
	height:100%;
	min-height:600px;
	min-width:980px;
	font-family:'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
}
.clear {
  border:medium none;
  clear:both;
  height:0.1px;
  visibility:hidden;
  margin:0;
}
strong {
  font-weight:600; 
}
img {
  display:block;
}
a {
  color:#005a9a;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
h1 {
  padding-bottom:5px;
  font-weight:600;
  font-size:2.2em;
}
h2 {
  padding:30px 0;
  font-weight:600;
  font-size:1.56em;
}
h3 {
  padding-bottom:30px;
  font-weight:300;
  font-size:1.25em;
  color:#7c7c7c;
}
p {
	font-size:0.875em;
	line-height:1.7em;
}
/* ---------------------------------------------------------------- */
/* SUPERSIZED HINTERGRUNDBILD --------------------------------------*/
#supersized-loader { 
  display:none;
}
#supersized { 
  position:fixed; 
  left:0; 
  top:0; 
  overflow:hidden; 
  z-index:-999; 
  height:100%; 
  width:100%; 
}
#supersized img { 
  width:auto; 
  height:auto; 
  position:relative; 
  display:none; 
  outline:none; 
  border:none;
}
#supersized.quality img { 
  -ms-interpolation-mode:bicubic; 
  image-rendering: optimizeQuality; 
}	
#supersized a { 
  z-index:-30; 
  position:absolute; 
  overflow:hidden; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  background:#111;
}
#supersized a.prevslide { 
  z-index:-20; 
}
#supersized a.activeslide { 
  z-index:-10; 
}
#supersized a.prevslide img, 
#supersized a.activeslide img { 
  display:inline; 
}
	
/* ---------------------------------------------------------------- */
/* GRUNDSTRUKTUR DER SEITE -----------------------------------------*/
.logoWrapper {
	position:absolute;
	left:20px; top: 20px;
	width:270px;
	z-index:40;
}
.logo {
	display:block;
	background-color:rgba(255, 255, 255, 0.55);
	width:100%; height:100%;
}
.logo img {
	width:270px; height:130px;
}
.navigation {
  width:100%;
  background-color:rgba(255, 255, 255, 0.8);
  text-align:center;
}
.contentWrapper {
	position: absolute;
	right:100px; bottom:100px;
	width:650px;
	z-index:39;
}
.content {
	position:relative;
	padding: 50px 50px;
	background-color:rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------------------------------- */
/* NAVIGATION ------------------------------------------------------*/
.navigation ul {
  width:90%;
  margin:0 auto;
  list-style-type:none;
}
.navigation ul li {
	border-bottom: #fff solid 1px;
	padding: 6px 0;
}
.navigation ul li.last {
	border-bottom:none;
}
.navigation ul li a {
  line-height:35px;
  display:block;
  font-weight:300;
  text-decoration:none;
  text-transform:uppercase;
  font-size:0.94em;
  line-height:1.2em;
  color:#000;
}
.navigation ul li a:hover,
.navigation ul li.active a {
  color:#007eff;
}

/* ---------------------------------------------------------------- */
/* CONTENT-BEREICH -------------------------------------------------*/

#arrow_left { height: 35px; width: 20px; left: 10px; top: 50%; position: absolute; z-index: 52; }
#arrow_left img { margin-top:-17px; }
#arrow_right { height: 35px; width: 20px; right: 10px; top: 50%; position: absolute; z-index: 53; }
#arrow_right img { margin-top:-17px; }

.first { padding-top:0px;}

/* ---------------------------------------------------------------- */
/* CONTACT_SEITE ---------------------------------------------------*/

.mapboxWrapper { height: 100%; width: 100%; } 
#mapbox { height: 100%; width: 100%; }
.leaflet-left { display:none; }

/* ---------------------------------------------------------------- */
/* FACEBOOK --------------------------------------------------------*/

.facebookWrapper { 	
	position:absolute;
	left:20px; bottom: 20px;
	z-index:40; 
}
.facebookWrapper p {
	color:#FFF;
	text-shadow:2px 2px 2px #000000;
	font-size: 0.75em;
	font-weight:600;
} 
.facebookWrapper span { 
	background: url(../img/facebook.png) no-repeat;
	float:left;
	height:17px;
	width:17px;
	margin-right:10px;
	display:block;
}
.facebookWrapper a {
	text-decoration:none;
}


/* ---------------------------------------------------------------- */
/* MEDIA-QUERRY ----------------------------------------------------*/

@media screen and (max-width: 1400px) {
	.contentWrapper { right:50px; bottom:50px; }
}

@media screen and (max-width: 1100px) {
	.contentWrapper { right:20px; bottom:20px; }
}

@media screen and (max-width: 768px) and (min-width: 532px) {
	body { min-height:inherit; min-width:inherit; background-color:#bde1ed; }
	
	.logoWrapper { position: static; padding: 3% 3% 0 3%; z-index:40; width:94%; left:auto; top:auto; }
	.logo { width:100%; height:100%; text-align:center; }
	.logo img { margin: 0 auto; }
	
	.facebookWrapper { position: static; padding: 0 3% 0 3%; left:auto; top:auto; }
	
	.navigation { width:100%; background-color:rgba(255, 255, 255, 0.8); text-align:center; }
	.navigation ul { margin:0; width:100%; }
	.navigation ul li { float:left; width:24.75%; height:100%; border-bottom:none; border-right: 1px solid #FFFFFF; }
	.navigation ul li.last { border-right:none; }
	.navigation ul li a { padding: 0 6px; }
	
	.contentWrapper { position: static; padding:3%; z-index:39; width:94%; }
	.content { padding: 40px}
	.location .content { padding: 10px 40px 40px}
	.contact .content { padding: 10px 40px 40px}
	.beachpartys .content { padding: 10px 40px 40px}
	.first { padding: 30px 0;}

	#slider { height:100% !important; width: 100% !important; overflow:inherit !important; }	
	#slider li { width: 100% !important; }	
	.anythingSlider	{ width:100% !important; }
	#arrow_left { display:none; }
	#arrow_right { display:none; }
	
	.mapboxWrapper { height: 400px;; padding: 0 3% 3% 3%; width:94%; } 
}

@media screen and (max-width: 531px) {
	body { min-height:inherit; min-width:inherit; background-color:#bde1ed; }
	
	.logoWrapper { position: static; padding:3%; z-index:40; width:94%; left:auto; top:auto; }
	.logo { width:100%; height:100%; text-align:center; }
	.logo img { margin: 0 auto; }
	
	.facebookWrapper { position: static; padding: 0 3% 0 3%; left:auto; top:auto; }
	
	.contentWrapper { position: static; padding:3%; z-index:39; width:94%; }
	.content { padding: 40px}
	.location .content { padding: 10px 40px 40px}
	.contact .content { padding: 10px 40px 40px}
	.beachpartys .content { padding: 10px 40px 40px}
	.first { padding: 30px 0;}

	#slider { height:100% !important; width: 100% !important; overflow:inherit !important; }	
	#slider li { width: 100% !important; }	
	.anythingSlider	{ width:100% !important; }
	#arrow_left { display:none; }
	#arrow_right { display:none; }
	
	.mapboxWrapper { height: 400px;; padding:3%; width:94%; } 
}

@media screen and (max-width: 310px) {
	.logo img { width:100%; height:auto; }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	body { min-height:inherit; min-width:inherit; background-color:#bde1ed; font-size:36px; }
	
	.logoWrapper { position: static; padding:3%; z-index:40; width:94%; left:auto; top:auto; }
	.logo { width:100%; height:100%; text-align:center; }
	.logo img { margin: 0 auto; width:50%; height:auto; }
	
	.facebookWrapper { position: static; padding: 0 3% 0 3%; left:auto; top:auto; }
	
	h1 { font-size:2.2em; }
	h2 { font-size:1.8em; }
	h3 { font-size:1.3em; padding-bottom:50px; }
	p { font-size:0.875em; line-height:1.7em; }

	.navigation ul li { padding: 15px 0; }
	.navigation ul li a { font-size: 1.3em; }
	
	#supersized { display:none !important; }

	.contentWrapper { position: static; padding:3%; z-index:39; width:94%; }
	.content { padding: 50px}
	.location .content { padding: 20px 50px 50px}
	.contact .content { padding: 20px 50px 50px}
	.beachpartys .content { padding: 20px 50px 50px}
	.first { padding: 30px 0;}
	
	#slider { height:100% !important; width: 100% !important; overflow:inherit !important; }	
	#slider li { width: 100% !important; }	
	.anythingSlider	{ width:100% !important; }
	#arrow_left { display:none; }
	#arrow_right { display:none; }
	
	.mapboxWrapper { height: 600px;; padding:3%; width:94%; } 
}

@media screen and (max-device-width: 500px) {
	body { min-height:inherit; min-width:inherit; background-color:#bde1ed; font-size:36px; }
	
	.logoWrapper { position: static; padding:3%; z-index:40; width:94%; left:auto; top:auto; }
	.logo { width:100%; height:100%; text-align:center; }
	.logo img { margin: 0 auto; width:50%; height:auto; }
	
	h1 { font-size:2.2em; }
	h2 { font-size:1.8em; }
	h3 { font-size:1.3em; padding-bottom:50px; }
	p { font-size:0.875em; line-height:1.7em; }

	.facebookWrapper { position: static; padding: 0 3% 0 3%; left:auto; top:auto; }

	.navigation ul li a { font-size: 1.3em; }
	.navigation ul li { padding: 15px 0; }
	
	#supersized { display:none !important; }

	.contentWrapper { position: static; padding:3%; z-index:39; width:94%; }
	.content { padding: 50px}
	.location .content { padding: 20px 50px 50px}
	.contact .content { padding: 20px 50px 50px}
	.beachpartys .content { padding: 20px 50px 50px}
	.first { padding: 30px 0;}
	
	#slider { height:100% !important; width: 100% !important; overflow:inherit !important; }	
	#slider li { width: 100% !important; }	
	.anythingSlider	{ width:100% !important; }
	#arrow_left { display:none; }
	#arrow_right { display:none; }
	
	.mapboxWrapper { height: 600px;; padding:3%; width:94%; } 
}
