body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, img, ul, li, object, embed {
	padding: 0;
	margin: 0;
	border: none;
}

html {
	width:100%;
	height: 100%;
}



body {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.4;
	color: #fff;
	text-align: center;
	background-color: #fff;
	width:100%;
	height: 100%;
}


body.bg-home {
	background: url('../img/background.jpg') no-repeat center center fixed;
	background-color: #fff;
	width:100%;
	height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}




	
div {
	background-repeat: no-repeat;
	background-position: left top;
}

p {
	padding:0;
}

strong {
	font-weight:700;
}

td {
text-align: left;
vertical-align: top;
}

a {
	outline: none;
	color: #e12b33;
}

a:hover {
	color: #000;
}


a.linkButton{
	display:inline-block;
	text-decoration: none;
	color: #000;
	background: #0a090e;
	padding: 20px;
	font-size: 16px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;	
}
a.linkButton:hover{
	background: #CCC;
}


h1, h2 {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	padding-bottom: 0px;
}

h3 {
	font-size: 16px;
}


.textSup {
font-size:9px;
vertical-align:text-top;
line-height: normal;
}

.textSerif{
font-family: 'Libre Baskerville', serif;
}

.textSmall{
	font-size: 14px;
}

.textSchatten {
	/*background-color: rgba(255, 255, 255, 0.7);
	background: rgba(255, 255, 255, 0.7); */
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}


.textRot{
color: #e12b33;
}

.textWeiss{
color: #0a090e;
}


.clearfloat { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}

strong, b {
	font-weight: 700;
}



.abstandGross{
	padding-bottom:100px !important;
}



.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}




img {
	max-width:100%;
	height: auto;
}



img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
}



/* ---------- Liste ------------- */


ul.liste
{
margin-left: 0;
padding-left: 0;
margin-left: 20px;
margin-top: 5px;
list-style: none;
}

ul.liste li
{
padding-left: 20px;
padding-bottom: 5px;
}




/* ---------- Haupt Divs ------------- */


.container {
	width:900px;
	max-width: 100%;
}



.textblock {
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
} 


.logo {
	position: absolute;
width:400px;
left: 0px;
right: 0px;
top: 20px;
	margin: 0 auto;
} 

.logo img {
	width:100%;
	height: auto;
	border:none;
} 




.textblockBottom {
	width:100%;
	text-align:center;
	position:absolute;
	bottom: 20px;
} 




.modalDialog {
	position: fixed;
	font-size: 14px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 450px;
	position: relative;
	margin: 10% auto;
	padding: 20px;
	border-radius: 10px;
	background: #0a090e;
	
	background: -moz-linear-gradient(#0a090e, #999);
	background: -webkit-linear-gradient(#0a090e, #999);
	background: -o-linear-gradient(#0a090e, #999);
}



.close {
	background: #606061;
	color: #0a090e0a090e;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #0a090e; }





@media only screen and (min-width: 1400px) {

}


@media only screen and (max-width: 990px) {

.logo {
width:350px;
} 

} 




@media only screen and (max-width: 760px) {

.logo {
width:200px;
}



}

@media only screen and (max-width: 468px) {

body.bg-home {
	font-size: 13px;
}

.modalDialog > div {
	width: 70%;
}


}

