@charset "UTF-8";


/* Standard-Styles für ältere Browser (ausser IE)
*******************************************************************************/
command, datalist, source {
	display: none;
}
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
figure, menu {
	margin-top: 1em;
	margin-bottom: 1em;
}
dl menu, menu dl, menu menu, menu ol, menu ul {
	margin-bottom: 0;
	margin-top: 0;
}


/* Generell
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body {
	min-height: 100%;
	height: 100%;
}

/*@media only screen and (max-width: 760px){
	html, body {
		overflow-x: hidden;
	}
}*/

html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
	-webkit-font-smoothing: antialiased; /* damit im Safari die Schrift nicht Blinkt bei den Animationen vom Flexslider */
	-moz-osx-font-smoothing: grayscale;
}

body {
	margin: 0;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #2d3840;
	background: #fff;
	line-height: 1.5em;
	position: relative;
}

h1 {
	font-size: 65px;
	padding: 0;
	color: #2d3840;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2em;
	margin-bottom: 20px;
	width: 100%;
}

h1.home {
	font-size: 34px;
	color: #95949a;
}

h1 span {
	font-weight: 400;
}

h2 {
	font-size: 26px;
	padding: 0;
	color: #2d3840;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 20px;
	width: 100%;
}

h3 {
	font-size: 22px;
	padding: 0;
	color: #2D3840;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 15px;
}

h4 {
	font-size: 17px;
	padding: 0;
	color: #2D3840;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.4em;
}

a:link, a:visited {
	text-decoration: none;
	color: #2D3840;
}

a:hover, a:active, a.aktiv {
	text-decoration: none;
	color: #4983CC;
}

a.gruen {
	color: #4983CC;
}

a.framebox {
	text-decoration: none;
	/*color: #4983CC;*/
	font-weight: 700;
}

a.framebox:hover, a.framebox:active {
	text-decoration: none;
	/*color: #000;*/
}

.lead {
	font-weight: 700;
	font-size: 130%;
	line-height: 1.5em;
}

img {
	border: none;
}

.clear {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

strong {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
}

td {
	vertical-align: top;
	text-align: left;
}

.trenner {
	position: relative;
	clear: both;
	max-width: 1500px;
	margin: 0 auto;
	height: 5px;
	margin-bottom: 60px;
	overflow: hidden;
	background-color: #9899A1;
}

.showpad {
	display: none;
}

.desk {
	display: inherit;
}

.mobile {
	display: none;
}

.small {
	font-size: 80%;
}

.nowrap {
	white-space: nowrap;
}

.floatLeft {
	position: relative;
	float: left;
}

.floatRight {
	position: relative;
	float: right;
}

@media only screen and (max-width: 760px){
	body {
		font-size: 15px;
	}
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	h1, h1.home {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	.lead {
		font-size: 110%;
	}
}
@media only screen and (max-width: 480px){
	body {
		/*line-height: 1.4em;*/
	}
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}


/* Konstrukt
*******************************************************************************/

#outwrap {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	margin: 0 auto -290px auto; /* the bottom margin is the negative value of the footer's height */
	clear: both;
}

#distance {
	height: 290px;
}

.topLink {
	text-align: center;
}

.topLink a {
	display: inline-block;
	width: 29px;
	height: 29px;
	background: url(/_images/top.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

@media only screen and (max-width: 600px){
	
}


/* Header
*******************************************************************************/

#header {
	position: relative;
	max-width: 1200px;
	height: 120px;
	margin: 0 auto;
	padding: 0;
	background: #fff;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#logo {
	position: absolute;
	width: 310px;
	height: 120px;
	left: 0;
	top: 25px;
}

#logo img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width: 1230px){
	#logo {
		left: 15px;
	}
}

@media only screen and (max-width: 900px){
	#logo {
		width: 250px;
	}
	/*#header {
		height: 110px;
	}*/
}

@media only screen and (max-width: 770px){
	#header {
		height: 65px;
	}
	#logo {
		top: 10px;
		left: 15px;
		height: 40px;
	}
	#logo img {
		width: auto;
		height: 100%;
	}
}


/* Headerbild */
.headerBild {
	position: relative;
	height: 750px;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
}

.headerBildSmall {
	position: relative;
	height: 375px;
	width: 100%;
	margin-bottom: 50px;
	overflow: hidden;
	line-height: 1px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.centerHeader {
	max-width: 1200px;
	margin: 0 auto;
}

.centerHeader img {
	width: 100%;
	height: auto;
}

.distanceTop {
	width: 100%;
	height: 50px;
}

.flexslider {
	border: 0;
}

.flexslider .slides li {
	display: block;
	width: 100%;
	height: 750px;
	position: relative;
}

.headline01 {
	position: relative;
	margin: 0 auto;
	padding-top: 250px;
	font-size: 72px;
	font-weight: 400;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}

.headline02 {
	position: relative;
	margin: 0 auto;
	font-size: 72px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
	color: #fff;
}

.headline03 {
	position: relative;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

.slideText {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.legende {
	font-size: 80%;
}


/* Animationen im Slider Home */

.headerOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.25);
}

/*.headerOverlay {
	-moz-animation-name: fadeBG;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 6s;

    -webkit-animation-name: fadeBG;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 6s;

    animation-name: fadeBG;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 6s;
}

@-moz-keyframes fadeBG {
    0% {
		-moz-opacity: 0;
    }
	40% {
		-moz-opacity: 0;
    }
    100% {
		-moz-opacity: 100;
    }
}
@-webkit-keyframes fadeBG {
    0% {
		-webkit-opacity: 0;
    }
	40% {
		-webkit-opacity: 0;
    }
    100% {
		-webkit-opacity: 100;
    }
}
@keyframes fadeBG {
    0% {
		opacity: 0;
    }
	40% {
		opacity: 0;
    }
    100% {
		opacity: 100;
    }
}*/


.abstand {
    height: 55px;
}


@media only screen and (max-width: 1230px){
	.headerBild {
		height: 550px;
	}
	.flexslider .slides li {
		height: 550px;
	}
	.headline01 {
		padding-top: 180px;
		font-size: 52px;
	}
	.headline02 {
		margin: 0 auto;
		font-size: 52px;
	}
}

@media only screen and (max-width: 770px){
	.headerBild {
		height: 400px;
		margin-bottom: 25px;
	}
	.headerBildSmall {
		height: 400px;
		margin-bottom: 25px;
	}
	.flexslider .slides li {
		height: 400px;
	}
	.headline01 {
		padding-top: 125px;
		font-size: 28px;
	}
	.headline02 {
		margin: 0 auto;
		font-size: 28px;
	}
    .abstand {
        height: 25px;
    }
}

@media only screen and (max-width: 680px){
	.headerBild {
		height: 300px;
		margin-bottom: 25px;
	}
	.headerBildSmall {
		height: 150px;
		margin-bottom: 25px;
	}
	.flexslider .slides li {
		height: 300px;
	}
	.headline01 {
		padding-top: 75px;
		font-size: 28px;
	}
	.headline02 {
		margin: 0 auto;
		font-size: 28px;
	}
    .abstand {
        height: 15px;
    }
}


.headline01 {	
	-moz-animation-name: slideBoxes;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 3s;

    -webkit-animation-name: slideBoxes;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 3s;

    animation-name: slideBoxes;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 3s;
}

.headline02 {	
	-moz-animation-name: slideBoxes2;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 4.5s;

    -webkit-animation-name: slideBoxes2;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 4.5s;

    animation-name: slideBoxes2;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 4.5s;
}

.headline03 {	
	-moz-animation-name: slideBoxes3;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-duration: 5.5s;

    -webkit-animation-name: slideBoxes3;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-duration: 5.5s;

    animation-name: slideBoxes3;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-duration: 5.5s;
}

@-moz-keyframes slideBoxes {
    0% {
        -moz-transform: translateX(2000px);
		-moz-opacity: 0;
    }
	30% {
        -moz-transform: translateX(2000px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes {
    0% {
        -webkit-transform: translateX(2000px);
		-webkit-opacity: 0;
    }
	30% {
        -webkit-transform: translateX(2000px);
	}
    100% {
        -webkit-transform: translateX(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes {
    0% {
        transform: translateX(2000px);
		opacity: 0;
    }
	30% {
        transform: translateX(2000px);
		opacity: 0;
    }
    100% {
        transform: translateX(0);
		opacity: 100;
    }
}

@-moz-keyframes slideBoxes2 {
    0% {
        -moz-transform: translateX(1000px);
		-moz-opacity: 0;
    }
	40% {
        -moz-transform: translateX(1000px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes2 {
    0% {
        -webkit-transform: translateX(1000px);
		-webkit-opacity: 0;
    }
	40% {
        -webkit-transform: translateX(1000px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes2 {
    0% {
        transform: translateX(1000px);
		opacity: 0;
    }
	40% {
        transform: translateX(1000px);
		opacity: 0;
    }
    100% {
        transform: translateX(0);
		opacity: 100;
    }
}

@-moz-keyframes slideBoxes3 {
    0% {
        -moz-transform: translateX(1000px);
		-moz-opacity: 0;
    }
	40% {
        -moz-transform: translateX(1000px);
		-moz-opacity: 0;
    }
    100% {
        -moz-transform: translateX(0);
		-moz-opacity: 100;
    }
}
@-webkit-keyframes slideBoxes3 {
    0% {
        -webkit-transform: translateX(1000px);
		-webkit-opacity: 0;
    }
	40% {
        -webkit-transform: translateX(1000px);
		-webkit-opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
		-webkit-opacity: 100;
    }
}
@keyframes slideBoxes3 {
    0% {
        transform: translateX(1000px);
		opacity: 0;
    }
	40% {
        transform: translateX(1000px);
		opacity: 0;
    }
    100% {
        transform: translateX(0);
		opacity: 100;
    }
}

@media only screen and (max-width: 760px){
	.headline01, .headline02, .headline03 {	
		/*-moz-animation-name: none;
		-webkit-animation-name: none;
		animation-name: none;
		-moz-animation: none;
		-webkit-animation: none;
		animation: none;*/
		
		z-index: 1000;
	}
}





/* Navigation
*******************************************************************************/


/* Headernavigation */

#headerNav {
	position: absolute;
	top: 15px;
	right: 50px;
}

#headerNav ul {
	list-style: none;
}

#headerNav li {
	float: left;
}

#headerNav a {
	display: block;
	margin-left: 20px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

/* Suchformular */

.suche {
	position: absolute;
	top: 15px;
	right: 0;
}

.searchButton {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/_images/suche.png) no-repeat right top;
	position: absolute;
	top: 0;
	right: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding-left: 10px;
	cursor: pointer;
}

.searchButton:hover,
.searchButton:active {
	background-position: right -40px;
}

.suchePanel {
	display: none;
}

.suche input {
	width: 150px;
	border: none;
	background: #f0eef0;
	color: #959497;
	font-size: 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	padding: 6px 10px 8px 10px;
	margin: 0;
	position: absolute;
	top: 16px;
	right: 34px;
}

.suche button.sendSearch {
	width: 34px !important;
	height: 34px;
	border: none;
	padding: 0;
	background: url(/_images/search.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 16px;
	right: 0;
}

.suche ::-webkit-input-placeholder {
	color: #888;
}
.suche :-moz-placeholder { /* Firefox 18- */
	color: #888;
}
.suche ::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
}
.suche :-ms-input-placeholder {  
	color: #888;
}


@media only screen and (max-width: 770px){
	.suche.desk {
		display: none !important;
	}
}

/* Hauptnavigation */

#navigation {
	position: absolute;
	top: 82px;
	right: 0;
	width: auto;
	z-index: 100;
	font-size: 18px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#navigation ul {
	position: relative; 
	list-style-type: none;
}

#navigation li {
	float: left;
	position: relative;
}

#navigation a {
	width: auto;
	display: block;
	margin: 0 0 0 30px;
	padding-bottom: 6px;
	line-height: 1.5em;
	color: #333; 
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
}

#navigation a:hover,
#navigation a:active,
#navigation a.aktiv {
	color: #4983CC;
	border-bottom: #4983CC 5px solid;
}

#navigation a.aktiv {
	font-weight: 700;
}



#subnav {
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 2100;
}

.panel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #E7EAF7;
	padding: 25px 10px 15px 10px;
	/*z-index: -1;*/
	width: 100%;
	font-size: 17px;
	line-height: 1.8em;
		
	-webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.25);
}

.panel ul {
	list-style: none;
	float: left;
	width: calc(25% - 100px);
	margin: 10px 50px 20px 50px;
}

.panel ul li {
	float: none !important;
	margin: 0 !important;
}

#subnav .panel ul li a {
	display: block;
	padding: 5px 10px 2px 10px;
	border: none;
	font-family: 'DejaRip', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.8em;
	text-transform: uppercase;
}

#subnav .panel ul li a:hover,
#subnav .panel ul li a:active,
#subnav .panel ul li a.aktiv {
	background: none;
	border: none;
	color: #4C85CA;
}

.float3 {
	position: relative;
	float: left;
	width: 33.333333%;
}




@media only screen and (max-width: 1230px){
	#navigation {
		right: 15px;
	}
	#headerNav {
		right: 65px;
	}
	.suche {
		right: 15px;
	}
}

@media only screen and (max-width: 900px){
	/*#navigation {
		top: 72px;
	}*/
	#navigation a {
		margin: 0 0 0 15px;
	}
}

@media only screen and (max-width: 770px){
	#mobile-header {
		display: inherit;
	}
	#headerNav {
		display: none;
	}
	#navigation {
		display: none;
	}
	
	#navigation {
		background: rgba(255,255,255,0.95);
		top: 65px;
		right: 0;
		width: 100%;
		z-index: 100;
		font-size: 18px;
		padding: 0;
		border-top: #ccc 1px solid;
	}
	#navigation li {
		float: none;
	}
	#navigation a {
		margin: 0;
		padding: 10px 0 10px 15px;
		border-bottom: #ccc 1px solid;
	}
	#navigation a:hover,
	#navigation a:active,
	#navigation a.aktiv {
		color: #4983CC;
		border-left: #4983CC 5px solid;
		border-bottom: #ccc 1px solid;
		padding-left: 10px;
	}
}






/* Content
*******************************************************************************/

.content {
	position: relative;
	width: 100%;
	margin: 0 0 55px 0;
}

.content article {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.center {
	text-align: center;
}

.grau {
	background: #F0EEF0;
	padding: 30px 0 50px 0;
}

.rot {
	background: #e25a5a;
	padding: 30px 0 50px 0;
	color: #fff !important;
}

.rot a:link,
.rot a:visited {
	color: #fff;
	font-weight: bold;
}

.rot a:hover,
.rot a:active {
	color: #000;
}

.content p {
	padding-bottom: 1em;
}

.spalten2 {
	/*position: relative;*/
	float: left;
	width: 50%;
	padding: 0 25px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten2:first-child {
	padding-left: 0;
}

.spalten2:nth-child(2) {
	padding-right: 0;
}

.spalten2 ul {
	list-style: none;
}

.spalten2 li:before {
	content: "› ";
}

table.liste {
	border-top: #2d3840 1px solid;
}

.liste td {
	border-bottom: #2d3840 1px solid;
	padding: 2px 0;
}

.button {
	display: inline-block;
	background: rgba(76, 133, 202, 0.9);
	color: #fff !important;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
}

.button:hover {
	background: rgba(255,255,255,0.9);
	color: #4983CC !important;
}

.buttonsSchema {
	position: relative;
}

.buttonsSchema .button {
	margin-right: 7px;
	margin-bottom: 12px;
}

.button.aktiv {
	background: #4983CC;
	color: #fff;
	border: #4983CC 1px solid;
}

.flexsmall {
	border: 0;
	width: 100%;
}

.flexsmall ul {
	list-style: none;
}

.flexsmall li:before {
	content: normal;
}

.flexsmall img {
	width: 100%;
	height: auto;
}


@media only screen and (max-width: 1000px){
	.spalten2 {
		padding-right: 40px;
	}
}

@media only screen and (max-width: 760px){
	.spalten2 {
		position: relative;
		float: none;
		clear: left;
		width: 100%;
		padding: 0;
	}
	.spalten2:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
}


/* Boxen Home */
.flexbox {
	position: relative;
	max-width: 1250px;
	margin: 0 auto 75px auto;
	padding: 0;
	
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
}

.boxHome {
	position: relative;
	margin: 0 25px 50px 25px !important;
	width: calc(50% - 50px);
	cursor: pointer;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxBild {
	position: relative;
	line-height: 1px;
}

.boxBild img {
	width: 100%;
	height: auto;
}

.boxOverlay {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: RGBA(76, 133, 202, 0.8);
	padding: 20px;
	line-height: 1.3em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.boxOverlay h2 {
	line-height: inherit;
	color: #fff;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 22px;
	display: block;
	width: calc(100% - 60px);
}

.count {
	display: inline-block;
	right: 15px;
	position: absolute;
}

.boxOverlay .trenner {
	position: relative;
	clear: both;
	width: 50px;
	max-width: 50px;
	margin: -5px 0 5px 0;
	height: 5px;
	overflow: hidden;
	background-color: #fff;
}

.boxText {
	position: relative;
	padding: 20px 20px 0 20px;
	background: #F0EEF0;
	font-size: 19px;
	line-height: 1.6em;
}

a.weiter {
	font-size: 14px;
	font-weight: 700;
}

a.weiter:link,
a.weiter:visited {
	color: #4C85CA;
}

a.weiter:hover,
a.weiter:active {
	color: #000;
}

@media only screen and (max-width: 1024px){
	.boxHome {
		position: relative;
		margin: 0 15px 30px 15px !important;
		width: calc(50% - 30px);
		padding: 0 !important;
	}
}

@media only screen and (max-width: 760px){
	.boxOverlay {
		padding: 15px;
	}
	.boxOverlay h2 {
		font-size: 18px;
	}
	.boxText {
		padding: 15px;
		font-size: 15px;
	}
	a.weiter {
		font-size: 12px;
	}
	.boxOverlay .trenner {
		margin-top: -10px;
	}
}

@media only screen and (max-width: 570px){
	.boxHome {
		position: relative;
		margin: 0 15px 50px 15px;
		width: calc(100% - 30px);
		padding: 0 !important;
	}
}




#map {
	position: relative;
	width: 100%;
	height: 400px;
}

#map.karteGross {
	height: 600px;
}

@media only screen and (max-width: 760px){
	#map {
		height: 300px;
	}
	.karteGross {
		height: 400px;
	}
}


.fliesstext {
	-moz-column-count: 2;
	-moz-column-gap: 110px;
	-webkit-column-count: 2;
	-webkit-column-gap: 110px;
	-ms-column-count: 2;
	-ms-column-gap: 110px;
	column-count: 2;
	column-gap: 110px;
}

@media only screen and (max-width: 1000px){
	.fliesstext {
		-moz-column-gap: 90px;
		-webkit-column-gap: 90px;
		column-gap: 90px;
	}
}

@media only screen and (max-width: 760px){
	.fliesstext {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
}


.sliderButton {
	position: absolute;
	bottom: 6px;
	left: 55%;
	z-index: 1000;
}

@media only screen and (max-width: 760px){
	.sliderButton {
		position: relative;
		left: 0;
		bottom: auto;
		margin-top: 20px;
	}
}


/* Teamportraits */
.portraits {
	margin: 0 -25px -30px -25px;
	overflow: hidden;
	width: calc(100% + 40px);
}

.portrait {
	position: relative;
	float: left;
	width: 25%;
	padding: 0 25px 30px 25px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.portrait:nth-child(4n+1) {
	clear: left;
}

.portrait img {
	width: 100%;
	height: auto;
}

.portrait p {
	font-size: 80%;
}

@media only screen and (max-width: 1040px){
	.portrait {
		width: 33.333333%;
	}
	.portrait:nth-child(4n+1) {
		clear: none;
	}
	.portrait:nth-child(3n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 700px){
	.portrait {
		width: 50%;
	}
	.portrait:nth-child(3n+1) {
		clear: none;
	}
	.portrait:nth-child(2n+1) {
		clear: left;
	}
}

@media only screen and (max-width: 479px){
	.portrait {
		width: 80%;
	}
}


/* Definitionsliste Sanierungen */
dl {
	border-bottom: #333 1px solid;
}

dt {
	position: relative;
	float: left;
	clear: left;
	display: block;
	width: 60px;
	font-weight: 700;
	padding: 5px 0;
	border-top: #333 1px solid;
}

dd {
	position: relative;
	float: left;
	display: block;
	width: calc(100% - 60px);
	padding: 5px 0;
	border-top: #333 1px solid;
}


/* Geschichte */
.abstandGeschichte {
	position: relative;
	width: 12px;
	height: 19px;
	background: url(/_images/abstand_geschichte.png) no-repeat;
	margin: 14px auto;
}

h2.accordionHeader {
	margin-bottom: 0;
	cursor: pointer;
}

h2.accordionHeader:hover,
h2.accordionHeader.ui-state-active {
	color: #4C85CA;
}

.accordionContent {
	padding: 10px 0;
}


/* Standorte */
.standorte {
	margin: 0 -25px -30px -25px;
	overflow: hidden;
}

.standort {
	position: relative;
	display: block;
	float: left;
	width: calc(25% - 50px);
	height: 250px;
	overflow: hidden;
	margin: 0 25px 30px 25px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.standort img {
	width: 100%;
	height: auto;

	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.standort:hover img,
.standort:active img {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
	cursor: pointer;
}

.standort p {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: RGBA(76, 133, 202, 0.8);
	color: #fff;
	text-align: center;
	padding-top: 15px;
	font-weight: 700;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.standort a {
	color: #fff;
	text-transform: uppercase;
}

@media only screen and (max-width: 1090px){
	.standort {
		height: 225px;
	}
}

@media only screen and (max-width: 1000px){
	.standort {
		height: 200px;
	}
}

@media only screen and (max-width: 1000px){
	.standort {
		width: calc(33.333333% - 50px);
		height: 250px;
	}
}

@media only screen and (max-width: 800px){
	.standort {
		width: calc(33.333333% - 50px);
		height: 225px;
	}
}

@media only screen and (max-width: 700px){
	.standort {
		width: calc(33.333333% - 50px);
		height: 200px;
	}
}

@media only screen and (max-width: 650px){
	.standort {
		width: calc(50% - 50px);
		height: 250px;
	}
}

@media only screen and (max-width: 550px){
	.standorte {
		margin: 0 -15px -20px -15px;
	}
	.standort {
		width: calc(50% - 30px);
		height: 250px;
		margin: 0 15px 20px 15px;
	}
}

@media only screen and (max-width: 490px){
	.standort {
		height: 225px;
	}
}

@media only screen and (max-width: 450px){
	.standort {
		height: 200px;
	}
}

@media only screen and (max-width: 400px){
	.standorte {
		margin: 0 -30px -20px -10px;
	}
	.standort {
		height: 150px;
		margin: 0 10px 20px 10px;
	}
	.standort p {
		height: 40px;
		padding-top: 8px;
	}
}


/* Freie Objekte */
ol {
	margin-left: 1.4em;
}

.grid {
	margin: 0 -25px -30px -25px;
	overflow: hidden;
	max-width: calc(100% + 50px);
}

.grid-item { 
	width: calc(50% - 50px);
	margin: 0 25px 30px 25px;
	background: #F0EEF0;
}

.objektBild {
	position: relative;
	line-height: 0;
	min-height: 120px;
	background: #4c85ca;
}

.objektText {
	position: relative;
	padding: 20px 20px 5px 20px;
}

.objektText ul {
	margin-left: 1.3em;
	margin-bottom: 1em;
}

.objektBild img {
	width: 100%;
	height: auto;
}

.objektBild h4 {
	color: #ffffff;
	line-height: 1.4em;
	padding-bottom: 10px;
	font-size: 140%;
}

.objektBild p {
	color: #ffffff;
	line-height: 1.4em;
	padding-bottom: 0;
}

.filter-button-group {
	margin: 0 -10px 10px -10px;
}

.filter-button-group .button {
	background: #4983CC;
	color: #fff !important;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 700;
	border: #4983CC 1px solid;
	font-size: 17px;
	margin: 0 10px 20px 10px;
	cursor: pointer;
}

.filter-button-group .button:hover,
.filter-button-group .button.is-checked {
	background: #fff;
	color: #4983CC !important;
}

@media only screen and (max-width: 1250px){
	.grid {
		margin: 0 -15px -30px -15px;
		max-width: calc(100% + 30px);
	}
}

@media only screen and (max-width: 760px){
	.grid-item { 
		width: calc(100% - 30px);
		margin: 0 15px 30px 15px;
		background: #F0EEF0;
	}
	.filter-button-group {
		margin: 0;
	}
	.filter-button-group .button {
		width: 100%;
		margin: 0 0 10px 0;
	}
}


.checkOK {
    width: 300px;
    height: auto;
}


/* Mieterinformationen */
.mieterinfo {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

ul.mieterinfo {
	list-style: none;
}

.mieterinfo li {
	float: left;
	width: 25%;
	overflow: hidden;
}

.downloads {
	list-style: none;
	border-top: #333 1px solid;
}

.downloads li {
	border-bottom: #333 1px solid;
}

.downloads a {
	display: inline-block;
	padding: 3px 0;
	width: calc(100% - 40px);
}

.anker {
	position: absolute;
	top: -35px;
}

.grau .anker, .blau .anker {
	top: 0;
}

.faq .accordionHeader {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 400;
	background: #F0EEF0;
	border-bottom: #fff 2px solid;
	padding: 8px 70px 8px 10px;
	cursor: pointer;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.faq .accordionHeader:after {
	content: url(/_images/accordionClose.png);
	position: absolute;
	right: 10px;
	top: 10px;
}

.faq .accordionContent {
	padding: 15px 10px 40px 10px;
}

.faq .accordionHeader.ui-accordion-header-active {
	color: #4C85CA;
	font-weight: 700;
}

.faq .accordionHeader.ui-accordion-header-active:after {
	content: url(/_images/accordionOpen.png);
	position: absolute;
	right: 10px;
	top: 10px;
}

@media only screen and (max-width: 760px){
	.faq .accordionHeader {
		padding: 8px 50px 8px 10px;
		font-size: 15px;
	}
	.faq .accordionHeader.ui-accordion-header-active {
		font-weight: 400;
	}
	.faq .accordionHeader:after {
		content: url(/_images/accordionClose_mobile.png);
		top: 10px;
	}
	.faq .accordionHeader.ui-accordion-header-active:after {
		content: url(/_images/accordionOpen_mobile.png);
		top: 10px;
	}
}

@media only screen and (max-width: 480px){
	.mieterinfo li {
		width: 50%;
	}
}


/* Suche */
ul#suchresultate {
	margin: 0 0 10px 0;
	padding: 0;
	border-top: #999 1px solid;
	list-style: none;
}

#suchresultate h3 {
	margin-bottom: 5px;
	width: 100%;
}

#suchresultate li {
	padding-bottom: 5px;
	border-bottom: #999 1px solid;
	margin-top: 5px;
	color: #555;
}

#suchresultate h3 {
	font-weight: 400;
}

#suchresultate a {
	color: #4983CC;
	display: block;
}

#suchresultate a:hover {
	color: #000;
}

.text-small {
	font-size: 80%;
}

.text-right {
	text-align: right;
}

.pagination {
	list-style: none;
	padding-top: 10px;
}

.pagination  li {
	display: inline;
	margin-right: 15px;
}

.pagination li a {
    color: #fff;
    background: #4983CC;
    font-weight: 700;
    font-size: 14px;
    border: #4983CC 1px solid;
	padding: 10px 20px;
}

.pagination li a:hover {
	background: #fff;
	color: #4983CC;
}

.datenschutz a {
	text-decoration: underline;
	color: #4F81CB;
}



/* Footer
*******************************************************************************/

/* fixed Footer helper */
#push {
	height: 290px; /* push must be the same height as footer 390 */
}

#footerWrap {
	position: relative;
	height: 290px;
	width: 100%;
	margin: -290px auto 0 auto;
	background: #f0eef0;
}

#footer {
	position: relative;
	font-size: 15px;
	line-height: 1.4em;
	padding: 35px 0 0 0;
	height: 180px;
	background: #f0eef0;
	color: #2D3840;
}

#footer footer {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

#footer a:link, #footer a:visited {
	color: #2D3840;
}

#footer a:hover, #footer a:active, #footer a.aktiv {
	color: #4983CC;
}


.footerMobile {
	display: none;
	font-size: 14px;
}

#impressumWrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#impressum {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #959497;
	text-align: center;
	padding: 8px 0;
	color: #fff;
	display: none;
}

#impressum br {
	display: none;
}

#impressum a {
	color: #fff !important;
}

#impressum a:hover, .open:hover {
	color: #fff !important;
	cursor: pointer;
}

#footerIcons {
	position: relative;
	width: calc(66.666666% - 1px);
	height: auto;
	min-height: 140px;
	float: left;
	border-right: #959497 1px solid;
}

#footerIcons ul {
	list-style: none;
}

#footerIcons li {
	float: left;
	width: 25%;
	overflow: hidden;
}

.footerIcon a {
	display: inline-block;
}

.footerIcon img {
	max-width: 100%;
	width: 200px;
	height: auto;

	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.footerIcon:hover img,
.footerIcon:active img {
	-moz-transform: scale(1.08);
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

#footerAdresse {
	position: relative;
	width: 33.333333%;
	float: left;
}

#footerAdresse img {
	width: 100%;
	height: auto;
}

.footerLogo {
	position: relative;
	width: 310px;
	margin: 10px auto 0 auto;
}

.footerAdressblock {
	position: relative;
	float: right;
	border-left: #959497 1px solid;
	font-size: 11px;
	line-height: 1.4em;
	padding: 0 5px;
}

@media only screen and (max-width: 1050px){
	.footerLogo {
		width: 280px;
	}
	.footerAdressblock {
		font-size: 10px;
		padding: 0 4px;
	}
}

@media only screen and (max-width: 950px){
	#footerIcons {
		width: calc(100% - 321px);
	}
	#footerAdresse {
		width: 320px;
	}
	.footerLogo {
		width: 280px;
	}
	.footerAdressblock {
		font-size: 10px;
		padding: 0 4px;
	}
}

@media only screen and (max-width: 820px){
	#footerIcons li {
		width: 50%;
	}
	#outwrap {
		min-height: auto;
		height: auto;
		margin: 0 auto;
	}
	#distance {
		display: none;
	}
	#push {
		display: none;
	}
	#footerWrap {
		height: auto;
		margin: 0 auto;
	}
	#footer {
		position: relative;
		font-size: 15px;
		line-height: 1.4em;
		padding: 35px 0 20px 0;
		height: auto;
	}
}

@media only screen and (max-width: 640px){
	#footerIcons {
		width: 100%;
		border: none;
		min-height: auto;
	}
	#footerIcons li {
		width: 25%;
	}
	#footerAdresse {
		clear: both;
		width: 100%;
		margin: 0 auto;
		border-top: #959497 1px solid;
	}
}

@media only screen and (max-width: 380px){
	#footerIcons li {
		width: 50%;
	}
	.footerLogo {
		width: 280px;
	}
}



#footerBottom {
	position: relative;
	background: #4983CC;
}

#footerBottom article {
	margin: 0 auto;
	max-width: 1200px;
	height: 75px;
	font-size: 14px;
	color: #fff;
}

.footerLeft {
	position: relative;
	float: left;
	padding: 25px 0 0 50px;
}

.footerRight {
	position: relative;
	float: right;
	text-align: right;
	max-width: 250px;
	padding: 25px 45px 0 0;
}

#footerBottom a {
	color: #fff;
}



@media only screen and (max-width: 760px){
	#footer {
		height: auto;
		padding: 20px 0;
	}
	#footerBottom {
		padding: 10px 20px;
		height: auto;
	}
	#footerBottom article {
		height: auto;
	}
	.footerLeft, .footerRight {
		display: none;
	}
	.footerMobile {
		display: inherit;
	}
	#impressum br {
		display: inherit;
	}
}

@media only screen and (max-width: 370px){
	.footerMobile {
		font-size: 12px;
	}
}



/* Formulare
*******************************************************************************/

.formular {
	max-width: 800px !important;
	margin: 0 auto;
}

#formularMail {
	display: none;
}

form {
	max-width: 100%;
	margin: 0 auto;
}

form#Formular {
	max-width: 80%;
}

@media only screen and (max-width: 760px){
	form,
	form#Formular {
		max-width: 100%;
	}
}

form p {
	margin: 0 0 15px 0 !important;
	padding-right: 20px;
	line-height: 1.8em;
}

p.formblau {
	color: #4983CC;
	width: calc(100%-25px);
}

p.form2 {
	float: left;
	width: 50%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formPLZ {
	float: left;
	width: 15%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formOrt {
	float: left;
	width: 35%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.form3 {
	float: left;
	width: 33.3%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

p.formLeft {
	float: left;
	padding-right: 20px;
}

p.formRight {
	float: right;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

label {
	float: left;
	width: 100%;
}

label.check {
	float: none;
	width: auto;
	display: inline-block;
	margin-right: 40px;
}

.check input {
	margin-right: 10px;
}

.checkWidth {
	min-width: 250px;
}

input.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.formKlein {
	width: 285px;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.formHalb {
	width: 50%;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

.labelHalb {
	display: inline-block;
	width: 50%;
	padding-top: 10px;
}

.formPLZ input.formGross {
	padding: 12px 0 8px 15px;
}
 
textarea.formGross {
	width: 100%;
	height: 120px;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	width: 100%;
	border: #555 1px solid;
	color: #333;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
     background: #fff url('/_images/select.png') no-repeat right center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

select.formKlein {
	width: 120px;
	border: #555 1px solid;
	color: #333;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
    background: #fff url('/_images/select.png') no-repeat right center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

.anzahl, .alleinerziehend, .anzahlTage {
    display: none;
}

input:hover.formGross,
input:focus.formGross,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #4C85CA;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	border: none;
	color: #fff;
	background: #4C85CA;
	padding: 12px 15px 8px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-top: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #000;
	color: #fff;
}

.formGross::-webkit-input-placeholder {
	color: #888;
}
.formGross:-moz-placeholder { /* Firefox 18- */
	color: #888;
}
.formGross::-moz-placeholder {  /* Firefox 19+ */
	color: #888;
}
.formGross:-ms-input-placeholder {  
	color: #888;
}

@media only screen and (max-width: 900px){
	form {
		width: 100%;
		margin-right: -20px;
	}
}

@media only screen and (max-width: 790px){
	p.form3 {
		width: 50%;
	}
}

@media only screen and (max-width: 650px){
	form p, p.formRight {
		padding-right: inherit;
	}
	p.form3, p.form2 {
		width: 100%;
		padding-right: 0;
	}
	p.formPLZ {
		width: 30%;	
		padding-right: 10px;
	}
	p.formOrt {
		width: 70%;	
		padding-right: 0;
	}
	.checkWidth {
		min-width: 0;
	}
	.formGross, .sendKontakt {
		font-size: 14px !important;
	}
}

.titel {
	display: none;
}

legend {
	display: block;
	width: 100%;
	padding: 10px 20px;
	background: #EEEEF1;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

legend p {
	padding: 0 !important;
	margin: 0 !important;
}

.einblend {
	display: none;
	background: #EEEEF1;
	padding: 20px 0 0 20px;
	margin-top: -10px;
	margin-bottom: 10px;
}

.formContent {
	background: #EEEEF1;
	padding: 20px 0 0 20px;
	margin-top: -10px;
	margin-bottom: 10px;
}

form .trenner {
	position: relative;
	clear: both;
	max-width: auto;
	margin: 0 20px 30px 0;
	height: 2px;
	overflow: hidden;
	background-color: #9899A1;
}

.kids2, .kids3, .kids4, .kids5, .kids6, .kids7, .kids8, .kids9, .kids10 {
	display: none;
}

p.loeschenKids {
	display: inline-block;
	background: url("/_images/loeschen.png") no-repeat;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	padding-right: 15px;
}

p.hinzuKids {
	display: inline-block;
	background: url("/_images/bestaetigen.png") no-repeat;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
}

.rasse, .andere, .musik, .andereAufmerksam {
	display: none;
}

.checked1, .checked2, .checked6, .checked8, .checked9 {
	position: absolute;
	display: inline-block;
	width: 25px;
	height: 25px;
	top: 12px;
	right: 12px;
}

.alldone {
	background: url(/_images/check.png) no-repeat center center;
	background-size: 25px 25px;
	/*margin-top: -28px;*/
}

.blendSend {
	display: none;
}

.rolloverBedingungen {
	text-decoration: underline;
}

.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	max-width: 600px;
}

@media only screen and (max-width: 650px){
	.einblend {
		padding: 20px 20px 0 20px;
	}
}


label.formLogin {
	float: left;
	width: 120px;
	margin-right: 20px;
	display: inline-block;
	padding-top: 20px;
}

input.formLogin {
	max-width: 200px;
	border: #555 1px solid;
	color: #333;
	background: #fff;
	padding: 5px 15px 5px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-right: 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.sendLogin {
	border: none;
	color: #fff;
	background: #4C85CA;
	padding: 6px 15px 6px 15px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 17px;
	margin-top: 16px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #000;
	color: #fff;
}


div.form2 {
	float: left;
	width: 50%;
	padding-right: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.dropzone input {
	display: none;
}

.dropzone {
	float: left;
	width: calc(50% - 40px);
	border: #4983cc 2px dashed;
	margin: 0 20px 20px 20px;
}

.dropzone .dz-preview .dz-error-mark g g {
	fill: #C60000;
	fill-opacity: 1;
}

.dropzone .dz-preview .dz-error-message {
	top: 150px;
}


/* Fontawsome
*******************************************************************************/

@font-face {
  font-family: 'fontello';
  src: url('/_fonts/font/fontello.eot?10202484');
  src: url('/_fonts/font/fontello.eot?10202484#iefix') format('embedded-opentype'),
	   url('/_fonts/font/fontello.woff?10202484') format('woff'),
	   url('/_fonts/font/fontello.ttf?10202484') format('truetype'),
	   url('/_fonts/font/fontello.svg?10202484#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: 1em;
	text-align: center;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	margin-left: .2em;

	/* You can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}





/* Admin WebEdition
*******************************************************************************/

.admin {
	color: #C30;
	font-family: Arial, Helvetica, sans-serif;
}

div.admin {
	position: relative;
	background: #e4f1ff;
	color: #000;
	width: auto;
	padding: 10px;
	margin: 5px 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

div.admin.admin50 {
	width: calc(50% - 40px) !important;
}

p.admin {
	font-size: 14px !important;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #C30 !important;
}

table.admin {
	font-size: 13px !important;
	color: #C30 !important;
}

.admin .mehr {
	color: #333;
}

div.admin.config {
	background: #ecc5c5;
	width: 250px;
}

div.admin.configMarke {
	background: #b8f2c0;
}

div.admin.configNews {
	background: #FF9;
}

.admin tbody {
	background: none !important;
}

.adminHeader {
	position: relative;
	width: auto;
	padding: 5px 10px;
	margin: 15px 10px 5px 10px;
	color: #fff;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
		
	background-color: #9fcaf6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(166, 210, 254)), to(rgb(153, 195, 238)));
	background-image: -webkit-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -moz-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -o-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: -ms-linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	background-image: linear-gradient(top, rgb(166, 210, 254), rgb(153, 195, 238));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#a6d2fe', EndColorStr='#99c3ee');
}

.adminHeaderInner {
	position: relative;
	width: auto;
	padding: 5px 10px;
	margin: 15px 10px 5px 10px;
	color: #fff;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	background: #3f7cba;
	color: #fff;
}

.adminHeader p.admin,
.adminHeaderInner p.admin {
	color: #fff !important;
}

.adminHeader select {
	margin-bottom: 0;
	padding-bottom: 0;
}

.admin input[type=checkbox] {
	width: 40px;
	display: inline-block;
}

.wetextarea p {
	margin-bottom: 1em;
}

