
.bild_block span {
    opacity: 0;
    position: absolute;
    z-index: 11;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    transition: opacity 0.3s ease;
    top: 50%;
    transform: translateY(-45);
}

.bilderbox span i{
    color: #36353F;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 0.3s ease;
    z-index: 10000;
    cursor: pointer;
    background-color: #f9c650;
    width: 75px;
    height: 75px;
    box-shadow: 0px 0px 0px 10px rgba(249, 198, 80, .40), 0px 0px 0px 20px rgba(249, 198, 80, .40) !important;
    border-radius: 50%;
    padding: 22px;
    font-weight: 100;
}

.bilderbox:hover .bild_block::after {
    opacity: 1;
}

.bilderbox:hover .bild_block span,
.bilderbox:hover .bild_block i {
    opacity: 0.9;
}

.fancybox-image, .fancybox-spaceball {
    height: auto !important;
    top: 0px !important;
    
}

.fa-search-plus:hover {
    color: #fff;
}

.mobile{
    display: none;
}

.lSSlideOuter .lSPager.lSpg > li a {
    border-radius: 30px !important;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 99;
    -webkit-transition: all .5s linear 0s;
    transition: all .5s linear 0s;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 12px !important;
    height: 12px !important;
    text-indent: -999px;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.075)  !important;
    background-color: #fff !important;

}
.preis{
    position: relative;
    bottom: 75px;
    left: 68%;
    right: 0;
}
.zimmer .lSPrev,
.zimmer .lSNext{
    background-color: transparent !important;
    border-radius: 0 !important;
    height: 0px !important;
    width: 0px !important;
    color: #fff !important;
}
.zimmer .lSAction>.lSNext {
    right: 30px !important;
}
.slider-icon{
    color: #36353F;
    font-size: 2.5rem;
}
.fancybox-container,
.fancybox-slide{
    background: rgba(62, 53, 103, 0.6) !important;
}
.zimmer .category{
    border-bottom: 2px solid #eee;
    padding: 12px 25px 12px 25px;
    cursor: pointer;
}
.zimmer .category:hover
{
    color: #F1BA56 !important;
    transition: all 0.3s ease-out;
    border-bottom: 2px solid #F1BA56;
}
.zimmer .category.active
{
    color: #F1BA56 !important;
    border-bottom: 2px solid #F1BA56;
}
.zimmer .category.active *
{
    color: #F1BA56;
    border-bottom: 2px solid #F1BA56;

}

/* modals */
.modal-backdrop.show{
	opacity: 0.9;
	background: #000;
	z-index:3000;
}

.modal-dialog{
	margin:1.5rem auto;
}

.modal{
	z-index: 3050;
    top: 0%;
}

.modal button.close{
	width: 32px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	position: absolute;
	top: -15px;
    right: -15px;
	color:#000;
	background: #fff;
	opacity: 1 !important;
    box-shadow: 0 5px 20px 5px rgba(0,0,0,0.07);
	transition: box-shadow 0.4s ease;
	outline:none;
}

.modal button.close:hover{
	opacity: 1;
    box-shadow: 0 3px 10px 5px rgba(0,0,0,0.07);
}


.modal button.close span{
	position: relative;
    left: -5px;
    top: -20px;
}

.modal-content{
	border-radius: 0;
	border:0;
    box-shadow: 0 5px 20px 5px rgba(0,0,0,0.07);
}

.modal-header{
	border-bottom: 0;
	padding:40px 40px 0px 40px;
}

.modal-title{
    font-family: 'Futura LT Pro Book';
    font-weight: normal;
    font-size: 2rem;
    color: #000;
	text-transform:uppercase;
}

.modal-body{
	padding:0;
}
.zimmer .vsc-element-input-quick .vsc-element-submit input:focus-visible 
{
    outline: 3px solid rgb(32, 160, 216); /* Light blue focus ring */
    outline-offset: 3px;
    border-radius: 4px;
    transition: outline 0.2s ease-in-out;
}
/*
.fancybox-toolbar{
    left: 49%;
}
.fancybox-button {
    background: #f9c650 !important;
    border-radius: 99px !important;
    width: 60px;
    height: 60px;
}
.fancybox-navigation button::before{
    background: none !important;
}
.fancybox-navigation button{
    width: 100px;
}
.fancybox-image, .fancybox-spaceball {
    top: 50px !important;
    max-height: 800px;
}
.fancybox-image{
    border-radius: 35px;
    border: 3px solid #fff;
}
*/