body {
	background-color: #ffffff;
	margin:0px;
}

.bild{
	width:100%;
	height:100%;
	margin:0px auto;
}

h1{
    font-size: 38px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 0px 0;
	font-weight: 100;
	letter-spacing: 0.02em;
	text-transform:uppercase;
}
h1 strong{
	font-weight: 600;
}

h2 {
    font-size: 44px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 0px 0;
	font-weight: 100;
	letter-spacing: 0.02em;
	text-transform:uppercase;
	max-width:70%;
}
h2 strong, h3 strong{
	font-weight: 600;
}
h3 {
    font-size: 24px;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	color: #ffffff;
	margin: 0 0 15px 0;
	font-weight: 100;
	letter-spacing: 0.02em;
	text-transform:uppercase;
}

a, a:link, a:visited, a:active {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:18px;
	letter-spacing: 0.07em;
}

    a:hover {
        color: #807e72;
        text-decoration: none;
        outline: 0;
		letter-spacing: 0.07em;
		font-family: Georgia, 'Times New Roman', Times, serif;

    }


p {
    margin: 0 0 15px 0;
    color: #ffffff;
	font-size: 18px;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	line-height: 30px;
	letter-spacing: 0.07em;
	text-align:left;
	max-width:70%;
}
.zitat{
text-align:left;
}




.wrapper_index{
	width: 100%;
	background: transparent;
	height:100%;
}

.inhalt_index_links{
padding:150px 100px 100px 100px;
width:40%;
height:100%;
box-sizing:border-box;
float:left;
background-color:#ffffff;

}
.inhalt_index_rechts{
padding:150px 0px 100px 100px;
width:60%;
height:100%;
box-sizing:border-box;
float:right;
background-color: #f08100;
min-height: 100vh !important;
}

.social-wrapper{
	width:100%;
	height:auto;
	margin-top:60px;
}
.social-logos{
	float:left;
	margin-right:20px;
}


@media only screen and (max-width: 1080px){
body{
padding-top:0px;
}
.bild{
	max-width:400px;
	width:100%;
	height:auto;
	margin:0px auto;
}
p{
	font-size:16px;
	max-width:100%;
}
.kontakt{
	font-size:14px;
}
.inhalt_index_links{
width:100%;
max-width:100%;
height:auto;
float:none;
display:block;
position:relative;
padding:0px 10px 0px 10px;
margin:0px auto;
text-align:center;
}
.inhalt_index_rechts{
	width:100%;
	max-width:100%;
	height:auto;
	float:none;
	display:block;
	position:relative;
	padding:50px 0px 60px 20px;
	}
.spacer{
	height:60px;
}
h1{
font-size:28px;
hyphens: auto;
}
h2{
font-size:20px;
hyphens: auto;
}
h3{
	font-size:18px;
	hyphens: auto;
	}
a, a:link, a:visited, a:active {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size:14px;
}
}

