html{
	margin: 0;
	padding: 0;
}

a{
	color: rgba(0,158,225,1);
	font-family: Arial;
}

body{
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 14px;
	background-color: #fff;
	max-width: 2550px;
	/*background-image: url(../bilder/hintergrund.jpg);
	background-attachment:fixed;
	background-position-x: 50%;
	background-position-y: 10%;
	background-repeat: repeat-y;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}

.navbar{
	position:fixed !important;
	width:100%;
	border-radius: 0 !important;
	text-align:center !important;
	top:0;
	z-index:1000;
}



.navbar a,p{
	color: rgba(0,158,225,1) !important;
}

#main{
	width:100%;
	background-color: rgba(255,255,255,1);
	padding:10px;
	margin-top:30px;
	
	
}
@media (min-width: 768px){ 
	#main{
		/*width:95% !important;*/
		padding-left:2.5% !important;
		padding-right:2.5% !important;
	}
}

#main img{
	max-width:100%;
}

.navbar-brand{
	padding-left:0 !important;
	margin-left:0 !important;
}

.container-fluid{
	padding-left: 2.5% !important;
}

@media (max-width: 768px){ 
	.container-fluid{
	padding-left: 15px !important;
	}
}
	
#logo{
	height:50px;
	margin-top:-15px;
}
#montage-container{
	text-align: center;
}

footer{
bottom:0;
background-color:#f8f8f8;
width:100%;
box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
border-radius:5px 5px;
}

#impressum{
padding:5px;
text-align:center;
display:inline-block;
color:  rgba(0,158,225,1);
background-color:#e5e5e5;
width:100%;
}

td.dataMain{
	vertical-align: top;
	font-size: 16px;
	text-align: left;
	border: 1px solid #aaa;
	padding: 5px;
	width: 25%;
	border-top: 1;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
}

strong{
	color: rgba(0,158,225,1);
}

td.data{
	vertical-align: text-top;
	width: 70%;
	font-size: 14px;
	padding: 10px;
	border: 1px solid #aaa;
	border-top: 1;
	border-right: 1;
	border-left: 0;
	border-bottom: 0;
}
td.spacer{
	width: 5%;
}

table.display{
	width: 100%;
}

img.show{
	margin-left: auto;
	margin-right:auto;
	width: 100%;
	max-width: 450px !important;
}
p.black{
	color: black !important;
}

#startbackground{
	height:150px;
	display:block;
	background-image:url("../bilder/startbildschirm.jpg");
	background-position: 50%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff !important;
	padding:10px;
	border-radius:5px;
}

#startbackground div{
	background-color:rgba(255,255,255,0.5);
}

#startbackground h1{
	font-size:18pt;

}
#startbackground h2{
	font-size:16pt;
	margin-left:2%;
}

#startbackground footer{
	bottom:0;
}

.head
{
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	max-width: 100%;
}

#mainHeader{
	text-align: center;
	font-size: 40pt;
	font-weight: bold;
}
#header1, #header2{
	color: #fff !important;
    /*text-shadow: -1px 0 rgba(0,158,225,1), 0 1px rgba(0,158,225,1), 1px 0 rgba(0,158,225,1), 0 -1px rgba(0,158,225,1);*/
	text-shadow:1px 0px 15px rgba(0,158,225,0.75);
	
	font-size: 90px;
	text-align: center;
	padding-top: 50px;
}
#header2{
	font-size: 60px;
	font-weight: bold;
	bottom:0;
}
@media (max-width: 1000px){ 
	#header1{
		font-size: 50px;
	}
	#header2{
		font-size: 35px;
	}

}
#extraHeader{
	text-align: center;
	font-size: 30pt;
}
#teaser{
 	/*background-color: rgba(255,255,255,0);*/
 	padding-top: 20px;
 	padding-bottom: 30px;
 	background-image: url(../bilder/hintergrund.jpg);
 	background-position: left bottom;
 	background-position-x: 50%;
 	background-size: cover;
}

h1,h2,h3,h4,h5{
	font-family: Arial;
	color: rgba(0,158,225,1) !important;
	font-style: bold;
}

img.preview
{
	width: 100%;
	border-radius:5px;
}

ul{
	padding:0;
}
.galerie
{
	text-align: center;
}
.gImage
{
	float: left;
	width: 24%;
	border-radius: 3px;
	margin-right: 1%;
	margin-bottom: 5px;
	border: 3px solid #fff;
	box-sizing: border-box;
}
.gImage:hover
{
	border: 3px solid rgba(0,158,225,1);
}

@media (max-width: 768px){ 
	.gImage{
		width: 49%;
	}
}
.montage{
	width: 24%;
}
.startmain{
	margin-top: 0 !important;

}
#fillIMG{
	background-image: url(../bilder/hintergrund.jpg);
	background-position: left bottom;
 	background-position-x: 50%;
 	background-size: cover;
 	height: 400px;
}
