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

@font-face {
    font-family: 'ballon-pro';
	src: url('../fonts/balloon-pro-xbold-webfont.woff') format('woff'),
		 url('../fonts/balloon-pro-xbold-webfont.eot') format('eot'),
		 url('../fonts/balloon-pro-xbold-webfont.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frontpage-pro-light';
	src: url('../fonts/frontpage-pro-light-webfont.eot') format('eot'),
		 url('../fonts/frontpage-pro-light-webfont.ttf') format('ttf'),
		 url('../fonts/frontpage-pro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'frontpage-pro-medium';
	src: url('../fonts/frontpage-pro-medium-webfont.eot') format('eot'),
		 url('../fonts/frontpage-pro-medium-webfont.ttf') format('ttf'),
		 url('../fonts/frontpage-pro-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
h1 {
    font-family: 'ballon-pro';
	font-size: 3.6em;
	line-height: 0.99em;
	font-weight: lighter;
	text-align: center;
	color: #ffffff;
	margin-top: 0;
	padding: 0;
}
h2 {
    font-family: 'ballon-pro';
	font-size: 3.6em;
	line-height: 0.99em;
	font-weight: lighter;
	text-align: center;
	color: #575656;
	margin-top: 0;
	padding: 0;
}
h3 {
	font-family: 'frontpage-pro-medium';
	font-size: 1.38em;
	font-weight: lighter;
	line-height: 1.63em;
	text-align: left;
	margin: 0;
	padding: 0;
}
h4 {
	font-family: 'frontpage-pro-medium';
	font-size: 1.38em;
	font-weight: lighter;
	line-height: 1.63em;
	text-align: center;
	margin: 0;
	padding: 0 0 15px 0;
}
h5 {
	font-family: 'frontpage-pro-medium';
	font-size: 2.7em;
	font-weight: lighter;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 20px 0 30px 0;
}
h7 {
	font-family: 'frontpage-pro-medium';
	font-size: 1.8em;
	font-weight: lighter;
	line-height: 0;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0;
}
p {
	font-family: 'frontpage-pro-light';
	font-size: 1.25em;
	line-height: 1.63em;
	text-align: left;
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: auto;
}
body, html {
	width: 100%;
	height: 100%;
}
#container {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}
#kopf {
   	box-sizing: border-box;
	width: 100%;
    height: auto;
    margin: 0 auto;
	padding: 60px 30px 60px 30px;
    display: flex; 
    flex-direction: row;
	justify-content: space-between;
	align-items: center;
	line-height: 0;
}
#kopfbildwrapper {
	box-sizing: border-box;
	width: 50%;
    height: auto;
	display: flex; 
    flex-direction: column;
	justify-content: center;
}
.start {
	box-sizing: border-box;
	width: 100%;
	font-family: 'frontpage-pro-medium';
	font-size: 1.63em;
	font-weight: lighter;
	line-height: 0;
	text-align: center;
	margin: 50px auto 0;
}
#kopfbild {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: 8px solid #acca26;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
}
#kopfbild img {
	width: 100%;
	height: auto;
}
.navwrapper {
	box-sizing: border-box;
	width: 25%;
    height: auto;
	display: flex; 
    flex-direction: column;
}
.button-re {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.button-re img {
	width: 80%;
	height: auto;
	line-height: 0;
	float: right;
}
.button-li {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 50px 0;
}
.button-li img {
	width: 80%;
	height: auto;
	line-height: 0;
	float: left;
}
#logo {
	box-sizing: border-box;
	height: auto;
	width: 63%;
	margin: 30px 0 30px 0;
	display: flex;
	justify-content: center;
	line-height: 0;
	overflow: hidden;
}
#inhalt1 {
	box-sizing: border-box;
	width: 100%;
    height: auto;
	background-color: #acca26;
	color: #ffffff;
	padding: 60px 180px 60px 180px;
}
#formular {
	width: 50%; 
	margin: 60px auto 0;
	padding: 0;
}
.feld1 {
	box-sizing:border-box;
	width: 100%;
	text-align: left;
	display: block;
	font-family: 'frontpage-pro-light';
	font-size: 1.25em;
	line-height: 1.63em;
}
.eingabe {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #575656;
	font-size:1.25em;
	text-align:left;
	font-family: 'frontpage-pro-light';
	border: 1px solid #575656;
	border-radius: 12px;
}
#nachricht {
	box-sizing:border-box;
	margin-top: 8px;
	width: 100%;
	height: auto;
	padding: 12px;
	color: #575656;
	font-size:1.25em;
	text-align:left;
	font-family: 'frontpage-pro-light';
	border: 1px solid #575656;
	border-radius: 12px;
}
.error {
	width:100%; 
	padding-top:15px; 
	text-align:left;
	font-family: 'frontpage-pro-light';
	font-size: 1.25em;
	color: #9e1118;
}
.button {
	width: 50%;
	padding: 0.5em;
	margin: 30px auto 0;
	border-radius: 12px;
	background-color: #575656;
	font-family: 'Helvetica';
	font-size: 1.63em;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	color:#ffffff;
	}
.button:link { 
	color:#ffffff;
	text-decoration:none;
}
.button:visited { 
	color:#ffffff;
	text-decoration:none;
}
.button:hover { 
	color:#575656;
	text-decoration:none;
	background-color: #ffffff;
}
.button:active { 
	color:#575656;
	text-decoration:none;
	background-color: #ffffff;
}
#inhalt2 {
	box-sizing: border-box;
	width: 100%;
    height: auto;
	background-color: #ffffff;
	color: #575656;
	padding: 60px 180px 60px 180px;
}
.textleiste {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	margin: 15px auto;
	padding: 0.15em 0 0.15em 0;
	align-content: center;
	align-items: flex-start; 
    display: flex; 
    flex-direction: row;
	justify-content: flex-start;
}
.textblock {
	width: auto; 
	height: auto;
	margin: 0 90px 0 0;
}
.liste {
	font-family: 'frontpage-pro-light';
	font-size: 1.25em;
	line-height: 1.63em;
	margin: 0px 0px 0px -27px;
	text-align: left;
	list-style-type: disc;
	color: #ffffff;
}
.bildleiste {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 60px 0 30px 0;
}
.bildleiste2 {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 30px 0;
}
.leistenbild {
	width: 26%;
	height: auto;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
}
.leistenbild img {
	width: 100%;
	height: auto;
}
.profilwrapper {
	box-sizing: border-box;
    width: 25%;
	height: auto;
	display: flex;
	flex-direction: column;
	margin: 0;
}
.profilbild {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	border-radius: 50%;
	line-height: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.profilbild img {
	width: 100%;
	height: auto;
}
.referenzbild {
	box-sizing: border-box;
    width: 30%;
	height: auto;
	border-radius: 0px;
	line-height: 0;
	overflow: hidden;
	margin: 0 0 30px 0;
}
.referenzbild img {
	width: 100%;
	height: auto;
}
.profilbeschreibung {
	box-sizing: border-box;
    width: 100%;
	height: auto;
	font-family: 'frontpage-pro-light';
	font-size: 1.25em;
	line-height: 1.63em;
	text-align: center;
	margin: 0;
}
#karte {
	width: 100%;
	position: relative;
	line-height: 0;
	overflow: hidden;
	padding-top: 45%;
	margin: 0 0 60px 0;
}
#landkarte {
	position: absolute;
 	top: 0;
 	left: 0;
 	bottom: 0;
 	right: 0;
 	width: 100%;
  	height: 100%;
	line-height: 0;
}

#fuss {
	box-sizing: border-box;
	width: 100%;
	font-family: 'frontpage-pro-light';
	font-size: 1.38em;
	line-height: 0;
	color: #acca26;
	text-align: center;
	padding: 60px 0px 63px 0px;
}
.mouseover:link {
	color: #acca26;
	text-decoration:none;
}
.mouseover:visited {
	color: #acca26;
	text-decoration:none;
}
.mouseover:hover {
	color: #575656;
	text-decoration:none;
}
.mouseover:active {
	color: #575656;
	text-decoration:none;
}
.mouseover2:link {
    color: #ffffff;
    text-decoration: none;
}
.mouseover2:visited {
    color: #ffffff;
    text-decoration: none;
}

.mouseover2:hover {
    color: #575656;
    text-decoration: none;
}

.mouseover2:active {
    color: #575656;
    text-decoration: none;
}
@media screen and (max-width: 820px) {
    h1 {
	font-size: 2.7em;
	}
}
@media screen and (max-width: 480px) {
    h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0px;
	padding: 0;
	}
}
@media screen and (max-width: 480px) {
    h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-top: 0px;
	padding: 0;
	}
}
@media screen and (max-width: 480px) {
    h3 {
	font-size: 0.97em;
	line-height: 1.38em;
	margin-top: 0px;
	}
}
@media screen and (max-width: 480px) {
    h4 {
	font-size: 0.97em;
	line-height: 1.38em;
	margin-top: 0px;
	}
}
@media screen and (max-width: 820px) {
    h5 {
	font-size: 2.1em;
	line-height: 1.2em;
	margin-top: 0px;
	padding: 0;
	}
}
@media screen and (max-width: 480px) {
    h5 {
	font-size: 1.39em;
	line-height: 1.2em;
	margin-top: 0px;
	padding: 0;
	}
}
@media screen and (max-width: 820px) {
    h7 {
	font-size: 1.38em;
	line-height: 1.69em;
	padding: 0 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
    h7 {
	font-size: 1.12em;
	line-height: 1.19em;
	text-align: center;
	margin-top: 0;
	padding: 0;
	}
}
@media screen and (max-width: 480px) {
    p {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 480px) {
    #container {
	padding: 0;
	}
}
@media screen and (max-width: 820px) {
    #kopf {
	padding: 15px 30px;
	}
}
@media screen and (max-width: 480px) {
    #kopf {
	flex-direction: column;
	padding: 30px;
	}
}
@media screen and (max-width: 820px) {
    #kopfbildwrapper {
	width: 45%;
	margin: 30px 0;
	}
}
@media screen and (max-width: 480px) {
    #kopfbildwrapper {
	width: 100%;
	margin: 15px 0;
	}
}
@media screen and (max-width: 820px) {
    .start {
	font-size: 1.38em;
	margin: 30px 0 10px 0;
	}
}
@media screen and (max-width: 480px) {
    .start {
	width: 100%;
	font-size: 1.25em;
	margin: 30px 0;
	}
}
@media screen and (max-width: 480px) {
    #kopfbild {
	width: 100%;
	border: 5px solid #acca26;
	}
}
@media screen and (max-width: 820px) {
    .navwrapper {
	width: 27.5%;
	}
}
@media screen and (max-width: 480px) {
    .navwrapper {
	width: 100%;
	}
}
@media screen and (max-width: 820px) {
    .button-li {
	margin: 10px 0;
	}
}
@media screen and (max-width: 480px) {
    .button-li {
	margin: 0;
	}
}
@media screen and (max-width: 480px) {
    .button-li img {
	width: 70%;
	}
}
@media screen and (max-width: 820px) {
    .button-re {
	margin: 20px 0;
	}
}
@media screen and (max-width: 480px) {
    .button-re {
	margin: 0;
	}
}
@media screen and (max-width: 480px) {
    .button-re img {
	width: 70%;
	}
}
@media screen and (max-width: 480px) {
    #kopf {
	flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
    #logo {
	height: auto;
	width: 100%;
	margin: 12px 0px 12px 0;
	}
}
@media screen and (max-width: 1150px) {
    #inhalt1 {
    padding: 60px 90px;
    }
}
@media screen and (max-width: 820px) {
    #inhalt1 {
    padding: 60px;
    }
}
@media screen and (max-width: 480px) {
    #inhalt1 {
    padding: 30px;
    }
}
@media screen and (max-width: 820px) {
    #formular {
    width: 100%;
	margin: 60px auto 0;
    }
}
@media screen and (max-width: 480px) {
    #formular {
    width: 100%;
	margin: 30px auto 0;
    }
}
@media screen and (max-width: 480px) {
    .feld1 {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 480px) {
    .error {
	font-size: 0.88em;
	padding-top: 0;
	}
}
@media screen and (max-width: 480px) {
    .button {
    width: 100%;
	font-size: 0.97em;
	margin: 15px auto 0;
    }
}
@media screen and (max-width: 1150px) {
    #inhalt2 {
    padding: 60px 90px;
    }
}
@media screen and (max-width: 820px) {
    #inhalt2 {
    padding: 60px;
    }
}
@media screen and (max-width: 480px) {
    #inhalt2 {
    padding: 30px;
    }
}
@media screen and (max-width: 480px) {
    .textleiste {
	flex-direction: column;
	}
}
@media screen and (max-width: 480px) {
    .liste {
	font-size: 0.88em;
	line-height: 1.38em;
	margin: 0px 0px 0px -27px;
	}
}
@media screen and (max-width: 1150px) {
    .bildleiste {
	margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 820px) {
    .bildleiste {
	margin: 0;
	}
}
@media screen and (max-width: 480px) {
    .bildleiste {
	flex-direction: column;
	margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 1150px) {
    .bildleiste2 {
	margin: 30px 0 0 0;
	}
}
@media screen and (max-width: 820px) {
    .bildleiste2 {
	margin: 15px 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
    .bildleiste2 {
	flex-direction: column;
	margin: 0 0 15px 0;
	}
}
@media screen and (max-width: 480px) {
    .leistenbild {
	width: 80%;
	margin: 15px auto;
	}
}
@media screen and (max-width: 480px) {
    .referenzbild {
	width: 80%;
	margin: 15px auto;
	}
}
@media screen and (max-width: 480px) {
    .profilwrapper {
	width: 100%;
	margin: 15px 0;
	}
}
@media screen and (max-width: 480px) {
    .profilbild {
	width: 60%;
	margin: 0 auto 20px;
	}
}
@media screen and (max-width: 480px) {
    .profilbeschreibung {
	font-size: 0.88em;
	line-height: 1.38em;
	}
}
@media screen and (max-width: 480px) {
    #karte {
	padding-top: 100%;
	margin: 0 0 30px 0;
	}
}
@media screen and (max-width: 820px) {
    #fuss {
    padding: 20px 0 30px 0;
    }
}
@media screen and (max-width: 480px) {
    #fuss {
	font-size: 0.97em;
    padding: 20px 0 30px 0;
    }
}