
* {
	line-height:140%;
	margin:0;
	padding:0;
	font-size:16px;
	}
html, body {
  	width: 100%; 
  	height: 100%;
	}
body {
	background: #fff;
  	cursor: auto;
	font-family: 'Open Sans', sans-serif;
  	font-style:normal;
  	font-weight:400;
  	line-height: 1.5;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;  
  -webkit-align-items: top;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top; 
	}

/*****************/
.bg_zonios {
	width: 100%;
	text-align: center;
	background-image: url(../images/marion_zonios_hannover_coming_soon.jpg);
	background-size:auto 800px;
	background-repeat:no-repeat;
	background-position:center 0;
	min-height:400px;
	margin-top:80px;
	}
.bg_zonios_farbe {
	width: 100%;
	text-align: center;
	min-height:400px;
	margin-top:80px;
	}
.zeile {
	width:100%;
	text-align:right;
	position:absolute;
	top:4px;
	right:20px;
	}
.zeile a{ 
	font-size:0.8rem;
	}	
#logo {
	-webkit-transition: all .5s;
    transition: all .5s;
	padding:20px 0 0 0;
	border:0;
	max-width:240px;
	}
	:active, :focus, {
	outline: none
	border: 0; 
	}
.umbruch {
	display:none;
	}
.trenner {
	color:#000;
	font-size:100%;
	}
h1 {
    font-family: 'Open Sans', sans-serif;
	color:#004d73;
	font-weight:300;
	text-transform:uppercase;
	font-size:3.2em;
	}
h2 {
    font-family: 'Open Sans', sans-serif;
	color:#000;
	font-weight:300;
	text-transform:uppercase;
	font-size:1.4em;
	}
p {
	color:#000;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
	font-size:1.1em;
	font-style:normal;
	line-height:170%;
	}
p a, p span {
	font-size:100%;
	font-weight:600;
	color:#004d73;
	}
p a:hover {
	color:#000;
	}

/**************************/

h1 {
	margin:0 10px 0 10px;
	}
h2 {
	margin:17px 10px 0 10px;
	}
p {
	margin:0 10px 0 10px;
	}
p span {
	padding-right:5px;
	}

/**********************************************/
@media only screen and (max-width: 1024px)  {
	


	
}

/**********************************************/
@media only screen and (max-width: 40em) {

.bg_zonios {
	background-color:#f7f6f2;
	width: 100%;
	text-align: center;
	background-image: url(../images/marion_zonios_coming_soon.jpg);
	background-size:auto 550px;
	background-repeat:no-repeat;
	background-position:center bottom;
	min-height:750px;
	margin-top:30px;
	}
.bg_zonios_farbe {
	background-color:#fff;
	width: 100%;
	text-align: center;
	margin-top:30px;
	min-height:750px;
	}	
img#logo {
	padding:15% 0 0 0;
	border:0;
	width:180px !important;
	}
.zeile {
	width:100%;
	text-align:center;
	position:absolute;
	top:3px;
	right:auto;
	}
.trenner {
	display:none;
	}
.umbruch {
	display:block;
	height:1px solid;
	}
h1 {
	font-size:2.1em;
	margin:25px 10px 3px 10px;
	}
h2 {
	font-size:1.2em;
	margin:25px 2px 3px 2px;
	}	
p {
	font-size:1.0em;
	margin:10px 10px 20px 10px;
	}

	
}


