header h1 {
    margin: 35px 0px 0px;
    font-size: 55px;
    color: #EF7E2D;
	font-family: "Open Sans",sans-serif;
	text-align:center;
}

#section-main-image {
    max-width: 1300px;
	margin: 20px auto;
}
.main-images {
    width: 15%;
	float:left;
}

#banner-background-image {
	text-align:right;
}

#bildnachweis {
    float:right;
	color: #4A463B;
    font-size: 12px;
    font-family: "Baumans",cursive;
	clear: right;
}

.color-orange {
	color: #EF7E2D;
}
#img-house-home {
	float:right;
	margin-left:10px;
	width: 30%;
	border: 1px solid #EF7E2D;
}

#bildnachweis-aussen {
	float:right;
	margin-left:10px;
	width: 30%;
}

#header {
    position: relative;
    width: auto;
    max-width: 1300px;
    //margin: 0px auto 20px;
	//background-image: url(../img/fotolia/fotolia_82395682.jpg);
	background-size: 100% 100%;

}

body {
    background: #FFFFFF none repeat scroll 0%;
	//background: #EBE8DE none repeat scroll 0%;
    margin: 20px;
}
footer {
    background: #ffffff;
    border-bottom: 1px solid #EF7E2D;
	border-top: 1px solid #EF7E2D;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    //padding: 5px ;
	//margin: 0 23px 0 23px;
    max-width: 1300px;
}

footer p {
    max-width: 1300px;
    clear: both;
    margin: 0 auto;

}

header p {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #4A463B;
    margin-left: 30%;
}
p {
    margin: 5px 0px;
    line-height: 25px;
}

section p {
    padding-top: 10px;
}

header img {
   float:left;
   margin-right:30px;
}



.table {
    line-height: 25px;
    font-family: "Open Sans",sans-serif;
    clear: both;
    width: auto;
    max-width: 1300px;
	margin-bottom: 20px;
}

.table h2, h3 {
    font-size: 20px;
    border-bottom: 1px solid #EF7E2D;
    padding: 20px 0px;
    margin-bottom: 20px;
}

.item {
    float: left;
    margin: 0 45px 0 0;
}


nav ul {
    padding: 0;
    margin: 0;
}

nav>ul>li {
	background-color: #FFFFFF;
	padding:0px;
	border-right: 1px solid #EF7E2D;
	height: 12%;
	font-family: "Open Sans",sans-serif;
    color: #4A463B;
    font-size: 16px;
    display: block;
    float: left;
//    padding: 2px 20px 2px 0px;
}

nav>ul>li>a{
	padding-left:12px;
	padding-right:12px;
	display:flex;
	//width: 100px;
	min-height: 35px;
	align-items: center;
	justify-content: center;
}

#headline-banner{
	padding-left:2px;
	display:flex;
	height:12%;
	font-weight:bold;
	color: white;
	background-color: #EF7E2D;
	font-family: "Open Sans",sans-serif;
    font-size: 16px;
	align-items: center;
	justify-content: center;
	min-width: 25%;
}


.haus-beschreibung-img {
	width:25%;
	padding:0px 20px 20px 0px;
	min-width: 300px;
	float:left;
	text-align:center;
}


.table-orange { 
	background-color: #EF7E2D;
	color:white;
}

.table-grey { 
	background-color: grey;
}


div>table>tbody>tr>td{
height:25px;
padding-left: 2px;
}

nav>ul>li>a:link{
	color: #EF7E2D;
}

nav>ul>li>a:visited{
	color: #EF7E2D;
}

nav>ul>li>a:hover{
	color: #EF7E2D;
	font-weight: bold;
}
section>ul>li {
list-style: url("../img/bullet.png");

}


.hinweise{
	font-size: 12px;
	margin-top:30px;
}

a:link {
    color: #4A463B;
}

/* visited link */
a:visited {
    color: #4A463B;
}

/* mouse over link */
a:hover {
    color: #EF7E2D;
}

/* selected link */
a:active {
    color: #4A463B;
}

a.tooltip::before {
    content: attr(datatool-tip);   
	left: 30%;
	font-size: 12px;
	color: #e0e0e0;
    position: absolute;
    z-index: 999;
    white-space: nowrap;
    bottom: 9999px;
    background: #EF7E2D;
    padding: 0 5px;
    line-height: 25px;
    height: 25px;
    opacity: 0;  
    transition: opacity ease-out; 
}
     
a.tooltip:hover::before {
    opacity: 1;
    bottom: -25px;
}

a.tooltip {
	position: relative;
}	
