@charset "utf-8";


/*vioma*/

/*hide Servicepauschale
Vor Ort zu bezahlen */

.vsc-item-content-info-price-item-description {display:none !important}


/* Cookie hinweis colors */
#cookie-hinweis {
	background:rgba(223,220,214,0.9); /*1*/
}
#cookie-hinweis-col1 p {
	color:#000; /*2*/
}
#cookie-hinweis-col1 p a {
	color:#000; /*3*/
}
#cookie-hinweis-col1 p a:hover {
	color:#9C9A91; /*4*/
}
#cookie-hinweis-ok {
	background:#B9B7AF;/*5*/
}
#cookie-hinweis-ok:hover {
	background:#9C9A91;/*6*/
}
#cookie-hinweis-ok {
	color:#fff; /*7*/
}
/* Cookie hinweis colors ende */

#cookie-hinweis {
	padding:15px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1000000; /* +1 for Lime Talk */
	display:none;
}
#cookie-hinweis-container {
	display: flex;
	align-items: flex-end;
	max-width: 960px;
	padding:0 40px;
	margin:0 auto;
}
#cookie-hinweis-col1 {
	flex: 1;
}
#cookie-hinweis-col1 p {
	padding:0;
	margin:0;
	line-height: 1.67;
	font-size:18px;
	font-weight:300;
}
#cookie-hinweis-col2 {
	width: 240px;
	text-align:right;
	margin:0 0 10px 0
}
#cookie-hinweis-ok {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 16px;
	padding:11px 0 9px;
	width:180px;
	letter-spacing: 0.3px;
	text-align: center;
	text-transform:uppercase;
	border:none;
	font-weight:300;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

#cookie-hinweis-col1 p a {text-transform:none;text-decoration:underline}



 @media screen and (max-width:840px) {
#cookie-hinweis {
	padding:35px 0
}
#cookie-hinweis-container {
	display: block;
}
#cookie-hinweis-col2 {
	width:100%;
	text-align:center;
	margin:25px 0 0 0
}
}


/*vioma*/
#gutschein-container {max-width:1000px;margin:60px auto;text-align:left;}


.vsc-overlay {z-index:5000 !important}
.vri-title {
	display:none !important
}
