@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,700;1,300;1,500;1,700&display=swap');


/* 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;
}


/* Definitionen
*******************************************************************************/
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5em;
	color: #484848;
	background-color: #fff;
	margin: 0;
	position: relative;
}

/* Hintergrundfarben */

.schwarz {
	background: #000;
	color: #fff;
}
.weiss {
	background: #fff;
	color: #484848;
}
.hellgrau1 {
	background: #f7f7f7;
}
.hellgrau2 {
	background: #e1e1e1;
}
.mittelgrau1 {
	background: #898888;
	color: #fff;
}
.mittelgrau2 {
	background: #7e7e7e;
	color: #fff;
}
.dunkelgrau {
	background: #4d4d4d;
	color: #fff;
}
.tint {
	background: #DBD3BF;
	color: #fff;
}
.akzent {
	background: #D3BE90;
	color: #fff;
}

/* Textfarben */
.tWeiss {
	color: #fff;
}
.tSchwarz {
	color: #000;
}
.tGrau {
	color: #adadad;
}
.tTint {
	color: #DBD3BF;
}

/* Textauszeichnungen */
h1 {
	font-size: 55px;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 50px;
	font-weight: 300;
	line-height: 1.5em;
	margin-bottom: 0.5em;
}
h2.titel {
	font-size: 55px;
}
h3 {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 1em;
}
h4 {
	font-size: 21px;
	font-weight: 300;
	line-height: 1.5em;
}
strong {
	font-weight: 700;
}
/* H1_Start_75pt-45pt */
.start {
	font-size: 75px;
}
/* H2_Titel_55pt-38pt */
.titel {
	font-size: 55px;
}
/* H2_Titel_50pt-38pt */
.titel50 {
	font-size: 50px;
}
/* H3_bold_23pt-20pt */
.bold23 {
	font-size: 23px;
	font-weight: 700;
}
/* GS_L_21pt-18pt */
.gsL {
	font-size: 21px;
}
/* GS_L_bold_21pt-18pt */
.gsL_bold {
	font-size: 21px;
	font-weight: 700;
}
/* GS_S_18pt-16pt */
.gsS {
	font-size: 18px;
}
/* GS_S_bold_18pt-16pt */
.gsS_bold {
	font-size: 18px;
	font-weight: 700;
}
.Footer_16pt {
	font-size: 16px;
}
.subFooter_14pt {
	font-size: 14px;
}
.Button_16pt {
	font-size: 16px;
}
.Formular_17pt-15pt {
	font-size: 17px;
}
.count {
	font-size: 70px;
	font-weight: 700;
	line-height: 1.3em;
}

a:link, a:visited {
	text-decoration: none;
	color: #D3BE90;
	cursor: pointer;
}

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

.bgOverlay {
	position: relative;
	background: rgba(77,77,77,0.75);
	color: #fff;
}

.bgTitel {
	position: relative;
	background: rgba(0,0,0,0.75);
	color: #fff;
	padding: 0 25px;
}

.overlay {
	background: rgba(211,190,144,0.75)
}


@media only screen and (max-width: 767px){
	body {
		font-size: 18px;
	}
	h1 {
		font-size: 38px;
	}
	h2 {
		font-size: 38px;
	}
	h2.titel {
		font-size: 38px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	/* H1_Start_75pt-45pt */
	.start {
		font-size: 45px;
	}
	/* H2_Titel_55pt-38pt */
	.titel {
		font-size: 38px;
	}
	/* H2_Titel_50pt-38pt */
	.titel50 {
		font-size: 38px;
	}
	/* H3_bold_23pt-20pt */
	.bold23 {
		font-size: 20px;
	}
	/* GS_L_21pt-18pt */
	.gsL {
		font-size: 18px;
	}
	/* GS_L_bold_21pt-18pt */
	.gsL_bold {
		font-size: 18px;
	}
	/* GS_S_18pt-16pt */
	.gsS {
		font-size: 16px;
	}
	/* GS_S_bold_18pt-16pt */
	.gsS_bold {
		font-size: 16px;
	}
	.footer_16pt {
		font-size: 16px;
	}
	.subFooter_14pt {
		font-size: 12px;
	}
	.button_16pt {
		font-size: 16px;
	}
	.formular_17pt-15pt {
		font-size: 15px;
	}
	.count {
		margin-bottom: 0.5em;
	}
}


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

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

html, body {
	min-height: 100%;
	height: 100%;
	width: 100%;
	/*overflow-x: hidden;*/
}

html.autoHeight, body.autoHeight {
	height: auto !important;
	min-height: auto !important;
}

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.noScroll {
    overflow: hidden;
    height: 100%;
}

img {
	border: none;
	width: 100%;
	height: auto;
}

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

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

.desk {
	display: inherit;
}

.mobile {
	display: none !important;
}

.nowrap {
	white-space: nowrap;
}

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

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

.btn {
	display: inline-block;
	padding: 10px 30px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	background: #D3BE90;
	color: #333 !important;
	min-width: 200px;
		
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn:hover {
	background: #fff;
	color: #333;
}

.btn img {
	display: inline;
	width: 20px;
	height: auto;
	padding-left: 10px;
	opacity: 0.7;
	margin-bottom: -4px;
}

.tint .btn {
	background: #333;
	color: #fff !important;
}

.tint .btn:hover {
	background: #fff;
	color: #333 !important;
}

.akzent .btn {
	background: #333;
	color: #fff !important;
}

.akzent .btn:hover {
	background: #fff;
	color: #333 !important;
}

.zentriert {
	text-align: center;
}

.rechts {
	text-align: right;
}

.noscale,
.noscale img {
	width: auto !important;
}

.hidden {
     opacity: 0;
}
.visible {
     opacity: 1;
}


a.weiter {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #000;
	text-decoration: none !important;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	border: #000 2px solid;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

a.weiter:hover {
	background: #000;
	color: #fff;
}

.grau .weiter:hover {
	color: #d1d3d8 !important;
}

.gruen .weiter:hover {
	color: #a5d7c3 !important;
}

.orange .weiter:hover {
	color: #f5af8c !important;
}

p {
	margin-bottom: 1em;
}


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



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

#created {
	position: absolute;
	z-index: 9;
	right: -30px;
	bottom: 120px;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#created a {
	display: block;
	color: #000 !important;
}

@media only screen and (max-width: 480px){
	#created {
		bottom: 145px;
	}
}

.clearfix {
    overflow: auto;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

#wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow-x: hidden;
}


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

#abstandTop {
	height: 125px;
	width: 100%;
}

.noPreheader #abstandTop {
	height: 80px;
}

section {
	z-index: 1;
}

#preHeader {
	position: fixed;
	width: 100%;
	height: 45px;
	top: 0;
	z-index: 29;
}

.headerContact {
	position: relative;
	font-size: 14px;
	width: 50%;
	padding: 0 15px;
	line-height: 1em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.headerContact a {
	color: #4d4d4d;
	display: inline-block;
	padding: 15px 15px 15px 0;
	margin-right: 10px;
}

.headerContact a:hover,
.headerContect a:active {
	color: #000000;
}

.headerContact i {
	color: #4d4d4d;
}

.headerSearch {
	position: relative;
	width: calc(50% - 140px);
	line-height: 1em;
	text-align: right;
	padding-top: 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.headerSearch img {
	height: 20px;
	width: auto;
	opacity: 0.7;
	cursor: pointer;
}

.headerSocial {
	position: relative;
	width: 140px;
	text-align: right;
	padding: 10px 15px 0 15px;
	line-height: 1em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.headerSocial a {
	display: inline-block;
	color: #4d4d4d;
}

.fa {
	margin-right: 15px;
}

#searchPanel {
	position: fixed;
	top: -80px;
	left: 0;
	width: 100%;
	height: 80px;
	z-index: 28;
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#searchPanel.open {
	top: 45px;
}

#searchPanel .spiegel {
	text-align: right;
	padding-right: 30px;
}

#suchresultate {
	list-style: none;
	border-top: #555 1px solid;
	margin-bottom: 1em;
}

#suchresultate li {
	border-bottom: #555 1px solid;
	padding: 0.7em 0;
}

#suchresultate h3,
#suchresultate p {
	margin-bottom: 0;
}

#suchresultate a {
	display: block;
}

input.fieldSearch {
	position: relative;
	width: 300px;
	border: none;
	color: #1C1F22;
	background: #fff;
	padding: 5px 10px;
	height: 40px;
	font-weight: normal;
	font-size: 21px;
	line-height: 24px;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.sendSearch {
	position: relative;
	width: auto;
	border: none;
	color: #fff;
	background: #484848;
	padding: 4px 10px;
	height: 40px;
	top: -1px;
	font-weight: normal;
	font-size: 17px;
	line-height: 28px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.sendSearch:hover {
	cursor: pointer;
	background-color: #D3BE90;
}


/* Pulsierender Pfeil */
@keyframes pulse {
	0%, 25%, 55%, 80%, 100% {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	45% {
		-webkit-transform: translate(0, -15px);
		-moz-transform: translate(0, -15px);
		-o-transform: translate(0, -15px);
		-ms-transform: translate(0, -15px);
		transform: translate(0, -15px);
	}
	65% {
		-webkit-transform: translate(0, -6px);
		-moz-transform: translate(0, -6px);
		-o-transform: translate(0, -6px);
		-ms-transform: translate(0, -6px);
		transform: translate(0, -6px);
	}
}

.pulse {
	-webkit-animation: pulse 2s infinite;
	-moz-animation: pulse 2s infinite;
	-o-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
}

.scrolldown img {
	width: 50px;
	height: auto;
}

#down {
	position: absolute;
	bottom: 40px;
	left: calc(50% - 25px);
	width: 50px;
	text-align: center;
	z-index: 9;
}

#down a {
	text-decoration: none;
}

#down a:hover {
	color: #000;
	cursor: pointer;
	font-size: 26px;
}

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

#header {
	position: fixed;
	width: 100%;
	height: 80px;
	top: 45px;
	left: 0;
	z-index: 27;
	background: #fff;
	
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.1);
}

.noPreheader #header {
	top: 0;
}

#logo {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 200px;
}

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

#mobileHeader {
	display: none;
}

@media only screen and (max-width: 1023px){
	#header {
		
	}
	#logo {
		
	}
	#down {
		width: 30px;
		left: calc(50% - 15px);
	}
}

@media only screen and (max-width: 767px){
	#logo {
		position: absolute;
		top: 28px;
		left: 15px;
		width: 120px;
	}
	.headerContact {
		display: none;
	}
	.headerSocial {
		width: 50%;
		text-align: left;
		padding: 15px 0 0 0;
		line-height: 1em;
	}
	.headerSearch {
		position: absolute;
		width: 50%;
		right: 15px;
	}
	input.fieldSearch {
		width: calc(100% - 115px);
	}
}

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

/* Hamburger-Animation */
.hamburger {
	position: absolute;
	top: 20px;
	right: 13px;
	z-index: 30;
	border: none;
	padding: 5px 10px;
	cursor: pointer;
	
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

.hamburger.is-active {
	 /*position: fixed;*/
}

.hamburger .line{
	width: 35px;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover{
	
}

.hamburger:hover .line{
	background-color: #000;
}

.hamburger.is-active {
	/*border: #fff 3px solid;*/
}

.hamburger.is-active .line:nth-child(2){
	opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
	/*background-color: #fff;*/
}

.hamburger.is-active .line:nth-child(3){
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	-o-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	/*background-color: #fff;*/
}

.hamburger.is-active:before {
	background: none;
}


/* Hauptnavigation */
#mainMenu {
	list-style: none;
	position: relative;
	text-align: right;
	padding: 25px 15px 0 15px;
	width: calc(100% - 260px);
	float: right;
}

#mainMenu li {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin: 0;
}

#mainMenu a {
	display: inline-block;
	padding: 0 0 0 20px;
	margin: 0;
	color: #4d4d4d !important;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.05em;
	text-decoration: none !important;
	cursor: pointer;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#mainMenu a:hover,
#mainMenu a:active,
#mainMenu a.aktiv {
	color: #D3BE90 !important;
}

#mainMenu ul ul {
	/*display: none;*/
}


/* Mobile Menu */
#mobileMenu {
	/*display: none;*/
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	max-height: 0px;
	height: auto;
	background: #fff;
	z-index: 28;
	overflow: hidden;
	
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#mobileMenu.open {
	max-height: 2000px;
	padding-bottom: 20px;
	-webkit-box-shadow: 10px 10px 10px 0px rgba(51,51,51,0.15);
	-moz-box-shadow: 10px 10px 10px 0px rgba(51,51,51,0.15);
	box-shadow: 10px 10px 10px 0px rgba(51,51,51,0.15);
}

#mobileMenu ul {
	position: relative;
	list-style: none;
	margin: 0;
	width: 100%;
	text-align: center;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mobileMenu li {
	padding-bottom: 10px;
}

#mobileMenu a {
	text-decoration: none;
	font-size: 16px;
	color: #333;
}

#mobileMenu a:hover,
#mobileMenu a:active,
#mobileMenu a.aktiv {
	color: #D3BE90;
	
}

/*#mobileMenu ul ul {
	height: 0px;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

#mobileMenu ul li:hover ul {
	height: auto;
}*/

@media only screen and (max-width: 1080px){
	#mainMenu {
		display: none;
	}
	#mobileHeader {
		display: inherit;
	}
}

@media only screen and (max-width: 1023px){
	.hamburger {
		
	}
}


.noWrap {
	white-space: nowrap;
}

#deskMenu {
	overflow: hidden;
}


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




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

/* Ankerpunkt */
.anker {
	position: absolute;
	top: -125px;
}

.noPreheader .anker {
	top: -80px;
}

section, article {
	position: relative;
}

.fullHeightHome {
	position: relative;
	min-height: calc(100vh - 125px);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noPreheader .fullHeightHome {
	min-height: calc(100vh - 80px);
}

.smallHeightHome {
	position: relative;
	min-height: calc(70vh - 125px);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.noPreheader .smallHeightHome {
	min-height: calc(70vh - 80px);
}

.flexsliderHome {
	position: relative;
	width: 100%;
	height: 100%;
}

.flexsliderHome .slides,
.flexsliderHome .slides li {
	width: 100%;
	height: 100%;
}

.sliderFullHeight {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	/*align-items: center;
	display: flex;*/
}


.spiegel {
	position: relative;
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.innerSpiegel {
	position: relative;
	padding: 0 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spiegelSmall {
	position: relative;
	max-width: 590px;
	margin: 0 auto;
	padding: 0 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spiegel ul,
.spiegelSmall ul {
	margin-left: 1.2em;
	margin-bottom: 1em;
}

.marginTopBottom {
	margin-top: 80px;
	margin-bottom: 80px;
}

.marginTop {
	margin-top: 80px;
}

.marginBottom {
	margin-bottom: 80px;
}

.paddingTopBottom {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.paddingTop {
	padding-top: 50px !important;
}

.paddingBottom {
	padding-bottom: 50px !important;
}

.noPaddingRight {
	padding-right: 0 !important;
}

.noPaddingLeft {
	padding-left: 0 !important;
}

/* Flexboxen */
.flexbox {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	width: 100%;
}

.flexboxWide {
	width: calc(100% + 30px);
	margin-left: -15px;
	margin-right: -15px;
}

.aligner {
	align-items: center;
	justify-content: center;
}

.noWrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.spalten2 .spalte {
	position: relative;
	width: 50%;
	padding: 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten2 .spalte.double {
	width: 100%;
}



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

.lineHeight {
	line-height: 0;
}

.spalten1 {
	padding: 0 30px;
}

.spalten3 .spalte {
	position: relative;
	width: 33.333333%;
	padding: 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten3 .spalte.double {
	width: 66.666666%;
	padding: 0;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten3 .spalten2 .spalte {
	width: 50%;
}

.spalten4 .spalte {
	position: relative;
	width: 25%;
	padding: 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.titelLeft {
	border-left: #333 3px solid;
}

.schwarz .titelLeft,
.mittelgrau1 .titelLeft,
.mittelgrau2 .titelLeft,
.dunkelgrau .titelLeft,
.akzent .titelLeft {
	border-left: #fff 3px solid;
}

.paddingLeft {
	padding-left: 20px;
}

.paddingBottomSmall {
	padding-bottom: 20px;
}

.hintergrund {
	height: calc(100% - 40px);
	display: block;
	margin: 20px 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.box {
	margin: 20px 0;
	padding: 25px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noMargin {
	margin-bottom: 0;
}

.border {
	border: #333 1px solid;
}

.borderThin {
	border: #e8e5e5 1px solid;
}

.borderThick {
	border: #e3e0e0 8px solid;
}

.shadow {
	-webkit-box-shadow: 10px 10px 15px 0px rgba(51,51,51,0.25);
	-moz-box-shadow: 10px 10px 15px 0px rgba(51,51,51,0.25);
	box-shadow: 10px 10px 15px 0px rgba(51,51,51,0.25);
}

.check {
	list-style: none;
}

.check li {
	background: url('/_images/check.svg') no-repeat 0 0.4em;
	background-size: 0.8em;
	padding-left: 1.3em;
}

.sameHeight {
	height: calc(100% - 40px);
}

.boxBildLeft {
	position: relative;
	display: block;
	width: 40%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.boxTextRight {
	position: relative;
	display: block;
	width: 60%;
	padding: 20px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.noPadding {
	padding: 0 !important;
}

.quadrat {
	position: relative;
}

.quadrat:before {
	content: "";
	display:block;
	padding-top: 90%;
}

.overlayBox {
	position: absolute;
	bottom: 15px;
	left: 15px;
	right: 15px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px 10px 0 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overlayBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 10px 10px 0 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.overlayBottom a:link,
.overlayBottom a:visited {
	color: #fff;
}

.bigIcon {
	font-size: 100px;
	margin-bottom: 20px;
}

.borderTopThick {
	border-top: 8px solid;
}

.aufz {
	list-style: none;
}

.aufz li {
	background: url('/_images/bullet-list.svg') no-repeat 0 0.45em;
	background-size: 1.5em;
	padding-left: 2em;
}

.bgFixed {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.bgBild {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-size: cover;
}

.fullHeight {
	min-height: calc(100vh - 125px);
}

.noPreheader .fullHeight {
	min-height: calc(100vh - 80px);
}

.aligner {
	align-items: center;
	justify-content: center;
}

.borderTop {
	border-top: #000 1px solid;
	padding: 20px 0;
}

.borderBottom {
	border-bottom: #000 1px solid;
	padding: 20px 0;
}

.bgOverlay .borderTop {
	border-top: #fff 1px solid;
	padding: 10px 0;
}

.bgOverlay .borderBottom {
	border-bottom: #fff 1px solid;
	padding: 10px 0;
}

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

@media only screen and (max-width: 1023px){
	.spalten2 .spalte {
		/*width: 100%;*/
	}
	
	.spalten4 .spalte {
		width: 50%;
	}
	/*.spalten3 .spalte {
		width: 50%;
		padding: 100px 75px;
	}*/
	.bgFixed {
		background-attachment: inherit;
	}
	.spalten4 > .spalte {
		padding: 0 5px 20px;
	}
	.flexslider .spalte {
		padding-bottom: 15px;
	}
	.kontaktBild {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.kontaktButtons {
		margin-left: calc(50% - 15px);
	}
	.kontaktButtonsForm {
		margin-left: 50%;
	}
}

@media only screen and (max-width: 767px){
	.spalten1 {
		padding: 0 15px;
	}
	.spalte {
		/*padding: 15px 0 !important;*/
		padding: 0 !important;
	}
	.spalten3 .spalte {
		width: 100%;
		padding: 0 15px;
	}
	.spalten3 .spalte.double {
		width: 100%;
		padding: 0;
	}
	.spalten3 .spalten2 .spalte {
		width: 100%;
	}
	.zaehlerBox {
		margin-bottom: 30px !important;
	}
	.innerSpiegel {
		padding: 0;
	}
	.hintergrund {
		height: 300px;
	}
	.smallHeightHome {
		min-height: calc(40vh - 125px);
	}
	.noPreheader .smallHeightHome {
		min-height: 40vh;
	}
	.spalten4 .spalte {
		width: 50%;
		padding: 0 15px 25px 15px !important;
	}
	.paddingTopBottom {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.paddingTop {
		padding-top: 30px !important;
	}
	.paddingBottom {
		padding-bottom: 30px !important;
	}
	.kontaktBild .spalte {
		width: 50% !important;
	}
	.portrait {
		width: 80% !important;
		height: auto;
	}
	.kontaktButtons {
		margin-left: 0;
	}
	.kontaktButtonsForm {
		margin-left: 0;
	}
}

@media only screen and (max-width: 480px){
	.boxBildLeft {
		width: 100%;
		height: 250px;
	}
	.boxTextRight {
		width: 100%;
	}
	.spalten4 .spalte {
		width: 100%;
		padding: 0 0 15px 0 !important;
	}
	.flexboxWide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.spalten2 .spalte {
		width: 100%;
	}
	.btn {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.flexslider .spalte {
		margin-bottom: 15px;
	}
	.flex-control-nav {
		bottom: -35px;
	}
	.flex-nav-next,
	.flex-nav-prev {
		display: none;
	}
}



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


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

}

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



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

.gm-style .gm-style-iw-c {
	border-radius: 3px !important;
	background: #fff;
	color: #1C1F22;
	font-weight: normal;
}

.gm-style .gm-style-iw-t::after {
	background: #fff;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
	width: 230px;
	height: 50px;
}

.gm-style .gm-style-iw-c a {
	color: #1C1F22;
}

.gm-style-iw-d img {
	width: 200px;
	height: auto;
}

#map.kontaktKarte {
	height: 620px;
	margin-bottom: 80px;
}

.gm-style-iw-d img.bubbleLogo {
	width: 190px;
	height: auto;
	margin-top: 10px;
	margin-left: 10px;
}

@media only screen and (max-width: 480px){
	#map.kontaktKarte {
		height: 500px;
		margin-bottom: 40px;
	}
	.gm-style-iw-d img.bubbleLogo {
		width: 160px;
	}
}


.rund,
.rund img {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.portrait {
	max-width: 225px;
	height: auto;
}


/* News */
.abstandNews {
	width: 100%;
	height: 200px;
}

.newsBoxBild {
	margin-bottom: 30px;
}

.newsBoxBild .newsBild {
	margin-bottom: 0.5em;
}

.newsBoxBild h3 {
	margin-bottom: 0;
}

.datum {
	color: #999;
}

.newsBoxBild .datum {
	color: #999;
	font-size: 80%;
}

.newsBoxBild p {
	margin-bottom: 0.6em;
}



.newsBoxLinie {
	margin-bottom: 30px;
}

.newsBoxLinie .linieTopBottom {
	border-top: #333 2px solid;
	border-bottom: #333 2px solid;
	padding: 15px 0;
}

.newsBoxLinie h3 {
	margin-bottom: 0;
}

.newsBoxLinie .datum {
	color: #999;
	font-size: 80%;
}

.newsBoxLinie p {
	margin-bottom: 0.6em;
}



.newsBoxBildSchatten {
	margin-bottom: 10px;
	position: relative;
}

.newsBoxBildSchatten .shadow {
	position: relative;
}

.newsBoxBildSchatten h3 {
	margin-bottom: 0;
}

.newsBoxBildSchatten p {
	margin-bottom: 0.6em;
}

.newsBoxBildSchatten .newsBoxText {
	padding: 15px 25px 90px 25px;
}

.newsBoxBildSchatten .datum {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #999;
	font-size: 80%;
	border-top: #ddd 1px solid;
	padding: 8px 25px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.newsBoxBildSchattenZwei {
	margin-bottom: 10px;
	position: relative;
	width: 100%;
}

.newsBoxBildSchattenZwei h3 {
	margin-bottom: 0;
}

.newsBoxBildSchattenZwei p {
	margin-bottom: 0.6em;
}

.newsBoxBildSchattenZwei .newsBoxText {
	padding: 15px 25px 90px 25px;
}

.newsBoxBildSchattenZwei .datum {
	color: #999;
	font-size: 80%;
}

.newsBoxBildSchattenZwei .boxBildLeft {
	width: 50%;
}

.newsBoxBildSchattenZwei .boxTextRight {
	width: 50%;
}


.spalten1 .newsBoxBildSchattenZwei .boxBildLeft {
	width: 33.333333%;
}

.spalten1 .newsBoxBildSchattenZwei .boxTextRight {
	width: 66.666666%;
}

@media only screen and (max-width: 1023px){
	.spalten2 .spalte.newsBoxBildSchattenZwei {
		width: 100% !important;
	}
}


.newsBoxBildOverlay {
	position: relative;
	line-height: 0;
	margin-bottom: 30px;
}

.overlayBild {
	position: relative;
}

.newsBoxBildOverlay .overlay {
	line-height: 1.5em;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.newsBoxBildOverlay .overlay:hover {
	opacity: 1;
}

.newsBoxBildOverlay .overlay {
	display: flex;
	text-align: center;
	align-items: center;
}

.newsBoxBildOverlay h3 {
	text-align: center;
	width: 100%;
	color: #fff;
}

.newsBoxBildOverlay a {
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
}


.trennlinie {
	padding-top: 10px;
	padding-bottom: 20px;
	position: relative;
	width: 100%;
}

.trennlinie hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #999;
}


@media only screen and (max-width: 480px){
	.newsBoxBildSchattenZwei .boxBildLeft,
	.spalten1 .newsBoxBildSchattenZwei .boxBildLeft {
		width: 100%;
	}

	.newsBoxBildSchattenZwei .boxTextRight,
	.spalten1 .newsBoxBildSchattenZwei .boxTextRight {
		width: 100%;
	}
	.newsBoxBildOverlay {
		margin-bottom: 15px;
	}
}


/* Team */
.team1 h3 {
	margin-bottom: 0;
}

.team1.borderBottom {
	padding: 0;
	border-color: #999;
}

.team2 h3 {
	margin-bottom: 0;
}

.team2.box {
	padding: 0;
}

.team3 .borderBottom {
	padding: 0;
	border-bottom: #999 2px solid;
	line-height: 0;
	margin-bottom: 10px;
}

.team3 h3 {
	margin-bottom: 0;
}

.team4 .overlayBild {
	line-height: 0;
	margin-bottom: 10px;
}

.team4 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.5em;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;	
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team4 .overlay:hover {
	opacity: 1;
}

.team4 h3 {
	margin-bottom: 0;
}

.team4 .overlay div {
	position: absolute;
	bottom: 30%;
	left: 10%;
	width: 80%;
	font-size: 15px;
	text-align: center;
	color: #fff !important;
	font-weight: 400;
}

.team5 .overlayBild {
	position: relative;
	line-height: 0;
}

.team5 .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.5em;
	background-color: rgba(0,0,0,0.5);
	opacity: 1;	
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team5 .overlayText {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
	color: #fff;
}

.team5 .overlayBtn {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	opacity: 0;
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.team5 .btn {
	min-width: 50px;
	line-height: 1.5em;
}

.team5 .overlayBild:hover .overlay {
	opacity: 0;
}

.team5 .overlayBild:hover .overlayBtn {
	opacity: 1;
}


/* Zitate */
.zitat1 h2 {
	max-width: calc(100% - 100px);
	margin: 0 auto;
	text-align: center;
}


/* Kontakt */
.spalteKontaktText {
	width: 45% !important;
	padding-right: 100px !important;
}

.spalteKontaktText a {
	color: #fff;
}

.spalteKontaktForm {
	width: 55% !important;
	padding: 25px !important;
	background: #fff;
}

.spalteAdresseText {
	padding: 30px 0 0 0 !important;
}

.spalteAdresseText a {
	color: inherit !important;
}

.spalteAdresseBild {
	padding: 30px 0 0 15px !important;
}



@media only screen and (max-width: 767px){
	.spalteKontaktText {
		width: 100% !important;
		padding-right: 0 !important;
	}
	.spalteKontaktForm {
		width: 100% !important;
	}
	.spalteAdresseBild {
		padding: 0 0 0 0 !important;
	}
	.overlayBtn .btn {
		width: auto !important;
	}
	.team5 .overlayBild {
		margin-bottom: 15px;
	}
}


/* Accordion */
.accordion {
	border-bottom: #333 1px solid;
}

h3.accordionHeader {
	margin-bottom: 0;
	padding: 10px 40px 10px 0;
	cursor: pointer;
	border-top: #333 1px solid;
	background-image: url('/_images/circle-down-regular.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 25px 25px;
}

h3.accordionHeader:hover,
h3.accordionHeader.ui-state-active {
	color: #D3BE90;
}

h3.accordionHeader.ui-state-active {
	background-image: url('/_images/circle-up-regular.svg');
}

.accordionContent {
	padding: 10px 0;
}


.spalten2 .accordion {
	border-bottom: none;
}

.spalten2 h3.accordionHeader {
	padding: 0 40px 0 0;
	cursor: pointer;
	border-top: none;
	background-image: url('/_images/down-long-solid.svg');
	background-repeat: no-repeat;
	background-position: top 5px right;
	background-size: 25px 25px;
}

.spalten2 h3.accordionHeader.ui-state-active {
	background-image: url('/_images/up-long-solid.svg');
}


/* Sidebar-Layout */
.spaltenSidebar .spalteContent {
	position: relative;
	width: 75%;
	padding: 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.spaltenSidebar .sidebar {
	position: relative;
	width: 25%;
	padding: 20px 15px 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.sidebarBox {
	padding: 15px;
}

.sidebarNav ul {
	list-style: none;
	margin-left: 0;
	border-top: #484848 2px solid;
	margin-bottom: 35px;
}

.sidebarNav li {
	border-bottom: #484848 2px solid;
}

.sidebarNav a {
	display: block;
	background-image: url('/_images/bullet-winkel.svg');
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	padding: 10px 0 10px 30px;
	color: #484848;
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sidebarNav a:hover,
.sidebarNav a:active,
.sidebarNav a:active {
	color: #D3BE90;
}

.insideSpalten2 {
	margin-left: -15px;
	margin-right: -15px;
	width: calc(100% + 30px);
}

.insideSpalten2 .spalte {
	position: relative;
	width: 50%;
	padding: 0 15px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 1023px){
	.spaltenSidebar .spalteContent {
		width: 100%;
		padding: 0;
	}
	.spaltenSidebar .sidebar {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 480px){
	.insideSpalten2 {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
	}
	.insideSpalten2 .spalte {
		width: 100%;
		padding: 0 15px;
	}
	.accordion .box {
		margin-top: 0;
	}
}


/* Bildergalerie */
.galerie {
	line-height: 0;
	margin-bottom: 30px;
}

@media only screen and (max-width: 480px){
	.galerie {
		margin-bottom: 15px;
	}
}


/* Referenzen Filter */
.catBtn {
	display: inline-block;
	padding: 10px 30px;
	margin: 4px 2px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	background: #D3BE90;
	color: #333 !important;
		
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.catBtn:hover,
.catBtn.aktivBtn {
	background: #484848;
	color: #fff !important;
}

.referenz {
	display: none;
	
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.showRef {
	display: block;
}

.stopScrolling {
	overflow: hidden;
}

/* Boxen dreispaltig über Hintergundbild mit Teaser */
.boxenUeber {
	height: auto;
}

.boxenUeber .spalten3 {
	position: relative;
	margin-top: -150px;
}

.boxenUeber .sameHeight {
	height: calc(100% - 50px);
	padding: 30px 70px;
}

.boxenUeber .count {
	font-size: 45px;
}

.boxenUeber h3 {
	margin-bottom: 1em !important;
}

.paddingBottomBoxenUeber {
	padding-bottom: 150px !important;
}

@media only screen and (max-width: 1024px){
	.boxenUeber .sameHeight {
		padding: 30px 20px 20px 20px;
	}
}



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

footer {
	position: relative;
	width: 100%;
	color: #fff;
	line-height: 2.5em;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer a {
	color: #fff !important;
}

footer a:hover,
footer a:active {
	color: #D3BE90 !important;
}

.footerGross {
	padding-top: 50px;
}

.footerSpalten4 .spalte {
	width: 25%;
	padding: 0 15px 30px 15px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.adresse {
	position: relative;
}

.footerNav {
	position: relative;
	padding-top: 13px;
}

.footerNav ul {
	list-style: none;
}


.footerBottom {
	text-align: center;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .borderTop {
	border-top: #999 1px solid;
}

footer a:hover,
footer a:active {
	color: #fff;
}

@media only screen and (max-width: 1023px){
	.footerSpalten4 .spalte {
		width: 50%;
	}
}

@media only screen and (max-width: 767px){
	.footerSpalten4 .spalte {
		width: 100%;
	}
}

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




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

.formularMail {
	display: none;
}

form {
	width: 100%;
	font-size: 15px;
	margin-top: 1em;
}

fieldset {
	width: 100%;
	border: none;
	margin: 0 0 60px 0;
	padding: 0;
}

legend {
	font-weight: normal;
	font-family: 'FrutigerLTPro-Bold', sans-serif;
	padding-bottom: 10px;
	text-transform: uppercase;
}

form p {
	position: relative;
	clear: both;
	margin-bottom: 10px !important;
	padding: 0 0 15px 0;
	font-weight: normal;
}

.spalteForm {
	position: relative;
	width: 25%;
	padding: 0 20px;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

label {
	float: left;
	clear: left;
	width: 30%;
}

.aendern label {
	width: 50%;
}

label.check {
	float: none;
	width: auto;
	display: block;
	margin-left: 0;
	font-size: 21px;
}

label.checkfloat {
	display: inline-block;
	padding-left: 40px;
}

label.formRadio {
	float: none;
	width: auto;
	display: inline-block;
	margin-left: 50px;
}

label.labelTextarea {
	position: relative;
	width: 100%;
	color: #1C1F22;
	padding: 30px 0 0 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
}

p.einrueck {
	clear: left;
	margin-bottom: 0 !important;
}

p.einrueckung {
	margin-left: 30%;
}

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

input.formGross {
	position: relative;
	width: 100%;
	border: none;
	border: #888 1px solid;
	color: #1C1F22;
	background: transparent;
	padding: 10px;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.noPaddingTop {
	padding-top: 10px !important;
}

input.formGross:disabled {
	color: #1C1F22;
}

input.formPLZ {
	position: relative;
	display: inline;
	width: 20%;
	margin-right: 8px;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 30px 0 25px 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.formOrt {
	position: relative;
	display: inline;
	width: calc(80% - 8px);
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff;
	padding: 30px 0 25px 0;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

input.formGross.arbeitgeber {
	display: inline;
	width: 70%;
	margin-right: 8px;
}

input.formGross.seit {
	display: inline;
	width: calc(30% - 8px);
}

textarea.formGross {
	position: relative;
	width: 100%;
	height: 160px;
	border: none;
	border: #888 1px solid;
	color: #1C1F22;
	background: transparent;
	padding: 10px;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	position: relative;
	width: 100%;
	border: none;
	border: #888 1px solid;
	color: #999;
	background: transparent url(/_images/bgSelect.png) no-repeat right 15px;
	padding: 10px;
	font-weight: 300;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-appearance: none;
	border-radius: 0;
}

select.formKlein {
	position: relative;
	float: left;
	width: 32%;
	margin-right: 2%;
	border: none;
	border-bottom: #555 1px solid;
	color: #1C1F22;
	background: #fff url(/_images/bgSelect.png) no-repeat right 35px;
	padding: 30px 0 25px 0;
	font-weight: normal;
	font-size: 21px;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

select.formKlein:nth-child(3) {
	margin-right: 0;
}

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

input:hover.formGross,
input:focus.formGross,
input:hover.formPLZ,
input:focus.formPLZ,
input:hover.formOrt,
input:focus.formOrt,
textarea:hover.formGross,
textarea:focus.formGross,
select:hover.formGross,
select:focus.formGross {
	border-color: #777;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	display: inline-block;
	padding: 17px 30px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	background: #D3BE90 url('/_images/right.svg') no-repeat center right 20px;
	background-size: auto 20px;
	color: #333 !important;
	min-width: 200px;
	border: none;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
		
	-webkit-appearance: none;
	
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #4d4d4d url('/_images/right.svg') no-repeat center right 20px;
	background-size: auto 20px !important;
	color: #fff !important;
}

.checkbox {
	margin-top: 1em;
	margin-bottom: 1em;
	color: #707070;
}

.checkbox p {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.checkbox label {
	display: inline-block;
	float: none;
	width: 100%;
}

.checkbox input {
	margin-right: 20px;
}

.tint .sendKontakt {
	background: #4d4d4d url('/_images/right.svg') no-repeat center right 20px;;
	color: #fff !important;
}

.tint input:hover.sendKontakt,
.tint input:focus.sendKontakt {
	background: #fff url('/_images/right.svg') no-repeat center right 20px;;
	color: #4d4d4d !important;
}

.akzent .sendKontakt {
	background: #4d4d4d url('/_images/right.svg') no-repeat center right 20px;;
	color: #fff !important;
}

.akzent input:hover.sendKontakt,
.akzent input:focus.sendKontakt {
	background: #fff url('/_images/right.svg') no-repeat center right 20px;;
	color: #4d4d4d !important;
}

.dunkelgrau input:hover.sendKontakt,
.dunkelgrau input:focus.sendKontakt {
	background: #fff url('/_images/right.svg') no-repeat center right 20px;;
	color: #4d4d4d !important;
}

.spalten4 .sendKontakt {
	width: 100%;
}




.formGross::-webkit-input-placeholder,
.formPLZ::-webkit-input-placeholder,
.formOrt::-webkit-input-placeholder {
	color: #C4C4C4;
	font-weight: 300;
}
.formGross:-moz-placeholder,
.formPLZ:-moz-placeholder,
.formOrt:-moz-placeholder { /* Firefox 18- */
	color: #C4C4C4;
	font-weight: 300;
}
.formGross::-moz-placeholder,
.formPLZ::-moz-placeholder,
.formOrt::-moz-placeholder {  /* Firefox 19+ */
	color: #C4C4C4;
	font-weight: 300;
}
.formGross:-ms-input-placeholder,
.formPLZ:-ms-input-placeholder,
.formOrt:-ms-input-placeholder {  
	color: #C4C4C4;
	font-weight: 300;
}

@media only screen and (max-width: 1023px){
	form {
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.formSpalte2 {
		width: 100%;
	}
	label.formRadio {
		width: 100%;
		display: block;
		margin-left: 0;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		font-size: 16px;
	}
	input.sendKontakt {
		padding: 14px 30px;
	}
}

@media only screen and (max-width: 768px){
	.spalteForm {
		width: 50%;
	}
	select.formKlein {
		width: 100%;
		margin-right: 0;
		float: none;
		clear: both;
		font-size: 16px;
		padding: 20px 10px 10px 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		background: transparent url(/_images/bgSelect.png) no-repeat right 15px;
	}
}

@media only screen and (max-width: 480px){
	.spalteForm {
		width: 50%;
		padding: 0 10px;
	}
	.spalteForm:nth-child(2n) {
		width: 55%;
	}
	.spalteForm:nth-child(2n-1) {
		width: 45%;
	}
	label {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 3px;
		display: block;
	}
	label.labelTextarea {
		font-size: 16px;
		padding: 20px 0 0 0;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		float: none;
		clear: both;
		width: 100%;
		font-size: 16px;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	textarea.formGross {
		height: 130px;
		padding: 10px;
	}
	input.formPLZ {
		width: 25%;
		font-size: 16px;
		padding: 10px;
	}
	input.formOrt {
		width: calc(75% - 8px);
		font-size: 16px;
		padding: 20px 0 10px 0;
	}
	form p {
		clear: both;
		margin-bottom: 0 !important;
		line-height: 1.3em !important;
		font-size: 16px;
		padding: 0 0 15px 0;
	}
	input.sendKontakt {
		font-size: 18px;
		min-width: 90px;
		width: 100%;
	}
	input.sendKontakt:hover {
		min-width: 110px;
	}
	p.einrueckung {
		margin-left: 0 !important;
	}
	label.check {
		margin-left: 0;
		font-size: 16px;
	}
	select.formGross {
		background: transparent url(/_images/bgSelect.png) no-repeat right 10px;
	}
	label.checkfloat {
		padding-left: 20px;
	}
}

input.error {
	border: #F00 1px solid;
}

input.error:focus {
	border: #F00 1px solid;
}

label.error {
	display: none !important;
}

.datenschutzForm {
	position: relative;
	padding: 0;
	margin: 10px 0;
	background: #ddd;
	width: 80%;
	line-height: 1.2em;
	
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-direction: row;
	flex-wrap: wrap;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datenschutzFormHead {
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
	font-size: 30px;
	color: #ffffff;
	padding: 10px 0 10px 10px;
	width: 50px;
	line-height: 1em;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.datenschutzFormHead i {
	padding-right: 0;
}

.datenschutzFormCont {
	font-size: 80%;
	width: calc(100% - 50px);
	padding: 15px 10px 10px 10px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


sup {
	font-size: 50%;
	line-height: 1em;
}

@media only screen and (max-width: 480px){
	.datenschutzForm {
		width: 100%;
	}
}

