@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%;
	cursor: default;
	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 {
	margin: 0;
	font-family: 'Nunito Sans', Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-attachment: fixed;
	line-height: 1.5em;
	position: relative;
}

h1 {
	font-size: 48px;
	font-weight: 300;
	padding: 0;
	color: #999;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	letter-spacing: -0.03em;
}

h1.small {
	font-size: 20px;
	text-align: center;
	color: #808080 !important;
	letter-spacing: 0;
	font-weight: 400;
}

h2 {
	font-size: 30px;
	font-weight: 300;
	padding: 0;
	color: #333;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.3em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}

h3 {
	font-size: 18px;
	padding: 0;
	color: #b29b6c;
	font-family: 'Montserrat', Arial, sans-serif;
	line-height: 1.3em;
	margin-bottom: 1em;
	font-weight: 400;
}

h4 {
	font-size: 15px;
	padding: 0;
	color: #b29b6c;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 15px;
	padding: 0;
	color: #333;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 700;
	line-height: 1.3em;
	margin-bottom: 0;
}

h6 {
	font-size: 15px;
	padding: 0;
	color: #1D9FE4;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.3em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
	color: #fff;
}

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

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

img {
	border: none;
}

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

strong {
	font-weight: 700;
}

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

.trenner {
	position: relative;
	clear: both;
	margin: 0 auto;
	height: 1px;
	margin-bottom: 27px;
	overflow: hidden;
	background-color: #4c4c4c;
}

.showpad {
	display: none;
}

.desk {
	display: inherit;
}

.mobile {
	display: none !important;
}

.small {
	font-size: 80%;
}

.nowrap {
	white-space: nowrap;
}

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

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

.btn {
	display: inline-block;
	padding: 3px 10px 0 10px;
	min-width: 110px;
	margin-right: 5px;
	background: #b29b6c;
	color: #fff !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
}

.btn:hover {
	background: #333;
}

.center {
	text-align: center;
}


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

@media only screen and (max-width: 760px){
	body {
		font-size: 15px;
	}
	.desk {
		display: none !important;
	}
	.mobile {
		display: inherit !important;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 20px;
	}
	.floatLeft {
		float: none;
	}
	.floatRight {
		float: none;
	}
	h1.colRight {
		font-size: 30px;
		width: 100%;
		padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 480px){
	h1.scale {
		font-size: 10vw;
		padding-top: 30%;
	}
}

.fehler {
	padding: 300px 0 0 0;
	color: #fff;
	font-weight: bold;
	font-size: 38px;
	text-align: center;
	line-height: 1.1em;
}

@media only screen and (max-width: 480px){
	.fehler {
		padding: 200px 0 0 0;
	}
}


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

#designby {
	position: absolute;
	z-index: 9;
	right: 5px;
	bottom: 10px;
	width: 12px;
	height: 80px;
	margin: 0;
	padding: 0;
	background: url(/_images/webdesign_mobile.png) no-repeat top right;
}

#designby a {
	display: block;
	width: 12px;
	height: 80px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}

@media only screen and (max-width: 480px){
	#designby {
		bottom: 50px;
		background: url(/_images/webdesign_mobile.png) no-repeat top right;
	}
}

.clearfix {
    overflow: auto;
}

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


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

#header {
	position: relative;
	width: 100%;
	min-height: 100%;
}

#headerHome {
	position: relative;
	width: 100%;
	height: 100%;
}

#pano {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(/_images/bg.jpg);
	/*background-color: #333;
	background-image: -webkit-gradient(radial, 50% 50%,0,50% 50%,200, from(rgb(41, 41, 41)), to(rgb(68, 68, 68)));
	background-image: -webkit-radial-gradient(50% 50%, rgb(68, 68, 68), rgb(41, 41, 41));
	background-image: -moz-radial-gradient(50% 50%, rgb(68, 68, 68), rgb(41, 41, 41));
	background-image: -o-radial-gradient(50% 50%, rgb(68, 68, 68), rgb(41, 41, 41));
	background-image: -ms-radial-gradient(50% 50%, rgb(68, 68, 68), rgb(41, 41, 41));
	background-image: radial-gradient(50% 50%, rgb(68, 68, 68), rgb(41, 41, 41));*/


}

#topHeader {
	position: fixed;
	width: 100%;
	height: 95px;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.95);
	z-index: 10;
}

#contentTopHeader {
	position: relative;
	max-width: 1170px;
	height: 95px;
	padding: 0 15px;
	margin: 0 auto;
	top: 0;
}

#logo {
	position: absolute;
	width: 160px;
	height: 250px;
	z-index: 2;
	top: calc(50% - 125px);
	left: calc(50% - 80px);
}

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

.weiter {
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	width: 200px;
	height: 60px;
	z-index: 2;
	line-height: 1px;
}

.weiter a {
	display: block;
	width: 200px;
	height: 60px;
	text-align: center;
	padding-top: 7px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.weiter img {
	width: auto;
	height: 30px;
}

#headerBottom {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}

#headerTitel {
	position: absolute;
	bottom: 30px;
	left: 15px;
}

#headerTitel h2 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 0.3em;
	background: none;
}

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


/* Flexslider */
#slider {
	position: relative;
	max-width: 1500px;
	width: calc(100% - 150px);
	height: calc(100% - 204px) !important;
	padding: 10px 0 0 0;
	margin: 0 auto;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.flexslider {
	border: 0;
	width: 100%;
	height: 100%;
	background: none !important;
}

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

.flexslider .slides li {
	display: block;
	max-width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
}

.flexslider .slides li img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.flexNav {
	list-style: none;
	text-align: center;
	padding: 15px 0 0 0;
}

.flexNav li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 15px;
	background: #4d4d4d;
	cursor: pointer;
}

.flexNav li.startbild:before {
	content: '';
	display: block;
	width: 15px;
	height: 4px;
	position: absolute;
	bottom: -8px;
	left: 0;
	background: #4d4d4d;
}

.flexNav li.flex-active,
.flexNav li.flex-active.startbild:before {
	background: #b0b0b0;
}

@media only screen and (max-width: 760px){
	.flexNav {
		padding: 8px 0 0 0;
	}
	.flexNav li {
		width: 8px;
		height: 8px;
	}
	.flexNav li.startbild:before {
		width: 8px;
		height: 2px;
		bottom: -4px;
	}
	.fullscreen .weiter,
	.fullscreenFlex .weiter {
		display: none;
	}
	#slider {
		height: calc(100% - 157px) !important;
	}
}


.spalten2 .flexslider {
	max-width: 100%;
	margin: 0 auto;
}

.spalten2 .flexslider .slides li {
	height: auto !important;
}

.headerbild {
	border: 0;
	max-width: 1170px;
	margin: 95px auto 0 auto;
}

.headerbild .slides li {
	display: block;
	max-width: 100%;
	height: 500px;
	position: relative;
}

#buttons {
	position: relative;
	width: 100%;
	clear: both;
}

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

#buttonsLeft ul {
	list-style: none;
	margin: 0;
	float: left;
}

#buttonsLeft li {
	position: relative;
	float: left;
	margin-right: 5px;
}


/* 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, -100%);
		-moz-transform: translate(0, -100%);
		-o-transform: translate(0, -100%);
		-ms-transform: translate(0, -100%);
		transform: translate(0, -100%);
	}
	65% {
		-webkit-transform: translate(0, -40%);
		-moz-transform: translate(0, -40%);
		-o-transform: translate(0, -40%);
		-ms-transform: translate(0, -40%);
		transform: translate(0, -40%);
	}
}

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

@media only screen and (max-width: 1030px){
	#slider {
		padding: 0;
	}
}

@media only screen and (max-width: 1020px){
	#slider {
		width: calc(100% - 30px);
	}
}

@media only screen and (max-width: 760px){
	#logo {
		width: 100px;
		height: auto;
		z-index: 2;
		top: calc(50% - 75px);
		left: calc(50% - 50px);
	}
	#header {
		height: 300px;
	}
	#topHeader {
		height: 65px;
	}
	#contentTopHeader {
		height: 65px;
	}
	#headerBottom {
		margin-bottom: 40px;
	}
	#headerTitel {
		bottom: -5px;
	}
	#headerTitel h2 {
		font-size: 30px;
	}
	#headerButtons {
		position: absolute;
		bottom: -35px;
	}
	#headerTitel .btn:hover {
		background: #333;
		color: #fff !important;
	}
	.headerbild {
		margin: 65px auto 0 auto;
	}
	#buttonsLeft li {
		float: none;
		clear: both;
		margin-right: 0;
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 480px){
	#headerBottom {
		margin-bottom: 70px;
	}
	#headerTitel h2 {
		font-size: 25px;
	}
	#headerButtons {
		width: 140px;
		bottom: -65px;
	}
	#headerButtons .btn {
		margin-bottom: 5px;
	}
}


#headerAngebot {
	position: relative;
	width: 100%;
	height: 150px;
}

@media only screen and (max-width: 760px){
	#headerAngebot {
		height: 100px;
	}
}



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

/* Hauptnavigation */
#navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 280px;
	z-index: 100;
}

#mainNav {
	position: absolute;
	top: 0;
	left: -290px;
	padding: 60px 30px 30px 40px;
	width: 100%;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 300;
	color: #808080;
	background: RGBA(41,41,41,0.9);
	font-size: 13px;
	/*display: none;*/

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

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

#mainNav.open {
	display: block;
	left: 0;
}

#mainNav ul {
	list-style: none;
}

#mainNav li {
	padding: 0 0 5px 40px;
}

#mainNav li.navTitel {
	display: block;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

#mainNav a {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 16px;
}

#mainNav a:hover {
	color: #777;
}

@media only screen and (max-width: 1180px){
	#mainNav li {
		padding-left: 15px;
	}
}


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

}

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

}


/* Hamburger-Animation */
.hamburger {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 120;
}

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

/*.hamburger:before {
	content: "";
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 46px;
	height: 46px;
	border: 2px solid;
	top: calc(50% - 23px);
	left: calc(50% - 23px);
	border-radius: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}*/

.hamburger .line{
	width: 26px;
	height: 2px;
	background-color: #808080;
	display: block;
	margin: 6px 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{
	cursor: pointer;
}

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

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

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

.hamburger.is-active:before {
	color: #808080;
}

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

}

@media only screen and (max-width: 760px){
	.hamburger .line {
		width: 20px;
		height: 2px;
		margin: 4px auto;
	}
	.hamburger.is-active .line:nth-child(1){
		-webkit-transform: translateY(6px) rotate(45deg);
		-ms-transform: translateY(6px) rotate(45deg);
		-o-transform: translateY(6px) rotate(45deg);
		transform: translateY(6px) rotate(45deg);
		background-color: #808080;
	}
	.hamburger.is-active .line:nth-child(3){
		-webkit-transform: translateY(-6px) rotate(-45deg);
		-ms-transform: translateY(-6px) rotate(-45deg);
		-o-transform: translateY(-6px) rotate(-45deg);
		transform: translateY(-6px) rotate(-45deg);
		background-color: #808080;
	}
}

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

}





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

/* Ankerpunkt */
.anker {
	position: absolute;
	top: 0;
}

.dark {
	background: #333;
	color: #fff;
}

.halfscreen {
	min-height: 50%;
}

.fullscreen {
	height: 100%;
}

.fullscreenFlex {
	min-height: 100%;
}


section, article {
	position: relative;
}

.content {
	position: relative;
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 15px 10px 15px;
	line-height: 1.6em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content p {
	margin-bottom: 1.5em;
}

.content.narrow {
	max-width: 800px;
}

.logoContent {
	position: relative;
	width: 80px;
	height: auto;
	margin: 0 auto 15px auto;
}

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

.logoContentSmall {
	position: relative;
	width: 60px;
	height: auto;
	margin: 0 auto 10px auto;
	padding-top: 20px;
}

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

.box {
	position: relative;
	float: left;
	width: 50%;
	padding: 20px 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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


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

.full {
	position: relative;
	clear: both;
	width: calc(100% + 4px);
	margin-left: -4px;
	padding-top: 50px;
}

.spalten {
	clear: both;
}

.spalten2 {
	position: relative;
	float: left;
	padding: 0 25px 0 0;
	width: 50%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten2:last-child {
	padding: 0 0 0 25px;
}

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

.spalten3 {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
	width: 33.333333%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten3:first-child {
	padding: 0 25px 0 0;
}

.spalten3:last-child {
	padding: 0 0 0 25px;
}

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

.spalten4-3 {
	position: relative;
	float: left;
	padding: 0 25px 0 0;
	width: 75%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten4-1 {
	position: relative;
	float: left;
	padding: 0 0 0 25px;
	width: 25%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spaltenForm2 {
	position: relative;
	float: left;
	padding: 0 25px 0 0;
	width: 66.666666%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spaltenForm1 {
	position: relative;
	float: right;
	padding: 0 0 0 25px;
	width: 33.333333%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.spalten4-1 img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1120px){
	.spalten4-3 {
		width: 65%;
	}
	.spalten4-1 {
		width: 35%;
	}
}

@media only screen and (max-width: 1040px){
	.spalten4-3 {
		width: 60%;
	}
	.spalten4-1 {
		width: 40%;
	}
	.spaltenForm2 {
		float: none;
		padding: 0;
		width: 100%;
	}
	.spaltenForm1 {
		float: none;
		padding: 0 0 20px 30%;
		width: 100%;
	}
	.logoContentSmall {
		width: 40px;
		padding-top: 20px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 760px){
	.box {
		width: 100%;
	}
	.spalten4-3 {
		width: 100%;
	}
	.spalten4-1 {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	.logoContent {
		width: 60px;
		margin-bottom: 20px;
	}
}


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



/* Farbschema */

.haus1 h3 {
	color: #6B3A57;
}

.haus1 .btn {
	background: #6B3A57;
}

.haus2 h3 {
	color: #0C6879;
}

.haus2 .btn {
	background: #0C6879;
}

.haus3 h3 {
	color: #738121;
}

.haus3 .btn {
	background: #738121;
}

.haus1 .btn:hover,
.haus2 .btn:hover,
.haus3 .btn:hover {
	background: #333;
}


.btn.sonnenberg {
	background: #6B3A57;
}

.btn.turm {
	background: #0C6879;
}

.btn.park {
	background: #738121;
}

.btn.sonnenberg:hover,
.btn.turm:hover,
.btn.park:hover {
	background: #333;
}



.distance {
	position: relative;
	width: 100%;
	height: 95px;
}



#map {
	position: relative;
	width: 100%;
	height: calc(100% - 169px);
	margin-top: 40px;
	background: #FFF;
}

.mapAdresse {
	color: #333;
}

@media only screen and (max-width: 770px){
	.spalten3 {
		width: 50%;
	}
}


@media only screen and (max-width: 760px){
	.content {
		padding: 20px 15px;
	}
	.fliesstext {
		-webkit-column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-count: 1;
		-moz-column-gap: 0;
		column-count: 1;
		column-gap: 0;
	}
	.bildstreifen {
		width: 50%;
	}
	.spalten2 {
		float: none;
		padding: 0;
		width: 100%;
	}
	.spalten2:last-child {
		padding: 0;
	}
	.distance {
		height: 65px;
	}
	.spalten3 {
		width: 100%;
		padding: 0 !important;
	}
	#map {
		height: 400px;
	}
}

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

}

/* Preisliste */
.tableWrap {
	overflow: auto;
}
.preislisteMobile {
	display: none;
}

.preisliste,
.preislisteMobile {
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 300;
	font-size: 14px;
}

.preisliste th,
.preislisteMobile th {
	font-weight: 400;
	text-align: left;
	vertical-align: top;
	padding: 0 5px 5px 0;
}

.preisliste td,
.preislisteMobile td {
	border-bottom: #4c4c4c 1px solid;
	padding: 3px 10px 0 0;
}

.preisliste tr td:last-child,
.preislisteMobile tr td:last-child {
	padding: 3px 0 0 0;
}

.preisliste .pdf,
.preislisteMobile .pdf {
	display: block;
	text-align: center;
}

.preisliste .rundgang,
.preislisteMobile .rundgang {
	display: block;
	text-align: center;
}

.preisliste tr.haus1:hover td {
	background: #F0EBEE;
}

.preisliste tr.haus2:hover td {
	background: #E7F0F1;
}

.preisliste tr.haus3:hover td {
	background: #F1F2E9;
}

.haus1 td.haus {
	color: #6B3A57;
	font-weight: 700;
}

.haus2 td.haus {
	color: #0C6879;
	font-weight: 700;
}

.haus3 td.haus {
	color: #738121;
	font-weight: 700;
}

#Filters {
	width: calc(100% - 140px) !important;
}

#Filters fieldset {
	float: left;
	width: 160px;
	margin-bottom: 50px;
}

.clearSelect {
	width: 100%;
	clear: both;
	height: 20px;
	overflow: hidden;
}


/* ----------------- Select-Styles ----------------- */
.styled-select {
   background: url(/_images/open.png) no-repeat 90% 0;
   height: 29px;
   overflow: hidden;
   width: 140px;
}

.styled-select select {
   background: #b19a6f url(/_images/open.png) no-repeat 75% 0;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 168px;
}

/* -------------------- Rounded Corners */
.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.gold    { background-color: #b19a6f; }

/* -------------------- Colors: Text */
.gold select    { color: #fff; }

@media only screen and (max-width: 800px){
	#Filters {
		width: 100% !important;
	}
}

@media only screen and (max-width: 760px){
	#Filters {
		margin-bottom: 0;
		width: 320px !important;
	}
	#Filters fieldset {
		width: 50%;
		margin: 0 0 5px 0;
	}
	.clearSelect {
		height: 40px;
	}
}

@media only screen and (max-width: 760px){
	.preisliste {
		display: none;
	}
	.preislisteMobile {
		display: inherit;
	}
	select {
		font-size: 16px !important;
	}
}


/* Impressionen */
.contentWide {
	position: relative;
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 5px;
	line-height: 1.6em;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img50 {
	position: relative;
	float: left;
	width: calc(50% - 20px);
	height: 300px;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img33 {
	position: relative;
	float: left;
	width: calc(33.333333% - 20px);
	height: 300px;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img66 {
	position: relative;
	float: left;
	width: calc(66.666666% - 20px);
	height: 300px;
	overflow: hidden;
	margin: 0 10px 20px 10px;
	background-position: center center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.img50 a, .img33 a, .img66 a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

@media only screen and (max-width: 1000px){
	.img50,
	.img33,
	.img66 {
		height: 250px;
	}
}

@media only screen and (max-width: 768px){
	.img50,
	.img33,
	.img66 {
		height: 200px;
	}
}

@media only screen and (max-width: 480px){
	.img33 {
		height: 250px;
		width: calc(100% - 20px);
	}
	.img50 {
		height: 190px;
		width: calc(100% - 20px);
	}
	.img66 {
		height: 150px;
		width: calc(100% - 20px);
	}
}


/* Weiterlesen Accordion */


.accordionContent {
	margin-top: 40px;
}



/* FontAwesome */

@font-face {
  font-family: 'FontAwesome';
  src: 	url('/_fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
  src: 	url('/_fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
  		url('/_fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('/_fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('/_fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('/_fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.pdf, .doc, .xls, .ppt, .zip {
	display: block;
}

.pdf:before {
	content: "\f1c1";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

.doc:before {
	content: "\f1c2";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

.xls:before {
	content: "\f1c3";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

.ppt:before {
	content: "\f1c4";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

.zip:before {
	content: "\f1c6";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}

.rundgang:before {
	content: "\f21d";
	font-family: 'FontAwesome';
	font-size: 20px;
	padding-right: 10px;
}



a.flex-disabled {
	display: none !important;
}

.noPaddingBottom {
	padding-bottom: 0;
}


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





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

.formularMail {
	display: none;
}

form {
	width: 100%;
}

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

legend {
	font-weight: 700;
	color: #1DA0E1;
	padding-bottom: 10px;
	text-transform: uppercase;
}

form p {
	padding-right: 0;
	line-height: 1.8em;
	position: relative;
	clear: both;
	margin-bottom: 10px !important;
}

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

.aendern label {
	width: 50%;
}

label.check {
	float: none;
	width: auto;
	display: inline-block;
	margin-left: 0;
}

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

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

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

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

input.formGross {
	position: relative;
	float: left;
	width: 70%;
	border: #F0EBE3 1px solid;
	color: #333;
	background: #F0EBE3;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.formGross:disabled {
	border: #fff 1px solid;
	color: #333;
}

input.formPLZ {
	position: relative;
	float: left;
	width: 20%;
	margin-right: 10px;
	border: #F0EBE3 1px solid;
	color: #333;
	background: #F0EBE3;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

input.formOrt {
	position: relative;
	float: left;
	width: calc(50% - 10px);
	border: #F0EBE3 1px solid;
	color: #333;
	background: #F0EBE3;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

textarea.formGross {
	position: relative;
	float: left;
	width: 70%;
	height: 110px;
	border: #F0EBE3 1px solid;
	color: #333;
	background: #F0EBE3;
	font-size: 15px;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	line-height: 1.5em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-appearance: none;
	border-radius: 0;
}

select.formGross {
	position: relative;
	float: left;
	width: 70%;
	border: #F0EBE3 1px solid;
	color: #333;
	background: #fff url(/_images/bgSelect.png) no-repeat top right;
	font-size: 13px;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;

	-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 {
	position: relative;
	float: left;
	width: 120px;
	border: #555 1px solid;
	color: #333;
	background: #fff url(/_images/bgSelect.png) no-repeat top right;
	font-size: 13px;
	padding: 3px 5px 0 5px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5em;

	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 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: #b29b6c;
}

input.invalid {
	background: #f6dce2;
}

input.sendKontakt {
	border: none;
	display: inline-block;
	padding: 7px 10px 4px 10px;
	min-width: 110px;
	margin-left: 30%;
	background: #b29b6c;
	color: #fff !important;
	font-family: 'Montserrat', Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	cursor: pointer;

	-webkit-appearance: none;
	border-radius: 0;
}

input:hover.sendKontakt,
input:focus.sendKontakt {
	background: #333;
}

.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%;
		-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;
	}
}

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

}

@media only screen and (max-width: 480px){
	label {
		float: none;
		clear: both;
		width: 100%;
		margin-bottom: 3px;
		display: block;
	}
	input.formGross,
	textarea.formGross,
	select.formGross {
		float: none;
		clear: both;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	input.formPLZ {
		width: 25%;
	}
	input.formOrt {
		width: calc(75% - 10px);
	}
	form p {
		padding: 0 0 10px 0 !important;
		clear: both;
		margin-bottom: 0 !important;
		line-height: 1.3em !important;
	}
	input.sendKontakt {
		width: 100% !important;
		margin-left: 0 !important;
	}
	p.einrueckung {
		margin-left: 0 !important;
	}
	label.check {
		margin-left: 0;
	}
}

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

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

label.error {
	display: none !important;
}



/* Fancybox Style iframe */
.fancybox-slide--iframe .fancybox-content {
    width  : 610px;
    height : 550px;
    max-width  : calc(100% - 40px);
    max-height : calc(100% - 40px);
    margin: 0;
}

.fancybox-bg {
    background: #333;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-slide.fancybox-slide--image {
	opacity: 0;
	-moz-transition: all 0.01s ease;
	-o-transition: all 0.01s ease;
	-webkit-transition: all 0.01s ease;
	transition: all 0.01s ease;
}

.fancybox-slide.fancybox-slide--image.fancybox-slide--complete {
	opacity: 1!important;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}


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

.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;
}


.headerHomeBottom {
	color: #fff;
	left: 0;
	margin: 0 auto;
	max-width: 300px;
	padding: 0 32px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 70%;
}

.headerHomeBottom h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	padding-bottom: 8px;
}

.headerHomeBottom p {
	padding-bottom: 16px;
}

.headerHomeBottom a {
	color: #fff;
	text-decoration: underline;
}
