@charset "UTF-8";
/* CSS Document */

/* raleway-regular - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	src: url('../../fonts/raleway-v28-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../fonts/raleway-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/raleway-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../fonts/raleway-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../../fonts/raleway-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../fonts/raleway-v28-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	src: url('../../fonts/raleway-v28-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../../fonts/raleway-v28-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../../fonts/raleway-v28-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../../fonts/raleway-v28-latin-600.woff') format('woff'), /* Modern Browsers */
		 url('../../fonts/raleway-v28-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../../fonts/raleway-v28-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFF6DC;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
	color: #5A646E;
}
h1 {
	color: #F6AA34;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 600;
	padding-top: 1.2em;
	padding-bottom: 0.4em;
}
h2 {
	color: #F6AA34;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #5A646E;
	padding-top: 1em;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}
h3 {
	color: #F6AA34;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	padding-top: 1em;
	padding-bottom: 0.2em;
	margin-bottom: 0.4em;
}
ul {
	list-style-type: square;
	list-style-position: outside;
}
#nav ul li {
	margin-left: 1em;
}
strong {
	font-weight: 600;
}
#start {
	text-align: center;
}
#start img {
	width: auto !important; 
	width: 100%;
	max-width: 100%;
}
#nav {
	width: 91%;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #FFF;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}
#nav a {
	text-decoration: none;
	color: #5A646E;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	line-height: 2.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8B9DA6;
	margin-right: 1em;
	padding-top: 0.2em;
}
#nav ul ul {
	text-transform: none;
}
#nav ul ul li {
	padding-left: 1em;
}
#nav ul ul ul li {
	padding-left: 2em;
}
#nav ul ul ul a li {
    padding-left: 2em;
	color: #8b9299;
}
.subMenuLeistungen,
.subMenuTeam {
	display: none;
}
.last {
	border: none !important;
}
.activ {
	background-image: url(../images/balken.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content {
	width: 92%;
	margin-bottom: 2.4em;
	padding-top: 0.4em;
	padding-left: 5%;
	padding-right: 3%;
}
#content a {
	text-decoration: none;
	color: #5A646E;
}
#content.team,
#content.praxis {
	width: 95% !important;
	padding-right: 0px !important;
}
.contentImageTop {
	width: auto !important; 
	width: 80%;
	max-width: 80%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: -5.3%;
	margin-top: -0.9em;
}
#contentImageTopMaps {
	width: auto !important; 
	width: 100%;
	max-width: 960px;
	height: 300px;
	max-height: 400px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: -5.3%;
	margin-top: -0.9em;
}
#contentImageTopMaps iframe {
	width: 100% !important;
	height: 100% !important;
}
.terms a {
	color: #F6AA34 !important;
	font-weight: 600;
}

.imageBig {
	width: auto !important; 
	width: 100%;
	max-width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: -5%;
	margin-top: -0.9em;
}
.imageTeam {
	width: auto !important; 
	width: 50%;
	max-width: 50%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: -5%;
	margin-top: -0.9em;
}
.imageAktuell {
	width: auto !important; 
	width: 100%;
	max-width: 100%;
	margin-top: 0.5em;
	border: 1px solid #F6AA34;
}
#homemenue {
	width: 95%;
	height: 1.7em;
	padding-top: 0.7em;
	padding-left: 5%;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: #C4DBE9;
	background-image: url(../images/lines.png);
	background-repeat: no-repeat;
	background-position: 95%;
	color: #FFF;
}
#homemenue a {
	display: block;
	text-decoration: none;
	color: #FFF;
}
.top {
	width: 8em;
	margin: 1.5em auto 0 auto;
	padding-bottom: 18px;
	padding-right: 6px;
}
.top img {
	width: auto !important; 
	width: 25% !important;
	max-width: 25% !important;
}
.orange {
	color: #F6AA34;
	padding-top: 0.4em;
}
.spaceDown {
	padding-bottom: 0.6em;
}
input, textarea, button {
    /*-webkit-appearance: none;*/
    -webkit-border-radius: 0; 
}
textarea:focus, input:focus{
    outline: 0;
}
.entry, .code {
	width: 95%;
	height: 2em;
	margin-top: 1em;
	padding-left: 1%;
	background-color: #FFF;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
}
.code {
	width: 10%;
	padding-left: 0;
	margin-top: 0;
	text-align: center;
}
.code-image {
	height: 2em;
	margin-right: 1em;
	margin-bottom: -0.65em;
}
.messageEntry {
	width: 95%;
	height: 8em;
	margin-top: 1em;
	padding-left: 1%;
	background-color: #FFF;
	border: none;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.4em;
}
.senden {
	width: 35%;
	height: 2em;
	margin-top: 5%;
	-webkit-appearance: none;
	border: none;
	font-size: 1em;
	color: #FFF;
	background-color: #F6AA34;
	cursor: pointer;
}

ul.parsley-errors-list {
	padding-left: 1%;
	list-style-type: none;
	color: red;
}
.datenschutz {
	width: 90%;
	margin-top: 1em;
}

.urlaub {
	padding: 10px;
	border: 1px solid #FABE50;
}
footer {
	padding-top: 18px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
}
footer a {
	color: #5A646E;
	text-decoration: none;
}
.linie {
	width: 90%;
	height: 1px;
	margin: 18px auto;
	background-color: #FABE50;
	border: none;
}
.cc-revoke, .cc-window {
    font-size: 14px !important;
}
