/*** Schriftarten ******************************/
@font-face{
	font-family: 'puritan';
	src: url('fonts/puritan.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'puritan';
	src: url('fonts/puritan.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'sourcesanspro';
	src: url('fonts/sourcesanspro.ttf');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'anton';
	src: url('fonts/anton.eot');
	font-weight: normal;
	font-style: normal;
}

@font-face{
	font-family: 'anton';
	src: url('fonts/anton.ttf');
	font-weight: normal;
	font-style: normal;
}


/*** Allgemeine Definitionen *******************/
html, body{
	height: 100%;
	margin: 0;
	padding: 0;

	background-color: #440610;
}

a{
	text-decoration: none;
	color: #f9e9c8;
}

a:hover{
	text-decoration: none;
	color: #ffac00;
}

img{
	border: none;
}

#bild{
	margin: 5px;
	padding: 5px;
	border: 1px solid #888888;
}


/*** Logo & Navigation *************************/
header, nav, section{
	display: block;
}

#header_big{
	top: 0px;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 400px;
	z-index: 10;
}

#header_small{
	top: 0px;
	position: relative;
	width: 100%;
	height: 50%;
	min-height: 400px;
	z-index: 10;
}

#header_title{
	font-family: 'anton';
	font-size: 60px;
	color: #440610;
	text-align: left;
	position: absolute;
	padding-left: 40px;
	padding-top: 20px;

	text-shadow: 1px 1px 1px #ffac00, 1px -1px 1px #ffac00, -1px  1px 1px #ffac00, -1px -1px 1px #ffac00;
}

#header_highlight{
	color: #ffac00;

	text-shadow: 1px 1px 1px #440610, 1px -1px 1px #440610, -1px  1px 1px #440610, -1px -1px 1px #440610;
}

nav{
	width: 100%;
	height: 60px;
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #440610;

	font-family: 'anton';
	font-size: 23px;
	letter-spacing: 0.05em;
	color: #f9e9c8;

	display: flex;
	align-items: center;
	justify-content: center;
}

* html nav {
	top: expression(auto);
}

.fixed-navi{
	top: 0px;
	position: fixed !important;
	position: absolute;
}

* html .fixed-navi{
	top: expression(documentElement.scrollTop);
}

#navigation_active{
	padding-left: 10px;
	padding-right: 10px;
	color: #ffac00;
}

#navigation_non_active{
	padding-left: 10px;
	padding-right: 10px;
}

#highlight_orange{
	color: #ffac00;
}


/*** Inhalt ************************************/
#content{
	top: 0;
	position: relative;

	background-color: #f9e9c8;
	width: 100%;

	font-family: 'sourcesanspro';
	font-size: 17px;
	letter-spacing: 0.05em;
	color: #440610;
	text-align: center;
}

#content_padding{
	padding-top: 100px;
	padding-bottom: 100px;
}

#content_highlight{
	font-family: 'anton';
	font-size: 23px;
	color: #ffac00;
}

#content a{
	text-decoration: underline;
	color: #440610;
}

#content a:hover{
	text-decoration: underline;
	color: #ffac00;
}


/*** Inhalt - Aktuelles ************************/
#aktuelles_table{
	width: 100%;
	border: none;
}

#aktuelles_top_left{
	text-align: left;
	width: 50%;
	vertical-align: bottom;
	padding-left: 10px;
}

#aktuelles_top_right{
	text-align: right;
	width: 50%;
	vertical-align: bottom;
	padding-right: 10px;
}

#aktuelles_bottom{
	text-align: left;
	vertical-align: top;
	padding-bottom: 70px;
	padding-left: 10px;
	padding-right: 10px;
}

#aktuelles_alt{
	color: #888888;
}


/*** Inhalt - Bilder ***************************/
#bilder_content{
	width: 100%;
	overflow: auto;
	color: #440610;
}

#bilder_content table{
	width: 100%;
	border: none;
}

#bilder_content td{
	vertical-align: center;
	padding: 5px;
}

#galeriemenu{
	border: 1px dotted #440610;
	background-color: #ffffff;
}

#vorschau{
	float: left;
	width: 180px;
	height: 140px;
	background: #f5f5f5 url(../../pix/bilder/album.gif);
}

#vorschaubild{
	margin-left: -8px;
	margin-top: 6px;
}

#vorschautext{
	margin-left: 186px;
	text-align: left;
	font-family: 'anton';
}

#vorschautext a{
	color: #ffac00;
	font-size: 23px;
}

#vorschautext a:hover{
	text-decoration: underline;
	color: #ffac00;
}

#menueunterschrift{
	font-family: 'sourcesanspro';
	font-size: 17px;
}

#bilder_subheadline{
	width: 100%;
	height: 35px;
	font-family: 'anton';
	font-size: 23px;
	color: #ffac00;
}

#bilder_subsubheadline{
	width: 100%;
}

#bilder_content_galerie{
	width: 100%;
	margin-top: 30px;
	overflow: auto;

	display: flex;
	align-items: center;
	justify-content: center;
}

#vorschaugalerie{
	margin: 5px;
	border: 1px dotted #440610;
	background-color: #ffffff;
}

#vorschaugaleriemargin{
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
}

#bilder_menue{
	width: 100%;
	height: 40px;
	margin-top: 20px;
}

#bilder_menue a{
	color: #ffac00;
}

#bilder_menue a:hover{
	text-decoration: underline;
	color: #ffac00;
}


/*** Inhalt - Kontakt **************************/
#kontakt{
	text-align: left;
	font-weight: bold;
}

#kontakt_text{
	width: 96%;
	height: 50px;
	border: none;
	padding-left: 2%;
	padding-right: 2%;

	font-family: 'sourcesanspro';
	font-size: 17px;
	color: #440610;
}

#kontakt_textarea{
	width: 96%;
	height: 200px;
	border: none;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 15px;
	padding-bottom: 15px;

	font-family: 'sourcesanspro';
	font-size: 17px;
	color: #440610;
}

#kontakt_button{
	border: none;
	padding: 10px;
	text-align: center;
	text-decoration: none;

	font-family: 'sourcesanspro';
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	background-color: #ffac00;
}

#kontakt_button:hover, #kontakt_button:focus, #kontakt_button:active{
	background-color: #657904;
}

#kontakt_ok{
	font-weight: normal;
	color: #440610;
}

#kontakt_error{
	font-weight: normal;
	color: #eb433e;
}

input[type=text]:focus, textarea:focus{
	box-shadow: 0 0 5px #ffac00;
}


/*** Footer ************************************/
#footer{
	font-family: 'sourcesanspro';
	font-size: 17px;
	letter-spacing: 0.05em;
	color: #f9e9c8;
	text-align: center;
}

#footer_padding{
	top: 0;
	position: relative;
	float: left;
	width: 25%;

	padding-top: 50px;
	padding-bottom: 50px;
}

#footer_padding a{
	text-decoration: underline;
}

#footer_highlight{
	font-family: 'anton';
	font-size: 23px;
}


/*** Imprint ***********************************/
#imprint_padding{
	top: 0;
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	font-family: 'sourcesanspro';
	font-size: 13px;
	color: #f9e9c8;
	text-align: center;
}

#imprint_padding a{
	text-decoration: underline;
}
