@charset "utf-8";

*, *:before, *:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}


html, body {
	height: 100%;
	padding: 0px;
	margin: 0px;	
}

body {
	color: #666;
	font-size: 15px;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
	line-height: normal;
	overflow-y: scroll;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}


/* General */

h2 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 28px;
	font-weight: 300;
	color: rgb(171,146,97);
	margin-bottom: 10px;
	letter-spacing: 2px;
	line-height: normal;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

h3 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #666;
	margin-bottom: 10px;
	margin-top: 10px;
	letter-spacing: 1px;
	line-height: normal;
	font-family: 'Source Sans Pro', sans-serif;	
}

h4 {
	padding: 0px;
	margin: 0px;
	display: inline-block;
	font-size: 21px;
	font-weight: 700;
	color: rgb(205,190,161);
	margin-bottom: 5px;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
}

#content a {
	text-decoration: none;
	color: #666;
}

#content a:hover {
	color: rgb(171,146,97);
}

#content a .fas {
	color: rgb(171,146,97);
	font-size: 24px;
	margin-right: 5px;
}

#content ul {
	margin: 0px;
	padding: 0px;
	padding-left: 1em;
}

#content ul li {
	list-style: square;
	color: rgb(171,146,97);
}

#content ul li span {
	color: #666;
}

.btn_box {
	display: inline-block;
	width: 300px;
	background-color: rgb(171,146,97);
	color: #fff;
	margin-bottom: 10px;
	font-weight: 600;
	padding: 10px;
	padding-left: 50px;
	cursor: pointer;
	cursor:  hand;
	text-transform: uppercase;
	opacity: 1;
	transition: opacity 0.5s;
}

.btn_box:hover {
	opacity: 0.8;
}

.btn_box .fas {
	font-size: 24px;
	margin-left: -40px;
	color: #fff !important;
	position: absolute;
}

.meta_item_ct {
	background-color: rgba(255,255,255,0.7);
	position: relative;
	text-align: center;
	margin-top: 1px;
	color:rgb(171,146,97);
	font-family: 'Source Sans Pro', sans-serif;
	transition: all 0.5s;
}

.meta_item_ct.active {
	background-color: rgba(255,255,255,1);
}

.meta_item_content {
	display: none;
}

#meta_daynight {
	padding: 0px;
	background-color: transparent;
}

#meta_day, #meta_night {
	float: left;
	width: 50%;
	display: inline-block;
	font-size: 21px;
	padding: 15px;
	cursor: pointer;
	cursor: hand;
	background-color: rgba(255,255,255,0.7);
	transition: all 0.5s;
}

#meta_day.active, #meta_night.active {
	background-color: rgba(255,255,255,1);
}

.meta_item_title {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 15px;
	cursor: pointer;
	cursor: hand;
}

#meta_wetter .meta_item_content {
	font-size: 54px;
	font-weight: 700;
	padding-bottom: 15px;
}

#ph_wetter {
	width: 60px;
	height: auto;
	vertical-align: top;
}

#meta_events .meta_item_content {
	padding: 15px;
	text-align: left;
	font-size: 15px;
}

#meta_events .meta_item_event {
	padding-bottom: 15px;
}

#meta_events .event_image {
	display: inline-block;
	width: 70px;
	margin-right: 10px;
	height: auto;
	float: left;
}

#meta_events .event_date {
	font-weight: 700;
	font-size: 18px;
}

#meta_events a {
	text-decoration: none;
	color: rgb(171,146,97);
}

#bgn, #bgd {
	position: fixed;
	z-index: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#bgn {
	display: none;
}

.inl_maps {
	display: inline-block;
	height: 190px;
	width: auto;
	margin: 20px 0px;
}

#inl_map_makro {
	margin-right: 40px;
}


/* Menu */

#menu_ct {
	position: fixed;
	top: 0px;
	left: 60px;
	z-index: 20;;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	display: inline-block;
	margin-right: 5px;
}

#menu ul li a {
	color: rgb(171,146,97);
	text-decoration: none;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #fff;
	display: inline-block;
	padding: 15px 20px 10px 20px;
	border-bottom: 5px solid rgb(221,212,195);	
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
}

#menu ul li a:hover {
	/*padding-top: 25px;*/
	border-bottom: 5px solid rgb(171,146,97);	
}

#menu ul li a.active {
	/*padding-top: 40px;*/
	background-color: rgb(221,212,195);
	color: #000;
	font-weight: 400;
	border-bottom: 5px solid rgb(221,212,195) !important;
}

/* Content */

#meta_block_ct {
	position: fixed;
	right: 0px;
	display: inline-block;
	width: 260px;
}

#logo {
	background-color: #fff;
	padding: 15px 20px;
	position: fixed;
	right: 120px;
	width: 250px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	z-index: 20;
}

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

#logo_kante {
	width: 100%;
	height: 50px;
	background-image: url(../img/kante3.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: contain;
	bottom: -50px;
	left: 0px;
	position: absolute;
}

#content_ct {
	display: inline-block;
	position: absolute;
	top: 50%;
	background-color: #fff;
	color: #666;
	padding: 30px;
	padding-left: 60px;
	padding-right: 80px;
	padding-top: 60px;
	width: 100%;
	max-width: 700px;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	border-bottom: 20px solid rgb(205,191,161);
}

.kontakt_mswadr {
	width: 50%;
	float: left;
}




/* Lightbox */

#lightbox_layer {
	display: none; 
	z-index: 999; 
	position: fixed; 
	width: 100%; 
	height: 100%;
}

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(0,0,0,0.75); 
	position: fixed;
}

#lightbox_dots span {
	display: inline-block; 
	width: 8px; 
	height: 8px; 
	border-radius: 4px;
	background-color: rgb(180,180,180);
	background-color: rgba(255,255,255,0.4);
	margin: 8px;
}

#lightbox_dots span.active {
	background-color: rgba(255,255,255,1);	
}


#lightbox_center {
	position: relative;	
}

#lightbox_center img {
	width: 100%;
}

.lba {
	position: relative;
	display: inline-block;
}

#lbadesc {
	position: absolute;
	display: none;
	background-color: rgb(171,146,97);
	color: #fff;
	text-align: center;
	height: 40px;
	padding-top: 8px;
	bottom: -35px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: 600;
}

#lba_prev, #lba_next, #lba_close {
	color: rgba(221,212,195,1);
	text-shadow: 0 0 10px #000000;
	font-size: 42px;
	position: fixed;
	z-index: 30;
	cursor: pointer;
	cursor: hand;
}

#lba_close {
	top: 20px;
	right: 20px;
}

#lba_next, #lba_prev {
	top: 50%;
	margin-top: -32px;
	left: 20px;
	font-size: 64px;
}

#lba_next {
	left: auto;
	right: 20px;
}


#lba_prev img, #lba_next img {
	height: 35px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 15px;
	cursor: pointer; 
	cursor: hand;
}



.ico_popup {
	position: absolute;
	height: 25px;
	top: 30px;
	right: 10px;
	opacity: 0;
}







/* Kontakt Formular */







input[type="checkbox"], input[type="radio"] {
	display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	font-size: 15px;
	margin-right: 20px;
	line-height: 175%;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 15px;
	height: 15px; 
	background-color: #fff; 
	border: 1px solid rgb(88,89,91);
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 4px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="checkbox"] + label span {
	border-radius: 0px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	/*background-image: url(ico_check.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: rgb(171,146,97);
}



input[type="text"], textarea, select {
	padding: 5px 10px 4px 10px;
	width: 80%;
	background-color: rgba(138,138,123,0.1); 
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	letter-spacing: 1px;
	color: #000;
	margin-top: 10px;
}

#Strasse {
	width: 58%;
	float: left;
	margin-right: 2%;
}

#Strasse_Nr {
	width: 20%;
	float: left;
}

#PLZ {
	width: 20%;
	float: left;
	margin-right: 2%;
}

#Ort {
	width: 58%;
	float: left;
}

select {
	padding-left: 5px;
}

textarea {
	width: 100%;
}

.cs_form label {
	display: inline-block;
	width: 20%;
	padding-top: 5px;
	float: left;
	margin-top: 10px;
	color: rgba(138,138,123,1); 
	text-transform: uppercase;
	font-size: 15px;
}

.cs_form label.lb_auto {
	width: auto;
	padding-top: 0px;
	margin-top: 0px;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(138,138,123,0.2);outline: none;
}

input[type="submit"], input[type="reset"] {
	background-color: rgba(58,58,57,1);
	color: #fff;
	border: none;
	padding: 5px 15px;
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	font-weight: 400px;
	letter-spacing:2px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover {
	background-color: rgb(171,146,97);
}

.cat-m input[type="submit"]:hover, .cat-m input[type="reset"]:hover {
	background-color: #009640;
}

form input.hlt, form select.hlt {
	background-color: rgba(255,0,0,0.2);
}

.hpt {
	display: none;
}

#mob_vis {
	display: none;
}

.cs_rtx {
	line-height: 160%;
}

#cs_realform {
	margin-top: 30px;
}

.printbreak { display: none; }


/* Galerie */

.glbox {
	display: inline-block;
	width: 250px;
	height: 130px;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 10px 0 rgba(36,46,113,0);
box-shadow: 0 0 10px 0 rgba(36,46,113,0);
	transition: all 0.5s;
}

.glbox:hover {
	-webkit-box-shadow: 0 0 10px 0 rgba(36,46,113,1);
box-shadow: 0 0 10px 0 rgba(36,46,113,1);
}


.glbox a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.gl_night {
	display: none;
}


/* angebot */

#ang_box {
	position: absolute;
	width: 300px;
	height: 280px;
	left: 860px;
	top: 270px;
	background-color: #fff;
	border: 10px solid #fff;
	z-index: 10;
}

.wimgs, #w_base {
	position: absolute;
	width: 100%;
	height: auto;
	background-color: #fff;
}

.wimgs {
	display: none;
}

.wf_tab {
	width: 100%;
}

.wf_tab td {
	padding: 5px 2px;
}

.ple_head {
	color: rgb(171,146,97);
	font-weight: 600;
}

.ple_head td {
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(171,146,97);
}


.wf_row_house {
	text-transform: uppercase;
	color: rgb(171,146,97);
}

.wf_row_house td {
	padding-top: 10px;
	padding-bottom: 0px;
}

.wf_tab_flat td {
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.wf_tab_flat:hover td {
	background-color: rgb(171,146,97);
	color: #fff !important;
	cursor: default;
}

.wf_tab_flat:hover td a {
	color: #fff !important;
}

.wf_tab_flat:hover td a:hover {
	color: rgba(255,255,255,0.7) !important;
}

.wf_tab td:nth-child(2), .wf_tab td:nth-child(5) {
	text-align: center;
}

.wf_tab td:nth-child(1) {
	text-align: left;
}

.wf_tab td:nth-child(3), .wf_tab td:nth-child(4), .wf_tab td:nth-child(6), .wf_tab td:nth-child(7), .wf_tab td:nth-child(8) {
	text-align: right;
}

.wf_gg td:nth-child(4), .ple_head td:nth-child(8), .ple_head td:nth-child(9) {
	text-align: center;
}

.wf_gg td:nth-child(1) {
	text-align: left;
}

.wf_row_house td:nth-child(1) {
	text-align: left;
}


.wf_tab_flat td:nth-child(9), .wf_gg td:nth-child(4) {
	cursor: pointer;
	cursor: hand;
}

.wf_tab_flat td:hover:nth-child(9) {
	
}

.wf_tab_flat.verkauft {
	color: #999;
}

.wf_tab_flat.reserviert td:nth-child(8), .wf_tab_flat.verkauft td:nth-child(8) {
	color: rgb(217,0,0);
}

.wf_tab_flat .fa-file-pdf {
	font-size: 23px;
	margin-bottom: -2px;
	display: inline-block;
}

.page-angebot #content_ct {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	max-width: 840px;
}


#footer_itms {
	width: 250px;
	height: auto;
	position: fixed;
	right: 120px;
	bottom: 0px;
}

#impressum_ct, #meta_wetter {
	position: relative;
	width: 100%;
}


#impressum_btn, #meta_wetter .meta_item_title {
	background-color: rgb(205,190,161);
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	text-decoration: none;
	display: inline-block;
	width: 100%;
	padding: 15px 5px 10px 5px;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	transition: all 0.5s;
}

#meta_wetter .meta_item_content {
	text-align: center;
	background-color: #fff;
}


#mobmenu_ct {
	display: none;
	position: fixed;
	top: 20px;
	left: 20px;
	width: 35px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: rgb(171,146,97);
	width: 100%;
	height: 5px; 
	margin-bottom: 5px;
	float: left;
}

.mobtx {
	display: none;
}




/* 4s */

#kante1 {
	position: absolute;
	width: 100%;
	height: 100px;
	top: -100px;
	left: 0;
	background-image: url(../img/kante1.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}



.wf_gg_mob {
	display: none;
}


/* Media Queries */

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

	
	#logo, #footer_itms {
		right: 20px;
	}
	
}

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

	


	
	
	#menu_ct {
		left: 20px;
	}
	
	#menu ul li a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
	
	
	
	

}

@media only screen and (max-width : 1160px)  {
	
	#ang_box {
		display: none;
	}
	
	#bgn, #bgd {
		bottom: auto;
		height: 500px;
		top: 150px;
		position: absolute;
	}
	
	#content_ct {
		position: relative;
		margin-top: 560px;
		top: auto;
		max-width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	#impressum_ct {
		width: 100%;
		text-align: center;
		position: relative;
		right: auto;
	}
	
	#impressum_btn {
		width: 100%; 
		max-width: 260px;
	}
	
	.page-angebot #content_ct {
		max-width: 100%;
	}
	
	#content_ct {
		text-align: center;
		border-bottom: none;
		margin-top: 650px;
	}
	
	#content {
		max-width: 560px;
		width: 100%;
		display: inline-block;
		text-align: left;
	}
	
	.page-angebot #content {
		max-width: 800px;
	}
	
	#header_main_ct {
		background-color: #fff;
		position: absolute;
		width: 100%;
		height: 150px;
		z-index: 10;
	}
	
	#header_main_ct.scrdn {
		position: fixed;
		height: 60px;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	}
	
	#menu_ct {
		display: none;
	}
	
	#mobmenu_ct {
		display: inherit;
	}
	
	#menu_ct {
		left: 0px;
		top: 150px;
		width: 100%;
		position: absolute;
		z-index: 20;
		background-color: #fff;

	}
	
	.scrdn #menu_ct {
		position: fixed;
		top: 60px;
	}
	
	#menu {
		padding-bottom: 30px;
	}
	
	#menu ul li {
		float: none;
		width: 100%;
		margin-right: 0px;
	}
	
	#menu ul li a {
		width: 100%;
		border-bottom: none;
		text-align: center;
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		margin-right: 0px;
	}
	
	#menu ul li a.active, #menu ul li a:hover {
		padding-top: 15px;
		border-bottom: none;
	}
	
	#logo {
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		position: absolute;
		padding: 10px;
		width: auto;
		bottom: 5px;
	}
	
	#logo img {
		height: 120px;
		width: auto;
		transition: all 0.5s;
	}
	
	.scrdn #logo {
		padding: 0px;
		bottom: 0px;
	}
	
	.scrdn #logo img {
		height: 55px;
	}
	
	#footer_itms {
		position: relative;
		right: auto;
		width: 100%;
		padding-bottom: 100px;
		margin-top: 50px;		
	}
	
	#impressum_btn {
		max-width: 100%;
	}
	
	#impressum_btn, #meta_wetter .meta_item_title {
		-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		box-shadow: 0 0 10px 0 rgba(0,0,0,0);
		border-top: 1px solid #fff;
	}
	
	
}


@media only screen and (max-width : 840px)  {
	
	#bgn, #bgd {
		height: 350px;
	}
	
	#content_ct {
		margin-top: 500px;
	}
	
	
}



@media only screen and (max-width : 700px)  {
	
	
		#logo {
		padding: 0px;
		display: inline-block;
			bottom: 0px;
	}
	
	#logo img {
		height: 55px;
		width: auto;
	}
	
	#header_main_ct {
		height: 60px;
		position: fixed;
	}

	#bgn, #bgd {
		height: 240px;
		top: 60px;
	}
	
	#menu_ct {
		top: 60px;
	}
	
	
	#content_ct {
		margin-top: 300px;
	}
	
	.pht {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	h2 {
		font-size: 28px;
		letter-spacing: 1px;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.glbox {
		width: 100%;
		height: 200px;
	}
	
	.cs_form label {
		width: 100%;
	}
	
	input[type="text"], textarea, select {
		width: 100%;
	}
	
	#Strasse {
	width: 78%;
	float: left;
	margin-right: 2%;
}

#Strasse_Nr {
	width: 20%;
	float: left;
}

#PLZ {
	width: 30%;
	float: left;
	margin-right: 2%;
}

#Ort {
	width: 68%;
	float: left;
}
	
	.page-angebot #content_ct {
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.wf_tab {
		font-size: 12px;
	}
	
	.mobtx {
		display: inline-block;
	}
	
	.desktx {
		display: none;
	}
	
	.ple_head td:nth-child(4), .ple_head td:nth-child(5), .ple_head td:nth-child(6), .ple_head td:nth-child(7) {
		display: none;
	}
	
	.wf_tab_flat td:nth-child(4), .wf_tab_flat td:nth-child(5), .wf_tab_flat td:nth-child(6), .wf_tab_flat td:nth-child(7) {
		display: none;
	}

	.wf_row_house td:nth-child(2), .wf_row_house td:nth-child(3), .wf_row_house td:nth-child(4) {
		display: none;
	}
	
	.wf_gg {
		display: none;
	}
	
	.wf_gg_mob {
		display: table-row;
	}
	
	.wf_gg_mob td:nth-child(6), .wf_gg_mob td:nth-child(7) {
		display: table-cell;
	}
	
	.wf_gg_mob td:nth-child(7) {
		text-align: center;
	}
	
	.wf_gg_mob td:nth-child(2), .wf_gg_mob td:nth-child(3), .wf_gg_mob td:nth-child(4), .wf_gg_mob td:nth-child(5) {
		display: none;
	}
	
}



@media only screen and (max-width : 540px)  {
	
	#bgn, #bgd {
		height: 180px;
	}
	
	#content_ct {
		margin-top: 240px;
	}
	
	.inl_maps {
		width: 100%;
		height: auto;
		margin-right: 0px !important;
	}
	
	.kontakt_mswadr {
		width: 100%;
	}
	
}







@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

 

	
	.printbreak {page-break-after: always !important;}
	
	.avoidbreak {
       display: table;
    }
	
}









