/*https://wp-cms2.de/js/plugins/slick/1.8.0/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*https://wp-cms2.de/js/plugins/slick/1.8.0/slick-theme.css*/
/********************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('js/plugins/slick/1.8.0/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/plugins/slick/1.8.0/./fonts/slick.eot');
    src: url('js/plugins/slick/1.8.0/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/plugins/slick/1.8.0/./fonts/slick.woff') format('woff'), url('js/plugins/slick/1.8.0/./fonts/slick.ttf') format('truetype'), url('js/plugins/slick/1.8.0/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/slider/slider_form_004/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document bx-controls */

/*cms*/
	.slider_form_004 .editMode .contentArea.first { 
		width:100%; 
		padding:0;
		box-shadow:none;
	}
/*cms*/
.slider_form_004{
	min-height: 100px;
}

.slider_form_004 .sliderHolder,
.slider_form_004 .bxSliderImage {
	position:relative;
}


.slider_form_004 .bxSliderContent .slider_headline {
	text-transform: uppercase;
}

.slider_form_004 .bxSliderContent {
	position: absolute;
	left: 0;
	top: calc(50% - 48px) !important;
	width: 100%;
	transform: translateY(-50%);
}

.slider_form_004 .editMode .bxSliderContent {
	pointer-events: auto;
}

.formElement.middleSelect.mietKaufArt {
    width: 12% !important;
}

.formElement.middleSelect.vermarktung {
    width: 12% !important;
}

.slider_form_004 .editMode .bxSliderContent .h1,
.slider_form_004 .editMode .bxSliderContent .contentText {
	width:100%;
}

.slider_form_004 #searchForm_simple_001_Form .searchTEXT{
	font-size:1.78em;
	line-height:1.7em;
	color:#ffffff;
	font-family: opensans_light;
	width: 13.6%;
}

.slider_form_004 .formElement.verySmallSelect.smallSelect {
    width: 9%;
}

.slider_form_004 .responsiveFormular .formSpacer {
    float: left;
    height: 40px;
    width: 1.5%;
}

.slider_form_004 .formSpacer.longSpacer {
    width: 1.5%;
}

.slider_form_004 .contentArea .specialText{ 
	font-weight:bold;
}

.slider_form_004 .contentArea.first {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    float: left;
    padding: 38px 42px;
    width: 38%;
}

.slider_form_004 .videoContainer {width: 91.5%; margin-left:2.1em;}

.slider_form_004 .moduleBoxSpacer {width:9%;}

.slider_form_004 .contentButton {margin-top: 1.05em;}


.slider_form_004 .bxSliderContent .contentText { font-size:1.4em; line-height:1.5em; margin-bottom:1.3em; }
.slider_form_004 .bxSliderContent .contentText p{margin-top:0;}


.adminMode .slider_form_004 .editMode .sliderFormular{
	position: relative !important;
	background-color: rgba(0, 0, 0, 0);
}



/*****************	SLIDER CONTROLS	*********************/

.slider_form_004 .customPager {
	height: 20px;
    right: 0;
    position: absolute;
    bottom: 30px;
    width: 100%;
	text-align:center;
}

.slider_form_004 .bx-pager, 
.slider_form_004 .bx-controls-auto {
	width:auto;
	margin:0 auto;
	position:relative;
	padding-top:0;
	bottom:0;
}

.slider_form_004 .slick-dots {
    text-align: left;
	bottom: 0;
    margin: 0 auto !important;
    position: relative !important;
    width: auto !important;
	bottom: -28px;
}

.slider_form_004 .sliderDotWidth {
    bottom: 30%;/*37*/
    position: absolute;
    width: 100%;
}

.slider_form_004 .slick-dots li button {
	opacity:0;
	padding:0;
}


.slider_form_004 .slick-dots li,
.slider_form_004 .bx-pager.bx-default-pager a {
	-webkit-box-shadow:none;
	background-color:transparent;
	/*border-color:#05A1BA;*/
	border-width:2px;
	box-shadow:none;
	height:14px !important;
	width:14px !important;
	display:inline-block;
}

.slider_form_004 .slick-dots li,
.slider_form_004 .bx-pager.bx-default-pager a {
	height:8px;
	width:8px;
	border-radius: 15px;
	/*border:2px solid #05A1BA;*/
	
	margin-left:3px; 
	margin-right:3px;
	
	
	background-color: transparent;	
}

.slider_form_004 .slick-dots li {
    border: 3px solid #ffffff;
    box-shadow: 1px 1px 3px #787878;
    margin-left: 2px;
    margin-right: 3px;
}

.slider_form_004 .bx-pager.bx-default-pager a {
	/*background: none repeat scroll 0 0 #FFF;*/
	
}

/*
.slider_form_004 .slick-dots li:hover,
.slider_form_004 .slick-dots li.slick-active,
.slider_form_004 .bx-pager.bx-default-pager a:hover, 
.slider_form_004 .bx-pager.bx-default-pager a.active {
   background-color: #FFFFFF;
}*/

.slider_form_004 .bxSliderContent .contentText{width:28%;}


/*TEST Versuche*/
.slider_form_004 .imageContainer{
	overflow:hidden;
	position:relative;
	padding-bottom: 32%;
}

.slider_form_004 .imageContainer img{
	width:100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
}


/* ===== FORMULAR ANPASSUNGEN ===== */
.slider_form_004 .sliderFormular {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 100%;
}

.slider_form_004 .sliderFormular{
	background-color:rgba(0,0,0,0.49);
}

.slider_form_004 .innerSliderForm {
    padding: 28px 0 16px;
}

.slider_form_004 .responsiveFormular .formElement.smallSelect{width:10.1%;min-height:49px;}

.slider_form_004 .responsiveFormular .formElement{width:12.7%;}
.slider_form_004 .formElement.smallButton{
	width: 10.4%;
	position: relative;

}
.slider_form_004 .responsiveFormular .formElement.smallSelect{margin-bottom:0.2em;}
.slider_form_004 .responsiveFormular .formRow{margin-bottom:0;}
.slider_form_004 .labelLeftText.h3{margin-bottom:0.5em; display:block;}

/*.slider_form_004 .formElement.smallButton:before{
	color: #ffffff;
	content: "";
	font-family: "fontello";
	right: 20px;
	position: absolute;
	top: 10px;
	z-index: 5;
	font-size: 1.1em;
	pointer-events: none;
}*/

.slider_form_004 .formElement.smallButton a {
	white-space: nowrap;
	text-align: center;
}
.slider_form_004 .formElement.smallButton a .icon-right-open {
	font-size: 0.8rem;
}

.slider_form_004 .formElement.smallButton a .icon-angle-right {
	margin-right:-6px;
}


/* MEDIA QUERRIES */

.slider_form_004 .slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}

@media all and (max-width: 1680px) {
	.slider_form_004 .slick-dots {
		bottom: -55px !important;
	}
}

@media all and (max-width: 1440px) {
	
	.slider_form_004 .slick-dots {
		bottom: -25px !important;
	}
}	

@media all and (max-width: 1280px) {	
	.slider_form_004 .videoContainer {width: 65%;}
	.slider_form_004 .contentArea.first {width: 40%;}
	
	.slider_form_004 .sliderFormular{
		top:inherit;
		bottom:0;
	}
	.slider_form_004 .sliderDotWidth {
		bottom: 43%;
	}
	.slider_form_004 .slick-dots {
		bottom: -50px;
	}
	
		
}

@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */			
	.slider_form_004 .bxSliderContent .contentText {
		width:35% !important;
	}
	.slider_form_004 .sliderFormular{
		position: relative;
		background-color: rgba(0, 0, 0, 1);
	}
	
	.slider_form_004 .videoContainer {width: 100% !important; margin-left: 0em;}
	.slider_form_004 .contentArea.first {width: 40;}
	
	.slider_form_004 .sliderDotWidth {
		bottom: 27%;
	}
	
	.slider_form_004 .innerSliderForm{width:40% !important;}
	.slider_form_004 .innerSliderForm{padding:1.6em 1.9em 1.5em;}
	.slider_form_004 .formElement.smallButton{margin-top:1em;}
	
	
	.slider_form_004 .innerSliderForm {
		padding: 29px 0 17px;
	}
	.slider_form_004 #searchForm_simple_001_Form .searchTEXT {
		width: 20.2% !important;
	}
	.slider_form_004 .formElement.longSelect.plzOrt {
		width: 47.8% !important;
	}
	.slider_form_004 .formElement {
        height:43px;
        margin-bottom:6px !important;
    }
    .slider_form_004 .responsiveFormular .formElement.smallSelect {
        min-height: 43px;
    }
	.slider_form_004 .formElement.middleSelect.mietKaufArt {
		width: 30.6% !important;
	}
	.slider_form_004 .formSpacer.longSpacer.SpacerToBreak {
		width: 20.2% !important;
	}
	.slider_form_004 .responsiveFormular .formElement {
		width: 16.9% !important;/*16.6*/
	}
	.slider_form_004 .formElement.verySmallSelect.smallSelect {
		width: 12% !important;
	}
	.slider_form_004 .formElement.smallButton {
		width: 14% !important;
		margin-top: 0em;
	}
	.slider_form_004 .innerSliderForm {
		width: 100% !important;
	}
	
	.slider_form_004 .slick-dots {
		bottom: -55px !important;
	}

    .slider_form_004 .responsiveFormular .formSpacer {
        width: 0.7%;
    }
    .slider_form_004 .formSpacer.longSpacer {
         width: 0.7%;
    }

	.slider_form_004 .formElement.smallButton a {
		width: 100%;
	}

}


@media all and (max-width: 960px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.slider_form_004 .bxSliderContent .contentText{width:45% !important;}
	
	.slider_form_004 .contentArea.first {width: 65% !important;}
	
	.slider_form_004 .sliderFormular{
		position:relative;
	}
	.slider_form_004 .innerSliderForm{
		width:100% !important;
		background-color:transparent;
		padding:2em 0;
	}
	.slider_form_004 .responsiveFormular .formElement{
		width:26% !important;
		float:left;
		margin-right:2%;
		margin-bottom:0;
	}
	.slider_form_004 .formElement.smallButton{
		width:15% !important;
		float:right;
		margin-right:0;
		margin-top:0;
	}
	
	.slider_form_004 .formElement.longSelect.plzOrt {
		width: 48.2% !important;
	}
	.slider_form_004 .responsiveFormular .formElement {
		margin-right: 0%;
	}
	.slider_form_004 .responsiveFormular .formElement {
		width: 16% !important;
	}
	
	.slider_form_004 .formSpacer.longSpacer.SpacerToBreak {
		width: 20% !important;
	}

	.slider_form_004 .sliderDotWidth {
		bottom: 24% !important;
	}
	
	/*.slider_form_004 .formElement.middleSelect.mietKaufArt {
		width: 30.3% !important;
	}*/
	
	.slider_form_004 .responsiveFormular .formSpacer {
		float: left;
		height: 40px;
		width: 1%;
	}
}
@media all and (max-width: 800px) {
	.slider_form_004 .contentArea.first{width:100% !important;}
	.slider_form_004 .bxSliderContent {
		width: 100% !important;
		transform:none;
		top:0 !important;
	}
	
	.slider_form_004 #searchForm_simple_001_Form .searchTEXT {
		width: 26.2% !important;
	}
	.slider_form_004 .formElement.longSelect.plzOrt {
		width: 42.2% !important;
	}
	.slider_form_004 .formSpacer.longSpacer.SpacerToBreak {
		width: 26.2% !important;
	}
	.slider_form_004 .responsiveFormular .formElement {
		width: 12.9% !important;
	}
	.slider_form_004 .formElement.verySmallSelect.smallSelect {
		width: 14% !important;
	}
	
	.slider_form_004 .responsiveFormular .formElement.smallButton {
		width: 17% !important;
	}
	.slider_form_004 .bx-pager,
	.slider_form_004 .bx-controls-auto {
		position:absolute;
		right:0;
	}

	.slider_form_004 .bxSliderContent {
		width: 100%;
	}
	.slider_form_004 .bxSliderImage .bxSliderContent {
		background-color:#FFFFFF;
		position:static;
		text-shadow:none;
		padding:1.8em 0 1.6em;
		margin-top:0;
	}

	.slider_form_004 .bx-pager.bx-default-pager a {
		height:10px;
		width:10px;
	}

	.slider_form_004 .slick-dots{
		float:right;
	}

	.slider_form_004 .bx-pager,
	.slider_form_004 .bx-controls-auto{right:20px;}

	.slider_form_004 .moduleBoxSpacer {display: none;}

	.slider_form_004 .slick-dots{top:63%; bottom:inherit; margin:0;}

	.slider_form_004 .imageContainer img {
		position: absolute;
		top: 0;

	}

	.slider_form_004 .sliderDotWidth {
		bottom: 14%;
	}

	.slider_form_004 .contentArea.first {
		box-shadow: none;
		padding: 0;
	}
}


@media all and (max-width: 768px) {
	.slider_form_004 .customPager{display:none;}

	.slider_form_004 .contentArea.first {
		width: 100% !important;
		float:none;
		padding: 24px 0px 36px 0px;
	}
	.slider_form_004 .slick-next,
	.slider_form_004 .slick-prev {
		display: none !important;
	}

	.slider_form_004 .sliderDotWidth {
		bottom: 18% !important;
	}

	.slider_form_004 .bxSliderImage .bxSliderContent {
		padding: 0 !important;
	}

	.slider_form_004 .responsiveFormular .formElement.smallSelect{width:49% !important;}
	.slider_form_004 .responsiveFormular .formElement.smallSelect.selectTwo{margin-right:0;}
	.slider_form_004 .responsiveFormular .formElement{width:48% !important;}
	.slider_form_004 .responsiveFormular .formElement.smallButton{width:25% !important;}

	.slider_form_004 .thirdSpacer{
		display:none;
	}
	.slider_form_004 #searchForm_simple_001_Form .searchTEXT {
		width: 100% !important;
	}


	.slider_form_004 .formSpacer.longSpacer.SpacerToBreak {
		display: none;
	}

	.responsiveFormular .formSpacer {
		width: 4% !important;
	}
	.slider_form_004 .formElement.longSelect.plzOrt {
		width: 48% !important;
	}
	.slider_form_004 .formElement.middleSelect.mietKaufArt {
		width: 48% !important;
	}
	.slider_form_004 .responsiveFormular .formElement.smallSelect {
		width: 48% !important;
	}
	.slider_form_004 .responsiveFormular .formElement.smallSelect {
		margin-bottom: 0.4em;
	}
	.slider_form_004 .bxSliderImage .bxSliderContent {
		padding: 0px;
	}

	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(8),
	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(9),
	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(10),
	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(11),
	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(12),
	.slider_form_004 .modul_searchForm_simple_012 form .formRow > *:nth-child(13) {
		display:none !important;
	}

	.slider_form_004 .responsiveFormular .formElement.smallButton {
		width: 48% !important;
	}

	.slider_form_004 .slick-dots {
		display:none !important;
	}

}


@media all and (max-width: 480px) {
	
	.slider_form_004 .innerSliderForm {
		padding: 1.4em 0 2.2em;
	}
	
	.slider_form_004 .responsiveFormular .formSpacer {
		display: inline-block !important;
	}
	
	
	.slider_form_004 .formSpacer.thirdSpacer{
		display:none !important;
	}

	.slider_form_004 .responsiveFormular .formElement.smallButton {
		margin-top: 0em !important;
	}
	

	.slider_form_004 .formSpacer.longSpacer.SpacerToBreak {
		display: none !important;
	}
	
	.slider_form_004 .formElement.longSelect.plzOrt {
		margin-bottom: 0.4em;
	}
	.slider_form_004 .responsiveFormular .formElement.smallButton{margin-top:1em;}
	
	.slider_form_004 .contentArea.first {
		padding: 38px 0px;
	}

	/*.slider_form_004 .imageContainer img {
		width: 140% !important;
		height: auto !important;
		margin-left: -20%;
	}*/

}

@media all and (max-width: 375px) {

	.slider_form_004 .contentArea.first {
		padding: 4px 0px 21px 0px;
	}
	.slider_form_004 .sliderDotWidth {
		bottom: 22%;
	}
}

@media all and (max-width: 320px) {
	.slider_form_004 .responsiveFormular .formSpacer {
		display: none !important;
	}
	
	.slider_form_004 .responsiveFormular .formElement.smallButton {
		width: 100% !important;
	}

	.slider_form_004 .formElement.longSelect.plzOrt,
	.slider_form_004 .formElement.middleSelect.mietKaufArt,
	.slider_form_004 .responsiveFormular .formElement.smallSelect{
		width: 100% !important;
	}
    .slider_form_004 .responsiveFormular .formElement {
        width: 100% !important;
    }
}

/*https://wp-cms2.de/modules/pageFramesAndModules/immoModules/immoSearchForm/searchForm_simple_014/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.modul_searchForm_simple_013 .row{
    margin-bottom: 16px;
}

.modul_searchForm_simple_013 .row:after,
.modul_searchForm_simple_013 .row:before{
    display: block;
    content: ' ';
    clear: both;
}

.modul_searchForm_simple_013 .cell{
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-right: 16px;
}

.modul_searchForm_simple_013 .cell.x40{
    width: 40%;
}

.modul_searchForm_simple_013 .cell.x60{
    width: 60%;
}

.modul_searchForm_simple_013 .cell:last-child{
    padding-right: 0;
}

/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/text_image/text_image_087/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

/*.text_image_007{background-color:#df4443;}*/

/*.text_image_087 .contentWidth.basicFramePadding {
    padding-bottom: 47px;
    padding-top: 81px;
}*/

.text_image_087 .moduleBoxHolderOne{width:100%;}

.text_image_087 .main-left{
	float:left;
	width:65%;
}

.text_image_087{
	overflow:hidden;
}

.text_image_087 .singleIconHolder {
	text-decoration:none;
/*    float: left;
    width: 33%;*/
}

.text_image_087 .head {
    text-align: center;
	padding-bottom: 35px;
}

/*.elementHolderLeft, .elementHolderRight {
    margin-bottom: 2.4em;
}*/

.elementHolderLeft {
    float: left;
    width: 46.5%;
}
.elementHolderRight {
    float: right;
    width: 46.5%;
}

/*-- ADMIN ICON--*/

/*-- CONTENT ICON --*/

.text_image_087 .icon-change-Holder{
	float:left;
	height:68px;
	margin-right: 5%;
	margin-top:0.15em;
	width:68px;
	max-height:68px;
	max-width:68px;
	border-radius:2px;
	font-size:1.5em;
	text-align:center;
}



.text_image_087 .icon-change {
    height: 100%;
    position: relative;
    width: 100%;
}

.text_image_087 .icon-placeholder {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/*
.text_image_087 .toggelIcons {
    display: inline-block;
    height: 65px;
    left: 0;
    position: absolute;
    top: 0;
    width: 65px;
}
*/
.text_image_087 .editMode .iconBoX {
	cursor:pointer;
}




/*----------------*/

.text_image_087 h4, 
.text_image_087 .h4 {
    margin-bottom: 0.7em;/*0.9*/
}

.text_image_087 .title.h4,
.text_image_087 .title h4 {
    line-height: 1.1em;
}

.text_image_087 .main-right{
	float:right;
	width:33%;
	position:absolute;
	bottom:0;
	right:0;
}

.text_image_087 .iconBoX{
	margin-bottom:2.5em;
}

.text_image_087 .iconBoX.third{
	margin-bottom:0em;
}

.text_image_087 .moduleBoxSpacer{
	width:2%;
}

.text_image_087 .basicFramePadding{
	
}

.title.h2{line-height:1.4;}
.text_image_087 .subtitle{margin-bottom:20px;}

.text_image_087 .mainBigImage{
	width:100%;
}

.text_image_087 .mainBigImage img {
	margin-left:-30px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.text_image_087 .contentModuleBoxButton{margin-top:34px;}


.text_image_087 .editMode .main-left {
    float: left;
    width: 100%;
}

.editMode .elementHolderLeft {
    float: left;
    width: 100%;
}

.editMode .iconBoX{
	width:31%;
	float:left;
	margin-right:3.5%;
}

.editMode .iconBoX.third{
	margin-right:0%;
}

.editMode .elementHolderRight {
    float: right;
    width: 100%;
}

.text_image_087 .editMode .main-right {
    position: relative;
}

.text_image_087 a .icon-angle-right{
	margin-left:-4px;
}


@media all and (max-width: 1280px) {
	/* styles for narrow desktop browsers and iPad landscape */	
	.text_image_087 .main-left{width:70%;}
	
	.text_image_087 .main-right{
		width:28%;/*36*/
		right: 30px;
	}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {
		padding-bottom: 57px;
	}*/
	#outer .text_image_087 .elementHolderLeft,
	#outer .text_image_087 .elementHolderRight {
	    margin-bottom:0em;
	}

}
@media all and (max-width: 1024px) {

	.text_image_087 .main-left {
		width: 70%;/*67*/
	}
	.text_image_087 .elementHolderLeft {
		width: 47.5%;
	}
	.text_image_087 .elementHolderRight {
		width: 47.5%;
	}
	.text_image_087 .icon-change-Holder {
		border-radius: 2px;
		float: left;
		font-size: 1.5em;
		height: 52px;
		margin-right: 5%;
		margin-top: 4px;
		max-height: 52px;
		max-width: 52px;
		text-align: center;
		width: 52px;
	}

	.text_image_087 .title.h4,
	.text_image_087 .title h4 {
		line-height: 1.45em;
	}
	
	.text_image_087 .tinyMCE.textLink{display:inline-block;}
	
}

@media all and (max-width: 960px) {
	.text_image_087 .mainBigImage img {
		margin-left:0 !important;
	}
}
@media all and (max-width: 800px) {
	.text_image_087 .main-right {
		width: 44%;
		display: none;
	}
	.text_image_087 .main-left{
		width:100%;
	}
	
	.text_image_087 .modul_text_003{
		width: 52%;	
	}
/*	.text_image_087 .basicFramePadding {
		padding-top: 40px;
	}*/
	.text_image_082 .boxOne, .text_image_082 .boxTwo{
		border-bottom: 1px solid #dfdfdf;
	}
	
	.text_image_087 .iconBoX {
		margin-bottom: 1.5em;
	}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {
		padding-bottom: 35px;
	}*/
}

@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */
	/*.text_image_087 .contentWidth.basicFramePadding{
		padding-top: 68px;
	}*/
	.text_image_087 .moduleBoxSpacer{
		display:none;
	}

}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.text_image_087 .main-left{width:100%; float:none; padding-bottom:0;}
	.text_image_087 .main-right{width:70%; float:right; position:relative;}
	.text_image_087 .modul_text_003{
		width: 100%;	
	}

	.text_image_087 .head {
		text-align: inherit;
	}
	/*.text_image_087 .contentWidth.basicFramePadding{
    	padding-bottom: 0px;
		padding-top: 70px;
	}*/
	
}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.text_image_087 .elementHolderLeft, 
	.text_image_087 .elementHolderRight{
		margin-bottom: 0em;
		width: 100%;
	}
	
	.text_image_087 h4, 
	.text_image_087 .h4{margin-bottom:0.5em;}
	
	.text_image_087 .icon-change-Holder{
		max-height:70px;
		max-width:70px;
		height:70px;
		width:70px;
	}

	.text_image_087 .iconBoX.third{margin-bottom:1.5em;}
	.text_image_087 .elementHolderRight .iconBoX:last-child{margin-bottom:0;}
	
	/*#outer .text_image_087 .contentWidth.basicFramePadding {padding-bottom: 26px;}*/
	
	.text_image_087 .head {
		padding-bottom: 1.8em;
	}
		
}

@media all and (max-width: 414px) {
/* styles for iPhone/Android portrait */
	.text_image_087 .icon-change-Holder{
		max-height:65px;
		max-width:65px;
		height:65px;
		width:65px;
	}
	

	.text_image_087 .iconBoX{height:inherit !important;}
}

@media all and (max-width: 360px) {
/* styles for iPhone/Android portrait */
	.text_image_087 .icon-change-Holder{
		max-height:65px;
		max-width:65px;
		height:65px;
		width:65px;
	}

}

@media all and (max-width: 320px) {
	.text_image_087 .main-left{margin-bottom:25px;}
	.text_image_087 .mainBigImage{max-height:135px;}
}

/*https://wp-cms2.de/js/plugins/slick/1.6.0/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/*https://wp-cms2.de/js/plugins/slick/1.6.0/slick-theme.css*/
/********************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff /*url('js/plugins/slick/1.6.0/./ajax-loader.gif')*/ center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('js/plugins/slick/1.6.0/./fonts/slick.eot');
    src: url('js/plugins/slick/1.6.0/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('js/plugins/slick/1.6.0/./fonts/slick.woff') format('woff'), url('js/plugins/slick/1.6.0/./fonts/slick.ttf') format('truetype'), url('js/plugins/slick/1.6.0/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
/*.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}*/

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/styles.css*/
/********************************************************/
.adminMode .div_slider_004 .boxImage{overflow:hidden;}

.div_slider_004.useBackgroundConfiguration .frameBackgroundImage{
	background-repeat:repeat-y !important;
	/*background-position:bottom !important;
	background-color:transparent !important;*/
	background-image:url("/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/httpss://wp-cms2.de/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/assets/bg-frame_news_010.jpg");
	background-position:top center;
}


.div_slider_004 .fourBox.boxRight {
    float: left;
    padding-right: 6%;/*8*/
    width: 49.5%;
}

.div_slider_004 .fourBox.boxLeft{
    margin-top: 	7px;
	margin-right:	-12px;
	float:			right;/*left*/
	width:			44.5%;/*42.5*/
}

/*.div_slider_004 .fourBox .headline .tokenElement{
	line-height:	1.1;
	display:block;
}*/

.div_slider_004 [class^="icon-"]::before,
.div_slider_004 [class*=" icon-"]::before {
    margin-left: -4px;
    margin-right: 0em;
}

.div_slider_004 .immoOrt.h3{
	margin:			0 0 14px;
}

.div_slider_004 .spacer{
	float:			left;
	border-left:	1px solid #d8dacd;

	margin:			0 4.5% 0 4.4%;
	
	width:			0px;
	height:			363px;
}




.div_slider_004 .spacer.withoutBorder{
	border-left:	0;
	margin:			0;
	width:			7%;
	height:			10px;
}



.div_slider_004 .h3.modulH3{
	font-size:		1.250em;
	line-height:	1.3;
}

.div_slider_004 .kFirma.h4{
	padding: 0.95em 0 0.75em;
}

/***************************[ Slider ]****************************/

.div_slider_004 .sliderElement a,
.div_slider_004 .sliderElement {
	outline: none;
}

.div_slider_004 .sliderElementInner {
    padding: 0 12px;/*0 7*/
}

.div_slider_004 .moduleBoxOuter{	
	padding: 0 6px;
	/*margin-bottom: 18px;*/
}

.div_slider_004 .boxImage {
	background-color:#ffffff;
	position: relative;
	border:1px solid #cecece;
	/*box-sizing: border-box;*/
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	
	padding:12px;
}

.div_slider_004 .boxImage a {
	display:inline-block;
	width:100%;
	height:100%;
	/*position: absolute;*/
}

.div_slider_004 .slick-dots li.slick-active button::before {
    color: #ffffff;
    opacity: 0.75;
}

.div_slider_004 .slick-dots li {
    border: 3px solid #ffffff;
    margin-left: 4px;
    margin-right: 4px;
}

/*.div_slider_004 .slick-dots li:hover,
.div_slider_004 .slick-dots li.slick-active, 
.div_slider_004 .bx-pager.bx-default-pager a:hover, 
.div_slider_004 .bx-pager.bx-default-pager a.active {
    background-color: #ffffff;
}*/

.div_slider_004 .slick-dots li, 
.div_slider_004 .bx-pager.bx-default-pager a {
    background-color: transparent;
    border-radius: 15px;
    height: 14px;
    margin-left: 2px;
    margin-right: 3px;
    width: 14px;
}

.div_slider_004 .slick-dots li button {
    opacity: 0;
    padding: 0;
}

/*.div_slider_004 .basicFramePadding {
    padding-bottom: 4.143em;
    padding-top: 6.243em;
}*/

.div_slider_004 .slick-next::before {
    color: #ffffff;
    content: "" !important;
    font-family: "fontello";
    font-size: 60px;
    text-shadow: 1px 2px 3px #666;
}

.div_slider_004 .slick-prev, .div_slider_004 .slick-next {
    height: 60px;
    width: 25px;
}

.div_slider_004 .slick-prev::before {
    color: #ffffff;
    content: "" !important;
    font-family: "fontello";
    font-size: 60px;
    text-shadow: 1px 2px 3px #666;
}

.div_slider_004 .slick-prev,
.div_slider_004 .slick-next{
	display:none !important;
}
/*
.div_slider_004 h1, 
.div_slider_004 .h1 {
    margin: 0 0 0.52em;
}*/

.div_slider_004 h2, 
.div_slider_004 .h2 {
    margin-bottom: 1.3em;
}

.div_slider_004 .slick-dots {
   bottom: -28px;
}

/*.div_slider_004 .slick-dots li {
    height: 20px;
    margin: 0 2px;
    padding: 0;
    width: 20px;
}*/

/***************************[ Newsmodul ]****************************/

.div_slider_004 .newsElement.last{margin-bottom:0px;}

.div_slider_004 .newsElement .h2{
	font-size:		1.250em;
	line-height:	1.3;
	width:			79.5%;/*81*/

	float:			left;
	margin-bottom:	10px;
}

.div_slider_004 .newsElement .newsListImage{
	/*height:			68px;*/
	width:			21.5%;
	margin-right:	4%;
	margin-top:		1%;
	margin-bottom:	0.85em;
	
	float:			left;
	overflow: 		hidden;
	border:1px solid #cccccc;
}

.div_slider_004 .newsElement .buttonHolder{
	display:		inline-block;
	width:			auto;
	float:			none;
	/*padding-left:	4px;*/
}

.div_slider_004 .editMode .image-upload-box{
	background-color: #ffffff;
    float: left;
    /*height: 284px;*/
    margin-bottom: 2%;
    margin-right: 2%;
    padding: 5px;
    width: 46%;
}
.div_slider_004 .editMode .slickHolder > br:nth-child(4n) {clear:both;}
.div_slider_004 .editMode .slickHolder > br {line-height:0;}


.div_slider_004 .newsElement .buttonHolder .icon-angle-right:before{margin-left:0px;}

.div_slider_004 .newsElement .buttonHolder.h3{
	font-size:		1em;
}
/*.div_slider_004 .newsModule .trennLine,*/
.div_slider_004 .newsElement .newsDate,
.div_slider_004 .newsElement .buttonHolder.variante1{display:none;}

.div_slider_004 .newsModule .trennLine br{display:none;}
.div_slider_004 .newsModule .trennLine hr{margin:1.6em 0 1.4em;}

.div_slider_004 .newsElement .objektBilder .immoContainer,
#outer .div_slider_004 .newsElement .corporateFrame{padding:0px;}

.div_slider_004 .moduleBoxHolder{position:relative;}



/***************************[ Newsletter ]****************************/

.div_slider_004 .fourBox.newsletter{
	/*background-image:	url("/modules/pageFramesAndModules/__frames/sliderDiverses/div_slider_004/assets/pics/handy-image.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 	100% auto;*/
}

.div_slider_004 .bgImageRight{
	width:49.2%;/*17*/
	position:absolute;
	bottom:5px;/*0*/
	right:0;
	overflow:hidden;
	border-bottom: 1px solid #b2b2b2;
}
.div_slider_004 .bgImageRight img{margin-top:0 !important;}

.div_slider_004 .headline.h2.textCenter.editArea{
}

.div_slider_004 .dataBoxHolder {
    width: 50%;
	margin-top: 2.2em;
}

.div_slider_004 .textCenter {
    text-align: left;
}

.div_slider_004 .fourBox.newsletter .h3{
	margin-bottom:	27px;/*30*/
}

.div_slider_004 .kPlzOrt{
	padding-bottom: 8px;
}

.div_slider_004 .fourBox.newsletter .text{
	width:			62%;
	margin-bottom:	30px;
}

.div_slider_004 .fourBox.newsletter .infoText{
	color:			#b7b7b7;
	width:			62%;
	
	margin-top:		27px;
}

.div_slider_004 .fourBox.newsletter span{
	float:			left;	
}

.div_slider_004 .fourBox.newsletter .infoText .icon-lock{
	font-size:		2.063em;
	width:			12%;/*13*/
}

.div_slider_004 .fourBox.newsletter .infoText .icon-lock:before{
	margin-left:	0%;
	margin-top: 	3px;
	margin-left:-5px;
}

.div_slider_004 .fourBox.newsletter .infoText .info{
	font-size:		0.813em;
	width:			84%;/*87*/
	line-height:	1.3;
	font-family:"open_sansitalic", Arial, Helvetica, sans-serif;
}

/***************************[ Textbox ]****************************/

.div_slider_004 .fourBox.textBoxmodul .title{
	width:			65%;
	float:			left;
}

.div_slider_004 .fourBox.textBoxmodul .image{
	width:			35%;	
	float:			left;
	height: 		90px;
}

.div_slider_004 .fourBox.textBoxmodul .h1{
	margin-bottom: 10px;
}

.div_slider_004 .fourBox.textBoxmodul .h2{
	margin-bottom:	30px;
}

.div_slider_004 .fourBox.textBoxmodul .buttonRow{
	margin-top:	33px;
}


@media all and (max-width: 1280px) {
	.div_slider_004 .slick-dots {
		bottom:-35px;
	}
}

@media all and (max-width: 1280px) {
	.div_slider_004 .moduleBoxOuter{
		margin-bottom: 0px;
	}
}

@media all and (max-width: 1024px) {
	.div_slider_004 .spacer{margin:0 3.9%;}
	
	.div_slider_004 .sliderElementInner .boxImage img{
		opacity:1 !important;
	}
	
	.div_slider_004 .slick-dots {
		bottom: -40px;
	}
}

@media all and (max-width: 960px) {
	.div_slider_004 .fourBox{width:45%;}
	.div_slider_004 .spacer{margin:0 4.9%;}
	.div_slider_004 .dataBoxHolder{margin-top:1.2em;}
	.div_slider_004 .fourBox .headline .tokenElement {margin-bottom:0;}
	
	.div_slider_004 .headline.h2.textCenter.editArea{width:100%;}
	.div_slider_004 .bgImageRight{width:45%;}
	.div_slider_004 .dataBoxHolder{width:55%;}
	
	.div_slider_004 h1, .div_slider_004 .h1 {
		margin: 0 0 0.5em;
	}
}

@media all and (max-width: 800px) {
/* styles for narrower desktop browsers and iPad portrait */	
	.div_slider_004 .headline.h2.textCenter.editArea {
		width: 100% !important;
	}
	
	.news_014 .newsElement .newsWrapper.bottom .newsListImage {
		margin-bottom: 0;
	}
	
	.div_slider_004 .fourBox {
		float: none;
		width: 100%;
	}
	
	.div_slider_004 .bgImageRight{width:35%;}
	
	
	.div_slider_004 .spacer{
		margin:	0;
		padding:0;
		border:	none;
		display:none;
	}
}

@media all and (max-width: 768px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.div_slider_004 .fourBox.boxLeft {
		margin-top: 6px;
		margin-right: 4%;
		width: 28%;
	}
	
	.div_slider_004 .fourBox.boxRight {
		float: left;
		padding-right: 6%;
		width: 60%;
	}
	
	.div_slider_004 .slick-dots li, #outer .bx-pager.bx-default-pager a {
		height: 14px ;
		width: 14px ;
	}
	
	#outer .div_slider_004 .slick-dots{
		bottom: -32px !important;
	}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.div_slider_004 .fourBox.boxLeft{
		width:100%;
		margin-top: 2em;
		margin-right: 0;
	}
	
	.div_slider_004 .fourBox.boxRight {
		padding-right: 0%;
	}
	
	.div_slider_004 .fourBox.boxRight{width:100%;}

}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.div_slider_004 .headline.h2.textCenter.editArea{width:100%;}
	.div_slider_004 .bgImageRight{width:43%;}
	
	.div_slider_004 .fourBox.boxRight/*,
	.div_slider_004 .fourBox.boxLeft*/{
		width: 100%;
		float:none;
	}
	
	.div_slider_004 .fourBox.boxLeft{
		width:90%;
		margin:2.5em auto 0;
		float:none;
	}
/*	.div_slider_004 .fourBox.boxLeft .slick-dots{
		position:unset;
	}*/
	.div_slider_004 .fourBox.boxRight {
		padding-bottom: 0%;
		padding-right: 0%;
	}
	
	#outer .div_slider_004 .slick-dots {
		bottom: -42px !important;
	}

	.div_slider_004 .slickHolder {
		padding-bottom:38px;
	}
	
}

@media all and (max-width: 360px) {
	.div_slider_004 .bgImageRight,
	.div_slider_004 .newsListImage{display:none;}
	
	.div_slider_004 .dataBoxHolder{width:100%;}
	
	.div_slider_004 .slick-dots li {
		margin: 0 2px;
	}
	.div_slider_004 .slick-dots li button::before {
		font-size: 13px;
		height: 13px;
		width: 13px;
	}
	
	.div_slider_004 .fourBox.boxLeft {
		width: 100%;
		margin: 1em 0 0;
		float: none;
	}
/*	#outer .div_slider_004 .slick-dots {
		bottom: -24px !important;
	}*/
}

@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	.div_slider_004 .corporateFrame{
		display:	none;
	}
	.div_slider_004 .newsElement .h2 {width:100%; float:none;}

	
}

/*https://wp-cms2.de//modules/pageFramesAndModules/__frames/text_image/text_image_082/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */
.text_image_082{
	
}

.text_image_082 .headline{
	text-align:		center;
	/*margin:			0 auto 0.175em;*/
	margin-left:  auto;
	margin-right: auto;
	width:			70%;
}

.text_image_082 .innerModuleBox{
	margin-top:38px;
}

.text_image_082 .moduleBoxText{width:100%; margin-top:1.7em;}

.text_image_082	.linespacer{
	height:		1px;
	margin:		20px 0 35px;
	border-bottom:	1px solid;
}

.text_image_082	.buttonHolder a:after{
	content: '\e81a';
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
}

.text_image_082 .moduleBoxHolder {float:left;}
.text_image_082 .moduleBoxLine{
	width:		100%;
	margin:		0 auto;
	height:		3px;
}

.text_image_082 .boxOne,
.text_image_082 .boxTwo,
.text_image_082 .boxThree,
.text_image_082 .boxFour,
.text_image_082 .boxFive { width:29.8%;/*30*/}

.text_image_082 .clear.spiritBox,
.text_image_082 .spiritBox,
.text_image_082 .spiritBoxOne,
.text_image_082 .spiritBoxTwo{display:none;}

.text_image_082 .moduleBoxImageWrap{
	position:		relative;
	margin-bottom:	0.95em;/*28*/
}

.text_image_082 .moduleBoxImage{
	overflow:hidden;
	width:100%;
	text-align:center;
}
.text_image_082 .moduleBoxInnerImage a{
	height:100%;
	width:100%;
	display:block;
}
.text_image_082 .moduleBoxInnerImage img{width:100%; height:auto;}
.text_image_082 .moduleBoxSpacer {
	float:		left;
	width:		5.3%;
	height:		325px;
	text-align:	center;
	position:	relative;
}

.text_image_082 .moduleBoxSpacer.first {
	width:3%;
}

.text_image_082 .buttonHolder{
	margin-top:0.9em;
	/*margin-bottom:17px;*/
}

.text_image_082 .corporate_border{
	box-sizing: border-box;
}

.text_image_082 .buttonHolder.variante2{display:none;}

.text_image_082 a .icon-angle-right{
	margin-left:-4px;
}

@media only screen and (max-width : 1280px) {
	.text_image_082 .boxOne, 
	.text_image_082 .boxTwo, 
	.text_image_082 .boxThree{width:30.1%;}
	
	.text_image_082 .moduleBoxSpacer{width:4.3%;}
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	.text_image_082 .moduleBoxText{width:100%;}
	.text_image_082 .headline{width:70%;}
}
@media only screen and (max-width : 1024px) {
	.text_image_082 .headline{width:90%;}
}

@media only screen and (max-width : 1090px) {
	.text_image_082 .spiritBoxOne,
	.text_image_082 .spiritBoxTwo{display:block;/* width:17%;*/ clear:both; margin-bottom:15px;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{display:none; text-align:right;}
	
	/*.text_image_082 .moduleBoxHolder{margin-bottom:35px;}
	.text_image_082 .moduleBoxHolder.boxFive{margin-bottom:0;} */
	
	/*.text_image_082 .moduleBoxSpacer{width:12.5%;6.5}*/
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none; width:3%; text-align:left;}

	.text_image_082 .moduleBoxSpacer{height:300px;}
	/*.text_image_082 .moduleBoxSpacer{display:none;}*/
	/*.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:25%; }
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:29%; }*/
}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.text_image_082 .spiritBoxOne,
	.text_image_082 .spiritBoxTwo{display:block;/* width:17%;*/ clear:both; margin-bottom:15px;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{/*display:inline-block; text-align:right;*/ display:none;}
	
	/*.text_image_082 .moduleBoxHolder{margin-bottom:35px;}
	.text_image_082 .moduleBoxHolder.boxThree{margin-bottom:0;}*/
	
	/*.text_image_082 .moduleBoxSpacer{width:9.5%;6.5}*/
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none;}

	.text_image_082 .moduleBoxSpacer{height:300px;}

}
@media only screen and (max-width : 800px) {
	.text_image_082 .moduleBoxSpacer{width:10%;/*21.5*/}
	.text_image_082 .moduleBoxSpacer.spaceThree{
		width:100%;
		height:1px !important;
		/*display:none;*/
	}
	.text_image_082 .moduleBoxImageWrap {
		width: 45%;
		margin-right:3%;
		float:left;
	}
	.text_image_082 .moduleBoxImage {
		padding-bottom: 0;/*39*/
	}
		
	.text_image_082 .moduleBoxImageWrap {
		margin-top: 5px;
	}
	.text_image_082 .moduleBoxHolder {
		margin-bottom: 2.1em;
	}
	
	.text_image_082 .moduleBoxSpacer.spaceTwo{
		display:none;
	}
	.text_image_082 .moduleBoxText {
		width: 52%;
		float:left;
	}
	.text_image_082 .buttonHolder {
		width: 52%;
		float:left;
	}
	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:100% !important;/*39*/ }
	
	.text_image_082 .moduleBoxHolder{margin-bottom:2.5em; padding-bottom:2.5em;}	
	.text_image_082 .moduleBoxHolder.boxThree {margin-bottom:0; padding-bottom:0;}

	.text_image_082 .moduleBoxText{
		margin-top: 0em;
	}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.text_image_082 .moduleBoxSpacer.spaceThree {
		clear: both;
		display: block;
		height: 1px !important;
		width: 100%;
	}
}

/* styles for medium Tablets (Kindle etc)) */
@media all and (max-width: 670px) {
	.text_image_082 .spiritBoxOne{display:none;}
	.text_image_082 .spiritBoxTwo{display:inline-block; width:17%;}
	
	.text_image_082 .moduleBoxSpacer{width:9%;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFour{display:none;}
	.text_image_082 .moduleBoxSpacer.spaceFour{display:inline-block; width:9%; text-align:center;}
	.text_image_082 .clear.spiritBox{display:block;}
	.text_image_082 .moduleBoxSpacer.first{width:4.5%;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceThree{display:none; width:4.5%;text-align:left;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFive{display:none; width:4.5%; text-align:right;}
	.text_image_082 .moduleBoxSpacer.spaceFive{display:none; width:4.5%;/*3*/ text-align:left;}

	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree { width:45%; }
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:45%; }
	.text_image_082 .moduleBoxSpacer.spaceThree{display:none; /*width:4.5%; text-align:right;*/}
}
@media all and (max-width: 610px) {
	.text_image_082 .innerModuleBox{margin-top:35px;}
	
	.text_image_082 .headline{width:100%;}
	.text_image_082 .textCenter{text-align:left;}
	
	/*.text_image_082 .moduleBoxImageWrap{width:41%;}
	.text_image_082 .moduleBoxText{width:56%;}*/
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.text_image_082 .boxOne,
	.text_image_082 .boxTwo,
	.text_image_082 .boxThree,
	.text_image_082 .boxFour,
	.text_image_082 .boxFive { width:100% !important; }
	
	.text_image_082 .moduleBoxSpacer{display:none;}
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceThree,
	.text_image_082 .moduleBoxSpacer.spiritBox.spaceFive{display:none;}
	
	.text_image_082 .moduleBoxHolder{margin-bottom:40px;}
	.text_image_082 .moduleBoxHolder.boxThree{margin-bottom:0px; border-bottom:none;}
	.text_image_082 .moduleBoxSpacer.spaceFour{display:none;}
	
	.text_image_082 .moduleBoxImageWrap{
		margin-bottom:1.2em;
		margin-top:0;
		float:none;
		margin-right:0;
	}
	.text_image_082 .moduleBoxText,
	.text_image_082 .moduleBoxImageWrap{
		width:100%;
	}
}

@media all and (max-width: 360px) {
/* styles for iPhone/Android portrait */
	/*.text_image_082 .moduleBoxInnerImage{max-height:85px;}*/
	.text_image_082 .moduleBoxImageWrap{margin-bottom:1.50em;}
	.text_image_082 .buttonHolder{margin-top:0.8em;}


}
/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {}

/*https://wp-cms2.de/modules/pageFramesAndModules/modules/text/text_003/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */


.modul_text_003 .h1 {
	margin-top:0;
}

.modul_text_003 .subtitle {
	
}


/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/immoTopObjekte/topObjekte_013_slider_remake/styles.css*/
/********************************************************/
/**
**
 */
.topObjekte_013_slider_remake #wpCMS #frameEditForm tbody tr[valign="top"]{
	display:none;
}

/*Kopf Bereich (headline, text)*/

.topObjekte_013_slider_remake .HeadHolder {
	width: 				83%;
	margin:  			0 auto 35px;
	}
	
/*Bild Bereich (Tob Objekte)*/

.topObjekte_013_slider_remake .immoContainer {
	width: 				33%;
	float: 				left;
	position: 			relative;
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	margin: 			2px;
	border-radius:  	0.5%;
	overflow: 			hidden;
	background-color: 	#fff;
	}
	
.topObjekte_013_slider_remake .valueHolder  {
	text-shadow: 		1px 1px 2px rgba(0, 0, 0, 1);
	margin-bottom: 		1.6em;
	}

.topObjekte_013_slider_remake .valueHolder .h1 {
	font-weight: 		bold;
	}

.topObjekte_013_slider_remake .buttonHolder .button {	
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	}
.topObjekte_013_slider_remake .imageContent .textPreisDetails {
	position: 			absolute;
	text-align: 		center;
	z-index: 			9999;
	left: 				0%;
	top: 				22%;
	width: 				100%;
	opacity: 			0;
	transition: 		0.3s;
	}

.topObjekte_013_slider_remake .buttonHolder .button .icon-angle-right:before {
	margin-right:-6px;
}

	
.topObjekte_013_slider_remake .immoContainer .titelbild img {
	transition: 		0.5s;
	}	

.topObjekte_013_slider_remake .slick-prev::before {
	font-family:'fontello';
	content:'\e819';
	font-size:50px;
}
	
.topObjekte_013_slider_remake .slick-next::before {
	font-family:'fontello';
	content:'\e81a';
	font-size:50px;
}

.slick-prev, .slick-next {
	top:45%;	
}



	
/*===Hover Funktionen (einblenden, blur,)*/

.topObjekte_013_slider_remake .immoContainer:hover .textPreisDetails {
	opacity: 		1;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	}

.topObjekte_013_slider_remake .immoContainer:hover .titelbild img {
	filter: 		blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-ms-filter: blur(5px);
	-o-filter: blur(5px);
	
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	transform: 		scale(1.05);
	} 
		

.topObjekte_013_slider_remake	.objDetails {
	padding: 			2em;
}

.topObjekte_013_slider_remake .slick-next {
	right:-75px;	
}

.topObjekte_013_slider_remake .slick-prev {
	left:-75px;	
}
	
.topObjekte_013_slider_remake .slick-prev,
.topObjekte_013_slider_remake .slick-next {
	top:50%;
	height: 50px;
}

@media all and (max-width: 1280px) {	
	.topObjekte_013_slider_remake .immoContainer {
	width:  			32.9%;
	}
	.topObjekte_013_slider_remake .slick-next {
		right:-35px;	
	}
	
	.topObjekte_013_slider_remake .slick-prev {
		left:-35px;	
	}
}

@media all and (max-width: 1024px) {
	.topObjekte_013_slider_remake .immoContainer {
	width: 				32.8%;
	}
}

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

}

@media all and (max-width: 800px) {
	.topObjekte_013_slider_remake .immoContainer {
    width:  			49%;
	}
	
	.topObjekte_013_slider_remake .immoContainer.immo_2 {
	display: 			none;	
	}

	.topObjekte_013_slider_remake .HeadHolder {
    width:  			100%;
	}
}

@media all and (max-width: 768px) {
	.topObjekte_013_slider_remake .slick-next {
		right:-25px;	
	}
	
	.topObjekte_013_slider_remake .slick-prev {
		left:-25px;	
	}
}

@media all and (max-width: 610px) {
	.topObjekte_013_slider_remake .slick-active {
		background-color:#ffffff;	
	}
	.topObjekte_013_slider_remake .immoContainer {
    width:  			100%;
	}
	
	/*.topObjekte_013_slider_remake .immoContainer.immo_1 {
		display: 			none;	
	}*/
	
	.topObjekte_013_slider_remake .HeadHolder {
    text-align: 	 	left;
    margin:  			0 auto 1.8em;
	}
	
	.topObjekte_013_slider_remake .slick-dots {
		bottom: -45px;
	}

}

@media all and (max-width: 480px) {
	.topObjekte_013_slider_remake .slick-prev,
	.topObjekte_013_slider_remake .slick-next {
		height: 53px;
	}
}

@media all and (max-width: 360px) {
	
	.topObjekte_013_slider_remake .imageContent .textPreisDetails {
    top:  				12%;
	}
}

@media all and (max-width: 320px) {

}

/*https://wp-cms2.de///modules/pageFramesAndModules/__frames/forms/formKontakt_012/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.formKontakt_012.useBackgroundConfiguration .frameBackgroundImage{
	background-repeat:repeat-y !important;
	/*background-position:bottom !important;
	background-color:transparent !important;
	background-image:url(//modules/pageFramesAndModules/__frames/forms/formKontakt_012/assets/bg-frame_news_010.jpg);*/
	background-position:top center;
}

#outer .formKontakt_012 .icon-right-open:before {
	top:0;
}

.formKontakt_012 .fourBox.boxLeft{
	float:			left;
	width:			43%;
}
.formKontakt_012 .fourBox.boxRight{
	float:			left;
	width:			45%;
}

.formKontakt_012 .formRow.lastEle .formElement.submit {
    margin-top: 1em;/*18*/
	float:right;
}
.formKontakt_012 .formRow.lastEle .formElement {
    margin-top: 5px;/*31*/
}
.formKontakt_012 .fourBox .headline .tokenElement{
	margin-bottom:	1.1em;/*38px*/
	/*line-height:	1.1;*/
	display:block;
}

.formKontakt_012 .firmaLeftIcon{
	width:15%;
	float:left;
}

.formKontakt_012 .firma.text_firma {
    margin-bottom: 20px;
}

.formKontakt_012 .firmaRightContent{
	width:85%;
	float:right;
}

.formKontakt_012 .immoOrt.h3{
	margin:			0 0 14px;
}

.formKontakt_012 .spacer{
	float:			left;
	border-left:	1px solid #d8dacd;

	margin:			0 7% 0 4.9%;

	width:			0px;

}

.formKontakt_012 .spacer.withoutBorder{
	border-left:	0;
	margin:			0;
	width:			7%;
	height:			10px;
}

.formKontakt_012 hr {
    margin: 20px 0 !important;
}

.formKontakt_012 .firmenLogo.moduleBoxInnerImage.corporate_border {
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
}

.formKontakt_012 .iconHolder.fb,
.formKontakt_012 .iconHolder.tw,
.formKontakt_012 .iconHolder.gp,
.formKontakt_012 .iconHolder.yt{
	float:left;
	width: 33%;
}

.formKontakt_012 .socialIcons {
    font-size: 34px;
    margin: 20px auto auto;
    text-align: center;
    width: 100%;
}

.formKontakt_012 .main {
    font-size: 0.9em;
    line-height: 1.7em;
}

.formKontakt_012 .h3.modulH3{
	font-size:		1.250em;
	line-height:	1.3;
}

.formKontakt_012 .kFirma.h4{
	padding: 0.95em 0 0.75em;
}

.formKontakt_012 .moduleBoxHolder{position:relative;}


.formKontakt_012 .spalte_one.editArea {
    float: left;
    padding-right: 10%;
    width: 46%;
	line-height: 27px;
}

.formKontakt_012 .spalte_one.editArea {
	text-align:center;
}

.formKontakt_012 .spalte_two.editArea {
    float: right;
    width: 43%;
	line-height: 24px;
}

.firma.standort_image.corporateFrame {
    margin-bottom: 1.3em;
}


.formKontakt_012 .spacerVertical {
    border-top: 1px solid #e1e1e1;
    margin: 17px 0;
}

.formKontakt_012 .socialIcons [class^="icon-"]::before,
.formKontakt_012 .socialIcons [class*=" icon-"]::before {
	margin-left: 0;
	margin-right: 0;
}

/*-------------------------------------- FORMULAR ---------------------------------*/
.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formRow {
    margin-bottom: 13px;
}
.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formRow.lastEle {
    margin-bottom: 0;
}

.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formElement {
    width: 47.5%;
	height:41px;
}
.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formSpacer {
    width: 5%;
}
.formKontakt_012 .modul_formular_kontakt_005 .textContainerRight {
    width: 47.5%;
}
.responsiveFormular .formElement.submit{width: 22.5% !important;}

/*.formKontakt_012 .modul_formular_kontakt_005 input.button,
.formKontakt_012 .modul_formular_kontakt_005 a.button, 
.formKontakt_012 .modul_formular_kontakt_005 .button a, 
.formKontakt_012 .modul_formular_kontakt_005 .light input.button, 
.formKontakt_012 .modul_formular_kontakt_005 .light a.button, 
.formKontakt_012 .modul_formular_kontakt_005 .light .button a{
	width: 100%;
}*/
/*.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formElement.submit{
    width: 22.5% !important; 
}*/
.formKontakt_012 .modul_formular_kontakt_005 .formElement.descLabel.text_tiny {
    text-align: right;
}

/***************************[ Textbox ]****************************/

.formKontakt_012 .fourBox.textBoxmodul .title{
	width:			65%;
	float:			left;
}

.formKontakt_012 .fourBox.textBoxmodul .image{
	width:			35%;	
	float:			left;
	height: 		90px;
}

.formKontakt_012 .fourBox.textBoxmodul .h1{
	margin-bottom: 10px;
}

.formKontakt_012 .fourBox.textBoxmodul .h2{
	margin-bottom:	30px;
}

.formKontakt_012 .fourBox.textBoxmodul .buttonRow{
	margin-top:	33px;
}


.formKontakt_012 .firmenLogo img{
	margin-top:0px !important;
}

.formKontakt_012 .headlineHolder {
	float:left;	
}

.formKontakt_012 .reqField {
	float: right;
}

.formKontakt_012 .email .icon-angle-right {
	margin-left:-2px;
}

.formKontakt_012 .newsModule .icon-angle-right {
	margin-right:-4px;
}

.formKontakt_012 .button {
	white-space: nowrap;
}

@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */	
	.formKontakt_012 .textLock{width:93%;}
	.formKontakt_012 .spacer {
		margin: 0 4% 0 4%;
	}
	.formKontakt_012 .responsiveFormular .lastEle .formSpacer{
		height: 80px;
		display:none;
	}
	.formKontakt_012 .fourBox.boxRight {
		width:46%;
	}
	.formKontakt_012 .formKontakt_012 .formRow.lastEle .formElement {
		/*margin-top: 55px;*/
		width:100% !important;
		height:inherit !important;
	}
	.formKontakt_012 .formRow.lastEle .formElement.submit {
		/*margin-top: 13px;*/
		width:29.5% !important;
	}
}
@media all and (max-width: 992px) {}
@media all and (max-width: 960px) {	
	#immoDetails_kontaktanfrage {
		background-size:cover;	
	}
	
	.formKontakt_012 .fourBox.boxRight {
		width: 45%;
	}
	.formKontakt_012 .spacer {
		margin: 0 6% 0 4.8%;
	}
	.formKontakt_012 .fourBox.boxLeft {
		width: 44%;
	}
	.formKontakt_012 .spalte_one.editArea {
		float: left;
		line-height: 27px;
		padding-right: 7%;
		width: 45%;
	}
	
	#outer .formKontakt_012 .basicFramePadding{
		padding-top:70px;
		padding-bottom:70px;
	}
	
	.formKontakt_012 .spalte_two.editArea {
		float: right;
		line-height: 24px;
		width: 48%;
	}
}
@media all and (max-width: 800px) {
	.formKontakt_012 .boxLeft { 
		width: 100%;
		float:none; 
		/*margin-bottom:2.5em;*/
	}
	.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formRow.lastEle{margin-bottom:0;}
	
	.formKontakt_012 .boxRight { 
		width: 100%;
		float:none; 
	}
	
	.formKontakt_012 .fourBox.boxRight {
		margin-bottom: 0;/*3em*/
	}
	
	.formKontakt_012 .moduleBoxHolder .spacer{
		width:100%;
		border-bottom:1px solid #d8dacd;
		margin: 6% 0px 4.8% 0px;
		height:1px;
	}
	
	.formKontakt_012 .kontaktDaten{width:48%;float:left; margin-bottom:0;}
	.formKontakt_012 .geoData{width:48%; float:right;}

	.formKontakt_012 .fourBox.boxRight,
	.formKontakt_012 .fourBox.boxLeft {
		width: 100%;
	}
	.formKontakt_012 .spalte_two.editArea {
		width: 47%;
	}
	.formKontakt_012 .formRow.lastEle .formElement {
		margin-top: 17px;
	}
	
	.formKontakt_012 .formRow.lastEle .formElement{width:73% !important;}
	.formKontakt_012 .responsiveFormular .lastEle .formSpacer{display:inline-block;}
}
@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */

	#outer .formKontakt_012 .basicFramePadding{
		padding-top:50px;
		padding-bottom:50px;
	}

	.formKontakt_012 .googleMapsContainer, 
	.formKontakt_012 .videoIframeContainer{padding-bottom:60%;}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	
	.formKontakt_012 .mainForm { 
		width: 100%;
		float:none; 
		margin-bottom:15px;
	}
	.formKontakt_012 .extraMessage { 
		width: 100%;
		float:none; 
	}
	
	.formKontakt_012 .datenschutzHolder.top { display:none; }
	.formKontakt_012 .datenschutzHolder.bottom { display:block; }
	
	.formKontakt_012 .divTableCell.datenschutz {
		height:auto;
		margin:0;
		padding:0;	
	}
	
	.formKontakt_012 .formText.editArea {
		width: 100%;
	}
	
	.formKontakt_012 .googleMapsContainer, 
	.formKontakt_012 .videoIframeContainer{padding-bottom:78%;}
	
	.formKontakt_012 .textLock{width:92%;}
	
	.formKontakt_012 .moduleBoxHolder .spacer{margin:8% 0;}
}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	#outer .formKontakt_012 .basicFramePadding{
		padding-top:30px;
		padding-bottom:30px;
	}
	
	#immoDetails_kontaktanfrage {
		background-image:none;	
	}
	
	.formKontakt_012 .divTableCell{ 
		width: 100% !important;
		float:none; 
	}
	
	.formKontakt_012 .submitButton .divTableCell.datenschutz{
		width:21% !important;
		float:left;
	}
	
	.formKontakt_012 .divTableCell.spacer {
		display:none;
	}
	
	.formKontakt_012 .submitButton .divTableCell{ 
		width: 100% !important;
		float:none; 
	}
	
	.formKontakt_012 .kontaktDaten{width:100%;float:none; margin-bottom:1.5em;}
	.formKontakt_012 .geoData{width:100%; float:none;}
	
	.formKontakt_012 .textLock{line-height:1.2em;}
	.formKontakt_012 .responsiveFormular .checkboxRadioContainer{margin-bottom:1.15em;}
	
	.formKontakt_012 .formRow textarea{
	 	min-height: 106px;
	}
	.formKontakt_012 .formRow.lastEle {
		float: left;
	}
	.formKontakt_012 .anrede .formElement{
		width:50% !important;
		float: left;
	}
	/*.formKontakt_012 .spalte_two.editArea{
		width: 100% !important;
	}*/
	
	.modul_formular_kontakt_005 .textContainerLeft {
		width: 100% !important;
		margin-bottom: 15px;
	}
	.modul_formular_kontakt_005 .textContainerRight {
		width: 100% !important;
	}
	
	.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formElement{height:inherit;}
	.formKontakt_012 .formRow.lastEle .formElement{width:100% !important;}
	.formKontakt_012 .responsiveFormular .lastEle .formSpacer{display:none;}
	
}
@media all and (max-width: 415px) {
	.formKontakt_012 .floatLeft.textLock{width:88%;}
	.formKontakt_012 .spalte_one.editArea {
		margin-bottom: 35px;
		padding-right: 0 !important;
		width: 100% !important;
	}
	.formKontakt_012 .spalte_two.editArea {
		width:100%;
	}
	
	.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formElement.submit {
		width:45% !important;
	}
	.formKontakt_012 .firmenLogo.moduleBoxInnerImage.corporate_border {
		height: inherit !important;
	}
	.formKontakt_012 .formRow.lastEle .formElement.submit {
		float: left;
		margin-top: 0;
		margin-bottom:0;
	}
	
}
@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	.formKontakt_012 .floatLeft.textLock{width:86%;}
	.formKontakt_012 .modul_formular_kontakt_005 .responsiveFormular .formElement.submit {
		width: 50% !important;
	}
}

/*https://wp-cms2.de/modules/pageFramesAndModules/modules/formulare/formular_kontakt_005/styles.css*/
/********************************************************/
.modul_formular_kontakt_005 .icon-right-open{
	font-size: 0.8rem;
}
.modul_formular_kontakt_005 .checkboxRadioContainer a.jqTransformCheckbox {
	margin-top: -1px;
}

.modul_formular_kontakt_005 .textContainerLeft {
	float:left;
	width:46%;
}

.modul_formular_kontakt_005 .textContainerRight {
	float:Right;
	width:50%;
}

.modul_formular_kontakt_005 .responsiveFormular .formSpacer{width:5%;}

.modul_formular_kontakt_005 .textContainerRight .checkboxAside {
	margin-top:0.8em;	
}

.modul_formular_kontakt_005 .textContainerRight .checkboxAside.firstCheck {
	margin-top:0em;
}

.modul_formular_kontakt_005 .textContainerRight .text_small.text_small_special {
	line-height:1.2em;
}

.modul_formular_kontakt_005 .formRow:nth-last-child(2) {
	font-size: 12px;
}
@media all and (max-width: 480px) {
	.modul_formular_kontakt_005 .responsiveFormular .formRow {
		margin-bottom: 0px !important;
	}
}

