html {
	font-family: 'Open Sans', sans-serif;
}

b, strong {
	font-weight: 600;
}

#sv-rbadge-box {
	display: none;
}

section.page-konfiguratoren {
	text-align: center;
	margin-top: 25px
}

.clip-circle {
	clip-path: circle(100px at center);
	margin: 10px auto;
}
        
ul.listing-os {
	font-size: 1.25em;
	list-style: square outside none;
	padding: 10px 5px 2px 35px;
}

ul.listing-is {
	font-size: 1.25em;
	list-style: square inside none;
}

ul.nolist {
	font-size: 1.25em;
}

ol.listing-os {
	font-size: 1.25em;
	padding-right: 25px;
	margin-bottom: 0;
	margin-top: 5px;
}

li {
	margin-bottom: 5px;
}

li.listing-checkmark {
	padding-left: 1.25em;
	padding-right: 1.0em;
	font-size: 1.25em;
}
li.listing-checkmark::before {
	content: '✔ ';
	margin-left: -1em;
}
li.listing-plus {
	padding-left: 1.25em;
	padding-right: 1.0em;
}
li.listing-plus::before {
	content: '+ ';
	margin-left: -1em;
	margin-right: .25em;
}


#headline-desktop {
	position: absolute;
	top: 15%;
	background: rgba(255,255,255,.66);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,0) 100%);
}
#headline-desktop.lighter {
	background: rgba(255,255,255,.85);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,.9) 25%, rgba(255,255,255,0.85) 85%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,.9) 25%, rgba(255,255,255,0.85) 85%,rgba(255,255,255,0) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,.9) 25%, rgba(255,255,255,0.85) 85%,rgba(255,255,255,0) 100%);
}

h2 {
	font-size: 2.6em;
	line-height: 110%;
	margin-bottom: 5px;
	margin-top: 30px;
}

h3 {
	margin-top: 1px;
	font-size: 1.6em;
}

section p {
	font-size: 1.33em;
	line-height: 133%;
}

span.lieferzeit {
	font-weight: 600;
	font-size: 1.33em;
}

a.interlink {
	display: block;
	padding: 15px;
	font-size: 1.25em;
	font-weight: 600;
	background: rgba(255,255,255,.15);
}

a.interlink:hover {
	background: #2d2d2d !important;
}

a.konfig-link {
	color: #ffffff;
	background: #29c6cf;
	border: none;
	padding: 15px 10px;
	display: block;
}

a.konfig-link:hover {
	color: #dcc285;
}

a.konfig-link.noborder {
	color: #ffffff;
	background: #29c6cf;
	border: none;
	width: 100%;
}

div.flex-info-row {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px;
}

.flex-info-row.with-ul {
	text-align: left;
}

div.flex-info-container {
	flex: 1;
	background: #e1e1e1;
	margin: 0 10px;
}

.flex-step-container {
	width: 23.5%;
	background: #e1e1e1;
}

.flex-step-container p {
	padding: 10px;
}

.flex-info-container .image-item {
	position: relative;
	width: 100%;
}

.image-item .button-wrapper {
	margin: auto;
	position: absolute;
	bottom: -1px;
	width: 100%;
}

.image-item.bordered {
	border: 2px solid #e1e1e1;
}

.konfiguratoren .button-wrapper {
	padding-top: 10px;
}

.flex-info-row .info-square {
	max-height: 200px;
	margin-right: 20px;
	min-width: 170px;
}

.flex-info-row .info-square-text {
	text-align: left;
	padding-right: 20px;
}

.hasena-logos {
	position: absolute;
	bottom: -20px;
	background: rgba(255,255,255,.95);
}

.hasena-logos.logo-left {
	left: 20px;
}

.hasena-logos.logo-right {
	right: 20px;
}

#extra-link-container {
	position: absolute;
	top: 10px;
	width: 100%;
	background: rgba(255,255,255,.15);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.5) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.5) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 50%, rgba(255,255,255,.5) 100%);
}
#extra-link-container.lighter {
	background: rgba(255,255,255,.15);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,.75) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,.75) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 15%, rgba(255,255,255,.75) 100%);
}
	
#extra-link-container > .extra-links {
	display: flex;
	justify-content: flex-end;
}

.display-mobile {
	display: none;
}

.button-konfig {
	position: absolute;
	top: 80%;
	left: 5%;
	background: rgba(255,255,255,.95);
}
       
div.flex-info-row.vorteile {
	flex-wrap: wrap;
}

div.qualitaet {
	display: flex;
	flex-flow: row;
	width: 50%;
	margin-bottom: 20px;
}

.headlines {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 7px;
	margin-bottom: 15px;
} 

.lila {
	background: #af209d;
}

.cyan {
	background: #28b9ec;
}

.mint {
	background: #99e2cf;
}

.gold {
	background: #dcc285;
}

.grey {
	background: #cccccc;
}

.red {
	background: #d21518;
}
.blue {
	background: #74c4ce;
}


.headlines h2, .headlines h3 {
	padding: 0px 5px;
	margin: 0px;
	color: #ffffff !important;
	font-size: 24px;
}

.headlines h3 {
	font-size: 20px;
}

a.decorated {
	text-decoration: underline;
	color: #28b9ec;
}

a.decorated:hover {
	text-decoration: none;
}

.vorteile .itembox {
	width:32%;
}

/* OWL Carousel */


body .owl-nav {
  position: initial;
}

body .owl-nav div {
	position: absolute;
	top: 33%;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

body .owl-prev {
	left: -20px;
	background-color: white;
	text-align: center;
	box-shadow: 2px 1px 10px rgba(0,0,0,.8);
}

body .owl-next {
	right: -20px;
	background-color: white;
	text-align: center;
	box-shadow: -2px 1px 10px rgba(0,0,0,.8);
}


/*
#bettbeispiele .owl-nav {
	top: 72px;
}

.owl-nav .owl-prev {
	position: absolute;
	height: 175px;
	left: 0px;
	margin: 0px;
	border: none;
	background: url(/img/hasena-bettenkonfigurator/nav-icon-prev.png) no-repeat, rgba(255,255,255,.5);
	cursor: pointer;
}

.owl-nav .owl-next {
	position: absolute;
	height: 175px;
	right: 0px;
	margin: 0px;
	border: none;
	background: url(/img/hasena-bettenkonfigurator/nav-icon-next.png) no-repeat, rgba(255,255,255,.5);
	cursor: pointer;
}

.owl-nav>div:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
*/

.hasOver{position: relative;}
.over{
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width:100%; 
	background: 
	rgba(0,0,0,.85); 
	padding: 10px; 
	opacity: 0;
	-webkit-transition:opacity 500ms ease-out;
	-moz-transition:opacity 500ms ease-out;
	-o-transition:opacity 500ms ease-out;
	transition:opacity 500ms ease-out;
}
.over:hover {
	opacity: 1;
	-webkit-transition:opacity 500ms ease-in;
	-moz-transition:opacity 500ms ease-in;
	-o-transition:opacity 500ms ease-in;
	transition:opacity 500ms ease-in;
}
.hasOver img {
	border: 1px solid #ccc;
}

.intro-titel {
	position: relative;
	width: 100%;
	max-height: 508px;
	height: calc(90vw * 0.445);
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('/img/hasena-bettenkonfigurator/titelbild-betten-konfiguratoren.jpg');

	background-image: image-set(
			url('/img/hasena-bettenkonfigurator/titelbild-betten-konfiguratoren.webp') type('image/webp'),
			url('/img/hasena-bettenkonfigurator/titelbild-betten-konfiguratoren.jpg') type('image/png')
	);
}
.hinweis-box {
	text-align: left;
	padding: 10px;
	width: 25%
}
.hinweis-box.extended {
	width: 75%
}

.fpModalWindow{
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	padding: 20px;
	background: rgba(0, 0, 0,.8);
	z-index: 1900;
}

.vorkonfiguriert .owl-stage-outer {
	max-height: 245px;
}

.bettbeispiele .owl-stage-outer {
	max-height: 385px;
}

@media only screen and (max-width: 640px) {

	.h1 {
		font-size: 1.75em;
	}
	
	h2 {
		font-size: 1.5em;
	}
	
	h3 {
		font-size: 1.25em;
	}
	
	section p {
		font-size: 1.05em;
	}
	span.lieferzeit {
		font-size: 1.05em;
	}
	.hinweis-box {
		width: 100%;
		font-size: 1em;
	}
	ul.nolist,
	ul.listing-os,
	ul.listing-is {
		font-size: 1.05em;
	}
	li.listing-checkmark {
		font-size: 1.05em;
	}

	div.flex-info-row.konfiguratoren {
		flex-direction: column;
		justify-content: center;
		margin-bottom: 1px;
	}
	
	div.flex-info-row.vorteile {
		justify-content: flex-start;
		overflow: auto;
		flex: 0;
		flex-wrap: nowrap;
	}
	
	div.flex-info-row.vorteile > div {
		display: inline-block;
		border: 1px solid grey;
		margin-right: 15px;
		width: 215px
	}
	
	div.flex-info-row.vorteile > div > img,
	div.flex-info-row.vorteile > div > p {
		width: 200px
	}
	
	div.flex-info-container {
		margin-bottom: 30px;
	}
	
	.flex-step-container {
		width: 100%;
		margin-bottom: 20px;
	}

	.flex-info-row .info-square {
		margin: 20px auto;
	}
	
	.flex-info-row .info-square-text {
		text-align: center;
		padding-right: 0;
	}
	
	#extra-link-container {
		display: none;
	}
            
	#extra-link-container > .extra-links {
		justify-content: center;
	}
            
	.extra-links a{
		font-size: 0.5em;
	}
            
	#headline-desktop {
		display: none;
	}
	
	.display-mobile {
		display: block;
		text-align: center;
	}
	
	.button-konfig {
		top: 33%;
		left: 5.75%;
	}
	
	.headlines h2{
		font-size: 19px;
	}
	
	.headlines h3 {
		font-size: 17px;
	}
	
	.owl-nav {
		display: none;
	}
}