/*/www/htdocs/w01403b9/admin/js/plugins/slick/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}

/*/www/htdocs/w01403b9/admin/js/plugins/slick/slick-theme.css*/
/********************************************************/
@charset 'UTF-8';
/* Slider */
/*
.slick-loading .slick-list
{
    background: #fff url('https://wp-cms4.de//js/plugins/slick/./ajax-loader.gif') center center no-repeat;
}
*/

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

    src: url('https://wp-cms4.de//js/plugins/slick/./fonts/slick.eot');
    src: url('https://wp-cms4.de//js/plugins/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://wp-cms4.de//js/plugins/slick/./fonts/slick.woff') format('woff'), url('https://wp-cms4.de//js/plugins/slick/./fonts/slick.ttf') format('truetype'), url('https://wp-cms4.de//js/plugins/slick/./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;
    margin-top: -10px;
    padding: 0;

    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-slider
{
   /* margin-bottom: 30px;*/
}

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

    display: block;

    width: 100%;
    padding: 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;
}


/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_image_search_IS/HTTP_PATHcss/plugins/animate/animate.css*/
/********************************************************/


/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_image_search_IS/HTTP_PATHjs/plugins/bxslider/jquery.bxslider.css*/
/********************************************************/


/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_image_search_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

/*CMS*/

.custom_image_search_IS img{
	width: 100% !important;
	height:auto !important;
}

.custom_image_search_IS {
	margin-bottom: -80px;
}


.custom_image_search_IS .mainArea{
	position: relative;
}
/*.custom_image_search_IS #iwa-widget{
	position: absolute;
	bottom: 190px;
	left: 100px;
}*/

@media all and (max-width:1680px) {
	.custom_image_search_IS {
		margin-bottom: 0px;
	}	
}

.custom_image_search_IS .slick-dots li:hover, 
.custom_image_search_IS .util-theme-default .util-page:hover span, 
.custom_image_search_IS .owl-theme .owl-controls .owl-page:hover span, 
.custom_image_search_IS .bx-wrapper .bx-pager.bx-default-pager a:hover {
	border-color:#b8a98e;	
}

.custom_image_search_IS .slick-dots li.slick-active, 
.custom_image_search_IS .slick-dots li.slick-active:hover, 
.custom_image_search_IS .util-theme-default .util-page.active-page span, 
.custom_image_search_IS .util-theme-default .util-page.active-page:hover span, 
.custom_image_search_IS .owl-theme .owl-controls .owl-page.active span, 
.custom_image_search_IS .bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color:#b8a98e;
}


.custom_image_search_IS #wpCMS .imageWrapper {
	width:30%;
	margin-right:3%;
}

.custom_image_search_IS .slick-prev,
.custom_image_search_IS .slick-next {
	height: 50px;
}

.custom_image_search_IS #wpCMS .imageFullWidth {
	max-height:260px !important;
	min-height: 260px !important;
}

.custom_image_search_IS #wpCMS .textHolder {
	top:0;
	position:relative;	
}

/*CMS ENDE*/

.custom_image_search_IS .imageFullWidth {
	overflow:hidden;	
}

.custom_image_search_IS .slick-dots {
    bottom: 24%;
    margin: 0;
    position: absolute;
    width: 100%;
}

.imageWrapper {
    max-height: 682px;
}

.custom_image_search_IS .textHolder {
	position:absolute;
	width:15%;	
	top:40%;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
	
	margin-left: -45px;
}

.custom_image_search_IS .textHolder .headline,
.custom_image_search_IS .textHolder .button {
	text-align:center;
}

.custom_image_search_IS .textHolder .headline.h1 {
	font-size:52px;
	color:#ffffff;
	text-transform:none;
	font-family:opensans_light;
	margin-bottom:0.95em;
	/*overflow-x:hidden;*/
}

.custom_image_search_IS .textHolder .headline.h2 {
	color:#ffffff;
	text-transform:none;
}

.custom_image_search_IS .textHolder .headline.h1 .tokenElement.HEADLINE {
	border-bottom:2px solid #ffffff;	
	border-top:2px solid #ffffff;	
	box-shadow: 
         0px 11px 8px -10px rgba(0,0,0,0.2),
         0px -11px 8px -10px rgba(0,0,0,0.2);
	padding-bottom:0.1em;
}

.custom_image_search_IS .textHolder .button {
	margin-top:1.7em;	
}

.custom_image_search_IS .textHolder input.button, 
.custom_image_search_IS .textHolder a.button, 
.custom_image_search_IS .textHolder .button a, 
.custom_image_search_IS .textHolder .light input.button, 
.custom_image_search_IS .textHolder .light a.button, 
.custom_image_search_IS .textHolder .light .button a {
	padding: 0.786em 5.7em 0.714em;
}

/*Formular*/

.custom_image_search_IS .formularWrapper .imageformular {
	width:35.7%;
	padding-top:1.3em;
    box-sizing: border-box;
}

.custom_image_search_IS .formularWrapper {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    position: relative;
    top: -5.3em;
}

.custom_image_search_IS .slick-slider {
	margin-bottom:0;	
}

.custom_image_search_IS .slick-dots li {
	transform: translateY(-30%);
}

.custom_image_search_IS .slick-prev {
    left: 73px;
}

.custom_image_search_IS .slick-prev:before {
	content: '\e819';
}

.custom_image_search_IS .slick-next {
    right: 73px;
}

.custom_image_search_IS .slick-next:before {
	content: '\e81a';
}

.custom_image_search_IS .slick-prev, .custom_image_search_IS .slick-next {
	z-index: 9999;
}

.custom_image_search_IS .slick-prev:before, .custom_image_search_IS .slick-next:before {
	font-family: 'fontello';
	font-size: 50px;
}

.custom_image_search_IS .slick-prev:hover:before, .custom_image_search_IS .slick-prev:focus:before, .custom_image_search_IS .slick-next:hover:before, .custom_image_search_IS .slick-next:focus:before {
	color: #b8a98e !important;
}

#outer #out .custom_image_search_IS .jqTransformRadio, 
#outer #out .custom_image_search_IS .jqTransformCheckbox {
	box-shadow: none;
	width: 19px !important;
	height: 19px !important;
	margin-right: 10px;
}

.custom_image_search_IS .rowElement.check {
	float: left;
}

.custom_image_search_IS .rowElement.check .checkboxLabel {
	position: relative;
	top: 2px;
	text-transform: uppercase;
	font-size:14px;
}

.custom_image_search_IS .rowElement.check:nth-child(1) {
	margin-right:22.5%;
}

.custom_image_search_IS .responsiveFormular .formRow.cheackArea {
	width:33%;
	float:left;
}

.custom_image_search_IS .jqTransformSelectWrapper .jqTransformSelectedLabel span {
    text-transform: uppercase;
}

.custom_image_search_IS .responsiveFormular .formRow.selectArea {
	width:63%;
	float:right;	
}

.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(1) {
	width:82%;
	margin-right:6%;
}

.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(2) {
	width:10%;	
}

.custom_image_search_IS .formularWrapper input.button, 
.custom_image_search_IS .formularWrapper a.button, 
.custom_image_search_IS .formularWrapper .button a, 
.custom_image_search_IS .formularWrapper .light input.button, 
.custom_image_search_IS .formularWrapper .light a.button, 
.custom_image_search_IS .formularWrapper .light .button a {
	padding:0.786em 0 0.9em;	
}

#outer .custom_image_search_IS .jqTransformCheckbox.jqTransformChecked::after {
    left: 4px;
    top: 6px;
}

@media all and (min-width:1908px) {
	.custom_image_search_IS img{
		width: 100% !important;
		height:auto !important;
	}
}

@media all and (max-width:1680px) {
	.custom_image_search_IS .textHolder {
		top:37%;
	}
	
	.custom_image_search_IS .slick-dots {
		bottom: 21%;
	}
	
	.custom_image_search_IS .formularWrapper .imageformular {
		padding-top:1.4em;	
	}
}

@media all and (max-width:1440px) {
	.custom_image_search_IS .textHolder {
		top:33%;	
	}
	
	.custom_image_search_IS .formularWrapper .imageformular {
		width:47%;	
	}
	
	.custom_image_search_IS .textHolder {
		width: 14.6%;	
	}
	
	.custom_image_search_IS .slick-dots {
		bottom: 20%;
	}
	
}

@media all and (max-width:1280px) {
	/*.custom_image_search_IS #iwa-widget{
		bottom: -90px;
		left: 60px;
	}*/

	.custom_image_search_IS .textHolder {
    	top: 21%;
		margin-left: -14px;
	}
	
	.custom_image_search_IS .formularWrapper .imageformular {
    	width: 61%;
	}
	
	.custom_image_search_IS .slick-dots {
		bottom: 21%;
	}
}

@media all and (max-width:1024px) {
	/*.custom_image_search_IS #iwa-widget{
		display: none;
	}*/
	
	.custom_image_search_IS .textHolder {
    	top: 6.3%;
		margin-left: -9px;
	}
	
	.custom_image_search_IS .formularWrapper .imageformular {
    	width: 77%;
	}
	
	.custom_image_search_IS .slick-dots {
		bottom: 25%;
	}
	
}

@media all and (max-width:960px) {


	
	#outer .custom_image_search_IS .textHolder {
		display: none;
	}
	
	#outer .custom_image_search_IS .textHolder {
		background-color: #424242;
		padding-bottom: 4.2em;
		padding-top: 3em;
		position: relative;
		top: 0em;
		width:100%;
		margin-left: 0px;
	}
	
	.custom_image_search_IS .slick-dots {
		bottom:1.5em;
		display: none !important;
	}
	
	.custom_image_search_IS .imageFullWidth > img {
		width:109% !important;
		height:auto !important;	
	}
	
	.custom_image_search_IS .formularWrapper {
		top:0;	
	}
	
	.custom_image_search_IS .formularWrapper {
		border-bottom:1px solid #b8a98e;	
	}
	
}

@media all and (max-width:800px) {
	.custom_image_search_IS .slick-prev, .custom_image_search_IS .slick-next {
		display: none !important;
	}
	
	.custom_image_search_IS .formularWrapper .imageformular {
    	width: 89%;
	}
	
	.custom_image_search_IS .textHolder .headline.h2 {
		width: 80%;
		margin:auto;
		margin-top:2em;
	}
	
	.custom_image_search_IS .textHolder .button {
		margin-top:1em;	
	}

}

@media all and (max-width:610px) {
	.custom_image_search_IS {
		margin-bottom: 0px;
	}
	
	.custom_image_search_IS .responsiveFormular .formRow.selectArea,
	.custom_image_search_IS .responsiveFormular .formRow.cheackArea {
		width:100%;
		float:none;	
	}
	
	.custom_image_search_IS .responsiveFormular .formRow.cheackArea {
		margin-top:0;	
	}
	
	.custom_image_search_IS .formularWrapper {
		top:0;	
	}
	
	#outer .custom_image_search_IS .textHolder {
		top:0.4em;	
	}
    .custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(1){
        width: 84%;
    }
}

@media all and (max-width:480px) {
	.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(1) {
		width:81% !important;
		float:left;
	}
	
	.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(2) {
		width: 13% !important;
		float:right;	
	}
	
	#outer .custom_image_search_IS .textHolder {
		top:0;	
	}
	
	.custom_image_search_IS .textHolder .headline.h2 {
		margin-top:1.4em;	
	}
	
}

@media all and (max-width:360px) {
	.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(1),
	.custom_image_search_IS .responsiveFormular .formRow.selectArea .formElement:nth-child(2) {
		width:100% !important;
		float:none;
	}
    .custom_image_search_IS .responsiveFormular .formRow {
        margin-bottom: 10px;
    }

    .custom_image_search_IS .formularWrapper .imageformular {
        width: 100%;
    }
}

/*/www/htdocs/w01403b9/admin/modules/pageFramesAndModules/immoModules/immoSearchForm/searchForm_simple_010_IS/styles.css*/
/********************************************************/


/*/www/htdocs/w0150b08/content/admin/js/plugins/slick/slick.css*/
/********************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         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;
}

/*/www/htdocs/w0150b08/content/admin/js/plugins/slick/slick-theme.css*/
/********************************************************/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('https://immobilien-store.de/admin/js/plugins/slick/./ajax-loader.gif') center center no-repeat;
}

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

    src: url('https://immobilien-store.de/admin/js/plugins/slick/./fonts/slick.eot');
    src: url('https://immobilien-store.de/admin/js/plugins/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('https://immobilien-store.de/admin/js/plugins/slick/./fonts/slick.woff') format('woff'), url('https://immobilien-store.de/admin/js/plugins/slick/./fonts/slick.ttf') format('truetype'), url('https://immobilien-store.de/admin/js/plugins/slick/./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;
    margin-top: -10px;
    padding: 0;

    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-slider
{
    margin-bottom: 30px;
}

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

    display: block;

    width: 100%;
    padding: 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;
}


/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_topObjekte_slider_001/styles.css*/
/********************************************************/
/*allgemein*/
.custom_topObjekte_slider_001 {
	background-color:#ededed;
}

/*Kopf Bereich (headline, text)*/

.custom_topObjekte_slider_001 .HeadHolder {
	width: 				70%;
	margin:  			0 auto 3.4em;
	}
	
.custom_topObjekte_slider_001 .textHolder {
	color:#888888;	
}
	
	
/*Bild Bereich (Tob Objekte)*/
.custom_topObjekte_slider_001 .slick-dots li.slick-active, .slick-dots li.slick-active:hover, 
.custom_topObjekte_slider_001 .util-theme-default .util-page.active-page span, 
.custom_topObjekte_slider_001 .util-theme-default .util-page.active-page:hover span, 
.custom_topObjekte_slider_001 .owl-theme .owl-controls .owl-page.active span, 
.custom_topObjekte_slider_001 .bx-wrapper .bx-pager.bx-default-pager a.active,
.custom_topObjekte_slider_001 .slick-dots li.slick-active, .slick-dots li.slick-active:hover, 
.custom_topObjekte_slider_001 .util-theme-default .util-page.active-page span, 
.custom_topObjekte_slider_001 .util-theme-default .util-page.active-page:hover span, 
.custom_topObjekte_slider_001 .owl-theme .owl-controls .owl-page.active span, 
.custom_topObjekte_slider_001 .bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color:#b8a98e;	
}

.custom_topObjekte_slider_001 .immoContainer {
	position: 			relative;
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	margin: 			0 0.46rem;
	overflow: 			hidden;
	background-color: 	#fff;
	}
	
.custom_topObjekte_slider_001 .valueHolder  {
	text-shadow: 		1px 1px 2px rgba(0, 0, 0, 1);
	margin-bottom: 		1.6em;
	}

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

.custom_topObjekte_slider_001 .buttonHolder .button {	
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.3);
    text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}

.custom_topObjekte_slider_001 .imageContent .textPreisDetails {
	position: 			absolute;
	text-align: 		center;
	z-index: 			9999;
	left: 				0%;
	top: 				22%;
	width: 				100%;
	opacity: 			0;
	transition: 		0.3s;
	}

.custom_topObjekte_slider_001 .immoContainer .titelbild {
	  max-height: 	373px;	
}
	
.custom_topObjekte_slider_001 .immoContainer .titelbild img {
	transition: 		0.5s;
	}	
	
	
	.custom_topObjekte_slider_001 .contentWidth.basicFramePadding {
		overflow:hidden;	
	}
	
.custom_topObjekte_slider_001 .immoContainer .objDetails {
	position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 100%;
}
	
/*===Hover Funktionen (einblenden, blur,)*/

	.custom_topObjekte_slider_001 .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;
	}
	
	.custom_topObjekte_slider_001 .immoContainer:hover .titelbild img {
		-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);
	}
	
	.custom_topObjekte_slider_001 .immoContainer:hover .imageContent {
		
	}
	
	.custom_topObjekte_slider_001 .immoContainer:hover .objDetails {
		
	}

/*slickslider*/
.custom_topObjekte_slider_001 .slick-slider {
	margin-bottom: 0;
}

.custom_topObjekte_slider_001 .slick-dots {
	bottom: -15%;
}	

.custom_topObjekte_slider_001 .slick-dots li {
    transform: translateY(-30%);
}

.custom_topObjekte_slider_001 .slick-dots li:hover, .custom_topObjekte_slider_001 .slick-dots li.slick-active:hover {
	border-color: #b8a98e;
}



/*Text Bereich (adresse, Kaufart)*/

	.custom_topObjekte_slider_001 .objDetails {
		padding: 			1.27rem;
		text-align: 		center;
	}
	
	.custom_topObjekte_slider_001 .objDetails .immoObjArt {
		font-size:1.1rem;
		text-transform:uppercase;
		font-family: opensans_regular;
		color:#424242;
	}





/** NEU von Till **/
.custom_topObjekte_slider_001 {
	background-color:#ededed;
}


.custom_topObjekte_slider_001 .immoContainer {
	position: 			relative;
	box-shadow: 		0px 0px 2px 0px rgba(0, 0, 0, 0.1);
	margin: 			0 0.46rem;
	overflow: 			hidden;
	background-color: 	#fff;
}

.custom_topObjekte_slider_001 .immoContainer .imageContent {
	
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails {
	position: 			absolute;
	text-align: 		center;
	z-index: 			9999;
	left: 				0%;
	top: 				0;
	width: 				100%;
	opacity: 			0;
	transition: 		0.3s;
	background-color:   rgba(128, 121, 126, 0.8);
	width: 100%;
	height: 100%;

}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .valueHolder {
	text-shadow: 		1px 1px 2px rgba(0, 0, 0, 1);
	
	margin-top: 83px;
}


.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .headline {
	
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .headline h4 {
	font-size: 17px;
	margin-bottom: 1px;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .headline address {
	font-style: normal;
}


.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	    margin-top: 27px;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .left {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .right {
	width: 50%;
	margin: 0;
	padding: 0;
	float: right;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .livingArea-container {
	
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .livingArea-container span {
	display: block;
	
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .livingArea-container span.livingArea {
	font-size: 25px;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .price-container span {
	display: block;

}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .price-container span.price {
	font-size: 25px;
}

.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .buttonHolder {
	margin-top: 		40px;
}


.custom_topObjekte_slider_001 .immoContainer .objDetails {
	
}

.custom_topObjekte_slider_001 .immoContainer:hover .objDetails {
	display: none;
}

.custom_topObjekte_slider_001 .immoContainer:hover .imageContent {
	height: 100%;
}


@media all and (max-width: 1280px) {	
	.custom_topObjekte_slider_001 .immoContainer {
	width:  			32.9%;
	}
	
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .valueHolder {
		margin-top: 48px;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise {
		width: 73%;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .livingArea-container span, .custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .price-container span {
		font-size: 13px;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .livingArea-container span.livingArea, .custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise .price-container span.price {
		font-size: 21px;
	}
}

@media all and (max-width: 1024px) {
	.custom_topObjekte_slider_001 .immoContainer {
	width: 				32.8%;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .valueHolder {
		margin-top: 26px;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise {
		width: 86%;
	}
	
	.custom_topObjekte_slider_001 .immoContainer .textPreisDetails .preise {
		margin-top: 26px;
	}

}

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

}

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

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

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

}

@media all and (max-width: 610px) {
	.custom_topObjekte_slider_001 .immoContainer {
    width:  			100%;
	}
	
	.custom_topObjekte_slider_001 .immoContainer.immo_1 {
	display: 			none;	
	}
	
	.custom_topObjekte_slider_001 .HeadHolder {
    text-align: 	 	left;
    margin:  			0 auto 1.8em;
	}
	
	.custom_topObjekte_slider_001 .slick-dots {
		bottom: -5%;
	}

}

@media all and (max-width: 480px) {
	.custom_topObjekte_slider_001 .slick-slider {
		margin-bottom: 30px;
	}
	
	.custom_topObjekte_slider_001 .slick-dots {
		bottom: -12%;
	}
}

@media all and (max-width: 360px) {
	
	.custom_topObjekte_slider_001 .imageContent .textPreisDetails {
    top:  				0;
	}
}

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

}

/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_text_image_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.custom_text_image_IS .headline.h1,
.custom_text_image_IS .textHolderInline {
	text-align: center;
}

#outer .custom_text_image_IS .imageHolder img {
		margin-top:0 !important;	
	}

.custom_text_image_IS .textHolderInline { 
	width: 60%;
	margin: 0 auto 4.5em;
}

.custom_text_image_IS .elementHolder {
	float: left;
	width: 40%;
}

.custom_text_image_IS .elementHolder:nth-child(2) {
	padding-right: 5%;
	border-right: 1px solid #c6c6c6;
	margin-right: 6.8%;
	margin-left: 14px;
	width: 44%;
}

.custom_text_image_IS .imageHolder {
	float: left;
	width: 40%;
}

.custom_text_image_IS .imageHolder img {
	max-height: 191px;
	border-radius: 50%;
	max-width: 192px;
}

.custom_text_image_IS .textHolder {
	float: right;
	width: 55.9%;
	margin-top: 1em;
}

.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
	width: 52.8%;
}

.custom_text_image_IS .headline.h2,
.custom_text_image_IS .textHolderSmall {
	margin-bottom:1em;	
}

.custom_text_image_IS .headline.h2 {
	letter-spacing: 1px;
}

.custom_text_image_IS .linkHolder {
	display:block;
	width:100%;
}	


@media all and (max-width:1024px) {
	.custom_text_image_IS .elementHolder:nth-child(2) {
		margin-right:4%;	
	}
	
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width:55.8%;	
	}
	
	.custom_text_image_IS .textHolderInline {
		width:70%;	
	}
	
	
	
	.custom_text_image_IS .elementHolder:nth-child(2) {
		width:100%;
		float:none;
		margin-right:0;
		padding-right:0;
		border-right:none;
		border-bottom:1px solid #c6c6c6;	
		margin-bottom:4em;
	}
	
	.custom_text_image_IS .elementHolder {
		width:100%;
		float:none;	
	}
	
	.custom_text_image_IS .textHolderInline {
		margin-bottom:2.5em;	
	}
	
	.custom_text_image_IS .textHolder,
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width:70%;	
	}
	
	.custom_text_image_IS .imageHolder {
		width:30%;	
	}
	
	.custom_text_image_IS .textHolder {
		margin-top:2em;	
	}
}

@media all and (max-width:960px) {
	.custom_text_image_IS .elementHolder:nth-child(2) {
		width:100%;
		float:none;
		margin-right:0;
		padding-right:0;
		border-right:none;
		border-bottom:1px solid #c6c6c6;	
		margin-bottom:4em;
	}
	
	.custom_text_image_IS .elementHolder {
		width:100%;
		float:none;	
	}
	
	.custom_text_image_IS .textHolderInline {
		margin-bottom:2.5em;	
	}
	
	.custom_text_image_IS .textHolder,
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width:70%;	
	}
	
	.custom_text_image_IS .imageHolder {
		width:30%;	
	}
	
	.custom_text_image_IS .textHolder {
		margin-top:2em;	
	}
}

@media all and (max-width:800px) {
	.custom_text_image_IS .textHolderInline {
		width:90%;	
	}
	
	.custom_text_image_IS .textHolder, 
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width:65%;	
	}
	
	.custom_text_image_IS .textHolder {
    	margin-top: 1.3em;
	}
	
	.custom_text_image_IS .elementHolder:nth-child(2) {
		padding-bottom:2em;
		margin-bottom:3em;	
	}
}

@media all and (max-width:610px) {
	.custom_text_image_IS .textHolder {
		margin-top:0.2em;	
	}
	
	.custom_text_image_IS .elementHolder:nth-child(2) {
		padding-bottom:3em;	
	}
	
	.custom_text_image_IS .textHolder, 
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width: 57%;
	}
}

@media all and (max-width:480px) {
	.custom_text_image_IS .headline.h2, 
	.custom_text_image_IS .textHolderSmall {
		margin-bottom:0.4em;	
	}
	
	.custom_text_image_IS .elementHolder:nth-child(2) {
		padding-bottom:2.8em;	
	}
	
	.custom_text_image_IS .textHolder, 
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width: 100%;
	}
	
	.custom_text_image_IS .imageHolder {
		padding-bottom:5em;	
	}
}

@media all and (max-width:440px) {
	.custom_text_image_IS .imageHolder {
		width:69%;
		float:none;	
		margin:auto;
	}
	
	#outer .custom_text_image_IS .imageHolder img {
		margin-top:0 !important;	
	}
	
	.custom_text_image_IS .textHolder, 
	.custom_text_image_IS .elementHolder:nth-child(3) .textHolder {
		width:100%;	
		margin-top:1.5em;
	}
	
	.custom_text_image_IS .textHolderInline {
		width:100%;	
	}
}

@media all and (max-width:360px) {
	.custom_text_image_IS .imageHolder {
		padding-bottom:0em;	
	}	
}

@media all and (max-width:320px) {
	.custom_text_image_IS .imageHolder {
    	float: left;
    	margin: auto;
    	width: 90%;
	}	
}

/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_image_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.custom_image_IS .imageHolderleft {
	overflow:hidden;
	float:left;
	width:49.75%;
}

.custom_image_IS .imageHolderright {
	overflow:hidden;
	float:right;
	width:49.75%;
}

.custom_image_IS .editMode .imageHolderright,
.custom_image_IS .editMode .imageHolderleft {
	overflow:visible;
	height:inherit !important;	
}

@media all and (max-width:610px) {
	.custom_image_IS .imageHolderleft {
		overflow:hidden;
		float:none;
		width:100%;
		margin-bottom:0.2em;
	}
	
	.custom_image_IS .imageHolderright {
		overflow:hidden;
		float:none;
		width:100%;
	}	
}

/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_text_image_IS_002/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.custom_text_image_IS_002 .elementHolder:nth-child(1) {
	width:63.3%;
	float:left;
	padding-right:5%;
	margin-right:7%;
	border-right:1px solid #c6c6c6;
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) {
	width:24%;
	float:left;	
}

.custom_text_image_IS_002 .elementHolder .innerElementHolder {
	width:44.5%;
	float:left;	
	position:relative;
	left:-5px;
}

.custom_text_image_IS_002 .elementHolder .innerElementWrapper {
	margin-bottom:2.6em;	
}

.custom_text_image_IS_002 .elementHolder .innerElementHolder:nth-child(1) {
	margin-right:4%;
}

.custom_text_image_IS_002 .elementHolder .headline.h1 {
    margin-bottom: 1.75em;
}

.custom_text_image_IS_002 .elementHolder .icon-change {
	color:#b8a98e;	
}

.custom_text_image_IS_002 .elementHolder [class^="icon-"]::before, 
.custom_text_image_IS_002 .elementHolder [class*=" icon-"]::before {
	font-size:2em;	
}

.custom_text_image_IS_002 .elementHolder .icon-change-Holder {
    float: left;
    width: 10%;
	position:relative;
	top:-4px;
}

.custom_text_image_IS_002 .icon-change-Holder {
    float: left;
    width: 14%;
}

.custom_text_image_IS_002 .textHolder {
    float: right;
    width: 85%;
}

.custom_text_image_IS_002 .linkHolder {
    margin-top: 0.7em;
}

.custom_text_image_IS_002 .linkHolder .infoLink {
	letter-spacing: 0.7px;
}

.custom_text_image_IS_002 .elementHolder .linkHolder [class^="icon-"]::before, 
.custom_text_image_IS_002 .elementHolder .linkHolder [class*=" icon-"]::before {
	font-size:1em;	
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder {
	width:100%;
	float:none;	
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .textHolder {
	width:86%;
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder:nth-child(1) {
	margin-right:0;	
	margin-bottom:2.6em;
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .icon-change-Holder {
	width:14%;	
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .icon-change-Holder {
	left:-9px;	
}

.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementWrapper,
.custom_text_image_IS_002 .elementHolder:nth-child(1) .innerElementWrapper:nth-child(3) {
	margin-bottom:0;	
}

@media all and (max-width:1280px) {
	.custom_text_image_IS_002 .elementHolder:nth-child(1) {
		margin-right:6%;
		padding-right:2%;	
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) {
		width:25%;	
	}
}

@media all and (max-width:960px) {
	.custom_text_image_IS_002 .textHolder,
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .textHolder {
		width:81%;	
	}
}

@media all and (max-width:800px) {
	.custom_text_image_IS_002 .elementHolder:nth-child(1) {
		width:100%;
		margin-right:0;
		padding-right:0;
		border-right:none;
		border-bottom:1px solid #c6c6c6;
		margin-bottom:2em;
		padding-bottom:2em;
	}	
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) {
		width:100%;	
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder {
		width:45%;	
		float:left;
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder:nth-child(1) {
		margin-right:4%;	
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder:nth-child(1) {
		margin-bottom:0;	
	}
}

@media all and (max-width:480px) {
	.custom_text_image_IS_002 .elementHolder .innerElementHolder:nth-child(1),
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder:nth-child(1) {
		margin-right:0;	
	}
	
	.custom_text_image_IS_002 .elementHolder .innerElementHolder,
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder {
		width:100%;
		float:none;
		margin-bottom:2em;
	}
	
	.custom_text_image_IS_002 .elementHolder .innerElementWrapper {
		margin-bottom:2em;
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(1) {
		margin-bottom:4em;	
	}
	
	.custom_text_image_IS_002 .elementHolder:nth-child(2) .innerElementHolder:nth-child(1) {
		margin-bottom:2em;	
	}
}

@media all and (max-width:320px) {
	.custom_text_image_IS_002 .textHolder {
		width:80%;	
	}
}

/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_immoStatistic_002_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */

.custom_immoStatistic_002_IS {
	background-image:url(/pics/bgimage.jpg);
	background-repeat:no-repeat;
	
	background-position:center;
	background-size:cover !important;	
}
.custom_immoStatistic_002_IS .textHolderInline,
.custom_immoStatistic_002_IS .headline.h1 {
	text-align:center;	
}

.custom_immoStatistic_002_IS .textHolderInline {
	margin-bottom:1.4rem;	
}

.custom_immoStatistic_002_IS .headElement {
    margin: 0 auto;
    text-align: center;
    width: 69%;
}
.custom_immoStatistic_002_IS .statsHolder {
	margin:0 auto;
	width:auto;
}

.custom_immoStatistic_002_IS .numb {
    font-size: 2.86rem;
    line-height: 0.9em;
    margin-right: 0.275em;
}

.custom_immoStatistic_002_IS .title {
    font-size: 0.93em;
	text-transform:uppercase;
	margin-top:0.53rem;
}

.custom_immoStatistic_002_IS .inlineHolder {
	margin-top:1em;
	text-align:center;	
}

.custom_immoStatistic_002_IS .divCell {
    float: left;
    width: 25%;
	
	text-align:center;
}

.custom_immoStatistic_002_IS .divCell:nth-child(1) {
	display:none;	
}

@media all and (max-width: 850px) {
	.custom_immoStatistic_002_IS .divCell {
		width: 50%;
	}
	
	.custom_immoStatistic_002_IS .divCell:nth-last-child(-n+2){
		margin-top:2rem;	
	}
}

@media all and (max-width: 510px) {
	.custom_immoStatistic_002_IS .divCell {
		width: 50%;
	}
	
	/*.custom_immoStatistic_002_IS .divCell:nth-last-child(-n+3){
		margin-top:2rem;	
	}*/
	
	#outer .custom_immoStatistic_002_IS {
		background-size: cover !important;
	}
}

@media all and (max-width: 375px) {
	.custom_immoStatistic_002_IS .divCell {
		width: 100%;
	}
	
	.custom_immoStatistic_002_IS .divCell:nth-last-child(-n+4){
		margin-top:2rem;	
	}
}

/*/www/htdocs/w0150b08/content/admin//modules/pageFramesAndModules/frames/custom/custom_news_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */



.custom_news_IS .newsModule {
    position: relative;
    top: -12px;
}

.custom_news_IS .newsWrapper.top {
    margin-bottom: 1.2em;
}

.custom_news_IS .fourBox.boxLeft{
	float:			right;
	width:			40.9%;
}

.custom_news_IS .fourBox.boxRight{
	float:			left;
	width:			45%;
}

.custom_news_IS .fourBox .headline .tokenElement{
	margin-bottom:	1.3em;/*38px*/
	display:block;
}

.custom_news_IS .firma.text_firma {
    margin-bottom: 1.6em;
}

.custom_news_IS .spacer{
	float:			left;
	border-left:	1px solid #d8dacd;
	margin:			0 7% 0 5%;
	width:			0px;
}

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

.custom_news_IS hr {
    margin: 12px 0 !important;
}

.custom_news_IS .newsName.h3 {
    margin-bottom: 12px;
    position: relative;
    top: 5px;
}

.custom_news_IS .newsName.h3 a {
	color:#424242;	
}

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

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

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

.custom_news_IS .newsElement.last{margin-bottom:0px;}

.custom_news_IS .newsElement .newsListImage{
	width:			14.3%;
	margin-right:	4%;
	margin-top:		11px;
	margin-bottom:	0.85em;
	
	float:			left;
	overflow: 		hidden;
}

.custom_news_IS .newsElement .buttonHolder{
	display:		inline-block;
	width:			auto;
	float:			none;
}
.custom_news_IS .newsElement .buttonHolder .icon-angle-right:before{margin-left:0px;}

.custom_news_IS .newsElement .buttonHolder.h3{
	font-size:		1em;
}

.custom_news_IS .newsElement .newsDate,
.custom_news_IS .newsElement .buttonHolder.variante1{display:none;}

.custom_news_IS .newsModule .trennLine br{display:none;}
.custom_news_IS .newsModule .trennLine hr{margin:1.6em 0 1.4em;}

.custom_news_IS .contentBoxHolder{position:relative;}

.custom_news_IS .firmenLogo.moduleBoxInnerImage.corporate_border {
    margin: 0 auto;
    overflow: hidden;
    width: 77%;
}

.custom_news_IS .spalte_one.editArea {
    width: 100%;
	line-height: 27px;
}

.custom_news_IS .email.text_mail a {
    text-transform: lowercase;
}

.custom_news_IS .mapWrapper {
    float: left;
    width: 46.5%;
}

.custom_news_IS .basicFramePadding {
    padding-bottom: 3.743em;
    padding-top: 5.543em;
}

.custom_news_IS .email.text_mail {
    margin-bottom: 1.6em;
}

.custom_news_IS .firma.text_Name.h3 {
    font-family: opensans_regular;
    margin-bottom: 1em;
    text-transform: uppercase;
	position:relative;
	top:-6px;
}

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

.custom_news_IS  .googleMapsContainer, 
.custom_news_IS  .videoIframeContainer {
	min-height:176px;
	padding-bottom:0;	
}

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

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

.custom_news_IS .textCenter {
    text-align: left;
}

.custom_news_IS .fourBox.newsletter .h3{
	margin-bottom:	27px;/*30*/
}

.custom_news_IS .kPlzOrt{
	padding-bottom: 8px;
}

.custom_news_IS .fourBox.newsletter .text{
	width:			62%;
	margin-bottom:	30px;
}

.custom_news_IS .fourBox.newsletter .infoText{
	color:			#b7b7b7;
	width:			62%;
	
	margin-top:		27px;
}

.custom_news_IS .fourBox.newsletter span{
	float:			left;	
}

.custom_news_IS .fourBox.newsletter .infoText .info{
	font-size:		0.813em;
	width:			84%;/*87*/
	line-height:	1.3;
	font-family:"open_sansitalic", Arial, Helvetica, sans-serif;
}

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

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

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

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

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

@media all and (max-width: 1024px) {
	.custom_news_IS .spacer{margin:0 3.9%;}
	.firma.standort_image.corporateFrame {
		margin-bottom: 0.3em;
	}
	.custom_news_IS .fourBox.boxLeft{width:30em;}
	.custom_news_IS .mapWrapper {
		width:100%;
		margin-bottom:2em;	
		max-height:180px;
	}
	
	#outer .custom_news_IS .spalte_two.editArea {
		width:100%;	
	}
	.custom_news_IS .fourBox.boxRight {
		width:41%;	
	}
}

@media all and (max-width: 1024px) {
	.firma.standort_image.corporateFrame {
		float: left;
		margin-right: 0.8em;
		margin-top: 0.4em;
		width: 40%;
	}
	.custom_news_IS .spalte_one.editArea {
		float: left;
		padding-right: 10%;
		width: 100%;
	}
	.custom_news_IS .spalte_two.editArea {
		float: left;
		width: 100%;
	}
	.custom_news_IS .firmenLogo.moduleBoxInnerImage.corporate_border{
		width: 90%;
	}
	.custom_news_IS .spalte_one.editArea {
		width: 45%;
	}
	
	.custom_news_IS .spalte_two.editArea {
		width: 45%;
	}
}

@media all and (max-width: 960px) {
	.custom_news_IS .fourBox{width:45%;}
	.custom_news_IS .spacer{margin:0 4.9%;}
	.custom_news_IS .fourBox .headline .tokenElement {margin-bottom:0;}

	.custom_news_IS .spalte_one.editArea {
		padding-right: 7%;
	}
	.custom_news_IS .spalte_two.editArea {
		width: 48%;
	}
	
	.custom_news_IS .fourBox.boxRight {
		width:45.5%;	
	}
	
	.custom_news_IS .fourBox.boxLeft {
		width:44.5%;	
	}
}

@media all and (max-width: 800px) {
	.custom_news_IS .spalte_one.editArea {
		width: 95%;
	}
	
	.custom_news_IS .spalte_two.editArea {
		width: 95%;
	}
	.custom_news_IS .fourBox.boxRight {
		width: 100%;
	}
	
	.custom_news_IS .spalte_one.editArea {
		width: 45% !important;
	}
	
	.custom_news_IS .fourBox.boxLeft {
		width: 100% !important;
	}
	
	.custom_news_IS .spalte_two.editArea {
		width: 45% !important;
	}
	.custom_news_IS .spacer{
		display:none;
	}
	#outer .custom_news_IS .fourBox.boxRight {
		border-bottom:1px solid #d8dacd;
		padding-bottom:2em;
		margin-bottom:2em;	
	}
	.custom_news_IS .mapWrapper {
		width:55%;
		margin-right:10%;	
	}
	
	.custom_news_IS .spalte_two.editArea {
		width:35% !important;	
	}
	.custom_news_IS .fourBox {
		width: 100%;
	}
	.footerLeft{
		width: 46% !important;
	}
	.footerRight {
		width: 54% !important;
	}
	.custom_news_IS .firmenLogo.moduleBoxInnerImage.corporate_border{
		width: 62%;
	}
	.custom_news_IS .fourBox.boxRight{margin-bottom:0em;}

}

@media all and (max-width: 768px) {
	.custom_news_IS .spalte_one.editArea {
		width: 93%;
	}
	.custom_news_IS .spalte_two.editArea {
		width: 93%;
	}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */

.custom_news_IS .spalte_two.editArea {
	width:40% !important;	
}
.custom_news_IS .mapWrapper {
	margin-right:5%;	
}
}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */

	.custom_news_IS .spalte_two.editArea {
		width:100% !important;	
	}
	.custom_news_IS .mapWrapper {
		margin-right:0%;	
		width:100%;
	}
}

@media all and (max-width: 360px) {
	.custom_news_IS .spalte_one.editArea{
		width: 100% !important;
		padding-right:0% !important;
		margin-bottom:35px;
	}
	.custom_news_IS .spalte_two.editArea{
		width: 100% !important;
	}

	.custom_news_IS .newsListImage{display:none;}
	
	.custom_news_IS .corporateFrame{
		display:	none;
	}
}

/*/www/htdocs/w01403b9/admin/modules/pageFramesAndModules/modules/googleMaps/googleMaps_000/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */


.modul_image_000 .imageOuterFrame {
	height:100%;
	
}
.modul_image_000 .imageInnerFrame {
	overflow:hidden;		
	height:200px;
}








@media all and (max-width: 1024px) {
/* styles for narrow desktop browsers and iPad landscape */	
	
}

@media all and (max-width: 768px) {
/* styles for narrower desktop browsers and iPad portrait */
	.modul_image_000 .imageInnerFrame {
		height:180px;	
	}
}

@media all and (max-width: 610px) {
/* styles for medium Tablets (Kindle etc)) */
	.modul_image_000 .imageInnerFrame {
		height:170px;	
	}
}

@media all and (max-width: 480px) {
/* styles for iPhone/Android landscape (and really narrow browser windows) */
	.modul_image_000 .imageInnerFrame {
		height:150px;	
	}
}

@media all and (max-width: 320px) {
/* styles for iPhone/Android portrait */
	.modul_image_000 .imageInnerFrame {
		height:125px;	
	}

}

/*/www/htdocs/w01403b9/admin/modules/pageFramesAndModules/modules/news/news_016_IS/styles.css*/
/********************************************************/
@charset "utf-8";
/* CSS Document */


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

.modul_news_016_IS .subtitle {

}



.modul_news_016_IS .newsName.h3 a, 
.modul_news_016_IS .newsName.h3 .light a, 
.modul_news_016_IS .newsName.h3 a.light {
	text-transform:uppercase;
	font-family:opensans_regular;
	color:#424242 !important;	
}


.modul_news_016_IS .newsListImage{
	width: 100%;
	float:left;
}

.modul_news_016_IS .newsContentHolder {
	float:right;
	width:80%;	
	padding-top: 1%;
}

.modul_news_016_IS .newsImageHolder {
	float:left;
	width:86px;
	margin-top: 1.6%;
}

.modul_news_016_IS .newsDate {
	font-weight:normal;
}

.modul_news_016_IS .newsName.h5 a{
	font-family:inherit;
}

.modul_news_016_IS .newsElement {
	margin-top:-0.15em;	
}

.modul_news_016_IS .buttonHolder.variante1{margin-top:1em;}
.modul_news_016_IS .buttonHolder.variante2{display:none;}




@media all and (max-width: 480px) {
	.modul_news_016_IS .newsContentHolder {
		float: none;
		width: 100%;
		padding-top: 0;
	}
	
	.modul_news_016_IS .newsImageHolder {
    width: 15%;
	}
	
	.modul_news_016_IS .newsElementHead {
	width: 70%;
	padding-left: 20%;	
	}
}

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

	.modul_news_016_IS .newsImageHolder {
		display:none;
	}
	
	.modul_news_016_IS .newsElementHead {
    width: 100%;
    padding-left: 0%;
	}
}


