:root {
  --bee-yellow: #fef3c7;
  --bee-yellow-medium: #fde68a;
  --bee-yellow-dark: #92400e;
  --bee-brown: #78350f;
  --bee-black: #111;
  --bee-white: #ffffff;
}

/* Reset & Grundstruktur */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  padding: 2rem;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: var(--bee-yellow);
  color: var(--bee-black);
  line-height: 1.6;
  letter-spacing: 1px;
}

h2 { color: var(--bee-white); font-size: 30px; letter-spacing: 1px; font-weight: bold; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); margin-left: 10px; font-family: 'Comic Sans MS', sans-serif; hyphens: auto; }
h3 { color: var(--bee-yellow-dark); font-size: 22px; letter-spacing: 2px; font-weight: bold; margin-bottom: 20px; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); margin-left: 10px; font-family: 'Comic Sans MS', sans-serif; }
h4 { color: var(--bee-yellow-dark); font-size: 16px; font-weight: normal; text-align: justify;}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem;
}

.main-bg-haus {	
  margin-top: -60px;
  background: url('gfx/haus1.jpg');
  background-size: cover;                    /* Bild skaliert auf die Div-Größe */
  background-position: center;               /* Bild wird zentriert */
  background-repeat: no-repeat;              /* Bild wird nicht gekachelt */
}

/* Hero-Header mit Bild */
.hero-header {
  position: relative;
  width: 100%;
  height: 240px;
  margin-bottom: 30px;
  background-image: url('gfx/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--bee-white);
  border-bottom: 10px solid var(--bee-yellow);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

/* Header-Inhalt bleibt relativ positioniert */
.header-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.header-schrift {
	Width: 400px;
	padding-bottom: 100px;
}

.header-menu-bg {
	Width: 771px;
	height: 60px;
	position: absolute;
	bottom: -20px;
	right: 0px;
	background: var(--bee-yellow);
	border-radius: 15px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

/* Logo oben links */
.logo {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 2rem;
  font-weight: bold;
}

/* Navigation unten rechts (nur Desktop) */
.main-nav {
  position: absolute;
  bottom: -17px;
  right: 1rem;
  display: flex;
  z-index: 2;
}

.main-nav a {
  display: flex;
  align-items: center;
  height: 60px;
  border-right: 1px solid var(--bee-yellow-dark);
  font-size: 15px;
  padding: 0px 20px;
  margin-bottom: -3px;
  color: var(--bee-yellow-dark);
  text-decoration: none;
  font-weight: bold;
  transition: all 0.5s ease;
  letter-spacing: 0px;
  font-family: 'Comic Sans MS', sans-serif;
}

.main-nav a:hover {
  background: #fff;
}

.menu {
  display: none;
}

.logo {
  font-size: 2rem;
  font-weight: bold;
}

/* Burger-Menü (mobil) */
.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: var(--bee-yellow);
  transition: 0.3s;
}

/* Karten-Design */
.card {
  background-color: var(--bee-white);
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
}

.card.alt {
  background-color: var(--bee-yellow-medium);
  background-color: rgba(253, 230, 138, 0.5);
}

.card.alt a {
	color: var(--bee-yellow-dark);
}

/* Footer */
.site-footer {
  position: relative;
  background-color: var(--bee-brown);
  color: white;
  text-align: center;
  padding: 1rem;
  overflow: hidden;
  z-index: 1;
  min-height: 250px;
  border-top: 2px solid var(--bee-yellow);
}

.site-footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url('gfx/waben.jpg'); /* Pfad zum Bild */
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
}

.footer-top, .footer-bottom {
	height: 100px;
	max-width: 960px;
	margin: 0 auto;
	height: calc(100% - 50px);
	font-size: 14px;
	color: var(--bee-yellow);
}

.footer-bottom {
	padding: 20px;
	color: var(--bee-white);
}

.footer-bottom a, .footer-top a {
	text-decoration: underline;
	color: var(--bee-white);
}

/* KONTAKTE */
.kontakt-container {
	width: 100%;
	float: left;
}

/* IMPRESSUM */
.impressum-section {
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.impressum-section a {
	color: var(--bee-yellow-dark);
}

/* START */

.startbild-container {
	position: absolute;
	margin-left: 480px;
	margin-top: 70px;
}

.start-bild {
	Width: 400px;
	border: 4px solid #fff;
	border-radius: 20px;
	box-shadow: 0 8px 6px rgba(0,0,0,0.3);
}

.start-content {
	float: left;
	Width: 460px;
	text-align: justify;
}

.img-bildstart {
	Width: 100%;
	border-radius: 30px;
}

/* FORM-GUI */

.input-text {
	padding: 10px;
	border-radius: 10px;
	background: #f9f9f9;
	border: 0px solid var(--bee-yellow-dark);
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	margin: 10px 0px;
	width: 100%;
	font-size: 16px;
	letter-spacing: 1px;
}

.input-button {
	padding: 10px 50px;
	margin: 10px;
	border-radius: 10px;
	border: 0px;
	font-size: 16px;
	background: var(--bee-yellow-dark);
	color: var(--bee-yellow);
	letter-spacing: 1px;
}

.error-color {
	color: red;
}

.success-color {
	color: green;
}

.only-mobil {
	display: none;
}

.trennlinie {
	width: 100%;
	height: 1px;
	background: var(--bee-yellow-dark);
	box-shadow: 0 2px 6px rgba(0,0,0,0.5);
	margin: 20px 0px;
	float: left;
}

.shop-cnt {
	Width: 100%;
	float: left;
	border-bottom: 1px solid var(--bee-yellow-dark);
}

.shop-content-img {
	width: 300px;
	height: 300px;
	padding: 20px;
	text-align: center;
	float: left;
}

.shop-content-text {
	width: calc(100% - 300px);
	padding: 20px;
	float: left;
}

.shop-img {
	border-radius: 20px;
	height: 260px;
}

.shop-content-text-description {
	font-size: 20px;
}

@media (max-width: 736px) {

	.hero-header {
	  margin-bottom: 60px;
	}

  .header-schrift {
	Width: 250px;
  }
  
  .header-menu-bg{
	  height: 0px;
  }
  
  .burger {
    display: flex;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
  }

  .main-nav {
	display: none;
    position: absolute;
    top: 80px;
	width: 100%;
	left: 0;
	height: 0px;
    z-index: 5;
	transition: all 0.5s ease;
  }

  .main-nav.show {
	height: 400px;
  }
  
  .main-nav a {
	background: var(--bee-yellow);
    width: 100%;
	border-bottom: 1px solid var(--bee-brown);
	margin-bottom: 0px;
	opacity: 0.9;
    color: var(--bee-yellow-dark);
  }
  
  .card.alt {
	  margin-top: -60px;
  }
  
  .site-footer {
  position: relative;
  background-color: var(--bee-brown);
  color: white;
  text-align: center;
  padding: 1rem;
  z-index: 1;
  border-top: 2px solid var(--bee-white);
  }
  
  .footer-top, .footer-bottom {
	Width: 100%;
	position: relativ;
	margin: 0 auto;
  }
  
  .footer-item {
	width: 100%;
	float: left;
	text-align: left;
	font-size: 14px;
	background: red;
  }
  
  .footer-linie {
	height: 1px;
	background: #fff;
	width: 100%;
	margin: 20px 0px;
	float: left;
  }

	.startbild-container {
		display: none;
	}

	.start-content {
		float: left;
		width: 100%;
	}	
	
	.only-mobil {
		display: block;
	}
	
	.start-bild {
		width: 100%;
		margin-bottom: 20px;
	}
	
	/* Grundstil für das Menü */
    .menu {
		position: absolute;
		left: 0;
		top: 1rem;
		height: 50px;
		Width: 100%;
		z-index: 10;
		border: none;
		cursor: pointer;
	  display: block;
    }

    .menu-header {
	  cursor: pointer;
	  float: right;
	  margin-right: 10px;
      width: 35px;
    }

    .menu-content {
      max-height: 0;
      overflow: hidden;
	  position: absolute;
	  width: 100%;
	  top: 70px;
	  left: 0px;
      transition: max-height 0.5s ease;
    }

    .menu-content a {
      display: block;
      padding: 15px 0px 15px 25px;
      color: #fff;
      text-decoration: none;	  
		background: var(--bee-yellow);
		width: 100%;
		border-bottom: 1px solid var(--bee-brown);
		margin-bottom: 0px;
		opacity: 0.9;
		color: var(--bee-yellow-dark);
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0px;
    }

    .menu-content a:hover {
      background: #fff;
    }

    /* Aktivierter Zustand */
    .menu.open .menu-content {
      max-height: 500px; /* ausreichend groß für alle Links */
    }
	
	.menu-burger-linie {
		width: 30px;
		height: 4px;
		border-radius: 5px;
		background: var(--bee-yellow);
		float: left;
		margin: 2px 0px;
	}
	
	.shop-content-img {
		width: 100%;
		height: 300px;
		padding: 20px;
		text-align: center;
		float: left;
	}

	.shop-content-text {
		width: 100%;
		padding: 20px;
		float: left;
	}
}





