body {
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.7em;
	/*background:#ecf2f5;*/
	margin:auto;
	overflow-x:hidden;
	top:0px;
	opacity:1;
}

#loader{
	position: absolute;
	width:100px;
	height:100px;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-50px;
	background-image: url(../img/loader.gif);
	background-repeat: no-repeat;
	opacity: 0;
}
#loadertext{
	position: absolute;
	text-align: center;
	width:200px;
	height:150px;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:50px;
	opacity: 0;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.3em;
	color: #0071af;
}

.rahmen_wrapper{
	width:100%;
	margin-left:0px;
	position:fixed;
	z-index:10000;
}

#rahmen_top{
	z-index:10000;
	position:fixed;
	top:0;
	height:100px;
	width:100%;
	margin-top:-100px;
	background:#fff;
	
}

#rahmen_bottom{
	z-index:1000;
	position:fixed;
	bottom:0;
	height:100px;
	width:100%;
	margin-bottom:-100px;
	background:#333;
	
}

#rahmen_left{
	z-index:10000;
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100px;
	margin-left:-100px;
	background:#fff;
	
}
#rahmen_right{
	z-index:10000;
	position:fixed;
	top:0;
	right:0;
	height:100%;
	width:100px;
	margin-right:-100px;
	background:#fff;
	
}
#ghost{
	display:none;
}

.wrapper{
	width:100%;
	height:100%;
	overflow: hidden;
	position: relative;
}



#testcontent{
	max-width: 1160px;
	margin: auto;
	padding: 100px;
	padding-right:200px;
}

/* CONTAINER -----------------------------------------------------------------------------*/

.container{
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
	margin-top:0px;
}

.container_menu{
	position:relative;
	width:100%;
	height:100%;
	overflow: hidden;
	margin-top:-20px;
	margin-bottom:-15px;
}


.container2{
	position:relative;
	width:100%;
	height:100%;
	margin:auto;
	opacity:1;
	padding-bottom:20px;
	display:none;
}
.container3{
	position:relative;
	width:100%;
	height:480px;
	margin:auto;
	opacity:1;
	padding-bottom:0px;
	background: #6ea0b7;
	background-image: url('../img/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
	display:none;
}

.container_text{
	width:1048px;
	height:546px;
	left:50%;
	top:50%;
	margin-left:-524px;
	margin-top:-260px;
	z-index: 2000;
	position: absolute;
	background-image: url('../img/verlauf.png');
	background-position: center bottom;
	opacity:0;
}

.portfolio_container{
	width:100%;
	height:100%;
	left:100px;
	margin-right:300px;
	position: relative;
	top:-2px;
	overflow:hidden;
}

.portfolio_container ul{
	width:100%;
	margin-top:0px;
	padding:0px;
	overflow:hidden;
}
/*.portfolio_container ul :hover {
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}*/

.portfolio_container ul li{
	opacity:0;
	list-style: none;
	background-position: center;
	background-repeat: no-repeat;
	margin-top:400px;
	float:left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden;
	/*-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;*/
}

#menu0, #menu3, #menu7, #menu9, #menu12, #menu14{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 25px;
	width:100%;
	height:50px;
	top:47%;
	margin:auto;
	text-align: center;
	position: relative;
	z-index:1000;
	cursor: pointer;
}

#menu5, #menu16{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	color: #333;
	font-size: 25px;
	width:100%;
	height:50px;
	top:50%;
	margin:auto;
	text-align: center;
	position: relative;
	z-index:1000;
	cursor: pointer;
}

#rahmen0, #rahmen3, #rahmen5, #rahmen7, #rahmen9, #rahmen12, #rahmen14, #rahmen16{
	position: relative;
	top:0px;
	left:0px;
	border: 20px solid white;
	margin-top:0px;
	cursor: pointer;
}

#menu_title0, #menu_title3, #menu_title5, #menu_title7, #menu_title9, #menu_title12, #menu_title14, #menu_title16 {
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 25px;
	width:100%;
	height:50px;
	top:47%;
	margin:auto;
	text-align: center;
	position: relative;
	z-index:1001;
	cursor: pointer;
}

#menuline0, #menuline3, #menuline5, #menuline7, #menuline9, #menuline12, #menuline14, #menuline16 {
	height:2px;
	background: #fff;
	width:0px;
	position:relative;
	top:50%;
	left:50%;
	margin-left:0px; 
	margin-top:-40px; 
}

#menudescr0, #menudescr3, #menudescr5, #menudescr7, #menudescr9, #menudescr12, #menudescr14, #menudescr16 {
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	color: #fff;
	font-size: 15px;
	width:100%;
	height:50px;
	top:50%;
	margin:auto;
	text-align: center;
	position: relative;
	z-index:1001;
	opacity:0;
	cursor: pointer;
}

.portdesc{
	width:100%;
	height:100px;
	background-color: white;
	left:0px;
	position:relative;
	z-index:10000;
	overflow:hidden;
}

.portdesc-text{
	padding-top:10px;
	padding-left:20px;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 23px;
	line-height: 1.7em;
	margin-top:0px;
}
.portdesc-text2{
	padding-top:0px;
	padding-left:20px;
	padding-right:80px;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 13px;
	line-height: 1.2em;
	margin-top:30px;
}

.abdeckung{
	width:100%;
	height:100%;
	background: #cccccc;
	z-index:1998;
	position: fixed;
	opacity:0;
	display:none;
}

.bild {
	width:100%;
	position: relative;
	margin-top:0px;
	opacity:0;
}

.bild img{
	width:100%;
	position: relative;
	padding-left: 50px;
}

#container2{
	opacity:0;
}

#bg_start {
	position:relative;
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	display: inline-block;
	margin-top:0px;
	opacity:0;
	display:none;
}
#bg_start img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

#bg_start_portfolio {
	position:relative;
	top:-50%; 
	left:-50%; 
	width:200%; 
	height:200%;
	display: inline-block;
	margin-top:0px;
	opacity:0;
}

#bg_start_portfolio img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}

/*#container1:hover #bg_start, #bg_start.hover_effect #bg_start {
		-webkit-transform: rotateY(-5deg);
		-moz-transform: rotateY(-5deg);
		-o-transform: rotateY(-5deg);
		-ms-transform: rotateY(-5deg);
		transform: rotateY(-5deg);
		
		-webkit-box-shadow: -5px 5px 5px #aaa;				
		-moz-box-shadow: -5px 5px 5px #aaa;
		box-shadow: -5px 5px 5px #aaa;		
	}
*/

#bg {
	position:relative;
	top:-50%; 
	left:-50%; 
	width:200%; 
	/*height:200%;*/
	background-color:#fff;
}
#bg img {
	position:absolute; 
	top:0; 
	left:0; 
	right:0; 
	bottom:0; 
	margin:auto; 
	min-width:50%;
	min-height:50%;
}


.logo a{
	position:absolute;
	top:-2px;
	left:60px;
	z-index:10001;
	text-decoration: none;
	color:#000;
	font-size: 18px;
	width:150px;
}


.navigation{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 18px;
	font-weight:400;
	color:#000;
	position:fixed;
	top:30px;
	left:50%;
	margin-left:-50px;
	z-index:2000;
}


.sidemenu {
	right:40px;
	width:10px;
	height:300px;
	top:50%;
	/*background-color:#FFF;*/
	position:absolute;
	z-index:2000;
	opacity:1;
	margin-top: 0px;
	margin-right: -100px;
	/*-moz-box-shadow:     1px 1px 10px rgba(0, 0, 0, .3);
	-webkit-box-shadow:  1px 1px 10px rgba(0, 0, 0, .3);
	box-shadow:          1px 1px 10px rgba(0, 0, 0, .3);
	text-align:center;*/
}

#wetter{
	width:500px;
	height:100px;
	right:100px;
	position: absolute;
}
#wetter_ort{
	width:300px;
	height:100px;
	right:200px;
	position: absolute;
	text-align: right;
	color: #999;
	padding-top:35px;
	padding-right: 20px;
	line-height: 3px;
}
#wetter_ort p{
	font-size: 16px;
	text-transform: uppercase;
	line-height: 3px;
}

#wetter_icon{
	width:100px;
	height:100px;
	background: #59c4ff;
	right:0px;
	position: absolute;
}
#wetter_icon img{
	margin:auto;
	top:50%;
	left:50%;
	margin-left:-25px;
	margin-top:-27px;
	position: absolute;
}


#wetter_temp{
	width:100px;
	height:100px;
	background: #ff9980;
	color: white;
	font-size: 30px;
	text-align: center;
	right:100px;
	position: absolute;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 30px;
}
#wetter_temp p{
	text-align: center;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 30px;
	padding-top:7px;
	padding-left:10px;
}


.mainmenu{
	background-color: #fff;
	width:200px;
	height:100%;
	margin-left:-200px;
	top:0px;
	position:fixed;
	z-index:10001;
}

.mainmenu ul{
	position: absolute;
	top:100px;
	list-style: none;
}

.mainmenu ul li{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	text-transform:uppercase;
	color:#666;
	font-size:13px;
	line-height: 2;
}

#mainmenu_button{
	top:43px;
	margin-left:50px;
	height: 20px;
	width: 20px;
	position: fixed;
	z-index:10001;
	cursor: pointer;
	opacity:0;
}



#menu_container{
	width:250px;
	height:100%;
	top:0px;
	left:0px;
	margin-left: -250px;
	padding-top:40px;
	position:fixed;
	overflow:hidden;
	opacity:1;
	background: #fff;
	z-index: 30001;
}
#menu_container ul{
	margin-top:20px;
}
#menu_container li{
	list-style: none;
	float:left;
	font-size: 15px;
    color:#333;
    padding: 0px 0px 0px 0px;
    margin-top:4px;
    width:220px;
    left:0px;
}

#menu_start{
	width:100%;
	padding-left:35px;
	padding-bottom:10px;
	top:0px;
	cursor: pointer;
	opacity: .5;
	position: relative;
	margin-left:0px;
}
#icon-start{
	width:26px;
	height:26px;
	left:0px;
	top:23px;
	background: url(../img/icon-start.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_home{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	opacity: .5;
	position: relative;
}
#icon-home{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-home.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_guestbook{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	opacity: .5;
	position: relative;
}
#icon-guestbook{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-guestbook.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_kontakt{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-kontakt{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-kontakt.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_buchung{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-buchung{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-buchung.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_links{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-links{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-links.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_hunde{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-hunde{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-dogs.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_park{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-park{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-park.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#menu_day{
	width:100%;
	padding-left:35px;
	top:-13px;
	cursor: pointer;
	margin-left:0px;
	position: relative;
	opacity: .5;
}
#icon-day{
	width:26px;
	height:26px;
	left:0px;
	top:11px;
	background: url(../img/icon-day.png);
	background-repeat: no-repeat;
	position: relative;
	opacity: .5;
}

#linie{
	width:70%;
	height:1px;
	background: #999;
	opacity:.2;
}


#menu_footer{
	position:absolute;
	bottom:75px;
	width:220px;
	height:50px;
	padding-left: 40px;
}

#menu_footer p{
	padding-top: 10px;
	font-size: 12px;
    color:#999;
    line-height: 1.6em;
    opacity:.7;
}

#menu_footer a:hover{
	text-decoration: none;
	color:#000;
}
#menu_footer a{
	text-decoration: none;
	color:#666;
}




#sub-menu1, #sub-menu2, #sub-menu3, #sub-menu4{ 
	width:30px;
	height:30px;
	padding-bottom:10px;
	padding-top:10px;
	margin-left:-10px;
	z-index:1000;
	opacity:.5;
	cursor: pointer;
}

#line{
	background-image: url('../img/line.png');
	height: 170px;
	width:2px;
	margin-top: -190px;
	margin-left: 4px;
	opacity:.9;
	z-index:0;
}



#kreis{
	position:absolute;
	top:30px;
	left:-3px;
	opacity:.3;
}
#menuverlauf{
	position:absolute;
	top:30px;
	left:-3px;
}




.header_titel{
	position:relative;
	padding-top: 50px;
	height:300px;	
}
#header_titel_text{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 95px;
	line-height: 1.0em;
	color:#0071af;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top:50px;
	opacity:0;
}

#header_titel_text2{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 65px;
	line-height: 1.0em;
	color:#0071AF;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top:0px;
	margin-left: 100px;
	opacity:0;
}
#header_titel_text3{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 24px;
	line-height: 1.3em;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 20px;
	margin-top:130px;
	margin-left: 100px;
	opacity:0;
}

.kategorie{
	font-family: 'Titillium Web', sans-serif;
	font-style: bold;
	font-size: 16px;
	letter-spacing:10px;
	line-height: 1.0em;
	color:#d73e29;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-top:130px;
	margin-left: 0px;
	opacity:0;
	padding-bottom:10px;
}
.kategorie-line{
	width:0px;
	height:2px;
	background-color: #d73e29;
	position:absolute;
	left:50%;
	margin-left:0px;
	margin-top:20px;
	opacity:.8;
}

.kategorie-line2{
	width:0px;
	height:2px;
	background-color: #D73E29;
	position:absolute;
	left:50%;
	margin-left:50px;
	margin-top:20px;
	opacity:.5;
}
.kategorie-line3{
	width:0px;
	height:2px;
	background-color: #fff;
	left:50%;
	margin-left:50px;
	margin-top:20px;
	z-index:2000;
	position:absolute;
}

.kategorie2{
	font-family: 'Titillium Web', sans-serif;
	font-style: bold;
	font-size: 16px;
	letter-spacing:10px;
	line-height: 1.0em;
	color:#D73E29;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-top:0px;
	margin-left: 100px;
	opacity:0;
}

.kategorie3{
	font-family: 'Titillium Web', sans-serif;
	font-style: bold;
	font-size: 16px;
	letter-spacing:10px;
	line-height: 1.0em;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 15px;
	margin-top:0px;
	margin-left: 100px;
	opacity:0;
}




.header_subtitel{
	position:relative;
	width:600px;
	margin:auto;
}
#header_subtitel_text{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 1.7em;
	color:#0071af;
	text-align:center;
	margin-top:50px;
	opacity: 0;
}

#header_subtitel_text a{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 1.7em;
	color:#D73E29;
	text-decoration: none;
}
#header_subtitel_text a:hover{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 1.7em;
	color:#D73E29;
	text-decoration: underline;
}

#header_subtitel_text2{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 17px;
	line-height: 1.7em;
	color:#0071AF;
	text-align:center;
	padding-bottom: 80px;
	margin-top:-30px;
	margin-left: 100px;
	opacity: 0;
}

#header_subtitel_text3{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 25px;
	line-height: 1.7em;
	color:#a8a8aa;
	text-align:center;
	text-transform: uppercase;
	padding-bottom: 80px;
	margin-top:-30px;
	margin-left: 100px;
	opacity: 0;
}



.content{
	position:relative;
	padding-top:40px;
	padding-left: 50px;
	padding-right: 50px;
}

#content_text{
	font-family: 'Titillium Web', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2em;
	color:#D73E29;
	text-align:left;
	text-transform: uppercase;
	opacity: 0;
}

.textblock_links{
	padding-top:20px;
	position:relative;
	left:0px;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	color:#666666;
	padding-left: 50px;
	opacity:0;
	margin-top:0px;
	-moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.textblock_links a{
	position:relative;
	left:0px;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	color:#4f829f;
	text-decoration: none;
}

.textblock_links a:hover{
	position:relative;
	left:0px;
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7em;
	color:#4f829f;
	text-decoration: underline;
}

.trennlinie{
	position:relative;
	width:400px;
	height:5px;
	left:50%;
	background-image: url('../img/line-hor.png');
	background-repeat: no-repeat;
	margin-top:100px;
	margin-left:-150px;
	padding-bottom:10px;
	opacity:0;
}

/* BUTTONS -----------------------------------------------------------------------------*/

#prev{
	width:40px;
	height:100px;
	background: #3d3b46;
	position:fixed;
	top:50%;
	left:0px;
	margin-left:-40px;
	margin-top:-105px;
	z-index:4000;
	opacity: .5;
	cursor: pointer;
}

#prev:hover #bg_start{
	-webkit-transform: rotateY(30deg);
	-moz-transform: rotateY(30deg);
	-o-transform: rotateY(30deg);
	-ms-transform: rotateY(30deg);
	transform: rotateY(30deg);
}

#next{
	width:40px;
	height:100px;
	background: #3d3b46;
	position:fixed;
	top:50%;
	right:0px;
	margin-right:-40px;
	margin-top:-105px;
	z-index:4000;
	opacity: .5;
	cursor: pointer;
}



#start{
	position: absolute;
	height:50px;
	width:200px;
	text-align: center;
	padding-top:7px;
	font-size: 15px;
	color:#0071AF;
	border: 1px solid #0071AF;
	opacity: 0;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:260px;
	z-index:9000;
	/*border-radius: 20px 20px 20px 20px;*/
	display:block;
	cursor: pointer;
	overflow: hidden;
}
#start p{
	margin-top:10px;
	text-align: center;
	color: #0071AF;
}

#hover-bg{
	display: block;
	background-color: #0071AF;
	width: 210px;
	height: 100px;
	position: absolute;
	-webkit-transform: skewY(-8deg);
	-moz-transform: skewY(-8deg);
	-ms-transform: skewY(-8deg);
	-o-transform: skewY(-8deg);
	transform: skewY(-8deg);
	margin-left: -5px;
	top: -120px;
	z-index: 9004;
	overflow: hidden;
}

#arrow-down{
	position: absolute;
	background: url(../img/arrow-down.png);
	width:8px;
	height:22px;
	top:-60px;
	left:50%;
	z-index: 9005;
}

#start_back{
	position: absolute;
	height:50px;
	width:200px;
	text-align: center;
	padding-top:7px;
	font-size: 15px;
	color:#fff;
	border: 1px solid #fff;
	opacity: 0;
	left:50%;
	top:50%;
	margin-left:-100px;
	margin-top:260px;
	z-index:8000;
	/*border-radius: 20px 20px 20px 20px;*/
	display:block;
	cursor: pointer;
	overflow: hidden;
}
#start_back p{
	margin-top:10px;
	text-align: center;
	color: #fff;
}
#hover-bg2{
	display: block;
	background-color: #fff;
	width: 210px;
	height: 100px;
	position: absolute;
	-webkit-transform: skewY(-8deg);
	-moz-transform: skewY(-8deg);
	-ms-transform: skewY(-8deg);
	-o-transform: skewY(-8deg);
	transform: skewY(-8deg);
	margin-left: -5px;
	top: 75px;
	z-index: 8004;
	overflow: hidden;
}
#arrow-up{
	position: absolute;
	background: url(../img/arrow-up.png);
	width:8px;
	height:22px;
	top:75px;
	left:50%;
	z-index: 8005;
}


#gaestebuecher{
	width:100%;
	height:100%;
	margin:auto;
	padding-left:50px;
}

#eintrag_1, #eintrag_2, #eintrag_3{
	width:100%;
	height:100px;
	margin:auto;
	overflow:hidden;
	padding-bottom:20px;
	padding-top:20px;
	opacity: 0;
	cursor: pointer;
	z-index:1;
}

#eintrag_1 img{
	width:100%;
}
#eintrag_2 img{
	width:100%;
}
#eintrag_3 img{
	width:100%;
}

#imagewrapper{
	height:100%;
	position: fixed;
}

@media only screen and (max-width:800px){

	.textblock_links{
		-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	    padding: 50px;
	}

}


.content_textblock{
	position: relative;
	width:105%;
	/*min-height:200px;*/
	height:100%;
	/*padding-bottom: 100px;*/
}

.content_textblock_gaestebuch{
	position: relative;
	width:105%;
	height:100%;
}

#icon{
	width:120px;
	height:120px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-60px;
	margin-top:-140px;
	z-index:200;
}

#phone{
	width:613px;
	height:500px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-307px;
	margin-top:-220px;
	z-index:200;
}


#header_subtitel_phone{
	color:#999;
	text-align:center;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	font-style:normal;
	line-height:24px;
}


.footer{
	max-width: 1060px;
	margin: auto;
	padding: 100px;
	padding-top: 170px;
	padding-right:200px;
	opacity:1;
	/*background-image:url(../img/bg.jpg);*/
}

#footer_titel{
	max-width:1060px;
	height:50px;
	position:relative;
	top:0px;
	margin: auto;
	z-index:1980;
}

.footerbox{
	width:253px;
	height:76px;
	position: absolute;
	left:50%;
	margin-left:-80px;
	margin-top:80px;
	background-image: url('../img/footerbox.png');
	opacity:0;
}

.footerbox-text{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.7em;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	margin-top:10px;
	position:absolute;
	width:253px;
}

.footer_txtlinks{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.7em;
	color:#fff;
	text-align:right;
	text-transform: uppercase;
	margin-top:50px;
	position:absolute;
	margin-right:110px;
	width:300px;
	right:50%;
}

.footer_txtrechts{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1.7em;
	color:#fff;
	text-align:left;
	text-transform: uppercase;
	margin-top:50px;
	margin-left:200px;
	position:absolute;
	width:300px;
	left:50%;
}

#footer_subtitel_text{
	color:#fff;
	text-align:center;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-size:14px;
	font-style:bold;
	line-height:24px;
	margin-left:100px;
	opacity:0;
	margin-top:0px;
}

#footer_subtitel_text a{
	color:#fff;
	text-decoration: underline;
}

#footer_subtitel_text a:hover{
	color:#fff;
	text-decoration: none;
}


.footerbox-btn1{
	width:62px;
	height:37px;
	position:absolute;
	bottom:0px;
	margin-left:1px;
	margin-bottom:1px;
	cursor: pointer;
}
.footerbox-btn1 img{
	position:absolute;
	top:10px;
	left:22px;
}

.footerbox-btn2{
	width:62px;
	height:37px;
	position:absolute;
	bottom:0px;
	margin-left:64px;
	margin-bottom:1px;
	cursor: pointer;
}
.footerbox-btn2 img{
	position:absolute;
	top:9px;
	left:22px;
}

.footerbox-btn3{
	width:62px;
	height:37px;
	position:absolute;
	bottom:0px;
	margin-left:127px;
	margin-bottom:1px;
	cursor: pointer;
}
.footerbox-btn3 img{
	position:absolute;
	top:8px;
	left:22px;
}

.footerbox-btn4{
	width:62px;
	height:37px;
	position:absolute;
	bottom:0px;
	margin-left:190px;
	margin-bottom:1px;
	cursor: pointer;
}
.footerbox-btn4 img{
	position:absolute;
	top:11px;
	left:22px;
}

.footerbox-btn1-bg{
	width:100%;
	height:100%;
	position: absolute;
	background-color: #a8a8aa;
	opacity:0;
}
.footerbox-btn2-bg{
	width:100%;
	height:100%;
	position: absolute;
	background-color: #a8a8aa;
	opacity:0;
}
.footerbox-btn3-bg{
	width:100%;
	height:100%;
	position: absolute;
	background-color: #a8a8aa;
	opacity:0;
}
.footerbox-btn4-bg{
	width:100%;
	height:100%;
	position: absolute;
	background-color: #a8a8aa;
	opacity:0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media (max-width: 750px) {
	
	/* Styles */
	#testcontent{
		width: 100%;
		margin: auto;
		padding: 0px;
		padding-right:100px;
	}

	.bild img{
		width:95%;
		position: relative;
		padding-left: 10px;
	}

	#header_titel_text2{
		font-size: 30px;
		margin-left: 10px;
	}

	#header_subtitel_text2{
		font-size: 15px;
		line-height: 1.5em;
		margin-top:-30px;
		margin-left: 10px;
		opacity: 0;
	}

	.header_subtitel{
		width:100%;
	}

	.textblock_links{
		padding-top:20px;
		position:relative;
		left:10px;
		font-size: 16px;
		line-height: 1.3em;
		padding-left: 10px;
		-moz-column-count: 1;
	    -webkit-column-count: 1;
	    column-count: 1;
	}

	.content{
		padding-top:20px;
		padding-left: 20px;
		padding-right: 10px;
	}

	.kategorie2{
		letter-spacing:10px;
		line-height: 1.0em;
		padding-bottom: 5px;
		margin-left: 20px;
	}

	.kategorie-line2{
		left:40%;
	}

	.content_textblock{
		width:100%;
	}

	.rahmen_wrapper{
		display:none;
	}

}

@media (min-width: 500px) {
	.rahmen_wrapper{
		display:none;
	}
}


input{
	height: 30px;
	border:2px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	padding-bottom:10px;
	padding-left:10px;
}

.feld{
	font-family: 'Titillium Web', sans-serif;
	font-style: normal;
	font-size: 15px;
	color: #0071af;
}

textarea{
	height: 90px;
	border:2px solid #ccc;
	border-radius: 5px 5px 5px 5px;
	padding-bottom:10px;
	padding-left:10px;
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

