* {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	box-sizing: border-box;
}

/* HEADER */

body {
	min-width: 320px;
	font-family: myriad-pro-condensed, sans-serif;
}

body.noscroll {
	overflow: hidden;
}

header {
	position: relative;
	overflow: hidden;
}

#mood {
	overflow: hidden;
}

#mood .contentbild,
.ganzeSeite .contentbild {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 700px;
	overflow: hidden;
}

.kontakt .ganzeSeite .contentbild {
	background-color: #ebebeb;
	background-size: contain;
}

.ganzeSeite .contentbild::before,
.ganzeSeite .map::before {
	content: "";
	width: 100%;
	height: 30px;
	position: absolute;
	z-index: 200;
	top: 0;
	right: 0;
	background-image: url("/static/img/welle_weiss.svg");
	background-repeat: repeat;
	transform: rotate(180deg);
}

#mood .contentbild::after,
.ganzeSeite .contentbild::after,
.ganzeSeite .map::after {
	content: "";
	width: 100%;
	height: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: url("/static/img/welle_weiss.svg");
	background-repeat: repeat;
	z-index: 200;
}

.ganzeSeite .contentbild {
	max-height: 400px;
	position: relative;
	margin-bottom: 100px;
}

#mood .contentbild img,
.ganzeSeite .contentbild img {
	width: 100%;
	height: auto;
	max-height: 1000px;
	visibility: hidden;
	display: block;
}

/*.editmode #mood .contentbild img,
.editmode .ganzeSeite .contentbild img{
	visibility:visible;
}*/

.ganzeSeite .contentbild img {
	max-height: 600px;
}

.ganzeSeite .map {
	position: relative;
	overflow: hidden;
}

.ganzeSeite iframe {
	height: 600px;
	margin-top: 0;
	display: block;
}

#logo {
	position: fixed;
	left: 50px;
	top: 65px;
	width: 300px;
	z-index: 1000;
	transition: all 0.3s;
}

#logo img {
	width: 100%;
	height: auto;
}

.scroll #logo {
	left: 40px;
	top: 0px;
	width: 100px;
}

.editmode #logo {
	position: absolute;
}

.blockLinks,
.blockRechts {
	background-color: #ccc;
	height: 150%;
	width: 400px;
	position: absolute;
	left: -250px;
	top: -200px;
	z-index: 0;
	transform: rotate(20deg);
}

.blockLinks::after,
.blockRechts::after {
	content: "";
	background-image: url("/static/img/welle_grau_r.svg");
	right: -29px;
	top: 0px;
	height: 100%;
	width: 30px;
	position: absolute;
	background-repeat: repeat;
}

.blockRechts {
	left: unset;
	right: -300px;
	background-color: #a9c813;
}

.blockRechts::after {
	content: "";
	background-image: url("/static/img/welle_gruen_r.svg");
	left: -29px;
	right: unset;
	transform: rotate(180deg);
}

.banner,
.phone {
	position: absolute !important;
	left: 0;
	padding: 20px 50px 25px 70px;
	transform: skewY(-10deg);
	bottom: 15%;
	background-color: #a9c813;
	display: table;
}

.phone {
	left: initial;
	right: 0;
	padding: 20px 70px 25px 30px;
	color: white;
	font-size: 50px;
	font-family: myriad-pro-condensed, sans-serif;
	line-height: 120%;
	font-weight: 300;
	bottom: 15%;
	/*background-color:#4a6e24;*/
	background-color: #FF8500;
	text-align: right;
	cursor: pointer;
}

.phone strong {
	font-weight: 700;
}

.banner::after,
.phone::after {
	content: "";
	background-image: url("/static/img/welle_gruen_r.svg");
	right: -13px;
	top: 0px;
	height: 100%;
	width: 14px;
	position: absolute;
	background-position: 0 40px;
	background-repeat: repeat-y;
	background-size: 100%;
}

.phone::after {
	background-image: url("/static/img/welle_orange.svg");
	right: initial;
	left: -13px;
	transform: rotate(180deg);
}

#kontaktButton {
	position: fixed;
	right: 0px;
	bottom: 100px;
	background-color: #FF8500;
	padding: 13px;
	z-index: 11000;
	cursor: pointer;
	display: flex;
	transition: filter 0.2s;
}

#kontaktButton img {
	width: 40px;
	height: auto;
}

.banner h1 {
	color: white;
	font-size: 70px;
	transform: none;
	margin: 0;
	padding: 0;
	left: initial;
}

/* FONTS */

h1,
h2,
h3 {
	font-family: myriad-pro-condensed, sans-serif;
	-ms-transform: skewY(-10deg);
	transform: skewY(-10deg);
	line-height: 120%;
	display: table;
	position: relative;
	text-transform: uppercase;
	color: #a9c813;
	font-weight: 700;
}

h2 {
	font-size: 60px;
	left: -100px;
	margin-bottom: 30px;
}

h3 {
	font-size: 40px;
	left: -50px;
	margin-bottom: 20px;
}

h4 {
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-size: 22px;
	-ms-transform: unset;
	transform: unset;
	margin-bottom: 10px;
	display: block;
	text-transform: initial;
	color: black;
	font-weight: 600;
}

p,
li,
a,
td {
	font-family: myriad-pro-semi-condensed, sans-serif;
	font-size: 20px;
	line-height: 130%;
	margin-bottom: 10px;
	font-weight: 400;
}

a {
	color: #a9c813;
}


/* CONTENT */

section {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 70px 0 40px;
}

.ganzeSeite {
	width: 100%;
	margin-bottom: 40px;
	position: relative;
}

.wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1200px
}

.spalteGesamt {
	width: 100%;
}

.spalteLinks {
	width: 50%;
}

.spalteLinks h3 {
	margin-top: 50px;
}

.spalteRechts {
	width: calc(50% - 70px);
	padding-left: 120px;
	margin-left: 70px;
	position: relative;
	margin-top: 30px;
}

.spalteRechts::before {
	content: "";
	background-image: url("/static/img/wellenlinie_grau.svg");
	width: 16px;
	height: 100%;
	left: 0px;
	top: 0;
	position: absolute;
}

.spalteRechts>div {
	margin-bottom: 50px;
}

.spalteRechts>div:last-of-type {
	margin-bottom: 0px;
}

.spalteRechts .infobox {
	background-image: url("/static/img/wellenlinie_gruen.svg");
	background-repeat: repeat-y;
	background-position: right top 30px;
	padding-right: 50px;
	margin-bottom: 80px;
}

.spalteRechts figure.infobox {
	background-image: url("/static/img/wellenlinie_cyan.svg");
}

.spalteRechts figure.infobox h3 {
	color: #1294ca;
}

.spalteRechts figure.infobox .content {
	display: flex;
	align-items: center;
}

.spalteRechts figure.infobox img {
	position: relative;
	left: -30px;
	width: 120px;
	height: auto;
}

.spalteRechts .oeffnungszeiten {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.spalteRechts .oeffnungszeiten p {
	width: calc(50% - 10px);
}

iframe {
	width: 100%;
	height: 240px;
	margin-top: 10px;
}

.spalteLinks iframe {
	height: 340px;
}

/* KACHELN */

.team .spalteGesamt,
.kachelbox {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin-top: 90px;
	justify-content: flex-start;
}

.kachelbox {
	align-items: stretch;
}

.team .spalteGesamt {
	margin-top: 40px;
	position: relative;
}

.team .spalteLinks,
.team .spalteRechts,
.team .kachelbox {
	display: none;
}

.kachelbox .contentelement,
.teambox {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 33%;
	padding: 0 0 0 56px;
	position: relative;
}

.team .spalteGesamt>div:nth-of-type(3n - 2),
.kachelbox>div:nth-of-type(3n - 2) {
	width: calc(33% - 56px);
	padding-left: 0;
}

.team .spalteGesamt>div:nth-of-type(3n)::before,
.team .spalteGesamt>div:nth-of-type(3n - 1)::before,
.kachelbox>div:nth-of-type(3n)::before,
.kachelbox>div:nth-of-type(3n - 1)::before {
	content: "";
	background-image: url("/static/img/wellenlinie_grau.svg");
	width: 16px;
	height: 100%;
	left: 20px;
	top: 0;
	position: absolute;
	max-height: 380px;
	transition: opacity 0.5s;
}

.kachelbox>div:nth-of-type(3n)::before,
.kachelbox>div:nth-of-type(3n - 1)::before {
	max-height: unset;
}

.kachelbox .contentelement .bu {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}

.kachelbox img {
	margin-bottom: 0px;
}

.kachelbox h3 {
	font-size: 30px;
	margin-bottom: 20px;
	left: unset;
}

.kachelbox h3 a {
	font-weight: 700;
}

.kachelbox .contentelement>a {
	margin: 0;
}

.kachelbox h3 a {
	text-decoration: none;
	display: block;
	font-size: 30px;
	font-family: myriad-pro-condensed, sans-serif;
	margin: 0;
	padding: 0;
	transition: color 0.2s;
}

.kachelbox h3 a:hover {
	color: #89a40b;
}

.kachelbox p {
	text-align: center;
}

.kachelbox>div:nth-of-type(3n) h3,
.kachelbox>div:nth-of-type(3n) h3 a {
	color: #BDBCBC;
}

.kachelbox>div:nth-of-type(3n) h3 a:hover {
	color: #999;
}

.kachelbox>div:nth-of-type(3n) svg circle {
	fill: #BDBCBC;
}

.kachelbox svg g:first-of-type path {
	stroke: #FFF !important;
}

.kachelbox>div:nth-of-type(3n) svg path,
.kachelbox>div:nth-of-type(3n) svg polygon,
.kachelbox>div:nth-of-type(3n) svg line {
	stroke: #BDBCBC;
}

.kachelbox>div:nth-of-type(3n - 1) h3,
.kachelbox>div:nth-of-type(3n - 1) h3 a {
	color: #FF8500;
}

.kachelbox>div:nth-of-type(3n - 1) h3 a:hover {
	color: #CC3900;
}

.kachelbox>div:nth-of-type(3n - 1) svg circle {
	fill: #FF8500;
}

.kachelbox>div:nth-of-type(3n - 1) svg path,
.kachelbox>div:nth-of-type(3n - 1) svg polygon,
.kachelbox>div:nth-of-type(3n - 1) svg line {
	stroke: #FF8500;
}

.teambox .name,
.button {
	text-decoration: none;
	padding: 10px 15px;
	background-color: #a9c813;
	margin-top: 30px;
	transform: skewY(-10deg);
	line-height: 120%;
	display: table;
	position: relative;
	text-transform: uppercase;
	color: white;
	font-weight: 700;
	font-size: 26px;
	cursor: pointer;
	font-family: myriad-pro-condensed, sans-serif;
	transition: background-color 0.2s;
}

.button{
	background-color: #FF8500;
}

.button:hover {
	background-color: #C46500;
}

.kachelbox .grau .button {
	background-color: #BDBCBC;
}

.kachelbox .grau .button:hover {
	background-color: #999;
}

.kachelbox .orange .button {
	background-color: #FF8500;
}

.kachelbox .orange .button:hover {
	background-color: #CC3900;
}

.teambox {
	margin-bottom: 70px;
	opacity: 1;
	transition: opacity 0.2s;
}

.teambox.aktiv {
	position: relative;
}

.teambox.aktiv::before {
	opacity: 0;
}

.teambox.unsichtbar {
	opacity: 0;
}

.teambox .vorschau {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	cursor: pointer;
}

.teambox .image {
	width: 341px;
	height: 350px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	filter: grayscale(1);
}

.teambox.aktiv .image,
.teambox .vorschau:hover .image {
	filter: grayscale(0);
	background-position: -341px 0;
}

.teambox .name {
	position: absolute;
	bottom: -20px;
}

.teambox .bu {
	display: none;
}

.spalteGesamt {
	display: none;
}

.team .spalteGesamt div.info {
	background-color: #a9c813;
	width: calc(66.66% + 20px);
	padding: 40px 50px 40px 90px;
	right: 0;
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 500;
	justify-content: center;
}

.team .spalteGesamt div.info::before {
	content: "";
	background-image: url("/static/img/welle_gruen_r.svg") !important;
	width: 23px !important;
	left: -22px;
	transform: rotate(180deg);
	max-height: unset;
	height: 100%;
	top: 0;
	position: absolute;
}

.team .info h2 {
	color: white;
	color: white;
	font-size: 40px;
	left: -50px;
	margin-bottom: 25px;
}

.team .info p {
	color: white;
	font-weight: 500;
}

/* SONSTIGES */

#sperrebene {
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	height: 100vh;
	background-color: white;
	opacity: 0;
	z-index: 300;
	transition: opacity 0.2s;
	pointer-events: none;
}

#sperrebene.open {
	opacity: 0.8;
	pointer-events: initial;
}

.blur {
	filter: blur(10px);
}

/* MENÜ */

nav {
	position: fixed;
	left: 0;
	top: -2000px;
	width: 100%;
	background-color: #a9c813;
	padding: 50px 50px 50px 480px;
	z-index: 400;
	flex-direction: column;
	align-items: flex-start;
	transition: top 0.5s;
}

nav::after {
	content: "";
	width: 100%;
	bottom: -30px;
	height: 30px;
	position: absolute;
	left: 0;
	background-image: url("/static/img/welle_gruen.svg");
	background-repeat: repeat;
	transform: rotate(180deg);
}

nav ul {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

nav .menuFooter ul {
	display: flex;
	flex-direction: row;
	margin-top: 20px;
}

nav ul li {
	list-style-type: none;
}

nav ul li a {
	color: white;
	font-size: 46px;
	font-family: myriad-pro-condensed, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	text-decoration: none;
	position: relative;
}

nav ul li a::after {
	content: "";
	position: absolute;
	height: 5px;
	width: 0;
	background-color: white;
	bottom: -1px;
	left: 0;
	transition: width 0.3s;
}

nav ul li a:hover::after,
nav ul li a.active::after {
	width: 100%;
}

nav .menuFooter ul li {
	margin-right: 20px;
}

nav .menuFooter ul li a {
	font-size: 26px;
}

nav.open {
	top: 0 !important;
}

.navWrapper {
	position: relative;
}

.navWrapper::before {
	content: "";
	width: 16px;
	height: 100%;
	position: absolute;
	left: -60px;
	top: 0;
	background-image: url("/static/img/wellenlinie_weiss.svg");
}

#menuIcon {
	right: 70px;
	top: 70px;
	display: flex;
	position: fixed;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	cursor: pointer;
	z-index: 11000;
	align-items: flex-start;

	-webkit-touch-callout: none;
	/* iOS Safari */
	-webkit-user-select: none;
	/* Safari */
	-khtml-user-select: none;
	/* Konqueror HTML */
	-moz-user-select: none;
	/* Old versions of Firefox */
	-ms-user-select: none;
	/* Internet Explorer/Edge */
	user-select: none;

}

.editmode #menuIcon {
	position: absolute;
}

.scroll #menuIcon {
	top: 20px;
	right: 40px;
}

#menuIcon p {
	font-size: 40px;
	color: white;
	font-family: myriad-pro-condensed, sans-serif;
	font-weight: 600;
	padding-right: 49px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	position: relative;
	top: -12px;
}

#menuIcon span {
	display: block;
	position: absolute;
	height: 5px;
	width: 40px;
	background: #9ab63b;
	opacity: 1;
	right: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

#menuIcon.open span {
	background: white;
}

#menuIcon span:nth-child(1) {
	top: 0px;
}

#menuIcon span:nth-child(2),
#menuIcon span:nth-child(3) {
	top: 12px;
}

#menuIcon span:nth-child(4) {
	top: 24px;
}

#menuIcon.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	right: 20px;
}

#menuIcon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menuIcon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menuIcon.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	right: 20px;
}

#scrollTop {
	height: 50px;
	position: fixed;
	width: 100%;
	top: -80px;
	left: 0;
	background-color: #999;
	z-index: 10000;
	transition: all 0.5s;
}

#scrollTop::after {
	content: "";
	height: 30px;
	right: 0;
	bottom: -30px;
	width: 100%;
	position: absolute;
	background-image: url("/static/img/welle_dunkelgrau.svg");
	transform: rotate(180deg);
	background-position: left 90px top;
}

.scroll #scrollTop {
	top: 0px;
}

#as-bearbeiten a {
	z-index: 99999999999999999999 !important;
}


/* TABELLE */

table {
	border: 1px solid #a9c813;
	padding: 0;
	border-spacing: 0;
	width: 100% !important;
}

.tablebox::-webkit-scrollbar {
	display: none;
}

.tablebox {
	overflow-x: scroll;
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
	/* Firefox */
}

td {
	margin: 0;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

td:last-of-type {
	border-right: 0;
}

tr:first-of-type td {
	color: white;
	font-weight: 700;
	background-color: #a9c813;
	border-bottom: 0;
}

tr:last-of-type td {
	border-bottom: 0;
}

/* FOOTER */

footer {
	background-color: #ccc;
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-top: 50px;
}

footer::before {
	content: "";
	height: 30px;
	left: 0;
	top: -30px;
	width: 100%;
	position: absolute;
	background-image: url("/static/img/welle_grau.svg");
	background-position: right -100px top;
}

footer div {
	display: flex;
	align-items: center;
}

footer img {
	width: 100px;
	margin-right: 12px;
}

footer a {
	margin: 0;
}

footer p {
	font-family: myriad-pro-semi-condensed, sans-serif;
	letter-spacing: 0.4px;
	font-size: 22px;
	margin-bottom: 0px;
	color: #777;
}

footer ul {
	display: flex;
}

footer li {
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 0px;
}

footer li a {
	color: #777;
	text-transform: uppercase;
	font-weight: 900;
	text-decoration: none;
	font-family: myriad-pro-condensed, sans-serif;
	letter-spacing: 0.4px;
	font-size: 22px;
}

#popUp {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	padding: 20px;
	z-index: 999999;
	width: 100vw;
	height: 100vh;
}

#popUp .name {
	font-family: myriad-pro-condensed, sans-serif;
	text-transform: uppercase;
	color: #4a6e24;
	line-height: 120%;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 8px;
}

#popUp h2 {
	font-size: 34px;
	margin-bottom: 8px;
}

#popUp .image {
	background-image: url('/django-files/cms/pool/leithner.jpg');
	width: 272px;
	height: 282px;
	background-size: cover;
	background-position: -272px 0;
}

.popUpInner {
	width: 100%;
	max-height: 100vh;
	background: white;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
	padding: 30px;
	overflow-x: hidden;
	overflow-y: scroll;
	position: relative;
}

#sperrebeneTeam {
	background-color: white;
	opacity: 0.9;
	z-index: 999998;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
}

.close {
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	z-index: 9999999999;
	padding: 20px;
	box-sizing: content-box;
}

.close span {
	position: absolute;
	display: block;
	height: 5px;
	width: 40px;
	background: #9ab63b;
	opacity: 1;
	right: 0;
	top: 18px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-o-transition: 0.25s ease-in-out;
	transition: 0.25s ease-in-out;
}

.close:hover span {
	background: #4a6e24;
}

.close span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close span:nth-child(2) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.kontakticon {
	display: inline-block;
	margin-right: 10px;
	transition: transform 0.2s;
}

.kontakticon:hover {
	transform: scale(1.1);
}

#cmsPage ul.cmsMenuButtons.cmsButtonsSpaltenEnde {
	position: relative;
}

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

	.banner h1 {
		font-size: 54px;
	}

	.phone {
		font-size: 40px;
		bottom: 20%;
	}

	#logo {
		left: 30px;
		top: 45px;
	}

}

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

	h2 {
		left: -50px;
	}

	h3 {
		left: -30px;
	}

	.blockLinks {
		left: -360px;
	}

	.blockRechts {
		right: -360px;
	}

}

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

	#logo {
		width: 200px;
	}

	.banner h1 {
		font-size: 48px;
	}

	.banner {
		bottom: 10%;
	}

	.phone {
		font-size: 36px;
		top: 55%;
		bottom: unset;
	}

	h1,
	h2,
	h3 {
		transform: none;
	}

	h2 {
		left: 0px;
		margin-bottom: 20px;
		font-size: 52px;
	}

	h3 {
		left: 0px;
	}

	.blockRechts {
		top: -150px;
	}

	.spalteLinks {
		width: 55%;
	}

	.spalteRechts {
		width: calc(45% - 50px);
		margin-left: 50px;
		padding-left: 60px;
	}

	.wrapper {
		padding: 0 40px;
	}

	#mood .contentbild,
	.ganzeSeite .contentbild {
		min-height: 500px;
	}

}

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

	#menuIcon {
		top: 50px;
		right: 50px;
	}

	.spalteRechts .oeffnungszeiten p {
		width: 100%;
	}

	.spalteRechts .oeffnungszeiten p br {
		display: none;
	}

	.kachelbox .contentelement,
	.teambox,
	.team .spalteGesamt>div,
	.kachelbox>div {
		width: 50% !important;
		padding: 10px 40px !important;

	}

	.team .spalteGesamt,
	.kachelbox {
		justify-content: center;
	}

	.team .spalteGesamt {
		max-width: 800px;
		margin: 0 auto;
	}

	.team .spalteGesamt>div::before {
		display: none;
	}

	.team .info h2 {
		left: 0;
	}

	footer {
		flex-direction: column;
	}

	footer ul {
		margin-top: -10px;
		padding-bottom: 20px;
	}

	.kachelbox>div:nth-of-type(3n)::before,
	.kachelbox>div:nth-of-type(3n-1)::before {
		display: none;
	}

	.kachelbox h3 {
		margin-bottom: 10px;
	}

	.kachelbox>div:nth-of-type(3n) {
		margin-top: 30px;
	}

	.kachelbox iframe,
	.spalteLinks iframe {
		height: 220px;
	}

}

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

	nav {
		padding-left: 380px;
	}
}

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

	.spalteLinks {
		width: 100%;
	}

	.spalteRechts {
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		margin-top: 50px;
	}

	.spalteRechts::before {
		display: none;
	}

	iframe,
	.spalteLinks iframe {
		width: 100%;
		height: 340px;
		max-width: 600%;
	}

	.ganzeSeite iframe {
		max-width: unset;
	}

	figure {
		overflow: visible;
	}

	.banner,
	.phone {
		bottom: 40px;
		z-index: 300;
	}

	.phone {
		bottom: unset;
		top: 320px;
		font-size: 30px;
		padding: 20px 40px 25px 10px;
	}

	.phone strong {
		font-size: 38px;
	}

	.blockLinks,
	.blockRechts {
		display: none;
	}

	section {
		padding: 30px 0 10px;
	}

	.ganzeSeite .contentbild {
		margin-bottom: 30px;
	}

	footer {
		padding-right: 50px;
		padding-left: 50px;
	}

	.spalteRechts figure.infobox img {
		position: relative;
		left: 0px;
		width: auto;
		height: auto;
		padding-right: 30px;

	}
}

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

	nav {
		padding-left: 310px;
	}

	nav ul li a {
		font-size: 36px;
	}

	nav ul li a::after {
		height: 4px;
	}

	.banner {
		padding: 15px 30px 20px 30px;
	}

	.phone {
		padding: 12px 30px 17px 20px;
	}

	.teambox .name,
	.button {
		transform: none;
	}

	.teambox .vorschau {
		padding-left: 0px;
	}

	.team .spalteGesamt>div:nth-of-type(2n)::before {
		display: none;
	}

	.team .spalteGesamt div.info {
		padding: 15px !important;
	}

	.team .spalteGesamt div.info :last-child {
		margin-bottom: 0;
	}

	.team .info h2 {
		margin-top: 0;
	}
}

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

	.teambox,
	.team .spalteGesamt>div {
		width: 100% !important;
	}

	.kachelbox .contentelement,
	.kachelbox>div {
		width: 100% !important;
		padding: 0 !important;
		margin-bottom: 30px;
	}

	.kachelbox>div:nth-of-type(3n) {
		margin-top: 0px;
	}

}

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

	nav {
		width: 100%;
		padding: 60px 50px 20px;
	}

	nav ul {
		align-items: center;
	}

	nav ul li a {
		font-size: 30px;
	}

	nav .menuFooter ul li a {
		font-size: 22px;
	}

	.navWrapper::before {
		display: none;
	}

	.banner h1 {
		font-size: 36px;
	}

	.phone {
		font-size: 28px;
	}

	h2 {
		margin-top: 20px;
		font-size: 44px;
	}

	.spalteLinks h3,
	.spalteRechts h3 {
		font-size: 34px;
		margin-bottom: 8px;
	}

	.wrapper {
		padding: 0 25px;
	}

	#logo {
		width: 150px;
		left: 25px;
		top: 15px;
	}

	nav .menuFooter ul {
		justify-content: center;
	}

	nav .menuFooter ul li {
		margin: 0 20px;
	}

	nav {
		padding: 60px 30px 50px;
	}

	nav::after {
		display: none;
	}

	.spalteLinks h3 {
		margin-top: 30px;
	}
}

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

	footer {
		padding-right: 85px;
		padding-left: 85px;
	}

	footer div {
		flex-direction: column;
		align-items: center;
	}

	footer p {
		text-align: center;
	}

	footer ul {
		margin-top: 20px;
	}

	.ganzeSeite .contentbild::before,
	.ganzeSeite .map::before,
	.banner::after,
	.phone::after,
	#mood .contentbild::after,
	.ganzeSeite .contentbild::after,
	.ganzeSeite .map::after,
	footer::before {
		display: none;
	}

	.spalteRechts .infobox {
		padding-right: 0;
		background-image: none !important;
	}

	.ganzeSeite {
		margin-bottom: 20px;
	}

	.ganzeSeite .contentbild {
		margin-bottom: 0;
	}

	.team .spalteGesamt,
	.kachelbox {
		margin-top: 35px;
	}

	.teambox {
		margin-bottom: 20px;
	}

}

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


	#mood .contentbild,
	.ganzeSeite .contentbild {
		min-height: 300px;
	}

	.banner {
		position: static !important;
		width: 100%;
		transform: none;
	}

	.phone,
	.banner::after,
	.phone::after {
		display: none;
	}

	#mood .contentbild::after,
	.ganzeSeite .contentbild::after,
	.ganzeSeite .map::after {
		display: none;
	}

	#popUp {
		padding: 0;
	}

	.popUpInner {
		padding: 15px;
	}

	#scrollTop {
		height: 68px;
	}

	#scrollTop::after {
		display: none;
	}

	#mood .contentbild,
	.ganzeSeite .contentbild {
		min-height: unset;
		max-height: unset;
		background-image: unset !important;
	}

	.ganzeSeite .contentbild img {
		max-height: 600px;
		display: block;
	}

	#mood .contentbild img,
	.ganzeSeite .contentbild img {
		visibility: visible;
	}

	#kontaktButton {
		padding: 10px;
	}
	
	#kontaktButton:hover{
		background-color: #5E3100;
	}

	#kontaktButton img {
		width: 35px;
		height: auto;
	}
}

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

	nav {
		padding: 120px 30px 40px;
	}

	iframe,
	.spalteLinks iframe {
		height: 250px;
	}

	.spalteRechts {
		margin-top: 25px;
	}

	.spalteRechts .infobox {
		margin-bottom: 40px;
	}
}

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

	nav {
		padding: 180px 30px 40px;
	}

	#menuIcon {
		top: 30px;
		right: 20px;
	}

	iframe,
	.spalteLinks iframe {
		height: 200px;
	}

	.spalteRechts figure.infobox .content {
		flex-direction: column;
		align-items: flex-start;
	}

	.spalteRechts figure.infobox img {
		padding-right: 0;
		margin-bottom: 20px;
		margin-top: 10px;
	}

}

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

	iframe,
	.spalteLinks iframe {
		height: 180px;
	}
}