html {
	font-size: 16px;
/* Default size, 1rem = 16px */
}
@media (max-width:770px) {
body {
	font-size: 12px!important;
/* Smaller base size for tablets */
}
}
@media (min-width:900px) {
p {
	font-size: 20px!important;
}
}
@media (max-width:480px) {
body {
	font-size: 10px!important;
/* Even smaller base size for mobile */
}
}
body {
	font-family: Arial, sans-serif;
	margin: 0!important;
}
@font-face {
	font-family: 'kindergarten';
	src: url('../font/Cute_Font.ttf');
}
@media (orientation:portrait) and (max-width:1024px) {
footer {
	margin-bottom: 520px!important;
}
}
@media (orientation:landscape) and (max-width:1380px) {
footer {
	margin-bottom: 180px!important;
}
}
@media (orientation:portrait) and (max-width:800px) {
footer {
	margin-bottom: 180px!important;
}
}
@media (orientation:landscape) and (max-width:1024px) {
footer {
	margin-bottom: 30px!important;
}
}
header {
	background-color: #333;
	padding: 10px 0;
}
.text-div {
	text-align: center;
}
.text {
}
.logo {
	padding-left: 20px;
	padding-top: 40px;
	float: left;
	position: fixed;
	height: 170px;
}
.center-logo {
	display: flex;
	height: 10rem;
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 10;
	margin-top: -10rem;
}
@media (max-width:480px) {
.text-div {
	padding-left: 0px;
}
.center-logo {
	display: flex;
	justify-content: center;
	margin-top: -20rem!important;
	z-index: 80;
	height: 200px;
	!important;
}
.logo {
	margin-top: 50px;
	height: 120px !important;
	float: none!important;
	padding: 0;
	!important;
}
.h1p {
	display: none
}
.phone-h1p {
	color: #333;
	font-size: 4rem;
	font-family: Kindergarten;
	display: block!important;
}
}
.phone-h1p {
	display: none
}
h2 {
	font-weight: bold !important;
}
nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	justify-content: center;
}
.nav-list {
	display: flex;
/* Makes the list a flex container */
	justify-content: center;
/* Centers all nav items in a row */
	align-items: center;
/* Centers items vertically if they have different heights */
	flex-direction: column;
	list-style: none;
	width: 100%;
}
@media (max-width:1366px) or (max-height:1024px) {
#navigation {
	margin-top: 10px!important;
	padding-left: 15px!important;
}
.nav-item {
	font-size: 1.5rem!important;
}
.logo {
	height: 150px!important;
}
.main {
	margin-left: 220px;
}
#oeffn {
	font-size: 1.5rem!important;
}
#adr {
	font-size: 1.5rem!important;
}
.h1p {
	font-size: 3.5rem!important;
}
}
@media (max-width:1000px) or (max-height:800px) {
#navigation {
	margin-top: 0!important;
	padding-left: 15px!important;
}
.nav-item {
	font-size: 1.4rem!important;
}
.logo {
	height: 150px!important;
}
.main {
	margin-left: 220px;
}
.footer-padding {
	padding-top: 0rem!important;
	padding-bot: 0rem!important;
}
#oeffn {
	font-size: 1.3rem!important;
}
#adr {
	font-size: 1.3rem!important;
}
.h1p {
	font-size: 3rem!important;
	margin-left: 30%!important;
}
}
@media (max-width:700px) or (max-height:660px) {
#navigation {
	margin-top: 0!important;
	padding-left: 10px!important;
}
.nav-item {
	font-size: 1.3rem!important;
}
.logo {
	height: 145px!important;
}
.main {
	margin-left: 215px;
}
#oeffn {
	font-size: 1rem!important;
}
#adr {
	font-size: 1rem!important;
}
.h1p {
	font-size: 2.5rem!important;
	margin-left: 28%!important;
}
}
@media (max-height:850px) or (max-width:900px) {
footer {
	margin-left: 15rem;
}
}
#navigation {
	margin-top: 30px;
	position: fixed;
	width: 12rem;
	text-align: left;
	font-family: 'comic sans ms', 'arial';
	color: red;
	font-weight: normal;
	padding-left: 25px;
	border: red 0px solid;
}
.nav-item {
	text-decoration: none;
	padding: 15px;
	width: max-content;
	color: white;
	transition: background-color 0.3s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: kindergarten;
	font-size: 1.8rem;
	background-size: contain;
/* Ensure the background image covers the entire element */
	background-position: center;
/* Center the background image */
	background-repeat: no-repeat;
/* Prevents the image from repeating */
	background-position-y: 3px;
}
.home {
	background-image: url("../img/Brickred.png");
}
.page1 {
	background-image: url("../img/Brickorange.png");
}
.page2 {
	background-image: url("../img/Brickyellow.png");
}
.page3 {
	background-image: url("../img/Brickgreen.png");
	!important;
}
.page4 {
	background-image: url("../img/Brickblue.png");
}
.page5 {
	background-image: url("../img/BrickIndigo.png");
}
.page6 {
	background-image: url("../img/Brickpurple.png");
}
.nav-item:hover {
	opacity: 0.8;
}
@media (max-width:770px) {
.phone-h1p {
	display: none
}
nav {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 20px 0;
	justify-content: center;
}
.nav-list {
	display: flex;
/* Makes the list a flex container */
	justify-content: center;
/* Centers all nav items in a row */
	align-items: center;
/* Centers items vertically if they have different heights */
	flex-direction: column;
	list-style: none;
	width: 100%;
}
#navigation {
	margin-top: 30px;
	position: fixed;
	width: 12rem;
	text-align: left;
	font-size: 20px;
	font-family: 'comic sans ms', 'arial';
	color: red;
	font-weight: normal;
	padding-left: 25px;
	border: red 0px solid;
}
.nav-item {
	text-decoration: none;
	padding: 15px;
	width: max-content;
	color: white;
	transition: background-color 0.3s;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: kindergarten;
	font-size: 1.8rem;
	background-size: contain;
/* Ensure the background image covers the entire element */
	background-position: center;
/* Center the background image */
	background-repeat: no-repeat;
/* Prevents the image from repeating */
	background-position-y: 3px;
}
.home {
	background-image: url("../img/Brickred.png");
}
.page1 {
	background-image: url("../img/Brickorange.png");
}
.page2 {
	background-image: url("../img/Brickyellow.png");
}
.page3 {
	background-image: url("../img/Brickgreen.png");
	!important;
}
.page4 {
	background-image: url("../img/Brickblue.png");
}
.page5 {
	background-image: url("../img/BrickIndigo.png");
}
.page6 {
	background-image: url("../img/Brickpurple.png");
}
.nav-item:hover {
	opacity: 0.8;
}
}
@media (max-width:480px) {
main {
	text-align: center;
	font-size: 1.5rem;
	align-content: center;
	margin-left: 0!important;
	border-left: 0!important;
	padding-bottom: 0!important;
	margin-top: 20rem!important;
}
footer {
	margin-left: 0!important;
}
}
@media (max-width:991px) {
main {
	text-align: center;
}
}
main {
	margin-top: 10rem;
	margin-left: 240px;
	border-left: 1px black solid;
	padding-bottom: 50px;
}
.greenspecial {
	background-position-y: 5px !important;
}
.img-box-left {
	height: 180px;
	width: auto;
	float: left;
	padding: 15px;
}
.img-box-right {
	height: 180px;
	width: auto;
	float: right;
	padding: 15px;
}
.custom-border {
}
.custom-border:before {
	content: "";
/* Required for pseudo-elements */
	position: absolute;
	left: 240px;
/* This sets the starting point of the border */
	bottom: 0;
	width: calc(100% - 200px);
/* Adjust the width of the border */
	height: 1px;
/* Border height (you can adjust this) */
	background-color: var(--border-color,black);
}
@media (max-width:480px) {
.custom-border: before {
	content: "";
/* Required for pseudo-elements */
	position: absolute;
	left: 0px!important;
/* This sets the starting point of the border */
	bottom: 0;
	width: calc(100%);
/* Adjust the width of the border */
	height: 1px!important;
/* Border height (you can adjust this) */
	background-color: var(--border-color,black);
}
}
.img-box {
	height: 30rem !important;
	width: auto;
	padding: 15px;
}
.medium-img-box {
	height: 15rem !important;
	width: auto;
	padding: 15px;
}
@media (max-width:770px) {
.img-box-left {
	height: 180px;
	width: auto;
	float: none;
	padding: 5px;
}
.img-box-right {
	height: 180px;
	width: auto;
	float: none;
	padding: 5px;
}
.img-box {
	width: auto;
	padding: 15px;
}
}
@media (max-width:480px) {
.img-box-left {
	height: 180px;
	width: auto;
	float: none;
	padding: 5px;
}
.img-box-right {
	height: 180px;
	width: auto;
	float: none;
	padding: 5px;
}
.img-box {
	height: 20rem!important;
	width: auto;
	padding: 15px;
}
}
.text-left {
	text-align: left;
}
h1 {
	color: #333;
	!important;
	font-size: 4rem;
	!important;
}
.h1p {
	color: #333;
	!important;
	font-size: 4rem;
	!important;
	margin-top: 2rem;
	margin-bottom: 6rem;
	font-family: Kindergarten;
	position: fixed;
	margin-left: 35%;
	z-index: 10;
	padding-left: 100px;
}
.video-container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	height: 90%;
	margin-right: 20px;
}
video {
	max-width: 100%;
	height: 15rem;
}
h4 {
	font-size: 2.5rem;
}
/*       Footer      */
footer {
	font-family: 'Kindergarten';
	text-align: center;
	color: white;
}
@media (max-width:770px) {
footer {
	margin-top: 0!important;
}
.tel-nr {
	color: white;
}
}
@media (max-height:670px) {
.nav-item {
	font-size: 1.3rem;
	!important;
}
}
@media (max-width:480px) {
footer {
	margin-top: 200px;
}
.tel-nr {
	color: white;
}
}
#foot-block {
	padding: 20px;
}
#adr {
	font-style: italic;
	font-size: 1.7rem;
}
#oeffn {
	display: block;
	text-align: center;
	font-size: 1.7rem
}
.impressum {
	display: flex;
	align-items: baseline;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
.team-img {
	height: 50rem !important;
}
@media (max-width:1100px) or (max-height:1400px ) {
.team-img {
	height: 35rem !important;
}
}
@media (max-width:780px) or (max-height:900px ) {
.team-img {
	height: 22rem !important;
}
}
@media (max-width:660px) or (max-height:700px ) {
.team-img {
	height: 15rem !important;
}
.home-img {
	background-image: none!important;
	height: auto!important;
}
.video-container {
	margin-right: 0!important;
}
}
/*************** Slider */
.slider {
	position: relative;
	max-width: 60rem;
	margin: auto;
	padding-top: 80px;
	overflow: hidden;
}
.slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
}
@media (max-width:780px) {
.slide {
	min-width: 100%;
	display: none;
	height: auto !important;
}
}
.slide {
	min-width: 100%;
	display: none;
	height: 45rem;
}
.tel-nr {
	color: white;
}
.slide:first-child {
	display: block;
}
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
/* Position arrows */
.prev {
	left: 0;
	border-radius: 3px 0 0 3px;
}
.next {
	right: 0;
	border-radius: 0 3px 3px 0;
}
/* Dots */
.dots {
	text-align: center;
	padding: 10px 0;
	background: #333;
	color: white;
}
.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.active, .dot:hover {
	background-color: #717171;
}
.feste-box {
	padding-bottom: 30px;
}
.home-img {
	background-size: cover;
	background-position: top;
	position: relative;
	height: 40rem;
	background-image: url("../img/Home/Startseite.JPG");
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
@media (max-width:500px) {
.kontakt-img {
	margin-bottom: 5rem;
}
}
@media (min-width:480px) {
.text-container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	margin-left: 60%;
	margin-top: 10%;
	background-color: #9C27B0;
	color: white;
}
.kontakt-img {
	background-image: url("../img/Kontakt/Still%202024-07-08%20184152_1.19.1.jpg");
}
}
.footer-padding {
	padding-top: 0.5rem;
	padding-bot: 0.5rem;
}
.kontakt-img {
	background-size: cover;
	background-position: center;
	position: relative;
	height: 40rem;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.content {
	position: relative;
	width: 100%;
	height: 100%;
}
/* ---------------------PHONE SECTION --------------------------------- */
@media (max-width:480px) {
li {
	width: 100%!important;
}
#navigation {
	padding-left: 0 !important;
	z-index: 100;
	margin-top: -20rem!important;
}
nav {
	background-color: white!important;
	position: fixed!important;
	width: 100%!important;
/* Ensure it spans the full width */
	z-index: 100!important;
/* Keep it above other content */
	padding: 0!important;
	align-items: baseline;
	flex-direction: row!important;
	justify-content: flex-start!important;
}
.nav-list {
	display: none;
/* Hide the menu by default on small screens */
	flex-direction: column;
/* Stack menu items vertically */
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #f8f9fa;
	padding: 0;
	transition: max-height 0.5s ease, opacity 0.5s ease;
}
.nav-list.show {
	display: flex;
/* Show the menu when the hamburger is clicked */
	list-style: none;
	margin-top: 45px;
}
.nav-item {
	text-decoration: none;
	padding: 0.25rem;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
	display: block;
	color: white;
	padding: 15px 0px;
	font-family: kindergarten;
}
.hamburger {
	display: block;
	cursor: pointer;
	font-size: 30px;
	margin-left: 10px;
}
.nav-list .nav-item:last-child {
	border-bottom: none;
}
.home {
	background-color: #FF0000;
	background-image: none!important;
}
.page1 {
	background-color: #FA8300;
	background-image: none!important;
}
.page2 {
	background-color: #FFCF47;
	background-image: none!important;
}
.page3 {
	background-color: #9ACA5A;
	background-image: none!important;
}
.page4 {
	background-color: #03A9F4;
	background-image: none!important;
}
.page5 {
	background-color: #002395;
	background-image: none!important;
}
.page6 {
	background-color: #9C27B0;
	background-image: none!important;
}
}
/* Hide the hamburger on larger screens */
.hamburger {
	display: none;
}
/* Show the hamburger on smaller screens */
@media (max-width:480px) {
.hamburger {
	display: block;
}
}
/* --------- footer Phone ---------*/
@media (max-width:770px) {
footer {
	margin-top: 5rem;
	text-align: center;
	color: white;
}
#foot-block {
	padding: 20px;
}
#adr {
	font-weight: bold;
	font-style: italic;
}
#oeffn {
	display: block;
	text-align: center;
}
.impressum {
	display: flex;
	align-items: baseline;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
}
@media (max-width:480px) {
footer {
	margin-top: 5rem;
	text-align: center;
	color: white;
	margin-left: 0 !important;
}
#foot-block {
	padding: 20px;
}
#adr {
	font-weight: bold;
	font-style: italic;
	padding-bottom: 1rem!important;
}
#oeffn {
	display: block;
	text-align: center;
}
.impressum {
	display: flex;
	align-items: baseline;
	align-content: center;
	flex-wrap: wrap;
	justify-content: space-around;
}
}