<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "reset.css";

* {
	box-sizing: border-box;
}

html, body {
	background: #8cd98c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 150%;
}
	
	@media (min-width: 800px) {
		html, body {
			font-size: 16px;
			line-height: 150%;
		}
	}

	@media (min-width: 1200px) {
		html, body {
			font-size: 18px;
			line-height: 150%;
		}
	}

.clear {
	clear: both;
}

section {
	margin-bottom: 2em;
	padding: 0 15px;
	width: 100%;
}

nav {
	padding: 0 15px;
	width: 100%;
	margin-bottom: 10px;
}

nav+section {
	margin-top: 2em;
}

.textbox {
	width: 100%;
	max-width: 500px;
	position: relative;
	padding-left: 0px;
	float: left;
}

@media (min-width: 600px) {
	.preisetext {
		width: 100%;
		width: 50%;
		position: relative;
		float: left;
		padding-right: 2rem;
	}
}

.picture {
	float: left;
	margin-right: 2rem;
	max-width: 500px;
}

.picture img {
	width: 100% !important;
	height: auto;
}

h1 {
	font-size: 1.6rem;
	line-height: 120%;
	margin-bottom: 0.5em;
}


h2 {
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 0.5em;
}

ul {
	list-style-type: none; 
	margin: 0;
	padding: 0;
	overflow: hidden;
}

section ul a {
	display: block;
	padding: 1rem !important;
}

a:link, a:visited {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #53c653;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

a:hover, a:active {
	background-color: #267326;

}

a:active{
	background-color: #267326;		
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}


.navbar{
	width: 142px;
	text-align: center;
	background-color: #53c653;
	border: 1px solid #fff;
	padding: 4px;
	float: left;
}

.teamy{
	width: 100%;
	max-width: 340px;
	text-align: center;
	background-color: #53c653;
	border: 1px solid #fff;
	padding: 4px;
	float: left;
	margin-bottom: 5px;
}

	.teamy img {
		width: 100% !important;
		height: auto;
		margin-top: 1em;
	}

@media (min-width: 700px) {
	.teamy {
		margin: 5px;
	}
}

li {
	float: left;
	font-size: 0.7rem;
	line-height: 120%;
}


.team {
	padding-left: 6px;
}

@media (min-width: 600px) {
	.preise {
		float: right;
		width: 50%;
	}
}

td, th{
	border: 1px solid #000000;
	border-bottom-style: 	solid;
	font-family: Verdana, Geneva, sans-serif;
}


.behandlungen {
	padding-left: 20px;
}

.behandlung {
	margin-top: 70px;
	margin-left: 20px;
	width: 170px;
	background-color: #98bf21;
	padding-left: 10px;
}

table{
	width: 100%;
	font-size: 14px;
}
	
	table th,
	table td {
		padding: 0.5em;
		text-align: left;
	}

.space-inbetween {
	width: 10px;
}

.space-horizontal{
	height: 40px;
}

iframe{
	width: 100%;
	margin-bottom: 1em;
}

@media (min-width: 800px) {
	iframe{
		width:400px;
		max-width: 100%;
	}
}

.blocks {
	display: block;
	width: 180px;
	height: 35px;	
	font-weight: bold;
	color: #FFFFFF;
	background-color: #98bf21;
	text-align: center;
	padding: 4px;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff;
}

.text {
	width: 100%;
	margin-left: 5px;
}

@media (min-width: 600px) {
	.text-right {
		width: 50%;
		float: right;
		display: inline;
	}
}

.height-space {
	height: 5px;
	width: 100%;
	color: #fff;
	background-color: #fff;
}


.banner {
	margin-left: -15px;
	width: 100%;
	width: calc(100% + 30px);
	margin-bottom: 20px;
	overflow: hidden;
	background: #fff url(banner.jpg) no-repeat left;
	background-size: auto 100%;
	position: relative;
}

	.banner::before {
		content: "";
		display: block;
		padding-top: 25%;
	}
	
	@media (min-width: 600px) {
		.banner {
			background-position: right;
		}
		
		.banner::before {
			padding-top: 20%;
		}
	}

	.banner img {
		display: none;
	}
	
	.banner h3 {
		font-size: 2rem;
		position: absolute;
		z-index: 1;
		padding: 0;
		top: 50%;
		line-height: 110%;
		transform: translateY(-50%);
		left: 15px;
	}

.banner-obj {
	display: none;
}

h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2rem;
	color: grey;
	padding-left: 20px;
	padding-top: 40px;
}

@media (min-width: 800px) {
	.form{	
		margin-left: 2em;
	}
}

img{
	float: center;
}

nav ul li:hover ul{
	display: block;
}

nav ul ul {
	display: none;
	position: absolute;
}

.picture-left {
	margin-bottom: 1rem;
}

@media (min-width: 600px) {
	.picture-left {
		float: left;	
		display: inline;
		width: 50%;
		padding-right: 2rem;
	}
}

	.picture-left img {
		width: 100%;
		height: auto;
	}

.slideshow {
	width: 100%;
	margin-top: 2rem;
	max-width: 700px;
	margin-left: 50%;
	transform: translate(-50%);
}

.form {
	float: left;
}

.form form {
	margin: 1em 0 3em 0;
}

.form-field {
	display: flex;
	flex-flow: flow wrap;
	padding: 5px 0;
}

	.form-field label {
		width: 30%;
	}
	
	.form-field input[type="text"],
	.form-field textarea {
		width: 70%;
		font: inherit;
		font-weight: normal;
		background: #53c653;
		border: 1px solid #fff;
		outline: none;
		padding: 0.4em 0.5em;
		font-size: 14px;
		line-height: 120%;
	}
	
	.form-field input[type="text"]:focus,
	.form-field textarea:focus {
		background: #fff;
	}
	
	.form-field textarea {
		height: 100px;
	}
	
	.form-field input[type="submit"] {
		background: #267326;
		font: inherit;
		font-weight: normal;
		outline: none;
		padding: 0.7em 0.8em;
		font-size: 14px;
		line-height: 120%;
		border: 0;
		color: #fff;
	}</pre></body></html>