/* ======================   Reset  ============================   */

body, html, div, table, td, span, p, a, form, h1, h2, h3, h4, h5, img, ul, li, object, embed, ul, li, input, textarea, button, article, main, aside, details, figcaption, figure, footer, header, hgroup, nav, section{
	padding: 0;
	margin: 0;
	border: none;
	-webkit-text-size-adjust: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


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: "Times New Roman", Times, serif;
	font-weight:400;
	font-size: 16px;
	line-height: 1.4;
	color: #666666;
	text-align: center;
	background-color: #dcdcdc;
	width:100%;
	height: 100%;
}



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: #666666;
}

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: "Times New Roman", Times, 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;
}


.myButton {
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ffffff;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-size:1rem;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton:hover {
	background-color:#f6f6f6;
}
.myButton:active {
	position:relative;
	top:1px;
}

  


/* ---------- 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:1200px;
	max-width: 90%;
	height:100%;
	margin: 0 auto;
	text-align:center;
	padding-top: 5%;
}



.containerInnen {
	width:100%;
	height: 90%;
	background: url('../img/background-skyline.jpg');
	background-color: #fff;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
	text-align:center;
	position:relative;
	
	border-radius: 24px 24px 24px 24px;
-webkit-border-radius: 24px 24px 24px 24px;
-moz-border-radius: 24px 24px 24px 24px;
border: 1px solid #d8d8d8;
}


.logo {
width:400px;
max-width: 80%;
left: 0;
right:0;
margin:0 auto;
text-align:center;
position: absolute;
top: 10%;
} 

.logo img {
	width:100%;
	height: auto;
	border:none;
} 

.buttonKontakt {
	width:100%;
	text-align:center;
	position:absolute;
	bottom: 20%;
} 


.containerFooter {
	width:1200px;
	max-width: 90%;
	margin: 0 auto;
	text-align:center;
	padding-top: 0;
	font-size:0.8rem;
	padding-top: 15px;
}

.containerFooter a {
	text-decoration:none;
}


.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) {



} 




@media only screen and (max-width: 760px) {





}

@media only screen and (max-width: 468px) {
	
	
.logo {
top: 20%;
} 


.modalDialog > div {
	width: 70%;
}


}

