/* Version: 02.06.2017 */

* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	inline-box-align: 16px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    background-color: #f1f1f1;
}


p {
    margin: 0;
}

h1 {
    margin: 0px;
    line-height: 1.4;
    font-size: 30px;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

.titel_klein {
    font-size: 23px;
}

h2 {
    margin: 0px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}

#rahmen {
    padding: 0px;
    width: 720px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    background-color: #FFF;
    border: 1px solid #A7A9A4;
    box-shadow: -0.5px 3px 15px #999;
	position:relative;
}

#rahmen::after {
    content: "";
    display: block;
    clear: both;
}

#rahmen_top {
    padding: 0px;
}

#rahmen_bottom {
    padding: 0px;
}

#content {
    padding: 15px;
}

#content::after {
    content: "";
    display: block;
    clear: both;
}

#box_top {}

#box_right {
    float: right;
    width: 48%;
}

#box_left {
    float: left;
    width: 48%;
}

#footer::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    width: auto;
    height: auto;
    border: 0;
	vertical-align:middle;
}

a:link {
    color: #000;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #000;
}

a:active {
    text-decoration: none;
    color: #000;
}

.color_2 {
    color: #fff !important;
}

ul {
    margin-left: 5px;
    padding-left: 9px;
    margin-top: 0px;
    list-style-type: disc;
	margin-bottom: 18px;
	
}

li {
    margin: auto;
    padding: 0 0 0 3px;
}

.clear {
    clear: both;
    font-size: 0px;
    line-height: 0px;
}

.bild1 {
    display: block;
}

.bild2 {
    display: none;
}

.hide {
    display: none;
}

.refnr {}

.blocksatz {
    text-align: justify;
    text-align-last: justify;
}

.blocksatz:after {
    content: "";
    display: inline-block;
    width: 100%;
}

p:empty {
    height: 18px;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
	/* table-layout: fixed; */
}

.cell {
    display: table-cell;
}

.row {
    display: table-row;
}

.flex {
	display:flex;
	display:-ms-flexbox;
	display: -webkit-flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.button_box {
    text-align: center;
}

.button_box::after {
	clear:both;
	content:"";
	display:block;
}

.button a {
    background: #123487;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    padding: 10px 40px;
}

.button a:hover {
    background: #2d5aae;
}



.bg_image {
	background: url(gebaeude_zeichnung.jpg) no-repeat;
	background-position: bottom right;
	background-size: 60%;
	background-origin: content-box;
}

#header_green {
	background-color: #8ab720;
	width: 100%;
	height: 80px;
}

#header_green img {
	position: absolute;
	top: 33px;
	right: 33px;
}

.white_space {
	width: 100%;
	height: 6px;
}

#header_orange {
	background-color: #e65b16;
	width: 100%;
	height: 15px;
	margin-bottom: 18px;
}

.text_box {
	padding: 0 3% 0 5%;
	
}



.floater_left {
	float: left;
}

#footer {
	margin-top: 0px;
	background-color: #8ab720;
	height: 20px;
}

.ausblenden {
	display:block;	
	}

.apply {}
