/*! 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: #222;
}

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


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

/* Fonts */





/* General */

body {
	min-height: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	overflow-y: scroll;
	background-color: #fff;
}

strong {
	font-weight: 700;
}

a {
	text-decoration: none;
}

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

h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	color: #A5C32F;
	font-size: 50px;
	line-height: 66px;
}

h3 strong {
	font-weight: 600;
}

h4 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	font-weight: 600;
	color: rgb(149,91,90);
}

h5 {
	font-size: 18px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 600;
	color: rgb(149,91,90);
}

h6 {
	font-size: 24px;
	padding: 0;
	margin: 0;
	padding-bottom: 0px;
	font-weight: 700;
	color: rgb(149,91,90);
}

.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: #000;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}



#content a:hover {
	border-bottom: 1px solid #000;
}

#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 {
	height: 200px;
	width: auto;
	margin-top: 5px;
}

/* 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 {
	background-color: #95CB45;
	position: relative;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-align: center;
}




#footer {
	display: inline-block;
	max-width: 1200px;
	width: 100%;
	padding: 40px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	border-bottom: 1px dotted #fff;
}



.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: 370px;
	position: absolute;
	color: #8E8A71;
	background-color: #fff;
	font-size: 23px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 10px 0px 10px 20px;
	-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: 50%;
	left: 50%;
	margin-left: 70px;
	margin-top: 50px;
	text-align: left;
	-webkit-border-radius: 100px;	
	border-radius: 100px;
}


.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.9);
	color: #fff;
	position: absolute;
}

#home_slider_ct {
	position: relative;
	background-color: #f4f4f4;
	width: 100%;
	height: 100vh;
}






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

#home_tdot {
	width: 140px;
	height: 140px;
	padding-top: 32px;
	top: 140px; 
	right: 200px;
	font-size: 21px;
	letter-spacing: 1px;
}

#home_tmw {
	width: 200px;
	height: 200px;
	padding-top: 42px;
	top: 100px; 
	left: 220px;
	font-size: 21px;
	letter-spacing: 1px;
	background-color: #D50060;
	color: #fff;
	-webkit-box-shadow:inset 0 0 100px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 100px 0 rgba(0,0,0,0.5);
	transition: 1s all;
	cursor: pointer;
	cursor: hand;
}

#home_tmw:hover {
	-webkit-box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 50px 0 rgba(0,0,0,0.5);
	background-color: #F4006F;
}

#home_wb {
	width: 180px;
	height: 180px;
	padding-top: 35px;
	top: 230px; 
	right: 60px;
	color: #000;
	background-color: rgba(255,229,0,0.8);
	font-size: 18px;
	font-weight: 300;
}

#teaser_home {
	position: absolute;
	right: 0%;
	top: 10%;
}


#home_button_wrapper {
	position: absolute;
	bottom: 0px;
	height: 250px;
	text-align: center;
	width: 100%;
}

#home_button_ct {
	background-color: rgb(149,91,90);
	color: #fff;
	font-weight: 300;
	padding: 20px;
	padding-right: 60px;
	text-align: left;
	position: relative;
	display: inline-block;
	font-size: 21px;
	cursor: pointer;
	cursor: hand;
	transition: all 0.5s;
	-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);
}

#home_button_ct:hover {
	background-color: rgb(122,151,97);
}

#home_button_arrow {
	position: absolute;
	right: 20px;
	top: 10px;
	font-weight: 100;
	font-size: 54px;
	transition: all 0.5s;
}

#home_button_ct:hover #home_button_arrow {
	right: 10px;
}


#swt_cat {
	position: absolute;
	right: 0;
	top: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: 400;
	font-size: 13px;
	color: #ffffff;
	background-color: #8E8A71;
}

.cat-m #swt_cat {
	background-color: #8E8A71;
}

#swt_cat:hover {
	/*border-bottom: 1px dotted #3a3a39;*/
}

#home_slogan {
	font-size: 42px;
	color: #ffffff;
	font-weight: 200;
	text-shadow: 0 0 10px #000000;
	letter-spacing: 1px;
}

#home_slogan span {
	font-weight: 500;
}

/* Layout */

#head_ct {
	}



#head {
	
}


.logo_bmg_ct {
	position: absolute;
	width: 100%;
	text-align: right;
	left: auto;
	z-index: 12;
}

#logo_bmg {
	position: relative;
	width: auto;
	height: 120px;
	right: 100px;
	top: 30px;
	z-index: 4;
}


#content_ct {
	width: 100%;
	position: relative;
	z-index: 2;
	background-color: #fff;
}

#content {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0px auto;
	color: #3a3a39;
	font-weight: 400;	
}

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

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

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

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

.page-kontakt #content_banner {
	height: 75vh;
	background-image: url(/img/bg_kontakt2_n1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

.visu_txt {
	font-size: 11px;
	font-weight: 300;
	color: #fff;
	font-style: italic;
	position: absolute;
	left: 20px;
	bottom: 20px;
}



#logo_markstein {
	width: 60%;
	max-width: 200px;
}

#form_inner_cks1, #form_inner_cks2 {
	width: 50%;
	float: left;
	display: inline-block;
}

/* Menu */

#menu {
	float: right;
	display: inline-block;
}

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

#menu ul li {
	float: left;
	margin-left: 15px;
}

#menu ul li a {
	color: #3A3A39;
	padding: 2px 10px 4px 10px;
	display: inline-block;
	transition: all 0.5s;
	font-size: 15px;
	font-weight: 600;
}

#menu ul li a:hover {
	background-color: rgba(58,58,57,0.1);
}


#menu ul li a.active {
	background-color: #3A3A39;
	color: #fff;
}

.cat-m #menu ul li a.active {
	background-color: #3A3A39;
	color: #fff;
}

.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 rgba(0,0,0,0.25);
}

.dist_tab .dt_head td {
	border-bottom: 1px solid #000;
	font-weight: 600;
}

.dist_tab tr td {
	text-align: right;
	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_flat td {
	border-bottom: 1px solid #fff;
	background-color: rgba(58,58,57,0.1);
	padding: 3px 4px;
	font-size: 15px;
	font-weight: 400;
	cursor: default;
}

.wf_tab_flat:hover td {
	background-color: rgba(58,58,57,0.8);
	color: #fff;
}

.wf_tab_head td {
	border-bottom: 1px solid #3a3a39;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

.wf_tab td:nth-child(1) {
	width: 9%;
}

.wf_tab td:nth-child(2) {
	width: 9%;
}

.wf_tab td:nth-child(3) {
	width: 12%;
}

.wf_tab td:nth-child(4) {
	width: 11%;
}

.wf_tab td:nth-child(5) {
	width: 11%;
}

.wf_tab td:nth-child(6) {
	width: 8%;
}

.wf_tab td:nth-child(7) {
	width: 11%;
}

.wf_tab td:nth-child(8) {
	width: 13%;
}
.wf_tab td:nth-child(9) {
	width: 16%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}





.cat-m .wf_tab td:nth-child(1) {
	width: 9%;
}

.cat-m .wf_tab td:nth-child(2) {
	width: 9%;
}

.cat-m .wf_tab td:nth-child(3) {
	width: 10%;
}

.cat-m .wf_tab td:nth-child(4) {
	width: 10%;
}

.cat-m .wf_tab td:nth-child(5) {
	width: 10%;
}

.cat-m .wf_tab td:nth-child(6) {
	width: 8%;
}

.cat-m .wf_tab td:nth-child(7) {
	width: 10%;
}

.cat-m .wf_tab td:nth-child(8) {
	width: 11%;
}

.cat-m .wf_tab td:nth-child(9) {
	width: 11%;
	text-align: left;
	cursor: default;
}

.cat-m .wf_tab td:nth-child(10) {
	width: 12%;
	text-align: center;
	cursor: pointer;
	cursor: hand;
}




.wf_tab .wf_row_house td:nth-child(1) {
	width: 60% !important;
}

.wf_tab .wf_row_house td:nth-child(2) {
	width: 11% !important;
}

.wf_tab .wf_row_house td:nth-child(3) {
	width: 13% !important;
}

.wf_tab .wf_row_house td:nth-child(4) {
	width: 16% !important;
}





.cat-m .wf_tab .wf_row_house td:nth-child(1) {
	width: 66% !important;
}

.cat-m .wf_tab .wf_row_house td:nth-child(2) {
	width: 11% !important;
}

.cat-m .wf_tab .wf_row_house td:nth-child(3) {
	width: 11% !important;
}

.cat-m .wf_tab .wf_row_house td:nth-child(4) {
	width: 12% !important;
}




.wf_tab_head {
	font-size: 14px;
	font-weight: 400;
}

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

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

.cat-m .wstat1 td:nth-child(9) {
	color: #C00003;
}

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

.wstat2 td {
	color: #999;
}

.wf_row_house td {
	padding-top: 12px;
	padding-bottom: 3px;
}

.wf_row_house td:nth-child(1) {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
}

.wf_row_house td:nth-child(1) strong {
	font-weight: 600;
}

.wf_row_house td:nth-child(4) {
	font-size: 13px;
	line-height: 110%;
	text-align: center;
	padding-bottom: 4px;
}

.wf_row_house {
	transition: opacity 0.5s;
	opacity: 1;
}

.wf_row_house.wf_dez {
	opacity: 0.4;
}



.wf_head {
	position: absolute;
	background-color: #fff;
	transition: box-shadow 0.5s;
}

.wf_head.wf_sticky {
	position: fixed;
	top: 90px;
	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: 300px;
}

#ct_flr {
	width: 35%;
	position: relative;
	display: inline-block;
	margin-left: -35px;
}

.cat-m #ct_flr {
	margin-left: 0px;
}

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

.cat-m #ct_flat {
	margin-right: 1.5%;
}

#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: 30%;
	padding-left: 20px;
	vertical-align: top;
	font-size: 14px;
	font-weight: 400;
	padding-top: 15px;
}

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

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

.page-projekt #content_ct, .page-lage #content_ct, .page-kontakt #content_ct {
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
}

#head_ct.scrdn {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}

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

.dl_button {
	display: inline-block;
	background-color: rgba(58,58,57,0.8);
	color: #fff;
	font-size: 21px;
	padding: 6px 18px;
	font-weight: 600;
	-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);
	margin-top: 25px;
}

.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, .dl_box:hover .dl_button {
	-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);
}


.bw_box {
	display: inline-block;
	margin-right: 15px;
	width: 100%;
	max-width: 320px;
	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;
}

.page-kontakt .bw_box {
	max-width: 280px;
	height: 160px;
}

.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: 630px;
	padding: 0;
	min-height: 520px;
}

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

.cont_row {
width: 100%;	
}


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

input[type="checkbox"] + label, input[type="radio"] + label {
	cursor: pointer;
	cursor: hand;
	margin-right: 20px;
	line-height: 160%;
	display: inline-block;
}



input[type="checkbox"] + label span, input[type="radio"] + label span {
	width: 23px;
	height: 23px; 
	background-color: #fff; 
	border: 3px solid #95CB45;
	border-radius: 40px;
	display: inline-block; 
	margin-left: 0px;
	margin-right: 12px; 
	margin-bottom: 10px;
	margin-top: 5px;
	vertical-align: middle;
	-webkit-box-shadow:inset 0 0 0 4px #fff;
box-shadow:inset 0 0 0 4px #fff;
}


input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-color: #95CB45;
}

input[type="text"], textarea, select {
	padding: 10px 10px 10px 10px;
	width: 100%;
	background-color: #fff; 
	border: 1px solid #666;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	margin-bottom: 10px;
}

textarea {
	width: 100%;
}

#kontakt_form label {
	display: inline-block;
	width: 100px;
	padding-top: 2px;
	float: left;
}

input[type="text"]:focus, textarea:focus {
	background-color: #fff;
}

input[type="submit"], input[type="reset"] {
	background-color:#95CB45;
	color: #fff;
	border: 3px solid #95CB45;
	padding: 10px 70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	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 {
	background-color: #fff;
	color: #95CB45;
}

#contactform sub {
	display: inline-block;
	top: -3px;
}



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

.req_checkradio.hlt .req {
	border: 3px solid rgba(255,0,0,0.8);
}

.hpt {
	display: none;
}

.markstein_contact_block {
	font-size: 16px;
}

#logo_markstein {
	display: block; margin-top: 30px; margin-bottom: 20px;
	height: 77px;
	width: auto;
}

.col_right.row2 {
	padding-top: 55px;
}

.contact_block_1 {
	padding-right: 60px;
}


/* 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: 20px;
	right: 17px;
	width: 30px;
	height: 30px;
	z-index: 30;
}

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



.cat-m #infobox {
	color: #000;
	background-color: rgba(255,229,0,0.8);
}



.page-kontakt #bg_ct {
	background-position: center center; 
	background-size: cover;
	background-image: url(/img/bg_kontakt1_n1.jpg);
	height: 75vh;
	position: relative;
}



/* flexslider */

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

.slides li {
	background-size: cover;
	background-position: center bottom; 
	background-repeat: no-repeat;
	display: flex !important;
  justify-content: center;
  align-items: center;
}

.flexslider .slides img {
	display: inherit;
	width: auto;
}

#flex_intr  {
	background-image: url(/img/int_p1c.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

#flex_whg_ct {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	height: 500px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	margin-top: 60px;
	margin-bottom: 10px;
}

#flex_whg .wrt {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#flex_whg_ct ul.slides {
	overflow:hidden;
}

#flex_whg_ct ul.slides li {
	transition: transform 1s;
}

#flex_whg_ct ul.slides li:hover {
	-moz-transform: scale(1.04);
-webkit-transform: scale(1.04);
-o-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}


#flex_wng_ct {
	display: inline-block;
	width: 100%;
	max-width: 950px;
	height: 620px;
	margin-top: 10px;
	margin-bottom: 50px;
	position: relative;
}

#flex_wng .wng {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#flex_wng .flex-viewport {
	width: 100%;
	height: 100%;
}

#flex_wng ul.slides {
	overflow:hidden;
}

#flex_wng ul.slides li {
	transition: transform 1s;
}

#flex_wng ul.slides li:hover {
	-moz-transform: scale(1.04);
-webkit-transform: scale(1.04);
-o-transform: scale(1.04);
-ms-transform: scale(1.04);
transform: scale(1.04);
}

#sld_arrow_left, #sld_arrow_right {
	position: absolute;
	width: 86px;
	height: 86px;
	top: 50%;
	margin-top: -43px;
	opacity: 0.3;
	transition: all 0.5s;
}

#sld_arrow_left img, #sld_arrow_right img {
	display: inline-block;
	height: auto;	
	width: 100%;	
	cursor: pointer;
	cursor: hand;
}

#sld_arrow_left:hover, #sld_arrow_right:hover {
	opacity: 0.6;
}

#sld_arrow_left {
	left: -100px;
}

#sld_arrow_right {
	right: -100px;
}

#flex_arch_ct {
	display: inline-block;
	width: 600px;
	height: 600px;
	-webkit-border-radius: 800px;	
	border-radius: 800px;
	overflow: hidden;
}

#flex_arch .arch {
	display: inline-block;
	width: 100%;
	height: 100%;
}



#flex_arch_ct ul.slides {
	overflow:hidden;
	padding: 0px;
	-webkit-border-radius: 800px;	
	border-radius: 800px;
}

#home_slider_ct ul.slides li {
	margin: 0px;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}


#flex_arch .flex-control-nav {
	bottom: 10px;
	z-index: 10;
}

#flex_arch .flex-control-paging li a {
	background-color: #fff;
	width: 16px;
	height: 16px;
}

#flex_arch .flex-control-paging li a.flex-active {
	background-color: #A5C32F;
}

#flex_arch.flexslider .slides img.ph_bgs, .site_end_image_home .ph_bgs {
	width: 100%;
	height: auto;
	display: none;
}


.teaser_tree {
	width: 300px;
	height: auto;
	z-index: 10;
	top: 40px;
	position: relative;
	display: inline-block
}

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

.teaser_tree_text {
	position: absolute;
	text-align: center;
	font-size: 28px;
	line-height: 1.5em;
	font-weight: 500;
	width: 100%;
	top: 95px;
}

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



/* update baumgarten landing */


#footer {
	font-size: 14px;
	line-height: normal;
	text-align: left;
}

#footer .footer_left {
	float: left;
	width: 30%;
}

#footer .footer_middle {
	float: left;
	width: 50%;
	line-height: 160%;
}

#footer .footer_right {
	float: left;
	width: 20%;
	line-height: 200%;
}

#logo_markstein_footer {
	height: 60px;
	width: auto;
	margin-bottom: 20px;
}

.site_end_trees {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.site_end_trees img {
	height: 155px;
	width:  auto;
}

.site_end_image_home {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/img/bg_footer.jpg);
	height: 80vh;
}

.page-impressum #content, .page-datenschutz #content {
	padding-top: 200px;
}


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

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

	#content {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#contactform sub.ds_confirm {
		line-height: normal;
		max-width: 80%;
		top: 6px;
	}
	
	.logo_bmg_ct {
		left: auto;
		margin-left: 0;
		
	}
	
	#logo_bmg {
		right: 40px;
	}


}



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

	#home_slider_ct {
		height: auto;
	}
	
	.site_end_image_home {
		height: auto;
	}
	
	#flex_arch.flexslider .slides img.ph_bgs, .site_end_image_home .ph_bgs {
		display: inherit;
	}
	
	.col_left {
		width: 70%;
	}
	
	.col_right {
		width: 30%;
	}
	
	.teaser_tree {
		width: 200px;
	}
	
	.teaser_tree_text {
		font-size: 18px;
		top: 65px;
	}
	
	h3 {
		font-size: 36px;
		line-height: 48px;
	}
	
	#logo_bmg {
		height: 80px;
		top: 20px;
	}
	
	
	body {
		font-size: 16px;
		line-height: 28px;
	}
	
	.markstein_contact_block {
		font-size: 14px;
		line-height: 160%;
	}
	
	#footer .footer_left {
		width: 40%;
	}
	
	#footer .footer_middle {
		width: 40%;
	}
	
	
	
}


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

	.col_left, .col_right {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.col_right.row1 {
		position: absolute;
		top: 0px;
		right: 20px;
	}
	
	.teaser_tree {
		width: 100px;
		top: -110px;
	}
	
	.teaser_tree_text {
		font-size: 10px;
		top: 30px;
	}
	
	h3 {
		font-size: 24px;
		line-height: 32px;
	}
	
	body {
		font-size: 14px;
		line-height: 24px;
	}
	
	input[type="submit"], input[type="reset"] {
		font-size: 21px;
		padding: 8px 40px;
	}
	
}

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

	
	.mobno {
		display: none;
	}
	
	#footer .footer_left, #footer .footer_middle, #footer .footer_right {
		width: 100%;
		margin: 15px 0px;
	} 
	
	#content_ct {
		padding-top: 80px;
	}
	
	#content {
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.contact_block_1 {
		padding-right: 0px;
	}
	
	
	
	.site_end_trees {
		padding-top: 20px;
	}
	
	.site_end_trees img {
		height: 100px;
	}
	
	.logo_bmg_ct {
		background-color: rgba(255,255,255,1);
		text-align: center;
		padding: 10px;
	}
	
	#logo_bmg {
		height: 60px;
		right: auto;
		top: auto;
	}
	

	.page-impressum #content, .page-datenschutz #content {
		padding-top: 100px;
	}
	
	#home_title1 {
		padding-right: 100px;
		padding-top: 40px;
		min-height: 200px;
	}
	
	.teaser_tree {
		top: 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;
    }
}