/* CSS Document */

html { 
	background: url(Bilder/schild.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#000;
	font-family: 'Abel', sans-serif;
	color:#FFF;
	padding:0;
	margin:0;
	height:100%;
	font-size:18px;
}
body
{
	padding:0;
	margin:0;
	height:100%;
}

h1
{
	color:#c73b15;
}
h2
{
	color:#c73b15;
	font-size:18px;
	margin-bottom:0;
	padding-bottom:0;
}

#blogDiv h1
{
	color:#c73b15;
	font-size:20px;
}

a
{
	color:#fff;
}
a:hover
{
	color:#c73b15;
}

#header
{
	position:fixed;
	* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(85%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,1) 85%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-8 */
	height:200px;
	width:100%;
	padding:0;
	margin:0;
	z-index:8;
}


#navi
{
	display:block;
	width:1000px;
	height:200px;
	margin:auto;
	z-index:90;
}
#navi a
{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:18px;
	margin-left:20px;
}
#navi img
{
	margin:0;
	padding:0;
	border:0;
}
.active
{
	color:#c73b15 !important;
}

#schildContainer
{
	position:fixed;
	top:51.5%;
	left:48%;
	
	color:#c73b15;
	
    font-size: 40px;
    font-size: 2.1vw;
	
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
	z-index:2;
	
    overflow: hidden;
	
	padding:0;
	margin:0;
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media
{
    #schildContainer
{
	position:fixed;
	top:52.5%;
	left:48%;
	
	color:#c73b15;
	
    font-size: 42px;
    font-size: 2.5vw;
	
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -o-transform: rotate(4deg);
	z-index:2;
	
    overflow: hidden;
	
	padding:0;
	margin:0;
}
}}


.TopSpacer
{
	width:1000px;
	height:200px;
}

.contendHolder
{
	display:block;
	width:1000px;
	margin:auto;	
}

.content
{
	position:relative;
	display:block;
	min-width:35%;
	max-width:30%;
	height:100%;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:5;
	min-height:600px;
}
.contentMax
{
	position:relative;
	height:100%;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:5;
	min-height:600px;	
}


.blog
{
	position:relative;
	display:block;
	min-width:35%;
	max-width:30%;
	height:100%;
	overflow:hidden;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:5;
	min-height:600px;
}
.blog iframe
{
	width:100% !important;
}

.blog img
{
	width:100% !important;
}


#bgSchildAugen
{
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(Bilder/schildAugen.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top:220px;
	z-index:4; 
}
#bgEinAuge
{
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(Bilder/einAuge.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top:220px;
	z-index:4; 
}
#bgKopf
{
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(Bilder/kopf.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top:220px;
	z-index:4; 
}
#bgMelde
{
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 1);
	background-image: url(Bilder/melde.jpg);
	background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    padding-top:220px;
	z-index:4; 
}
.isBackground
{
    box-sizing: border-box;
    position: relative;
    width: 100%;
	z-index:4; 
}

#footerContainer
{
	position:fixed;
	width:100%;
	padding:0;
	margin-left:0;
	margin-right:0;
	z-index:8;
	bottom:0;
	background-color: rgba(0, 0, 0, 0.9);
}
#footer
{
	display:block;
	width:1000px;
	height:30px;
	line-height:25px;
	margin:auto;
	color:#FFF;
	text-align:right;
}
#footer a
{
	color:#fff;
	text-decoration:none;
	font-size:14px;
}

.button
{
	float:right;
	width:240px; 
	height:50px; 
	margin-top:15px;
}

input
{
	font-family: 'Droid Sans', sans-serif;
	height:22px;
	font-size:14px;
}
textarea 
{
	font-family: 'Droid Sans', sans-serif;
}
.green
{
	color:#0F0;
}
.red
{
	color:#F00;
}

.seitenChanger
{
	display:inline-block;
	margin-right:10px;
	color:#FFF;
	cursor:pointer;
}
.seitenChanger:hover
{
	text-decoration:underline;
}
.seitenText
{
	display:inline-block;
	margin-right:10px;
	color:#FFF;
}

#presseGallery
{
	width:100%;
}
#presseGallery img
{
	float:left;
	width:15%;
	margin-right:10px;
	margin-top:10px;
}


#schildContainerKontakt
{
	display:none;
	position:fixed;
	top:50%;
	left:46.5%;
	
	color:#c73b15;
	
    font-size: 42px;
    font-size: 2.4vw;
	font-weight:bold;
	
    -webkit-transform: rotate(1deg);
    -moz-transform: rotate(1deg);
    -o-transform: rotate(1deg);
	z-index:2;
	
    overflow: hidden;
	
	padding:0;
	margin:0;
	cursor:pointer;
}
#kontaktForm
{
	display:none;
	position:fixed;
	background-color:rgba(0,0,0,0.8);
    background-size: auto auto;
	width:100%;
	height:100%;
	color:#FFF;	
	z-index:110 !important;
	margin:auto;
}
#kontaktFormInside
{
	position:relative;
	display:block;
	width:400px;
	height:400px;
	left:37%;
	top:20%;
	z-index:111 !important;
	background-color:#FFF;
	color:#000;
	padding:50px;
	-webkit-border-radius: 150px;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius: 150px;
	-moz-border-radius-bottomleft: 0;
	border-radius: 150px;
	border-bottom-left-radius: 0;
	text-align:left;
}
#kontaktFormInside textarea
{
	height:200px;
	width:300px;
	resize: none;
}

.termine {
	margin:0px;padding:0px;
	width:100%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.termine table{
    border-collapse: collapse;
    border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.termine tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.termine table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.termine table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.termine tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.termine tr:hover td{
	
}
.termine tr:nth-child(odd){ background-color: rgba(25, 25, 25, 0.8); } /*#191919;*/
.termine tr:nth-child(even)    
{ background-color: rgba(0, 0, 0, 0.8);; }
.termine td{
	vertical-align:middle;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-weight:normal;
	color:#ffffff;
}
.termine tr:first-child td{
		background:-o-linear-gradient(bottom, #000000 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #000000 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333");	background: -o-linear-gradient(top,#000000,333333);

	background-color:#000000;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.termine tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #000000 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #000000 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333");	background: -o-linear-gradient(top,#000000,333333);

	background-color:#000000;
}


.TableIntern {
	margin:0px;padding:0px;
	width:90%;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.TableIntern table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.TableIntern tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.TableIntern table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.TableIntern table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.TableIntern tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.TableIntern tr:hover td{
	
}
.TableIntern tr:nth-child(odd){ background-color:#333333; }
.TableIntern tr:nth-child(even)    { background-color:#191919; }.TableIntern td{
	vertical-align:middle;
	
	
	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
}.TableIntern tr:last-child td{
	border-width:0px 1px 0px 0px;
}.TableIntern tr td:last-child{
	border-width:0px 0px 1px 0px;
}.TableIntern tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.TableIntern tr:first-child td{
		background:-o-linear-gradient(bottom, #000000 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #000000 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333");	background: -o-linear-gradient(top,#000000,333333);

	background-color:#000000;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
}
.TableIntern tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #000000 5%, #333333 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #333333) );
	background:-moz-linear-gradient( center top, #000000 5%, #333333 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#333333");	background: -o-linear-gradient(top,#000000,333333);

	background-color:#000000;
}
.TableIntern tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.TableIntern tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


.divSelfmadeButton
{
	float:left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:100px; height:30px; background-color:#333; font-size:12px; text-align:center;
	line-height:16px;
	cursor:pointer;
}
@media only screen and (max-width: 1005px) 
{
	html 
	{ 
		width:100%;
		background-image:none;
	}
	body
	{
		width:100%;
		background-image:none;
		font-size:xx-large !important;
	}
	.blog h1
	{
		font-size:xx-large !important;
	}
	
	.schildContainer
	{
		display:none;
	}
	
	#navi
	{
		width:100%;
		font-size:xx-large !important;
	}
	
	#navi a
	{
		float:left;
		font-size:xx-large !important;
	}
	
	#navi img
	{
		float:left;
	}
	
	.TopSpacer
	{
		width:100%;
	}
	.blog
	{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	
	.contendHolder
	{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	.content
	{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	.contentMax
	{
		width:100%;
		min-width:100%;
		max-width:100%;
	}
	
	
	#bgSchildAugen
	{
		background-image: none;
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:220px;
		z-index:4; 
	}
	#bgEinAuge
	{
		background-image: none;
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:220px;
		z-index:4; 
	}
	#bgKopf
	{
		background-image: none;
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:220px;
		z-index:4; 
	}
	#bgMelde
	{
		background-image: none;
		width:100%;
		min-width:100%;
		max-width:100%;
		padding-top:220px;
		z-index:4; 
	}
	#footer
	{
		display:block;
		width:100%;
		height:50px;
		font-size:xx-large !important;
	}
	#footer a
	{
		font-size:xx-large !important;
	}
	
	.termine td
	{
		font-size:xx-large !important;
	}
}