@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 50px;
	font-family: Helvetica, sans-serif;
	background: #e3e1db;
	letter-spacing: 1px;
	-webkit-animation: fadein 1s;
	/* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 1s;
	/* Firefox < 16 */
	-ms-animation: fadein 1s;
	/* Internet Explorer */
	-o-animation: fadein 1s;
	/* Opera < 12.1 */
	animation: fadein 1s;
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}


h1 {
	font-weight: bold;
}

#wrap {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

/* STARTPAGE */

.images {
	float: left;
}

#startpage {
	position: absolute;
	overflow: hidden;
}

#cookie_consent {
	position: absolute;
	top: 15%;
	right: 10%;
	z-index: 1;
	right: 23%;
	border-radius: 50%;
	width: 151px;
	height: 151px;
	background-color: #f0892c;
	text-align: center;
	/* transform: rotate(-8deg);*/
	padding: 10px;
	font-size: 65%;
	line-height: 1.2em;
	font-weight: bold;
	transition: opacity 0.5s;
	background-image: url('../images/cover_cookies.png');
}

#cookie_consent.hide {

	opacity: 0;
}

#cookie_consent a {
	position: relative;
	display: block;
	transform: rotate(-8deg);
	height: 50%;
	width: 95%;
	top: 11%;
	left: 1%;
	color: #fff;
	/*background-color: #fff;*/
	cursor: pointer;
	opacity: 0.5;
}

#cookie_consent a.OK {
	height: 60px;
	left: 25px;
	top: 22px;
	width: 75%;
}

#cookie_button {
	color: #fff;
	cursor: pointer;

}

#cookie_text {
	color: #000;
	margin-top: 10px;
}


#startpage a {
	color: #fff;
	font-size: 0.7em;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 0;
	font-weight: bold;
	letter-spacing: 2px;
	border: 0;
}

#startpage img {
	border: 0;
	overflow: hidden;
}

#starttext {
	position: absolute;
	top: 278px;
	left: 165px;
	color: #fff;
	text-align: center;
}

*+html #starttext {
	/*IE7 only*/
	position: relative;
	top: 60px;
	left: 0px;
	color: #fff;
	text-align: center;
}

#starttext h1 a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 13px;
}

#starttext h2 {
	font-size: 11px;
	letter-spacing: 6px;
	font-style: italic;
	color: #c7c4b8;
	font-weight: 100;
	padding-bottom: 20px;
	padding-top: 5px;
	text-transform: uppercase;
}




#starttext p, #starttext a {
	font-size: 10px;
	letter-spacing: 6px;
	line-height: 16px;
	color: #c7c4b8;
	font-weight: 100;
	text-decoration: none;
	text-transform: none;
}



#starttext a:hover {
	color: #fff;
}

#starttext #start-impressum {
	position: relative;
	font-size: 8px;
	top: -11px;
	display: inline-block;
	width: 200x;
	/* text-transform: uppercase; */
	letter-spacing: 6px;
	color: #c7c4b8;
	background-color: #393412;
	/* 	background-color: red; */
	padding: 0 11px 0 18px;
	font-weight: 100;

}

#starttext_line {
	height: 0px;
	width: 368px;
	border-top: 1px solid #807c65;
	margin: 0 65px 0 auto;
}

#starttext_line a {
	color: #C7C4B8;
	font-size: 5.5px;
	letter-spacing: 3px;
	background-color: #393412;
	position: relative;
	bottom: 11px;
	padding: 0 10px 0 14px;
}

*+html #starttext_line {
	/*IE7 only*/
	height: 20px;
	width: 368px;
	border-top: 1px solid #807c65;
	position: relative;
	right: 160px;

}

#start1 {
	position: absolute;
	left: 67px;
	top: 110px;
}


*+html #start1 {
	/*IE7 only*/
	position: absolute;
	top: 10px;
	height: 20px;
	left: 0;
}


#start2 {
	position: absolute;
	left: 327px;
	top: 170px;
}

#start3 {
	position: absolute;
	left: 654px;
	top: 55px;
}

#startdisplay {
	display: block;
	float: left;
	width: 816px;
	height: 235px;
	background-color: #393412;
}

#start4 {
	float: left;
	width: 164px;
	height: 235px;
	background: url('../images/start_bg2.jpg') no-repeat #393412;
}

#start4 a {
	display: block;
	height: 100%;
}


#start5 {
	position: absolute;
	left: 0px;
	top: 590px;
}

#start6 {
	position: absolute;
	left: 437px;
	top: 650px;
}

#start7 {
	position: absolute;
	left: 728px;
	top: 530px;
	width: 255px;
}



/* HEADER */

#header {
	height: 176px;
	width: 980px;
	background-color: #393412;
}

#head {
	position: absolute;
	top: 34px;
	left: 80px;
	color: #fff;
	text-align: center;
}

#head h1 {
	font-size: 15px;
	letter-spacing: 13px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: 500;
}

#head h2 {
	font-size: 10px;
	letter-spacing: 6px;
	font-style: italic;
	color: #c7c4b8;
	font-weight: 100;
	padding-bottom: 10px;
	padding-top: 2px;
	text-transform: uppercase;
}

#head p, #head a {
	font-size: 10px;
	letter-spacing: 6px;
	line-height: 20px;
	color: #c7c4b8;
	font-weight: 100;
	text-decoration: none;

}

#head a:hover {
	color: #fff;
}

.header_line {
	height: 10px;
	width: 368px;
	border-top: 1px solid #807c65;
	margin: 0 65px 0 auto;
}

#menu {
	background-color: #7c7867;
	width: 327px;
	height: 176px;
	float: right;
}

#menu ul {
	padding: 22px 0 0 30px;
}

#menu li {
	list-style: none;
	padding-top: 2px;
}

#menu a {
	color: #c7c4b8;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 20px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 2px 0;
}

#menu .active, #footer .active {
	color: #fff;
}

#menu a:hover {
	color: #fff;
}


/* MAIN */

#main {
	height: 488px;
	padding-top: 20px;
	background-color: #fff;
	color: #7c7867;
}

#page {
	height: 438px;
	padding: 25px 75px 0;
	margin-bottom: 25px;
	position: relative;
}

#page.scroll {
	overflow: auto;
}

#page h2 {
	font-size: 12px;
	padding: 10px 0 15px 0;
}

#page ul {
	margin: 5px 0 15px 0;
	padding: 0;
	/*padding-bottom:50px;*/
	line-height: 18px;
}

#page li {
	list-style-image: url('../images/list.jpg');
	margin-left: 22px;
	font-size: 12px;
	/*background:url('../images/list.jpg') no-repeat;*/
	background-position: -4px -1px;

}

#page p {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 18px;
}



.ueber-mich img {
	float: right !important;
	margin: 5px 10px 0 15px;
}

#main a {
	color: #7c7867;
}

#main a:hover {
	color: #393412;
}









div.anythingSlider div.slidebox {
	text-align: center;
}

.slidebox p {
	padding: 10px 0 !important;
	font-size: 12px;
	color: #7c7867;
	line-height: 19px;
	text-align: left;
	margin-left: 30px;
	margin-right: 30px;
}


.credits {
	display: none;
	position: absolute;
	bottom: 0;
	background-color: white;
	height: 51px;
	width: 890px;
}

.linkspage {
	/*padding:22px 35px;*/
	padding: 22px 0;
}

p.links {
	padding-bottom: 25px !important;
}

#zoom_content p {
	font-size: 13px;
	color: #7c7867;
	line-height: 19px;
	font-style: italic;
}

#zoom_content h2 {
	font-size: 14px;
	color: #7c7867;
	line-height: 19px;
}

#karte {
	position: absolute;
	top: 25px;
	right: 60px;
}




#content_news {
	padding: 15px 0 0 0;
}

.hahn_2016 p {
	line-height: 18px !important;
	margin-right: 50px;

}

.hahn_2016 img {
	margin-top: 10px;

}



#content_news p {
	padding-bottom: 18px;
}

.imgLeft {
	float: left;
	margin: 20px 10px 0 0;
}

.link_projekt {
	width: min-content;
	display: inline-block;
	line-height: 1.3em;

	padding-left: 5px;


}







#footer {
	height: 23px;
	width: 980px;
	background-color: #393412;
}

#home_link {

	float: left !important;
	padding-left: 18px;
}


#footer ul {
	float: right;
	padding-top: 2px;
}

#footer li {
	list-style: none;
	float: left;
	padding-right: 52px;
}

#footer a {
	color: #c7c4b8;
	text-decoration: none;
	font-size: 10px;
	text-transform: uppercase;
}

#footer a:hover {
	color: #fff;
}