:root {
	--def-padding: 2.5%;
	--font-blk: #333;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 160%;
	background: rgba(243, 235, 250, .5);
	color: var(--font-blk);
}


.left {
	float: left;
}

.right {
	float: right;
}

.right-aligned {
	display: inline-block;
	float: right;
}

.centered {
	text-align: center;
}

.italic {
	font-style: italic;
}


.page {
	width: 100%;
	max-width: 980px;
	margin: var(--def-padding) auto;
}


.stage {
	width: 100%;
	position: relative;
	text-align: left;
	background: #e4d7eb;
	background: #fff;
	box-shadow: 0 5px 5px #999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 16px;
}


.head {
	position: relative;
	background: url("../img/header-bg.jpg") #9a7fc0;
	background-size: cover;
	height: 180px;
	background-position: right -120px;
}

.head .logo {
	position: absolute;
	width: 380px;
	max-width: 75%;	/* mobile restriction */
	top: 70px;
	left: 20px;
	filter: contrast(1.4);
	z-index: 2;
}

.headerMask {
	position: absolute;
	width: 100%;
	height: 201%;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: url("../img/headermask.png");
	background-clip: border-box;
	background-size: cover;
	background-position: 0 40px;
	background-clip: content-box;
	opacity: .75;
}


.topPhone {
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 30px;
	display: inline-block;
	margin: 0;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-radius: 36px;
	padding: 0 10px;
	line-height: 24px;
}
.topPhone:hover {
	filter: contrast(1.4) ;
}

.topPhone a {
	display: inline-block;
	position: relative;
	top: -6px;
	color: var(--font-blk) !important;
	text-decoration: none;
	
}

.topPhone a::before {
	display: inline-block;
	width: 32px;
	height: 28px;
	content: "";
	background-image: url("../img/icon-phone.png");
	background-size: 26px;
	background-repeat: no-repeat;
	position: relative;
	top: 11px;
}

h1 {
	outline: 10px solid violet;
	display: inline-block;
	margin: 0;
	position: relative;
	top: 70px;
	left: 20px;
	color: #f1f1f1;
	text-shadow: 2px 2px 8px var(--font-blk);
	line-height: 120%;
	font-size: 30px;
	z-index: 1;
}

h1 a {
	color: #f1f1f1;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 24px;
		top: 145px;
	}
}


.show {
	display: block !important;
}

/* ===== navbar */

#navbar {
	min-height: 24px;
}

/* Desktop >= 1000 */
@media screen and (min-width: 1000px) {
	#navbar {
		display: block;
		position: absolute;
		bottom: 0;
		width: 100%;
		z-index: 2;
	}

	#navbar ul li {
		display: inline;
	}

	#navbar ul li:not(li:last-child)::after {
		content: " | "
	}

	#mobile-nav-toggle {
		display: none;
	}
}

/* < 1000 */
@media screen and (max-width: 999px) {
	#navbar {
		display: none;
		position: absolute;
		margin-top: 182px;
		width: 100%;
		background: rgba(154, 127, 192, .85);
		z-index: 2;
	}

	#navbar ul {
		text-align: center;
		font-size: 1.2em;
		line-height: 200%;

	}

	#mobile-nav-toggle {
		position: absolute;
		font-size: 30px;
		bottom: 10px;
		right: 30px;
		color: rgb(255, 255, 255, 1);
		cursor: pointer;
		z-index: 2;
	}
}


#navbar ul {
	top: 0;
	list-style: none;
	margin: 0;
	padding: 0 20px 0 0;
	text-align: right;
	color: #f1f1f1;
}

#navbar ul li a {
	line-height: 30px;
	padding: 5px;
	color: #f1f1f1;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: 600;

}

#navbar ul li a:hover,
#navbar ul li a.current {
	color: #744855;
}

/* ===== END navbar */




.content {
	padding-top: 20px;
	padding-right: 80px;
	padding-bottom: 40px;
	padding-left: 80px;
	background: #fff;
	min-height: 60vH;
}

.col-2-row,
.col-3-row,
.col-4-row {
	display: inline-block;
	vertical-align: text-top;
}

.col-2-row {
	width: 49%;
}

.col-3-row {
	width: 32%;
}

.col-4-row {
	width: 24%;
}


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

	.col-2-row,
	.col-3-row,
	.col-4-row {
		width: 100%;
	}
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9a7fc0;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 36px;
	color: #9a7fc0;
}

h2:not(:first-child) {
	margin-top: 60px;
}

h3 {
	color: #9a7fc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.content p {
	/*	margin: 0px;*/
}

.content h3+p {
	margin-top: 5px;
}

.content a {
	color: #9a7fc0;
	text-decoration: none;
	/* font-style: italic; */
}

.content .small-text {
	font-size: .75em;
}

.card-hero {
	display: flex;
	align-items: flex-end;
	justify-content: left;
	flex-wrap: wrap;
	height: 360px;
	margin-top: 12px;
	background: url(../img/studio.jpg) center;
	padding: 12px 80px;
}


.card-hero h3 {
	text-transform: uppercase;
	color: #ECD8B3;
}

.card-hero p {
	font-size: .8rem;
}


.card-wrapper {
}

.card {
}


.footer {
	padding: 10px 20px 40px 20px;
	font-size: 11px;
	line-height: 14px;
	color: var(--font-blk);
}

.footer a {
	color: var(--font-blk);
	text-decoration: none;
}

.footer a:hover {
	color: #744855;
}

.price {
	clear: both;
	margin: -10px 0 20px 0 !important;
	border-top: 1px dotted rgba(0, 0, 0, .25);
	text-align: right;
	color: rgba(0, 0, 0, .75);
	padding-top: 5px;
	font-size: 13px;
	font-style: italic;
}

.extrasBox {
	width: 65%;
	margin: 30px auto;
	padding: 5px 20px 20px 20px;
	background-color: #f4f4ee;
	opacity: 0.9;
	border-radius: 10px;
}

@media screen and (max-width: 599px) {
	.extrasBox {
		width: calc(100% - 30px);
	}
}


.imprintLink {
	text-align: right;
	color: #B18DCF;
}


/* ==========================
 OXYJet 
==========================*/
ol.oxyjet {
	position: relative;
	margin: 0;
	padding: 0;
	counter-reset: oxyjet-counter;
	list-style: none;
}

ol.oxyjet>li {
	clear: both;
	margin-top: 40px;
	color: #9a7fc0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	counter-increment: oxyjet-counter;
}

ol.oxyjet>li::before {
	content: counter(oxyjet-counter);
	position: relative;
	display: inline-block;
	left: -10px;
	top: 0;
	text-align: center;
	line-height: 140%;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	font-size: 20px;
	background: #9a7fc0;
	color: #fff;
}

ol.oxyjet ul {
	list-style: disc;
	margin-top: 20px;
}

.oxyjet-specials {
	clear: both;
	margin: 60px 0;
	text-align: center;
}

.oxyjet-specials img {
	display: inline-block;
	width: calc(50% - 30px);
	max-width: 330px;
}

.oxyjet-specials img:nth-child(odd) {
	float: left;
}

.oxyjet-specials img:nth-child(even) {
	float: right;
}

@media screen and (max-width: 899px) {
	.oxyjet-specials img {
		float: none !important;
		clear: both;
		width: 100%;
		margin: 10px auto !important;
	}
}



@media screen and (max-width: 599px) {
	ol.oxyjet img {
		float: none !important;
		clear: both;
		margin: auto !important;
	}

	.content {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 899px) {
	.page {
		overflow: hidden;
	}

	#navbarBgnd {
		height: 88px;
	}

	.content {
		padding-top: 80px;
	}
}

/* Promo-Box */
.home-promo {
	position: relative;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.home-promo .col-2-row {
	min-height: 400px;
}

.neue-geraete {
	position: absolute;
	left: 45%;
	top: 20%;
	width: 14%;
	min-width: 90px;
	transition: all .3s linear;


}

.home-promo:hover .neue-geraete {
	width: 18%;
	transform: rotate(10deg);
}

@media screen and (max-width: 599px) {
	.neue-geraete {
		top: -20px;
		left: auto;
		right: 0;
	}
}

/* ==========================
BIO2Light
==========================*/
#bioLightHeader {
	margin: -20px 0 20px -80px;
	width: calc(100% + 161px);
	min-height: 200px;
	max-height: 600px;
	overflow: hidden;
	position: relative;
}

#bioLightHeader img {
	width: 100%;
}

#bioLightHeader h2 {
	position: absolute;
	top: 20px;
	left: 80px;
	border: none;
	text-shadow: 2px 2px 6px rgba(0, 0, 0, .45);
}