/*Standard*/
.clearL
{
	clear: left;
}
H1, H2, H3, H4, H5, H6
{
	font: 15px 'Arial Narrow', Arial, Sans-serif;
	font-weight: bold;
	color: #97bf0d;
	padding: 10px 0 0;
}
H1
{
	font-size: 36px;
	color: #046db0;
	text-transform: uppercase;
}
H2
{
	font-size: 30px;
	text-transform: uppercase;
}
H3
{
	font-size: 25px;
}
H4
{
	font-size: 20px;
}
P
{
	padding: 10px 0 5px;
}
A
{
	text-decoration: none;
	color:#046db0;
}
A:hover
{
	text-decoration: underline;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #e8e8e8;
	clear: both;
}
TEXTAREA, INPUT, BUTTON
{
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	font-family: inherit;
	font-size: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
}
BUTTON
{
	border: none;
	cursor: pointer;
}

INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON
{
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=password], INPUT[type=email], BUTTON
{
	-webkit-appearance: none;
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
}
::-webkit-input-placeholder
{
	color: #ccc;
}
:-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder
{
	color: #ccc;
}

P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
IMG.fleft
{
	border-radius: 8px;
	float: left;
	margin: 10px 20px 10px 0;
}
IMG.fright
{
	border-radius: 8px;
	float: right;
	margin: 10px 0 10px 20px;
}
IMG.fleft.last
{
	margin-right: 0;
}
IMG.fright.last
{
	margin-left: 0;
}
DIV.img-wrap IMG
{
	border-radius: 8px;
	margin-right: 5px;
	vertical-align: top;
}
DIV.img-wrap IMG.last
{
	margin-right: 0;
}
.tel, .mobil
{
	background: url(../img/tel.png) no-repeat 20px -65px #fff;
	display: block;
	letter-spacing: 1.5px;
	font-size: 22px;
	padding: 10px 0;
}
.mobil
{
	background-position: 20px 6px;
}
.kleinerText
{
	font-size: 15px;
}
/*Template*/
HTML, BODY, #site
{
	height: 100%;
}
BODY > #site
{
	height: auto;
	min-height: 100%;
}
BODY
{
	font: 18px 'Arial Narrow', Arial, Sans-serif;
	line-height: 24px;
	color: #6f6f6f;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/*Head*/
.head
{
	display: block;
	position: relative;
	height: 87px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
.head2
{
	width: 920px;
	margin: 0 auto;
}
#logo
{
	background: url(../img/logo.png) no-repeat center center;
	width: 162px;
	height: 58px;
	padding: 14px 0;
	float: left;
}
#logo A
{
	display: block;
	width: 162px;
	height: 58px;
}
#logo A SPAN
{
	display: none;
}
#subhead
{
	position: relative;
	height: 535px;
	overflow: hidden;
}
#subhead IMG
{
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1000px;
}
#subhead .textbox
{
	width: 290px;
	padding: 10px 0;
	border-radius: 10px;
	position: absolute;
	top: 165px;
	left: 61%;
	background-color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
.nav
{
	list-style-type: none;
	display: block;
	float: left;
	text-align: right;
	width: 758px;
}
.nav LI
{
	display: inline;
}
.nav LI A
{
	font-weight: bold;
	display: inline-block;
	font-size: 18px;
	color: #606060;
	padding: 55px 15px 10px;
	background: url(../img/nav.png) no-repeat 29px 18px;
	-webkit-transition: color 0.1s ease-in;
}
.nav LI.wohnung A
{
	background-position: -92px 18px;
}
.nav LI.buchungskalender A
{
	background-position: -205px 18px;
}
.nav LI.kontakt A
{
	background-position: -385px 18px;	
}
.nav LI A:hover, .nav LI.act A
{
	text-decoration: none;
	color: #046db0;
	background-position: 29px -100px;
}
.nav LI.wohnung A:hover, .nav LI.wohnung.act A
{
	background-position: -92px -100px;
}
.nav LI.buchungskalender A:hover, .nav LI.buchungskalender.act A
{
	background-position: -205px -100px;
}
.nav LI.kontakt A:hover, .nav LI.kontakt.act A
{
	background-position: -385px -100px;
}
/*Subnav*/
.nav LI UL
{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
	background: url(../img/trans.png) repeat left top;
}
.nav LI:hover UL
{
	display: block;
}
.nav LI UL LI
{
	float: none;
	position: relative;
	width: auto;
}
.nav LI UL LI A
{
	float: none;
	display: block;
}
#allcont
{
	width: 920px;
	margin: 20px auto 0;
	padding-bottom: 70px;
}
#icons
{
	text-align: center;
	margin-top: 40px;
}
#icons A
{
	display: block;
	float: left;
	width: 142px;
	padding: 100px 0px 0;
	background: url(../img/icons.png) no-repeat -28px 0px;
	pointer-events: none;
	color: #6f6f6f;
	margin: 0 20px;
}
#icons A.strandnah
{
	background-position: -211px 0;
}
#icons A.lage
{
	background-position: -391px 0;
}
#icons A.wlan
{
	background: url(../img/wlan.png) no-repeat top center;
}
#icons A.rhodo
{
	background-position: -747px 0;
}
.foot
{
	display: block;
	font-size: 12px;
	color: #fff;
	background-color: #046db0;
	margin-top: -50px;
}
.foot2
{
	width: 920px;
	padding: 13px 0;
	margin: 0 auto;
}
.foot A
{
	color: #fff;
}
.foot P
{
	display: inline;
	padding: 0;
}
#copy
{
	display: inline;
	float: right;
}
#footnav
{
	display: inline;
}
#webdesign
{
	display: inline;
}
/*Special*/
#allcont UL
{
	margin: 5px 0px 10px 25px;
}
#allcont UL LI
{
	list-style-type: disc;
	padding: 3px 0px;
}
#allcont OL
{
	margin: 5px 0px 10px 25px;
}
#allcont OL LI
{
	list-style-type: decimal;
	padding: 3px 0px;
}
#allcont TABLE
{
	margin: 10px 0px 5px;
	width: 100%;
}
#allcont TABLE TR TD
{
	padding: 5px 10px;
	border: 1px solid #ccc;
}
#allcont TABLE TR.odd TD
{
	background-color: #f0f6e2;
}
#allcont DIV.csc-textpic .csc-textpic-imagewrap .csc-textpic-image
{
	margin: 10px 0;
}
.lbox
{
	float: left;
	width: 48%;
	margin-right: 4%;
	display: inline;
}
.rbox
{
	float: left;
	width: 48%;
	display: inline;
}
.img-wrap
{
	margin: 10px 0 5px;
}
/*Kontaktformular*/
#contactform .mandatory
{
	color: #97bf0d;
	font-size: 16px;
	font-style: italic;
}
#contactform .field
{
	margin-bottom: 10px;
}
#contactform .button
{
	display: block;
	background-color: #97bf0d;
	color: #fff;
	width: 100%;
	border: 0;
}
#contactform .button:hover
{
	background-color: #046db0;
	cursor: pointer;
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
    z-index: 9999;
    position: relative;
}