/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

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;
}

html {
	overflow-y: scroll;
	}

/*	
.video iframe {
	border-radius:100%;
}
*/

body {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:1rem;
	color:#000;
	line-height:1.25;
	background-image: url(../img/bg/body-bg.jpg);
	background-size:auto;
	background-attachment:fixed;
	height:101%;
}

#wrapper {
	position:relative;
	width:100%;
	}

#header {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color:rgba(37,43,61,0.9);
}

 /* Navigation Untermenu */

#navi-wrapper {
	max-width:1240px;
	width:100%;
	margin:0 auto;
	
}
	

#subnavi {
	position:relative;
	float:left;
	width:69%;
	height:40px;
	margin-top:15px;
	margin-left:0.8%;
	list-style-type:none;
	z-index:1595;
}

#subnavi li {
	float:left;
	list-style-type:none;
	position:relative;
	z-index:1992;
	font-size:1em;
	font-weight:300;
	text-align:left;
	padding: 0px 15px;
	border-left:solid 1px #FFF;
}

#subnavi li.first {
	padding-left:0px;
	border:none;
}

#subnavi li a, #subnavi li a:visited {
	display:block;
	text-align:left;
	text-decoration:none;
	text-transform:uppercase;
	color:#FFF;
}



/* Untermenu Submenu */

#subnavi ul li ul {
	position: absolute;
	top: 18px;
	left: -1px;
    display: block;
	z-index:598;
	visibility:hidden;
  }

#subnavi ul ul li {
    float: none;
    display: block;
	position:relative;
	z-index:600;
	background-color:#EAEADF;
	border-bottom:1px solid #FFF;
	opacity:0.9;
	min-width:200px;
	border:none;
	padding:0;
  }

#subnavi ul li ul li a, #subnavi ul li ul li a:visited {
	color:#000;
	border:none;
	padding:5px;
	margin:0px 0px 0px 13px;
}

#subnavi ul li ul li:first-child a, #subnavi ul li ul li:first-child a:visited {
	margin-top:8px;
}

#subnavi ul li ul li:last-child a, #subnavi ul li ul li:last-child a:visited {
	border:none;
}

#subnavi ul li:hover > ul {
	visibility:visible;
}

#subnavi li ul li:hover a, #subnavi li ul li:hover a:visited {
	color: #FFF;
	background-color:#2C3248;
}


 /* Hauptnavigation */

#navi {
	float:left;
	width:75%;
	z-index:990;
	padding:0;
	height:40px;
	margin-top:60px;
	position:relative;

}

.mainnavi {
	width:100%;
	float:left;
	list-style-type:none;
	margin:0px;
}

ul.mainnavi li {
	display:block;
	position:relative;
	float:left;
	list-style-type:none;
	z-index:992;
	font-size:1.25em;
	font-weight:500;
	padding:0 0.8%;
	height:40px;
	line-height:40px;
	width:auto;
	white-space: nowrap;
	margin-right:2.4%;
}


ul.mainnavi li a, ul.mainnavi li a:visited {
	display:block;
	text-decoration:none;
	color:#FFF;
	height:40px;
}

ul.mainnavi li.active {
	background-color:#ADA485;
}

ul.mainnavi li.active a {
	color: #000;
}



/* Unternavigation Hauptmenu */
  
ul.mainnavi ul {
	position: absolute;
	top: 38px;
	left:0;
	width:auto;
    display: block;
	visibility:hidden; /* Unternavigation ausblenden */
	z-index:598;
  }

.mainnavi ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
    -webkit-transition: height .3s ease .0s;
    -moz-transition: height .3s ease .0s;
    -o-transition: height .3s ease .0s;
    -ms-transition: height .3s ease .0s;
    transition: height .3s ease .0s;
	font-size:0.9em;
}

/*ul.mainnavi ul li {
    float: none;
    display: block;
	position:relative;
	z-index:600;
	text-align:left;
	font-size:0.85em;
	min-width:8em;
	width:180px;
  }*/

.mainnavi li:hover > ul li {
	height: 30px;
	overflow: visible;
	padding: 0;
	background-color:#EAEADF;
	list-style:none;
	border-bottom:1px solid #FFF;
	min-width:200px;
}

.mainnavi ul li a,
.mainnavi ul li a:visited {
	min-width:180px;
	width:auto;
    padding: 0px 5%;
    margin:0px;
	color:#000;
	height:30px;
	line-height:30px;
}

ul.mainnavi li.active ul li{
	background-color:#ADA485;
}


ul.mainnavi li:hover > ul {
	visibility:visible;
}

ul.mainnavi ul li a:hover, ul.mainnavi li.main ul li a:hover {
	color: #FFF;
	background-color:#2C3248;
}

/* 2. Unternavigation */

ul.mainnavi ul ul {
	position:absolute;
	left:200px;
	top:0;
}

ul.mainnavi li.active ul ul li{
	background-color: #C8C1AC;
}

.mainnavi li:hover > ul ul li {
	background-color: #F4F4F0;
}


#mobilemenu {
	display:none;
}

#logo {
	float:right;
	position:relative;
	width:24%;
	height:150px;
	text-align:right;
	margin-right:0;
}

#logo img {
	width:100%;
	height:auto;
	margin-top:40px;
}

#slider {
	float:left;
	width:100%;
	height:auto;
	background-color:#2c3248;
	position:relative;
	border-top:1px solid #c8c8c8;
	border-bottom:1px solid #c8c8c8;
}

#buchen {
	position:absolute;
	width:8%;
	height:auto;
	top:20px;
	right:16%;
	z-index:999;
}

#gutschein {
	position:absolute;
	width:8%;
	height:auto;
	top:80px;
	right:10%;
	z-index:998;
}

#event-aktuell {
	position:absolute;
	width:9.5%;
	height:33.2%;
	top:140px;
	right:15.5%;
	background-image:url(../img/bg/event-aktuell.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	z-index:997;
}
	

#gutschein img, #buchen img, #event-aktuell img {
	width:100%;
	height:auto;
}

#event-aktuell p {
	margin-top:-1.25em;
	padding-top:50%;
	padding-right:5px;
	color:#fff;
	font-size:1.7rem;
	text-align:center;
}

#event-aktuell a,
#event-aktuell a:visited {
	color:#fff;
	text-decoration:none;
}

#event-aktuell strong {
		font-weight:600;
}

#buchen-mobile, #gutschein-mobile, #event-aktuell-mobile {
	display:none;
}

.flexslider {
	width:100%;
    margin: 0px;
    background:	#2c3248;
    border: none;
    position: relative;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow:none;
    -o-box-shadow:none;
    box-shadow:none;
    zoom: 1;
}

.flex-control-nav {
	display:none;
}

.flex-direction-nav .flex-prev {
    left: 20px;
}

.flex-direction-nav .flex-next {
    right: 20px;
}

.flex-direction-nav a::before {	
	color:#fff;
	font-weight:normal;
	font-size:2.5em;
}

.tx-ws-flexslider .caption-align-left .caption-text {
	 font-family: 'Source Sans Pro', sans-serif;
    left:auto;
	right:0;
	width:60%;
	background:none;
	background-image:url(../img/bg/slider-caption-bg.png);
	background-repeat:repeat-y;
	background-position:right;

}

.tx-ws-flexslider .caption-text {
    top: auto;
	bottom:30px;
	font-size:2em;
	text-align:right;
	padding:10px 3%;
	position:absolute;
}

.tx-ws-flexslider .caption-title {
	color:#fff;
    font-weight:300;
}

/* Inhalte */

#content-wrapper {
	float:left;
	width:100%;
	background:rgba(197,187,175,.92);
}

#content_all {
	max-width:1240px;
	width:100%;
	margin:0 auto;
	min-height:600px;
}



#content {
	float:left;
	width:70%;
	padding:30px 2%;
}


#content h1 {
	font-size:2em;
	color:#000;
	font-weight:400;
	margin-bottom:0.5em;
	margin-top:0px;
}

#content h2 {
	font-size:1.5em;
	font-weight:500;
	color: #000;
	margin-bottom: 0.5em;
}

#content h3 {
	font-weight:600;
	color:#000;
	margin:0px 0px 0px 0px;
}

#content h5 {
	font-size:1.35em;
	font-weight:bold;
	width:200px;
	padding:0;
	height:40px;
	line-height:40px;
	background-color:#fff;
	color:#111;
	border:2px solid #111;
	text-align:center;
	margin:1em 0;
}

#content h5 a,
#content h5 a:visited {
	color:#111;
}

#content p {
	margin-bottom:10px;
}

#content li {
	margin-left:15px;
	list-style-type: square;
}



#content #c73.csc-default {
	margin-bottom:20px;
}

#content a, #content a:visited {
	color:#666;
	text-decoration:none;
}

#content a:hover {
	color:#000;
	text-decoration:underline;
}	

#content h6 a, #content h6 a:visited {
	font-weight:400;
	font-size:12px;
}

#content > div {
	margin-bottom:10px;
}

/* Bilder */

#content img {
	max-width:100%;
	height:auto;
	border:2px solid #fff;
	-moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -ms-box-sizing: border-box;
    box-sizing:border-box;
}

#content .ce-border img {
	border:none;
}

#content .ce-center .image {
	text-align:center;
}

/* bildergalerie */


#content .ce-textpic {
	overflow:hidden;
}

#content .ce-gallery {
	margin-bottom:10px;
}

#content .ce-row {
	overflow:hidden;
}


#content .ce-gallery[data-ce-columns="1"] .ce-column {
	width:100%;
	height:auto;
}

#content .ce-gallery[data-ce-columns="2"] .ce-column {
	float:left;
	width:45%;
	height:auto;
	margin-right:10%;
}

#content .ce-gallery[data-ce-columns="3"] .ce-column {
	float:left;
	width:30%;
	height:auto;
	margin-right:5%;
}

#content .ce-gallery[data-ce-columns="4"] .ce-column {
	float:left;
	width:24%;
	height:auto;
	margin-right:1.2%;
}

#content .ce-gallery[data-ce-columns="5"] .ce-column {
	float:left;
	width:18%;
	height:auto;
	margin-right:2.5%;
}

#content .ce-gallery[data-ce-columns="6"] .ce-column {
	float:left;
	width:15%;
	height:auto;
	margin-right:2%;
}

#content .ce-gallery[data-ce-columns="2"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="3"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="4"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="5"] .ce-column:last-child,
#content .ce-gallery[data-ce-columns="6"] .ce-column:last-child {
	margin-right:0;
}



/* links im Text */

#content .ce-left.ce-intext .ce-gallery {
	float:left;
	width:47%;
	margin-right:3%;
	margin-bottom:10px;
	margin-top:5px;
}

#content .frame-layout-3 .ce-left.ce-intext .ce-gallery {
		width:12%;
	margin-right:3%;
}

#content .frame-layout-3 .ce-left.ce-intext .ce-gallery img {
	border:none;
}


#content .ce-left.ce-intext .ce-gallery img {
	width:100%;
	height:auto;
}

#content .ce-left.ce-intext .ce-bodytext {
	box-sizing:border-box;
}

/* Links neben dem Text */

#content .ce-left.ce-intext.ce-nowrap .ce-gallery {
	float:left;
	width:47%;
	margin-right:3%;
	margin-bottom:10px;
	margin-top:5px;
}

#content .ce-left.ce-intext.ce-nowrap .ce-gallery img {
	width:100%;
	height:auto;
}

#content .ce-left.ce-intext.ce-nowrap .ce-bodytext {
	float:right;
	width:50%;
}


/* Bilder zentriert */

#content .ce-center .ce-media {
	text-align:center;
}


#content iframe {
	width:100%;
}


/* 2-spaltig */

.spalte1, .spalte2 {
	float:left;
	width:47%;
	padding:0px;
}

.spalte2 {
	margin-left: 6%;
}

/* Anpassungen Öffnungszeiten */

#content .spalte2 #c3 {
	background-image:url(../img/bg/oeffnungszeiten-bg.png);
}

#content .spalte2 #c3 img {
	opacity:1.0;
}

#content .spalte2 #c3 h2, #content .spalte2 #c3 h3, #content .spalte2 #c3 p {
	padding:0px 15px;
}

/* 4-spaltig */

.spalte41, .spalte42, .spalte43, .spalte44 {
	float:left;
	width:23%;
	min-height:240px;
	height:auto;
	background-color:#ededed;
	-webkit-box-shadow: 1px 1px 2px 1px #999999;
	box-shadow: 1px 1px 2px 1px #999999;
}

.spalte42, .spalte43, .spalte44 {
	margin-left: 2.66%;
}

#content .spalte41 img, #content .spalte42 img, #content .spalte43 img, #content .spalte44 img {
	max-width:360px;
	width:100%;
	padding:0;
	margin-left:0px;
}

#content .spalte41 h2, #content .spalte42 h2, #content .spalte43 h2, #content .spalte44 h2 {
	color:#400000;
	font-size:16px;
	font-weight:600;
	padding:0px 3% 0px 4%;
	margin:0px ;
	line-height:1.25;
}

#content .spalte41 p, #content .spalte42 p, #content .spalte43 p, #content .spalte44 p {
	padding:0px 3% 0px 4%;
	margin:0px;
}

.huskybild .spalte41, .huskybild .spalte42, .huskybild .spalte43, .huskybild .spalte44 {
	min-height:0px;
	height:auto;
}

.huskybild #content .ce-gallery {
  margin-bottom: 0px;
}

/* subnavi buttons */

.wohnen1, .wohnen2, .wohnen3, .aktiv1, .aktiv2, .aktiv3, .lodge1, .lodge2, .lodge3, .hunde1, .hunde2, .hunde3 {
	float:left;
	width:32%;
}


.wohnen2, .wohnen3, .aktiv2, .aktiv3, .lodge2, .lodge3, .hunde2, .hunde3 {
	margin-left: 2%;
}

.wohnen1 > div, .wohnen2 > div, .wohnen3 > div, .aktiv1 > div, .aktiv2 > div, .aktiv3 > div, .lodge1 > div, .lodge2 > div, .lodge3 > div, .hunde1 > div, .hunde2 > div, .hunde3 > div {
		height:auto;
		margin-bottom: 10px;
}

.wohnen1 .ce-textpic, .wohnen2 .ce-textpic, .wohnen3 .ce-textpic, .aktiv1 .ce-textpic, .aktiv2 .ce-textpic, .aktiv3 .ce-textpic, .lodge1 .ce-textpic, .lodge2 .ce-textpic, .lodge3 .ce-textpic, .hunde1 .ce-textpic, .hunde2 .ce-textpic, .hunde3 .ce-textpic {
	position:relative;
}

#content .wohnen1 .ce-gallery, #content .wohnen2 .ce-gallery, #content .wohnen3 .ce-gallery, #content .aktiv1 .ce-gallery, #content .aktiv2 .ce-gallery, #content .aktiv3 .ce-gallery, #content .lodge1 .ce-gallery, #content .lodge2 .ce-gallery,  #content.lodge3 .ce-gallery, #content .hunde1 .ce-gallery, #content .hunde2 .ce-gallery, #content .hunde3 .ce-gallery {
	line-height:1;
}

#content .wohnen1 .ce-gallery:hover, #content .wohnen2 .ce-gallery:hover, #content .wohnen3 .ce-gallery:hover, #content .aktiv1 .ce-gallery:hover, #content .aktiv2 .ce-gallery:hover, #content .aktiv3 .ce-gallery:hover, , #content .lodge1 .ce-gallery:hover, #content .lodge2 .ce-gallery:hover,  #content.lodge3 .ce-gallery:hover, #content .hunde1 .ce-gallery:hover, #content .hunde2 .ce-gallery:hover, #content .hunde3 .ce-gallery:hover {
	/*filter:grayscale(100%);*/
	opacity:0.7;
}

#content .wohnen1 img, #content .wohnen2 img, #content .wohnen3 img, #content .aktiv1 img, #content .aktiv2 img, #content .aktiv3 img, #content .lodge1 img, #content .lodge2 img, #content .lodge3 img, #content .hunde1 img, #content .hunde2 img, #content .hunde3 img {
	width:100%;
	height:auto;
	padding:0;
	margin-left:0px;
	border:1px solid #ccc;
}

#content .wohnen1 p, #content .wohnen2 p, #content .wohnen3 p, #content .aktiv1 p, #content .aktiv2 p, #content .aktiv3 p, #content .lodge1 p, #content .lodge2 p, #content .lodge3 p, #content .hunde1 p, #content .hunde2 p, #content .hunde3 p {
	position:absolute;
	bottom:0px;
	left:0;
	font-size:1.2em;
	font-weight:300;
	padding: 5px 2%;
	width:96%;
	line-height:1.2em;
	text-align:left;
	margin-bottom:12px;
	text-shadow:1px 1px #222;
}

#content .wohnen1 .ce-textpic:hover p, #content .wohnen2 .ce-textpic:hover p, #content .wohnen3 .ce-textpic:hover p, #content .aktiv1 .ce-textpic:hover p, #content .aktiv2 .ce-textpic:hover p, #content .aktiv3 .ce-textpic:hover p, #content .lodge1 .ce-textpic:hover p, #content .lodge2 .ce-textpic:hover p, #content .lodge3 .ce-textpic:hover p, #content .hunde1 .ce-textpic:hover p, #content .hunde2 .ce-textpic:hover p, #content .hunde3 .ce-textpic:hover p {
	transition:0.3s ease-in-out;
	font-size:1.3em;
	background-color:rgba(37,43,61,0.8);
}

#content .wohnen1 a, #content .wohnen2 a, #content .wohnen3 a, #content .aktiv1 a, #content .aktiv2 a, #content .aktiv3 a, #content .lodge1 a, #content .lodge2 a, #content .lodge3 a, #content .hunde1 a, #content .hunde2 a, #content .hunde3 a {
	color:#fff;
}

#content .wohnen1 .ce-textpic:hover a, #content .wohnen2 .ce-textpic:hover a, #content .wohnen3 .ce-textpic:hover a, #content .aktiv1 .ce-textpic:hover a, #content .aktiv2 .ce-textpic:hover a, #content .aktiv3 .ce-textpic:hover a, #content .lodge1 .ce-textpic:hover a, #content .lodge2 .ce-textpic:hover a, #content .lodge3 .ce-textpic:hover a, #content .hunde1 .ce-textpic:hover a, #content .hunde2 .ce-textpic:hover a, #content .hunde3 .ce-textpic:hover a, #content .hunde1 .ce-textpic p, #content .hunde2 .ce-textpic p, #content .hunde3 .ce-textpic p, #content .hunde4 .ce-textpic p {
	color:#fff;
	text-shadow:1px 1px #000;
}


/* navigation sommer - winter */

.saison-wrapper {
	float:left;
	width:100%;
}

.saisonbox {
	float:left;
	width:auto;
	margin:10px 0 0 0;
}

.sommer, .winter {
	float:left;
	padding-left:35px;
	background-color:#ADA485;
	background-position:left;
	background-repeat:no-repeat;
	background-size:auto 100%;
	box-shadow:1px 2px 2px #999;
}

.sommer {
	background-image:url(../img/bg/sommer.png);
}

.winter {
	margin-left:10px;
	background-image:url(../img/bg/winter.png);
}

#content .saisonbox p {
	text-align:center;
	margin-bottom:0.15em;
}

#content .saisonbox h4 {
	font-size:1.25em;
	font-weight:400;
	line-height:1;
	text-transform:uppercase;	
	padding:10px;
	margin:0;
	display:inline-block;
	box-shadow:1px 2px 2px #999;
}

#content .saisonbox h4 a, #content .saisonbox h4 a:visited {
	opacity:0.6;

}

#content .saisonbox h4 a:hover {
	text-decoration:none;
	opacity:1;
}

/* Tabellen */

#content table.camping td.td-0 {
	width:240px;
}


/* aside */

aside {
	float:right;
	width:26%;
	padding:0px;
}

aside a, aside a:visited {
	color:#333;
}

aside a:hover {
	color:#000;
}

/* wetter */

#wetter-wrapper {
	position:relative;
	width:100%;
	height:235px;
	background-image:url(../img/bg/wetter-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	display:none;
}

#wetter-wrapper img {
	width:100%;
	height:auto;
}

#wetter-title {
	background-color:#02162d;
}

#wetter-title h2 {
	color:#FFF;
	font-weight:600;
	height:30px;
	line-height:30px;
	padding:0px 15px;
}

#wetter {
	position:relative;
	width:100%;
	height:auto;
}



#wetter-title h2 a, #wetter-title h2 a:visited, #wetter-title h2 a:hover {
	text-decoration:none;
	color:#FFF;
}

#wetterbild {
	position:absolute;
	top:-20px;
	left:200px;
	z-index:999;
}

#wetterbox {
	padding:10px 4.5%;
}

aside #wetterbox p strong, aside #wetterbox p a, aside #wetterbox p a:visited {
	font-weight:600;
	text-decoration:none;
	color:#000;
}

aside #wetter p {
	margin-bottom:0.5em;
}

/* events */

#events{
	background-color:#ADA485;
	min-height:120px;
	margin-top:86px;
}

#events div:first-child header,
#events div:first-child p:last-child {
	margin-bottom:0.5em;
}

#events h2 {
	color:#FFF;
	font-weight:600;
	height:30px;
	line-height:30px;
	padding:0px 15px;
	background-color:#02162D;
	border-bottom:1px solid #ccc;
}

#events p {
	margin:0 4.5% 0.35em 4.5%;
	padding:0px;
	font-weight:400;
	
}

#events .news-latest-item h2 {
	padding:0px;
	font-weight:300;
	margin-bottom:0px;
	background:none;
	color:#FFF;
}

#events .news-latest-item h2 a, #events .news-latest-item h2 a:visited, #events .news-latest-item h2 a:hover {
	text-decoration:none;
	color:#FFF;
}

#events > div#c10.csc-default > header.csc-header.csc-header-n3 > h2 {
	margin-bottom:10px;
}

#events .news p {
	font-weight:600;
	margin:0;
	
}

#events a, #events a:visited {
	color:#FFF;
	text-decoration:none;
}

#events a:hover {
	text-decoration:underline;
}

#events .ce-textpic img {
	margin-left:4.5%;
}

#c3562 img {
float: left;
  height: auto;
  width: 91%;
  border:1px solid #fff;
}

#events .news-latest-container p {
	font-weight:600;
	color:#FFF;
}

#content .news-single-item {
	max-width:600px;
}

#events #c10.csc-default p.bodytext {
	padding: 0px 0px 15px 15px;
}

/* events agenda */

.news-list-item {
	height:20px;
	padding:5px 0px;
}

#content .news-list-container .news-list-item h2 {
	float:left;
	min-width:240px;
	padding:0px 5px;
	line-height:20px;
	font-size:16px;
}

#content .news-list-container .news-list-item p {
	float:left;
	min-width:390px;
	line-height:20px;
}

.news-list-item:nth-child(odd) {
	background-color:#E8E8E8;
}

#content .news-list-container .news-list-browse .showResultsWrap {
	font-size:12px;
	margin-top:20px;
}

#content .news-list-container .news-list-browse .browseLinksWrap {
	font-size:12px;
}

/* links */

#links {
	background-color:rgba(255,255,255,0.1);
	padding:15px 0;
}


#booking {
	width:44%;
	height:30px;
	float:left;
	text-align:center;
	margin:12px 3%;
}

#booking img {
	max-width:100%;
	height:auto;
}


aside #links #booking a, aside #links #booking a:visited, aside #links #booking a:hover, aside #links #gutschein a, aside #links #gutschein a:visited, aside #links #gutschein a:hover {
	color:#FFF;
	width:120px;
	height:30px;
	font-weight:600;
	text-decoration:none;
	line-height:30px;
}


/* indexed search */

#search {
	position:relative;
	width:90%;
	margin:5px 5%;
}


.tx-indexedsearch-searchbox {
	float:left;
    color: #6D5D52;
    font-size:0.9em;
    height: 28px;
	line-height:28px;
    padding: 0;
	max-width:300px;
    width:100%;
}

.tx-indexedsearch fieldset {
	width:100%;
}
.tx-indexedsearch-searchbox form {
	float:left;
	width:100%;
	height:100%;
	border:2px solid #02162d;
	background:#fff;
	padding:0;
}

#tx-indexedsearch-searchbox-sword {
	border:none;
}

.tx-indexedsearch-form {
	float:left;
	width:60%;
	padding:0 2%;
}

.tx-indexedsearch-search-submit {
	float:right;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    height: 30px;
    margin: 0;
    padding: 0;
    width:35%;
	background-color:#02162d;
}

#tx-indexedsearch-searchbox-button-submit {
	background:none;
	border:none;
	color:#fff;
	width:100%;
}

/* Search Ergebniseite */

.tx-indexedsearch-browsebox {
	float:left;
	width:100%;
	margin:20px 0;
}

#content .tx-indexedsearch-browsebox li {
	float:left;
	margin-right:15px;
}

#content .tx-indexedsearch-description {
	width:90%;
	border-bottom:1px solid #666;
	margin-bottom:20px;
	margin-right:10%;
	padding-bottom:10px;
}

.tx-indexedsearch-info,
.tx-indexedsearch-icon {
	display:none;
}

#booking_widget,
#berghilfe,
#swisslodge {
	float:left;
	width:40%;
	height:auto;
	margin:10px 5%;
}

#berghilfe img,
#swisslodge img {
	width:100%;
	height:auto;
}


.clear {
	content:".";
	display:block;
	clear:both;
	font-size:0;
	height:0;
	visibility:hidden;
}

/* footer */

footer {
	float:left;
	width:100%;
	height:auto;
	background-color:rgba(37,43,61,0.9);
	line-height:1;
}

#footer-inner {
	max-width:1240px;
	width:100%;
	height:100%;
	margin:0 auto;
}

#adresse {
	float:left;
	width:72%;
	height:48px;
	color:#FFF;
	font-weight:300;
	padding-left:2%;
}

#akademie, #huskylodge, #huettenhotel {
	float:left;
	width:28.4%;
	margin:0 10% 0 0;
}

#huskylodge {
	width:21.4%;
}

#huettenhotel {
	width:20.1%;
}

#akademie img, #huskylodge img, #huettenhotel img {
	width:100%;
	height:auto;
	opacity:0.5;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

#akademie img:hover, #huskylodge img:hover, #huettenhotel img:hover {
	  -webkit-filter:none; /* Safari 6.0 - 9.0 */
  filter: none);
  opacity:1.0;
}

#adresse a, #adresse a:visited {
	color:#FFF;
	text-decoration:none;
}

#adresse a:hover {
	color:#CCC;
	text-decoration:underline;
}

#labels {
	float: left;
	width: 25.5%;
	height: 48px;
	padding-right: 0.5%;
	text-align: right;
	/*background-color: rgba(146,149,157,0.9);*/
}

#labels .label-icon {
	float:left;
	width:15%;
	height:auto;
	margin-left:8%;
}

#labels img {
	width:100%;
	height:auto;
}

#footer-address {
	float:left;
	width:100%;
	height:auto;
	background-color: rgba(37,43,61,0.95);
	border-top:1px solid #2c3243;
}

#footer-address-inner {
	max-width:1215px;
	width:98%;
	height:auto;
	margin:0 auto;
	padding:20px 0 20px 1.4%;
}

#footer-address .spaltef1,
#footer-address .spaltef2 {
	float:left;
	width:30%;
	margin-right:5%;
}

#footer-address .spaltef3 {
	float:right;
	width:26.5%;
	margin-right:0;
}

#footer-address iframe {
	width:100%;
}

#footer-address h3 {
	font-weight:600;
	margin-bottom:0.35em;
	color:#f2f2f2;
}

#footer-address p {
	margin-bottom: 0.35em;
	color: #CCCDD0;
}

#footer-address a,
#footer-address a:visited {
	color: #CCCDD0;
	text-decoration:none;
}

#footer-address a:hover {
	text-decoration:underline;
	color:#fff;
}

/* sitemap */

#sitemap {
	margin: 0 auto;
    max-width: 100%;
    position: relative;
    width: 1240px;
}
	

#sitemap-wrapper {
	width:100%;
	min-height:250px;
	margin: 0px;
	padding:10px 0px;
	background-color:#ADA485;
}

ul.sitemapnavi {
	width:96%;
	margin:0px auto;
	padding:5px 2%;
}

ul.sitemapnavi li {
	float:left;
	width:13.2%;
	margin-right:1%;
	list-style-type:none;
	font-size:1em;
	font-weight:600;
	text-transform:lowercase;
}

ul.sitemapnavi li:last-child {
	margin-right:0;
}

ul.sitemapnavi a, ul.sitemapnavi span {
	height:20px;
	display:block;
	padding:5px 0px;
	font-weight:600;
	color:#FFF;
	line-height:100%;
	text-decoration:none;
}

ul.sitemapnavi a:hover {
	text-decoration:underline;
}

ul.sitemapnavi li.active a {
	text-decoration:underline;
}

ul.sitemapnavi li#item40 a,
ul.sitemapnavi li#item50 a {
	color:#001c2d;
}

/* Unternavigation sitemap */

ul.sitemapnavi li ul {
	display:block;
	width:100%;
	padding:0px;
}

ul.sitemapnavi li ul a {
	font-weight:400;
	text-transform:none;
	padding:0px 0px 2px 0px;
}

ul.sitemapnavi li ul a:hover {
	color:#333;
}

ul.sitemapnavi li ul li {
	display:block;
	width:100%;
	font-size:0.9em;
}

ul.sitemapnavi li ul li a {
	line-height:1.5;
}

/* link wendax */

#designer {
	max-width:100%;
	width:1240px;
	margin:30px auto 0 auto;
	padding:3px 0px;
	height:15px;
	font-size:13px;
	text-align:right;
	line-height:15px;
}

#webdesigner {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
}

#webdesigner img {
	margin-left:-3px;
	margin-bottom:-5px;
}

#webdesigner a, #webdesigner a:visited {
	text-decoration:none;
	color:#fff;
	padding:5px 30px;
}

#webdesigner a:hover {
	color:#FFF;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

document.title {
	padding:10px 20px;
}

body {
	background:none;
}

#navi {
	margin-top:0;
}

#navi, #subnavi, aside, #aside, #labels, #sitemap-wrapper, #sitemap, #designer, footer a href {
	display:none;
}


#content {
	width:90%;
}

.spalte1, .spalte2 {
	float:left;
	width:45%;
	padding:0px;
}

.spalte2 {
	margin-left: 10%;
}

a[href]:after {
    content: none !important;
  }
}
