/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

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

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

html,
button,
input,
select,
textarea {
    color: rgb(99,84,71);
}

html {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.link_noul {
	border-bottom: none !important;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* Fonts */





/* General */

body {
	min-height: 100%;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 400;
	overflow-y: scroll;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
}

h3 {
	font-size: 40px;
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 600;
	color: #323232;
	display: inline-block;
	letter-spacing: 1px;
}

h3 strong {
	font-weight: 600;
}

h4 {
	font-size: 21px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: 500;
	color: #b4a9aa;
	display: inline-block;
	line-height: 150%;
}

h5 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 600;
	color: #b4a9aa;
	display: inline;
}


.cat-e .ct_m, .cat-m .ct_e {
	display: none !important;
}

#content ul {
	padding: 0;
	margin: 0;
	padding-left: 1em;
	list-style: square;
}

#content ul li {
	line-height: 115%;
	margin-top: 10px;
}

#content a {
	color: #323232;
	border-bottom: none;
	text-decoration: none;
}



#content a:hover {
	border-bottom: 1px dotted #323232;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 25px;
	right: 23px;
	width: 35px;
	height: 30px;
	z-index: 30;
}

.mobmenu_line {
	display: inline-block;
	background-color: #fff;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

.mobonly, .tabonly {
	display: none !important;
}

a .dl_icon {
	background-image: url(../img/dl_arrow2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}

a .vr_icon {
	background-image: url(../img/ico_360.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgb(123,135,106);
	-webkit-border-radius: 13px;
	border-radius: 13px;
	width: 26px;
	height: 26px;
	display: inline-block;
	margin-bottom: -6px;
}



a:hover .dl_icon {
	background-color: rgb(0,0,0);
}


a:hover .vr_icon {
	background-color: rgb(0,0,0);
}


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

#info_box_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: 50;
}

#info_box_content {
	-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);
	position: fixed;
	width: 600px;
	height: 210px;
	border: 5px solid rgb(185, 143, 103);
	background-color: #fff;
	color: #333;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -300px;
	padding: 30px;
	padding-top: 40px;
	font-weight: bold;
	font-size: 15px;
	z-index: 50;
}

#info_box_close {
	width: 30px; height: 30px; padding: 5px; position: absolute; top: 0; right: 0; background-color: rgb(185, 143, 103);
	cursor: pointer;
	cursor: hand;
	z-index: 50;
}

#logo_ct {
	width: 100%;
	text-align: center;
	height: 175px;
}

#logo {
	height: 140px;
	width: auto;
	margin-top: 15px;
	transition: all 0.5s;
}

.scrdn #logo {
	height: 60px;
	margin-top: 110px;
}

/* Home */



.box_ct {
	display: inline-block;
	margin: 90px 30px;
}

.box_home {
	position: relative;
	width: 215px;
	height: 201px;
	padding: 20px;
	display: inline-block;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	color: rgb(88,89,91);
	text-align: left;
	font-size: 17px;
	transition: all 0.5s;
}

.box_home:hover {
	background-color: rgba(255,255,255,1);
	-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);
}

.box_home .box_head {
	display: inline-block;
	background-color: #ccc;
	padding: 2px 2px;
	color: #fff;
	font-size: 11px;
	position: absolute;
	width: 175px;
}

#box_eigentum .box_head {
	background-color: rgb(123,135,106);
}

#box_miete .box_head {
	background-color: rgb(185,143,103);
}

.box_home .box_title {
	font-size: 30px;
	display: block;
	padding: 40px 0 3px 0;
}

.box_home .box_line {
	display: block;
	border-bottom: 1px solid #000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.box_home .box_link {
	font-size: 15px;
}

#box_eigentum .box_link {
	color: rgb(123,135,106);
}

#box_miete .box_link {
	color: rgb(185,143,103);
}
.box_home .box_link img {
	height: 10px;
	width: auto;
}

#footer_ct {
	position: relative;
	width: 100%;
	height: auto;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	display: inline-block;
	max-width: 1000px;
	width: 100%;
}

#footer a {
	color: rgb(0,0,0);
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .footer_right {
	float: right;
}

.footer_copy {
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	font-weight: 500;
	letter-spacing: 1px;
}

.footer_spacer {
	color: rgb(124,194,152);
	margin: 0px 8px;
}

.btn_arrow {
	height: 16px; width: auto; vertical-align: middle; margin-top: -3px; margin-right: 5px;
	transition: all 0.5s;
}

.btn_box:hover .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.btn_box {
	display: inline-block;
	width: 400px;
	position: absolute;
	color: #fff;
	background-color: #5a2953;
	font-size: 23px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 5px 15px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
	transition: box-shadow 0.5s;
	top: 75%;
	left: 50%;
	margin-left: -405px;
	text-align: left;
}

.btn_box:hover {
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}



.home_circ {
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.75);
	color: #fff;
	position: absolute;
}

#home_bezug {
	width: 120px;
	height: 120px;
	padding-top: 36px;
	top: 30px; 
	right: 80px;
}

#home_tdot {
	width: 165px;
	height: 165px;
	padding-top: 32px;
	top: 110px; 
	right: 120px;
}

#home_wb {
	width: 180px;
	height: 180px;
	padding-top: 50px;
	top: 300px; 
	right: 10px;
	color: #000;
	background-color: rgba(255,229,0,0.8);
}



.col_top {
	padding-bottom: 30px;
}





/* Layout */

#head_ct {
	height: 220px;
	position: absolute;
	background-color: #B5AAAA;
	width: 100%;
	top: 0;
	z-index: 5;
	transition: box-shadow 0.5s;
}



#head {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#content_ct {
	width: 100%;
	padding-top: 270px;
	padding-bottom: 50px;
	position: relative;
	background-color: #fff;
}

#content {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	color: #323232;
	font-weight: 400;
	font-size: 18px;
}

.col_left {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.col_right {
	width: 50%;
	float: left;
	padding-left: 20px;
}

#bg_ct {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}


#bg_ct {
	background-image: url(../img/vis1.jpg?v=1);
	background-position: center center;
	position: relative;
	height: 70%;
	width: 100%;
}

.page-projekt #bg_ct {
	background-image: url(../img/vis2.jpg?v=1);
}

.page-download #bg_ct {
	background-image: url(../img/vis1.jpg?v=1);
}

.page-lage #bg_ct {
	display: none;
}

.page-kontakt #bg_ct {
	display: none;
}

.page-impressionen #bg_ct {
	display: none;
}

.page-home #content_ct {
	padding-top: 220px;
	padding-bottom: 0px;
}







.impth {
	float: left;
	display: inline-block;
	position: relative;
	width: 180px;
	margin-right: 25px;
	height: 100px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.h_sep {
	display: inline-block;
	width: 120px;
	height: 25px;
	margin-bottom: 10px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../img/h_sep.jpg);
	position: relative;
	opacity: 0;
	transition: all 1s;
}

.h_sep_overlay {
	background-color: rgba(255,255,255,1);
	position: absolute;
	width: 100%;
	height: 100%;
	transition: all 2s;
}

.h_sep.played {
	opacity: 1;
}

.h_sep.played .h_sep_overlay {
	margin-left: 120px;
}



/* Menu */

#menu {
	display: inline-block;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	list-style: none;
	display: inline-block;
}

#menu ul li {
	float: left;
	margin-left: 0px;
	margin-right: 40px;
}

#menu ul li a {
	color: rgba(255,255,255,1);
	padding: 2px 5px 4px 5px;
	display: inline-block;
	transition: all 0.5s;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 1px;
}

#menu ul li a:hover {
	color: rgba(255,255,255,0.7);
}


#menu ul li a.active {
	color: #323232;
}



.dist_tab {
	width: 100%;
	margin-top: -6px;
}

.dist_tab .dt_ico {
	height: 22px;
	width: auto;
	margin-top: -10px;
}

.dist_tab td {
	border-bottom: 1px solid rgb(124,194,152);
}

.dist_tab .dt_head td {
	border-bottom: 1px solid rgb(124,194,152);
	font-weight: 600;
	color: rgb(124,194,152);
	padding-top: 25px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}

.dist_tab tr td {
	padding-top: 9px;
	padding-bottom: 3px;
}

.dist_tab tr td:first-child {
	text-align: left;
}

.lage_link {
	border-bottom: none !important;
	margin-right: 30px;
	font-size: 14px;
	font-weight: 600;
}

.lage_link img {
	height: 30px; 
	width: auto;
	margin-right: 5px;
}

.lage_link:hover img {
	opacity: 0.6;
}

.img_fw {
	width: 100%;
	height: auto;
}

a.lba {
	border-bottom: none !important;
}

/* Content */

#infobox {
	position: absolute;
	-webkit-border-radius: 200px;
	border-radius: 200px;
	font-size: 15px;
	background-color: rgba(90,41,83,0.75);
	color: #fff;
	right: -100px;
	top: 80px;
	width: 120px; height: 120px;
	padding-top: 35px;
	text-align: center;
}





.ct_link {
	position: absolute;
	bottom: -76px;
	left: 0;
	background-color: #fff;
	padding: 4px 5px;
}

.cat-e .ct_link a {
	color: rgb(123,135,106);
}

.ct_link img {
	height: 11px;
	width: auto;
}



#arrow_left, #arrow_right {
	cursor: pointer;
	cursor: hand;
	background-color: rgba(88,89,91,0.7);
	transition: all 0.5s;
}

#arrow_left:hover, #arrow_right:hover {
	background-color: rgb(123,135,106);
}



#e_chinderpalast img {
	float: left;
	width: 180px;
}

#chp_text {
	display: inline-block;
	margin-top: 50px;	
	width: 280px;
	font-size: 15px;
}

/* Angebot */

.wf_content {
	padding-bottom: 50px;
}

.wf_tab {
	width: 100%;
}

.wf_tab td {
	padding-bottom: 6px;
	padding-top: 6px;
	padding-left: 8px;
	padding-right: 8px;
}

.wf_tab_flat td {
	border-bottom: 1px solid #fff;
	background-color: #E2E2E8;
	font-size: 18px;
	font-weight: 400;
	cursor: default;
	cursor: pointer;
	cursor: hand;
}

.wf_tab_flat.noiso td {
	cursor: default;
}

.wft_efh .wf_tab_flat.noiso td {
	cursor: pointer;
	cursor: hand;
}

.wf_tab_flat:hover td {
	background-color: #B5AAAA;
	font-weight: 600;
	letter-spacing: -0.25px;
}

.wf_tab_head td {
	border-bottom: 2px solid #000000;
	font-weight: 500;
	padding-top: 25px;		
}



.wf_tab td:nth-child(9), .wf_tab.wft_dispo td:nth-child(6), .wf_tab.wft_pp td:nth-child(7), .wf_tab.wft_efh td:nth-child(11) {
	text-align: right;
}






.wf_tab_content .ico_pdf {
	height: 24px;
	width: auto;
	margin-top: -5px;
	margin-bottom: -2px;
}

.wstat1 td:nth-child(8) {
	color: #C00003;
}

.wstat1:hover td:nth-child(8) {
	color: #fff;
}

.wstat2 td {
	color: #999;
}

.wf_row_house td {
	font-weight: 400;
}

.wrh_first td {
	padding-top: 25px;
}




.wf_head {
	position: absolute;
	background-color: #fff;
	transition: box-shadow 0.5s;
	padding-top: 20px;
	height: 265px;
}

.wf_head.wf_sticky {
	position: fixed;
	top: 115px;
	width: 1000px;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
	z-index: 3;
}

.wf_content {
	padding-top: 280px;
}

#ct_flr {
	width: 55%;
	position: relative;
	display: inline-block;
	margin-top: 0px;
	padding-bottom: 10px;
}

#flr_base {
	width: 100%;
	height: auto;
}

.flr_house {
	position: absolute;
	width: 100%;
	height: auto;
}

#ct_flat {
	position: relative;
	display: inline-block;
	width: 32%;
	margin-right: 3%;
}

#flat_full {
	width: 100%;
	height: auto;
}



#flat_overlay, #flat_hr {
	width: 100%;
	position: absolute;
	height: auto;
}

#flat_desc {
	width: 100%;
	padding-top: 5px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	text-align: center;
	position: absolute;
	left: 0;
	top: 205px;
	vertical-align: top;
}


#ct_filter {
	display: inline-block;
	width: 40%;
	padding-left: 20px;
	vertical-align: top;
	font-size: 18px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
}

#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
	font-size: 18px;
	margin-right: 10px;
}



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



#ct_filter input[type="checkbox"] + label span {
	width: 16px;
	height: 16px; 
	background-color: #fff; 
	border: 1px solid #B5AAAA;
	-webkit-border-radius: 10px;
border-radius: 10px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 5px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}



#ct_filter input[type="checkbox"]:checked + label span {
	background-image: none;
	background-color: #B5AAAA;
}





.page-angebot #bg_ct, .page-bildwelten #bg_ct {
	display: none;
}

.page-projekt #content_ct, .page-lage #content_ct, .page-kontakt #content_ct, .page-angebot #content_ct {
	border-bottom: 2px solid #ceced8;
}



#head_ct.scrdn {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	position: fixed;
	top: -105px;
}

/* Download */

.dl_box {
	display: inline-block;
	margin-right: 50px;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 50px;
}



.dl_titel {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.dl_img {
	height: 280px;
	width: auto;
	-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;
	margin-bottom: 20px;
}

.dl_button {
	display: inline-block;
	background-color: rgba(124,194,152,1);
	color: #fff;
	font-size: 21px;
	padding: 6px 18px;
	font-weight: 600;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px 0 rgba(0,0,0,0.5);
	margin-top: 25px;
	transition: all 0.5s;
}

.dl_button .btn_arrow {
	margin-right: 5px;
	transition: all 0.5s;
}

.dl_box:hover .dl_button .btn_arrow {
	margin-right: 0px;
	margin-left: 5px;
}

.dl_box:hover .dl_img {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.8);
}

.dl_box:hover .dl_button {
	-webkit-box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.8);
	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.8);
	background-color: rgb(99,84,71);
}


.bw_box {
	display: inline-block;
	margin-right: 20px;
	width: 100%;
	max-width: 310px;
	height: 200px;	
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	border-bottom: none !important;
	outline: 0 !important;
	margin-bottom: 30px;
}

.bw_box .bw_titel {
	position: absolute;
	width: 100%;
	padding: 16px;
	bottom: 0;
	background-color: rgba(255,255,255,0.75);
	color: #3a3a39;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 1px;
}

.page-lage #thumbbox {
	display: none !important;
}



/* Kontakt Formular */



.page-kontakt .col_left {
	width: 730px;
	padding: 0;
	min-height: 520px;
}

.page-kontakt .col_right {
	width: 270px;
	padding-left: 120px;
}

.cont_row {
	height: 50px;
	float: left;
	width: 50%;
}


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

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



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 25px;
	height: 25px; 
	background-color: #fff; 
	border: 2px solid #ceced8;
	border-radius: 0px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 8px; 
	margin-bottom: 8px;
	margin-top: 5px;
	vertical-align: middle;
}

input[type="radio"] + label span {
	margin-right: 67%;
	float: right;
}


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

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

input[type="text"], textarea, select {
	padding: 4px 10px 4px 10px;
	width: 75%;
	background-color: #ceced8; 
	border: none;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: 400;
}

textarea {
	width: 100%;
}

#contactform label {
	display: inline-block;
	width: 25%;
	padding-top: 2px;
	float: left;
}

#contactform .anrd label {
	width: 100%;
}

#contactform label.xllb {
	width: 80%;
}

input[type="text"]:focus, textarea:focus {
	background-color: rgba(206,206,216,0.3);
	outline: none;
}

input[type="submit"], input[type="reset"], .submbtn {
	background-color: #B5AAAA;
	color: #ffffff;
	border: none;
	padding: 8px 25px;
	float: left;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
}

input[type="submit"]:hover, input[type="reset"]:hover, .submbtn:hover {
	background-color: #ceced8;
	color: #323232;
}



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

.hpt {
	display: none;
}

.kontakt_inner_left .cont_row {
	padding-right: 25px;
}

.kontakt_inner_right .cont_row {
	padding-left: 25px;
}

.mob_tdesc {
	display: none;
}



/* Lightbox */

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

#lightbox_bg {
	width: 100%; 
	height: 100%; 
	background-color: rgba(255,255,255,0.8); 
	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 4px;
}

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

#lba_prev, #lba_next, #lba_close {
	position: absolute;
	z-index:500;
	transition: all 0.5s;
	color: rgba(58,58,57,0.5);
	cursor: pointer;
	cursor: hand;
}

#lba_prev:hover, #lba_next:hover, #lba_close:hover {
	color: rgba(58,58,57,1);
}


#lba_prev {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	left: -45px;
}

#lba_next {
	font-size: 40px;
	top: 50%;
	margin-top: -20px;
	right: -43px;
}

#lba_close {
	font-size: 40px;
	top: 10px;
	right: -45px;
	margin-top: -20px;
}


#thumbbox {
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	background-color: rgba(255,255,255,0.9);
	text-align: center;
	opacity: 0;
	transition: all 0.5s;
	z-index: 10;
}

#lightbox_image_ct:hover #thumbbox {
	opacity: 1;
}

#thumbbox div {
	position: relative;
	display: inline-block;
	width: 90px; 
	height: 60px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 20px 1px;
	opacity: 0.6;
	cursor: pointer; 
	cursor: hand;
	transition: all 0.5s;
}

#thumbbox div.active {
	opacity: 1;
	width: 120px;
	height: 80px;
	margin: 10px 5px;
}

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

.imp {
	width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mob_only {
	display: none !important;
}

#mm_toggle {
	z-index: 20;
	position: fixed;
	top: 0;
	right: 0;
	width: 50px;
	height: auto;
	padding: 10px;
	background-color: #fff;
	display: none;
}

.tab_only {
	display: none;
}

#mobmenu_ct {
	display: none;
	position: absolute;
	top: 180px;
	right: 50%;
	width: 30px;
	height: 30px;
	z-index: 30;
	margin-right: -15px;
}

.mobmenu_line {
	display: inline-block;
	background-color: #3a3a39;
	width: 100%;
	height: 4px; 
	margin-bottom: 4px;
	float: left;
}

#block_footer a:hover {
	color: #fff;
}

/* Updates */


	/* 160509 Info-Windows Home */
	
	#iw_eigentum, #iw_mieten {
		position: absolute;
		margin-top: 201px;
		cursor: default !important;
	}
	
	#iw_eigentum {
		margin-left: -10px;
	}
	
	#iw_mieten {
		margin-left: -6px;
	}


#teaser_sold {
	width: 60%; position: absolute; margin-left: 20%; margin-top: 200px; background-color: #333; color: #fff; text-align: center; letter-spacing: 5px; padding: 10px; font-size: 21px;
	-moz-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}


#logo_mob {
	display:  none;
}

#intro1 {
	position: absolute;
	overflow: hidden;
	width: 1px;
	opacity: 0;
	height: 400px;
	background-image: url(../img/logo_intro2.png);
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: left top;
	left: 50%; 
	margin-left: -200px;
	top: 50%;
	margin-top: -200px;
	z-index: 1;
	transition: all 3s;
}

#intro2 {
	position: absolute;
	overflow: hidden;
	width: 1px;
	opacity: 0;
	height: 400px;
	background-image: url(../img/logo_intro1.png);
	background-size: 400px 400px;
	background-repeat: no-repeat;
	background-position: right top;
	left: 50%; 
	margin-left: 200px;
	top: 50%;
	margin-top: -200px;
	z-index: 1;
	transition: all 3s;
}

#intro1.played {
	width: 400px;
	opacity: 0.8;
}

#intro2.played {
	width: 400px;
	opacity: 0.8;
	margin-left: -200px;
}

#intro1.played.fout, #intro2.played.fout {
	opacity: 0;
}

.ple_only {
	display: none;
}

#sticker_bezug {
	width: 160px;
	height: auto;
	position: absolute;
	right: -110px;
	bottom: -110px;
}



#projekt_minergie {
	max-width: 50%;
	height: auto;
}

.smp_only {
	display: none;
}

#flr_mob {
	display:  none;
}


/* Flexslider */


.page-impressionen #content {
	max-width: 100%;
}

.page-impressionen #content_ct {
	padding-top: 210px;
	padding-bottom: 0px;
}

.page-impressionen #content ul {
	padding-left: 0px;
}

.flexslider {
	position: relative;
	width: 100%;
	top: 0px;
	bottom: 0px;
}

.flexslider, .slides, .slides li {
	width: 100%;
	height: 700px;
}


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

#fs_head .flex-direction-nav {
	display: none;
}

#fs_head .fs_slide {
	background-position: center top;
}

.slide_inner_ct {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/overlay_tile_sld.png); 
	background-repeat: repeat;
}

.slide_inner {
	width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -150px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
}

.slide_title {
	color: #fff;
	font-size: 38px;
	line-height: normal;
	display: block;
}

.slide_title img {
	width: auto !important;
	display: inline-block !important;
}

.slide_text {
	color: #fff;
	font-size: 76px;
	line-height: 95%;
}

.flex-viewport{
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}

.flex-control-nav {
	top: 30px !important;
	z-index: 4;
	background-color: transparent;
	padding-top: 20px !important;
	padding-bottom: 10px !important;
}

.flex-direction-nav {
	z-index: 4;
}

.flex-control-paging li {
	border: 2px solid #ceced8;
	padding: 0px;
	margin: 0px 20px !important;
	display: inline-block;
}

.flex-control-paging li a {
	background-color: #fff !important;
	box-shadow: none !important;
	width: 16px !important;
	height: 16px !important;
	-webkit-border-radius: 0 !important;
border-radius: 0 !important;	
}

.flex-control-paging li a:hover {
	border-bottom: none !important;
}

.flex-control-paging li a.flex-active {
	background-color: #ceced8 !important;
	box-shadow: none !important;
}

#fsh_nav {
	z-index: 12;
	position: absolute;
	width: 100%;
	height: 100%;
}

#fsh_left, #fsh_right {
	position: absolute;
	top: 50%;
	margin-top: -105px;
	cursor: pointer;
	cursor: hand;
	opacity: 0.75;
	transition: all 0.5s;
	z-index: 10;
}

#fsh_left:hover, #fsh_right:hover {
	opacity: 1;
}

#fsh_left {
	left: 3%;
}

#fsh_right {
	right: 3%;
}





/* ==========================================================================
   Media Queries
   ========================================================================== */


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

	#tdot18_1 {
		right: 0px;
		bottom: 50px;
	}
	
	#sticker_bezug {
	width: 130px;
	height: auto;
	position: absolute;
	right: 5px;
	bottom: auto;
	top: 120px;
}
	
}


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

	#footer_ct {
		padding-left: 20px;
		padding-right: 20px;
	}
	#infobox {
		display: none !important;
	}
	
	#menu {
		text-align: center;
	}
}


@media only screen and (max-width: 1020px) {
	
	.tabonly {
		display: block !important;
	}
	
	.tabhide {
		display: none;
	}
	
	#content, #head {
		width: 100%;
		padding: 0 20px;
	}
	
	#menu ul {
		display: none;
	}
	
	#infobox_ct {
		width: 100%;
		margin: 0px;
		left: auto;
	}
	
	#infobox {
		margin-right: 20px;
	}
	
	.ct_link {
		margin-left: 20px;
	}
	
	#mobmenu_ct {
		display: inline-block;
	}
	
	
	
	#menu ul {
		background-color: #B5AAAA;
		width: 100%;
		position: absolute;
		top: 220px;
		left: 0;
		padding: 0;
		margin: 0;
		z-index: -1;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	
	#menu ul li {
		width: 100%;
		display: block;
		margin: 5px 0;
		padding-left: 15px;
	}
	
	.page-impressionen {
		background-image: none !important;
	}
	
	.page-impressionen #arrow_left, .page-impressionen #arrow_right {
		display: none;
	}
	
	.page-impressionen #content_ct {
		display: block;
	}
	
	.page-impressionen .impimg {
		width: 100%;
		height: auto;
		margin-bottom: 30px;
		-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
		box-shadow: 0 0 5px 0 rgba(0,0,0,0.7);
	}
	
	.page-kontakt .col_left {
		width: 70%;
		min-height: auto !important;
	}
	
	.page-kontakt .col_right {
		width: 30%;
		padding-left: 5%;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 70%;
		padding-right: 2%;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		width: 30%;
		position: relative;
		padding: 0;
	}
	
	.page-angebot .col_right img, .page-angebotprv .col_right img {
		width: 30%;
		height: auto;
	}
	
	#infobox, #swt_cat {
		display: none !important;
	}
	
	.wf_head, .wf_head.wf_sticky {
		width: auto;
		left: 20px;
		right: 20px;
	}
	
	#tdot18_1 {
		right: 15px;
		bottom: 0px;
	}
	
}


@media only screen and (max-width: 940px) {
	#ct_filter input[type="checkbox"] + label, #ct_filter input[type="radio"] + label {
		/*font-size: 12px;
		margin-right: 5px;*/
	}
	
	#ct_filter {
		width: 50%;
	}
	
	#ct_flr {
		width: 50%;
		padding-top: 60px;
		margin-left: -20px;
		margin-right: -15px;
	}
	

	

	
}

@media only screen and (max-width: 790px) {
	
	
			.wft_house.wf_tab tr td:nth-child(5), .wft_house.wf_tab tr td:nth-child(6), .wft_house.wf_tab tr td:nth-child(7), .wft_house.wf_tab tr td:nth-child(8), .wft_dispo.wf_tab tr td:nth-child(5), .wft_pp.wf_tab tr td:nth-child(3), .wft_pp.wf_tab tr td:nth-child(4), .wft_pp.wf_tab tr td:nth-child(5), .wft_efh.wf_tab tr td:nth-child(4), .wft_efh.wf_tab tr td:nth-child(5), .wft_efh.wf_tab tr td:nth-child(6), .wft_efh.wf_tab tr td:nth-child(7), .wft_efh.wf_tab tr td:nth-child(8), .wft_efh.wf_tab tr td:nth-child(9), .wft_efh.wf_tab tr td:nth-child(10) {
		display:  none;
	}
	


	.mob_tdesc {
		display: inherit;
	}
	
	.desk_tdesc {
		display: none;
	}
	
	.wf_row_house.mob_tdesc {
		display: table-row;
		font-size: 14px;
	}
	
	.wf_tab_head td {
		font-size: 16px;
	}
	
	.cont_row {
		width: 100%;
	}
	
	.kontakt_inner_left .cont_row, .kontakt_inner_right .cont_row {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	#contactform .anrd label {
		width: 100%;
	}
	
	.anrd.cont_row {
		width: 50%;
	}
	
	input[type="radio"] + label span {
		float: left;
		margin-right: 20px;
	}
	
}

@media only screen and (max-width: 760px) {
	.page-kontakt .col_left {
		width: 100%;
	}
	
	.page-kontakt .col_right {
		width: 100%;
		padding-left: 0;
		padding-top: 30px;
	}
	
	#e_chinderpalast {
		margin-top: 20px;
	}
	
	#e_chinderpalast img {
		width: 30%;
		margin-right: 5%;	
	}
	
	#chp_text {
		font-size: 12px;
		width: 65%;
		margin-top: 20px;
	}
	
	
	
	#footer_ct {
		position: relative;
		top: auto;
		height: auto;
		padding-top: 25px;
		padding-bottom: 25px;
	}
	

	
	#footer {
		text-align: center;
	}
	
	#footer .footer_right {
		float: none;
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}
	
	
	h3 {
		font-size: 32px;
	}

	
	#bg_ct {
		height: 400px !important;
	}
	
	#ct_flr, #ct_flat {
		display: none !important;
	}
	
	#ct_filter {
		width: 100%;
		padding-left: 0;
	}
	
	.wf_head {
		position: relative;
		width: 100%;
		left: auto;
		right: auto;
	}
	
	.wf_head.wf_sticky {
		position: relative;
		width: 100%;
		box-shadow: none;
		-webkit-box-shadow: none;
		top: auto;
		left: auto;
		right: auto;
	}
	
	.wf_content {
		padding-top: 0;
	}
	

	
		#sticker_bezug {
	width: 100px;
	height: auto;
	position: absolute;
	right: 5px;
	bottom: auto;
	top: 5px;
}
	
}

@media only screen and (max-width: 640px) {
	
	.mobonly {
		display: block !important;
	}
	
	.mobhide {
		display: none;
	}
	
	.col_left, .col_right {
		width: 100%;
		padding: 0;
	}
	
	.col_right {
		padding-top: 25px;
	}
	
	h3 {
		font-size: 1.3em;
	}
	
	#infobox {
		font-size: 12px;
		width: 150px;
		height: 55px;
		padding: 5px 5px 0 10px;
	}
	
	#infobox .ct_m {
		font-size: 11px;
	}
	

	
	.box_ct {
		margin: 0px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	
	#iw_eigentum {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 43px;
		z-index: 20;
	}
	
	#iw_mieten {
		width: 150px;
		height: auto;
		margin-top: 150px;
		margin-left: 6px;
		z-index: 20;
	}
	
	.box_home {
		font-size: 14px;
		height: 165px;
		width: 195px;
	}
	
	.box_home .box_head {
		font-size: 10px;
		width: 155px;
		margin-top: -5px;
	}
	
	.box_home .box_title {
		font-size: 24px;
		padding: 0;
		padding-top: 30px;
	}
	
	.box_home .box_line {
		margin-bottom: 5px;
	}
	
	.box_home .box_link {
		font-size: 14px;
	}
	
	.page-lage .ct_link {
		display: none;
	}
	
	.page-angebot #content, .page-angebotprv #content {
		min-height: inherit;
	}
	
	.page-angebot .col_right, .page-angebotprv .col_right {
		display: none;
	}
	
	.page-angebot .col_left, .page-angebotprv .col_left {
		width: 100%;
		padding: 0;
	}
	
	.page-angebot .colheads, .page-angebotprv .colheads {
		display: none;
	}
	
	.page-angebot #h1, .page-angebotprv #h1 {
		display: none;
	}
	
	.page-angebot .flattab td, .page-angebotprv .flattab td {
		background-color: #fff;
	}
	
	.page-angebot .flattab tr, .page-angebotprv .flattab tr {
		border-bottom: 1px solid rgb(211,215,208);
		width: 100%;
	}
	
	.page-angebot .flattab .rowtitle, .page-angebotprv .flattab .rowtitle {
		border-top: 10px solid #fff;
		border-bottom: 10px solid #fff;
	}
	
	.page-angebot .flattab .rowtitle td, .page-angebotprv .flattab .rowtitle td {
		background-color: rgb(211,215,208);
	}
	

	.page-angebot .flattab tr.rowh, .page-angebotprv .flattab tr.rowh {
		display: inline-block;
		width: 100%;
	}


	
	#box_eigentum .box_head {
		display: none;
	}
	
	#teaser_sold {
		margin-top: 120px;
	}
	
	.page-home .btn_box {
		left: 10% !important;
		margin-left: 0 !important;
		width: 80%;
		font-size: 16px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.page-home .btn_arrow {
		height: 11px;
	}
	
	.home_circ {
		font-size: 11px;
	}
	
	#home_bezug {
		height: 80px;
		padding-top: 24px;
		right: 40px;
		width: 80px;
	}
	
	#home_tdot {
		height: 110px;
		padding-top: 16px;
		right: 80px;
		top: 80px;
		width: 110px;
	}
	
	#home_wb {
		height: 120px;
		width: 120px;
		top: 200px;
		padding-top: 30px;
	}
	
	#bg_ct {
		height: 200px !important;
	}
	
	#content_ct {
		padding-top: 90px;
	}
	
	#logo {
		height: 50px;
	}
	
	#head_ct {
		height: 60px;
	}
	
	#menu ul {
		top: 60px;
	}
	
	.lage_link {
		display: block;
		margin-top: 15px;
	}
	
	.dist_tab {
		margin-top: 0px;
		font-size: 13px;
	}
	
	.wf_tab_flat td {
		font-size: 13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	
	.wf_tab_head td {
		font-size: 14px;
	}
	
	.wf_tab td {
		padding-left: 4px;
		padding-right: 4px;
	}

	
	.dl_box {
		display: block;
		margin-right: 0;
		margin-bottom: 20px;
		margin-top: 30px;
	}	
	
	.dl_titel {
		display: inline-block;
		width: 65%;
	}
	
	.dl_img {
		height: auto;
		width: 50%;
		margin-right: 5%;
		float: left;
		margin-bottom: 10px;
	}
	
	.dl_button {
		display: inline-block;
		float: left;
		margin-top: -30px;
		margin-left: 36%;
		font-size: 16px;
		padding: 4px 10px;
	}
	
	.dl_box .btn_arrow {
		height: 12px;
		
	}
	
	#lba_close {
		top: -60px;
		right: 20px;
		margin-top: 0;
	}
	
	#lba_prev {
		top: auto;
		bottom: -60px;
		left: 20px;
	}
	
	#lba_next {
		top: auto;
		bottom: -60px;
		right: 20px;
	}
	
	#thumbbox {
		display: none !important;
	}
	
	#mobmenu_ct {
		left: 20px;
		margin-right: 0;
		top: 20px;
	}
	
	#head_ct, #head_ct.scrdn {
		position: fixed;
	top: 0px;
}
	#logo_ct {
		height: auto;
	}
	
	.page-home #bg_ct {
		position: relative;
		bottom: auto;
		left: auto;
		width: 100%;
		height: 400px !important;
	}
	
	.page-kontakt .col_right {
		padding-left: 0px;
		padding-top: 30px;
	}
	
	#logo {
		display:  none;
	}
	
	#logo_mob {
		height: 50px;
		position: relative;
		top: 5px;
		display: inherit;
	}
	
	
	#intro1, #intro2 {
		height: 250px;
		background-size: 250px 250px;
		margin-left: -125px;
		margin-top: -150px;
	}
	
	#intro2 {
		margin-left: 125px;
	}
	
	#intro1.played {
		width: 250px;
	}

	#intro2.played {
		width: 250px;
		margin-left: -125px;
	}
	
	#tdot18_1 {
		display: none;
		right: auto;
		width: 150px;
		height: auto;
		bottom: -140px;
		left: 10px;
		z-index: -1;
	}
	
	.page-home #tdot18_1 {
		display: inherit;
	}
	
	.page-home #content_ct {
		padding-top: 0px;
	}
	
	.smp_only {
		display: inherit;
	}
	
		#flr_mob {
		display: inherit;
		width: 100%;
		height: auto;
		margin-bottom: 30px;
	}	
	
	
	
	.page-impressionen #content_ct {
		padding-top: 60px;
	}
	
	.page-impressionen #content {
		padding: 0px;
		padding-bottom: 0px;
	}
	
	.flexslider, .fs_slide {
		height: 300px;
	}
	
	.flex-control-nav {
		top: auto !important;
		bottom: -60px !important;
	}
	
	
	.page-impressionen #content ul li {
		margin-top: 0px;
	}
	
	#sticker_bezug {
		display: none;
	}
	
	.page-home #sticker_bezug {
		display: inherit;
	}
	
	.page-impressionen #content_ct {
	border-bottom: 2px solid #ceced8;
		padding-bottom: 0px;
}
	
	
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

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

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

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

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}