/**
 * bxSlider v4.2.5
 * Copyright 2013-2015 Steven Wanderski
 * Written while drinking Belgian ales and listening to jazz

 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */


/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/



.bx-wrapper {
	width: 100%; /*Wir setzen die Breite unserer Bilder standardmäßig auf 100% */
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* [disabled]margin-bottom: 60px; */
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	}

.bxslider {
	margin: 0;
	padding: 0;
	}

ul.bxslider {
	list-style: none;
	}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	/* -webkit-transform: translatez(0); */
	}



/** THEME
===================================*/

.bx-wrapper {
	background: #fff;
	/* -moz-box-shadow: 0 0 5px #ccc; */
	/* [disabled]-webkit-box-shadow: 0 0 5px #ccc; */
	/* [disabled]box-shadow: 0 0 5px #ccc; */
	/* [disabled]border-left: 5px solid #fff; */
	/* [disabled]border-right: 5px solid #fff; */
	/* [disabled]border-bottom: 5px solid #fff; */
	/* [disabled]border-top: 5px solid #fff; */
	}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 20px;
	width: 100%;
	}



/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url('images/bx_loader.gif') center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
	}



/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
	}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
	}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
	}



/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url('images/controls.png') no-repeat 0 -32px;
	}

.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
	background-position: 0 0;
	}

.bx-wrapper .bx-next {
	right: 10px;
	background: url('images/controls.png') no-repeat -43px -32px;
	}

.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
	background-position: -43px 0;
	}

.bx-wrapper .bx-controls-direction a {
position: absolute;
    top: 4%;
    margin-top: -16px;
    outline: 0;
    width: 225px;
    height: 490px;
    text-indent: -9999px;
    z-index: 9999;
	}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
	}



/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
	}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -11px no-repeat;
	margin: 0 3px;
	}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
	}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url('images/controls.png') -86px -44px no-repeat;
	margin: 0 3px;
	}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
	}



/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
	}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
	}



/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	/* [disabled]background: #666; */
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
	}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
	}




	/* Slider */	

.sliderx {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_01_m.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slidery {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_02_m.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderz {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_03_m.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_10_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_10_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_10_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_10_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_10_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_10_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_10_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_10_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_11_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_11_01.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	}


.slider_wohnung_11_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_11_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_11_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_11_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_11_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_11_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_12_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_12_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_12_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_12_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_12_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_12_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_12_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_12_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_14_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_14_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_14_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_14_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_14_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_14_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_14_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_gjs_14_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_40_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_40_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_40_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_40_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_40_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_40_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_40_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_40_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}



.slider_wohnung_41_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_41_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_41_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_41_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_41_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_41_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_41_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_41_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_43_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_43_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_43_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_43_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_43_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_43_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_43_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_brs_43_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_38_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_38_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_38_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_38_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_38_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_38_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_38_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_38_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_34_1 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_34_2 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slider_wohnung_34_3 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_34_4 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_04.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_34_5 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_34_6 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_06.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.slider_wohnung_34_7 {
	width: 100%;
	height: 500px;
	background-image: url(../images/slider_wes_34_07.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

.sliderservice {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_service_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.slidernachbar {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_nachbarschaft_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressum {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressum_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderapartment1 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_grjohannisstrasse_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderapartment2 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_brautstrasse_m.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderapartment3 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_westerstrasse_m.jpg");
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	}


.sliderimpressionen1 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_1.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen2 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_2.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen3 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_3.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen4{
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_4.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen5 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_5.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen6 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_6.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen7 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_7.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

	
	
.sliderimpressionen8 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_8.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}
	
	
.sliderimpressionen9 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_9.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


.sliderimpressionen10 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_10.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}

	
.sliderimpressionen11 {
	width: 100%;
	height: 500px;
	background-image: url("../images/slider_impressionen_11.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	}


/* Responsives Verhalten */


@media screen and (max-width: 960px) {
		
	.bx-wrapper {
		background-color: rgba(255,255,255,0.00);
	}
	
}