@charset "UTF-8";
    /* CSS Document */


body {
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
}

#oben {
	/*position: fixed;*/
	min-height: 82px;
	width: 100%;
	/*left: 0;
	top: 0;*/
	background-color: #102A49;
	z-index: 100;
}

#logo {
	position: absolute;
	margin-top: 10px;
	margin-left: 10px;
	width: 250px;
	height: 60px;
}

#logo img {
    width: 100%;
    height: auto;
	z-index: 9000;
}

#main {
	/*position: absolute;
	left: 0;
	top: 50%;
	height: auto;
	width: 100%;*/
	padding-bottom: 90px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
#unten {
	position: fixed;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/hg444.png);
	background-repeat: repeat-x;	
	z-index: 30;
}
#unten_fix {
	position: fixed;
	height: 40px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-image: url(../images/hg444.png);
	background-repeat: repeat-x;	
	z-index: 30;
}
.menu2 {
	font-size: 12px;
	font-weight: 300;
	color: #fff;
	padding: 0px;
	text-shadow: 1px 2px 2px #0F2948;
	width: auto;
	float: right;
	margin-right: 17px;
	margin-top: 11px;
}
.menu2 a {
	color: #fff;
	text-decoration: none;
}
.menu2 a:hover {
	color: #102A49;
}

#inhalt {
	float: left;
	width:705px;
	height: 355px;
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.8);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inhalt_logos {
	float: left;
	width:705px;
	height: 355px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
	z-index: 100;
    background-color: rgba(255, 255, 255, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;
}
#inhalt_immo {
	position: absolute;
	left: 20px;
	top: -290px;
	width:300px;
	height: auto;
	padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#inhalt_anfahrt {
	float: left;
	width:100%;
	height: auto;
	padding: 0;
}

#links {
	float:left;
	left:0;
	top:0;
	width:325px;
	height:auto;
}
#rechts {
	float:left;
	left:0;
	top:0;
	width:325px;
	height:auto;
	margin-left: 25px;
}
#stoerer {
	position: absolute;
	left: 660px;
	top: -40px;
	width: 280px;
	height: auto;
	-moz-transform:rotate(5deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(5deg); /* Safari */
	-o-transform:rotate(5deg); /* Opera */
	-ms-transform:rotate(5deg); /* IE9 */
	transform:rotate(5deg);
}
#kreis {
	position: absolute;
	left: 740px;
	top: -90px;
	width: 160px;
	height: 162px;
	padding: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-image: url(../images/hg_kreis.png);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	color: #102A49;
	-moz-transform:rotate(20deg);
	-webkit-transform:rotate(20deg);
	-o-transform:rotate(20deg);
	-ms-transform:rotate(20deg);
	transform:rotate(20deg);
}
#kreis a {
	color: #102A49;
	text-decoration: none;
}
#inhalt_ueberschrift {
	width: 100%;
	float: left;
	height: auto;
	margin-bottom: 10px;
}
#foto {
	position: absolute;
	left: 630px;
	top: 128px;
	width: 200px;
	height: auto;
}

.mittig {
	text-align: center;
}
.rechts {
	text-align: right;
	float: right;
}
.block {
	text-align: justify;
}
.weiss {
	color: #FFF;
}
.weissschatten {
	color: #FFF;
	text-shadow: 1px 2px 4px #0F2948;

}
td {
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #102A49;
}
.mieterlinks {
	vertical-align: middle;
	font-size: 14px;
	line-height: 20px;
	color: #102A49;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.mieterlogos {
	padding-top: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #102A49;
	vertical-align: middle;
}
p {
	font-size: 14px;
	line-height: 19px;
	color: #102A49;
	padding: 0px;
	margin: 0px;
}
p a {
	color: #102A49;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 45px;
	font-weight: 500;
	padding: 0px;
	line-height: 45px;
	color: #102A49;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h2 {
	font-size: 22px;
	font-weight: 400;
	padding: 0px;
	line-height: 29px;
	color: #102A49;
	margin: 0;
}
h3 {
	font-size: 20px;
	font-weight: 400;
	color: #102A49;
	padding: 0px;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h3 a {
	color: #102A49;
	text-decoration: none;
}
/* kommt im Menue 3*/
h5 {
	font-size: 13px;
	font-weight: 400;
	color: #629AD1;
	padding: 0px;
	font-style: normal;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
h5 a {
	font-weight: 300;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
h5 a:hover {
	color: #788da5;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

h6 {
	font-size: 17px;
	font-weight: 600;
	color: #102A49;
	padding: 0px;
	line-height: 20px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 1px;
}
h6 a {
	color: #102A49;
	text-decoration: none;
}
#schlagwoerter {
	position:absolute;
	top:190px;
	left: 0;
	width:auto;
	height:auto;
	padding: 23px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#aktion {
	position:absolute;
	width:200px;
	height:202px;
	z-index:6;
	bottom: 40px;
	right: 100px;
}
#aktion1_text {
	position: absolute;
	left: 34px;
	top: 41px;
	width: 133px;
	height: 109px;
	font-size: 16px;
	line-height: 23px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
}
#aktion1_text a {
	color: #FFF;
	text-decoration: none;
}
#aktion2_text {
	position: absolute;
	left: 34px;
	top: 39px;
	width: 133px;
	height: 109px;
	z-index: 1;
	font-size: 16px;
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	line-height: 23px;
}
#aktion2 {
	position:absolute;
	width:200px;
	height:202px;
	z-index:6;
	bottom: 40px;
	right: 350px;
}

#aktion2_text a {
	color: #FFF;
	text-decoration: none;
}
a img {
	border: none;
}

#inhalt img   {
	vertical-align: middle;
}
#weiter {	
	position:absolute;
	left:319px;
	top:-20px;
	width:55px;
	height:357px;
	z-index:1;
	background-color: #102A49;
}
#spendenaktion {
	position: absolute;
	height: auto;
	width: 100px;
	right: 80px;
	top: 0px;
	display: block;
	z-index: 700;
}
.klein {
	font-size: 0.8em;
	margin-top: 15px;
	margin-bottom: 25px;
}
#anfahrt {
	position:absolute;
	width: 330px;
	height: 130px;
	z-index:5;
	background-color: #102A49;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	right: 10px;
	bottom: 50px;
}
#poller {
	position: fixed;
	left:860px;
	bottom: 0px;
	width:153px;
	height:362px;
	display: block;
}
.onlymobile {
	display: none;
}
.hideifmobile {
	display: block;
}





@media only screen and (min-width: 705px) {
    #oben {
        position: fixed;
        top: 0;
        left: 0;
    }

    #logo {
        width: 275px;
        height: 66px;
    }

    #main {
        position: absolute;
    	left: 0;
    	top: 50%;
    	height: auto;
    	width: 100%;
    }
}





@media only screen and (max-width: 831px) {
    /*#menue3 {
    	display: none;
    }*/
    #stoerer {
    	left: 525px;
    }
    #foto {
    	left: 495px;
    }
    #kreis {
    	left: 605px;
    }
    #aktion {
    	bottom: 36px;
    	right: 10px;
    }	
    #aktion2 {
    	bottom: 36px;
    	right: 240px;
    }
}





@media only screen and (max-width: 705px) {
    /*
    #main {
    	top: 82px;
    	width: 100%;
    }
    */

    /*
    #oben {
    	position: fixed;
    }
    */

    #inhalt {
    	height: auto;
    	width: 100%;
    	padding: 20px;
    }
    #inhalt_logos {
    	height: auto;
    	width: 100%;
    	padding-left: 30px;
    }
    #inhalt_immo {
    	position: relative;
    	float: left;
    	left: 0;
    	top: 0;
    	background-color: #102A49;
    	width:100%;
    	height: auto;
    	padding: 20px;
    	color: #fff;
    }
    #inhalt_immo p {
    	color: #fff;
        font-weight: 300;
		margin-bottom: 5px;
    }
    #inhalt_immo h6 a {
    	color: #fff;
    	margin-top: 35px;
    }
	#inhalt_immo #links {
    margin-top: 25px;
    }
    #stoerer {
    	position: relative;
    	float: right;
    	left: 0;
    	top: 30px;
    }
	.menu2 {
	width: 20%;
	text-align: center;
	margin-right: 0;
    }
    h1 {
    	font-size: 30px;
    	line-height: 35px;
    	margin-top: 0;
    	margin-right: 0;
    	margin-bottom: 0;
    	margin-left: 0;
    }
    h2 {
    	font-size: 18px;
    	line-height: 29px;
    	margin: 0;
    }
	h5 {
	line-height: 16px;
    }
	h5 a:hover {
	color: #102A49;
    }
    .onlymobile {
    	display: block;
    }
    .hideifmobile {
    	display: none;
    }
    
    #foto {
    	position: relative;
    	float: left;
    	left: 0px;
    	top: 20px;
    	width: 130px;
    	height: auto;
    }
    #kreis {
    	position: relative;
    	float: left;
    	left: 0;
    	top: 0;
    	width: 100%;
    	height: auto;
    	padding: 15px;
    	margin-top: 30px;
    	background-image: none;
    	text-align: left;
    	background-color: #788da5;
    	-moz-transform:rotate(0deg);
    	-webkit-transform:rotate(0deg);
    	-o-transform:rotate(0deg);
    	-ms-transform:rotate(0deg);
    	transform:rotate(0deg);
    }
    #unten {
    	position: relative;
    	float: left;
    }
    
    #rechts {
    	margin-left: 0;
    	margin-right: 0;
    	margin-top: 0;
    	width: 100%;
    	height: auto:
    }	
    #links {
    	margin-left: 0;
    	margin-right: 0;
    	width: 100%;
    	height: auto:
    }	
    #inhalt_slide {
    	height: auto;
    	width: 100%;
    }
    #schlagwoerter {
    	position: relative;
		width: 100%;
    	top: 0px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    #aktion {
    	width:140px;
    	height:auto;
    }
    #aktion2 {
    	width:140px;
    	height:auto;
    	right: 180px;
    }
    
    #aktion1_text {
    	left: 20px;
    	top: 26px;
    	width: 100px;
    	height: 109px;
    	font-size: 13px;
    	line-height: 18px;
    }
    #aktion2_text {
    	left: 20px;
    	top: 26px;
    	width: 100px;
    	height: 109px;
    	font-size: 13px;
    	line-height: 18px;
    }
    	
    #spendenaktion {
    	display: none;
    }
    #poller {
    	display: none;
    
    }
    #anfahrt {
    	position:relative;
    	float: left;
    	width:100%;
    	height:auto;
    	padding: 20px;
    	right: 0;
    	bottom: 0;
    	margin-top: -10px;
    }
}