body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f4f4f4;
  color: #444;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
 color: #444;
 text-decoration: None; 
}

a:hover {
 color: #FF4D00;
 text-decoration: None;
}

.copyright {
	color: #777;
}



.btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: white;
  background-color: #FF4D00;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn:hover {
  background-color: #E32719;
}



a.btn {
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: white;
  background-color: #FF4D00;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s;
}

a.btn:hover {
  background-color: #E32719;
}


@media all and (max-width:30em){
a.btn{
display:block;
margin:0.2em auto;
}
} 

hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 20px;
	margin-top: 20px;
}

.oben {
	display: flex;
	width: 100%;
	float: left;
}

.rechts {
	  float: right;
	  width:40%;
	  text-align: right;
}

.links {
	float: left;
	width:60%;
}

/* header */
.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 1.65em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 26px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 8px;
}

.header .menu-icon .navicon:after {
  top: -8px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 640px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 67em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}

.container {
	margin: auto;
	padding: 25px;
	max-width: 480px;	
}

.container100 {
	margin: auto;
	padding: 25px;
	max-width: 1200px;
	margin-top: 40px;
}

.footer {
	text-align: center;
	font-size: 0.85em;	
}


input[type="text"], input[type="email"] 
 {
  width: 96%;
  font-size: 1em;
  font-weight: normal;
  padding: 8px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

input[type="color"] {
    appearance: none;              /* Standard-Stil komplett entfernen */
    -webkit-appearance: none;
    border: 1px solid #ccc;          /* Definierter, neutraler Rand */
    width: 64px;
    height: 32px;
    padding: 0;
    margin-left: 0.4em;
	margin-right: 2.8em;
	
    vertical-align: middle;        /* Vertikale Ausrichtung */
    border-radius: 4px;
    cursor: pointer;
    background: none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

input[type="color"]:focus,
input[type="color"]:hover {
    outline: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

        select {
            padding: 0.5em 2.5em 0.5em 1em;
            border: 1px solid #ccc;
            border-radius: 8px;
            background-color: #f9f9f9;
            font-size: 1rem;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" fill="%23999" viewBox="0 0 16 16"><path d="M7.247 11.14l-4.796-5.481A.5.5 0 0 1 2.451 5h11.098a.5.5 0 0 1 .37.84l-4.796 5.481a.5.5 0 0 1-.746 0z"/></svg>');
            background-repeat: no-repeat;
            background-position: right 0.75em center;
            background-size: 1em;
          
           
        }



    .login-form {
      max-width: 320px;
      margin: 50px auto;
      padding: 2rem 1.5rem;
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      gap: 1rem;
      box-sizing: border-box;
    }

    .login-form input[type="text"],
    .login-form input[type="password"] {
      padding: 0.75rem 1rem;
      width: 100%;
      box-sizing: border-box;
      font-size: 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      transition: border-color 0.3s, box-shadow 0.3s;
    }

    .login-form input[type="text"]:focus,
    .login-form input[type="password"]:focus {
      border-color: #FF4D00;
      box-shadow: 0 0 0 3px rgba(255, 77, 0, 0.1);
      outline: none;
    }

    .login-form .btn {
      padding: 0.75rem 1rem;
      font-size: 1rem;
      color: white;
      background-color: #FF4D00;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .login-form .btn:hover {
      background-color: #E32719;
    }


.filter {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-end;
  margin-bottom: 1rem;
}

.filter label {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
}

.filter select {
  padding: 0.5rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

.filter button.btn {
  height: 40px;
  padding: 0 1rem;
  flex-shrink: 0;
}



/* Animationen für das Modal */
.fade-in {
  animation: fadeIn 0.3s ease forwards;
}

.fade-out {
  animation: fadeOut 0.2s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

@keyframes fadeOut {
  from { opacity: 1; transform: scale(1); }
  to   { opacity: 0; transform: scale(0.95); }
}




/* --- Erweiterung für Bestell-Modal & Warenkorb-Anzeige --- */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal > div {
  background: #fff;
  padding: 2rem;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
}



.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.modal-content {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.modal-content h3 {
    margin-top: 0;
    font-size: 1.25rem;
    text-align: center;
}

.modal-content input,
.modal-content textarea {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
    font-size: 1rem;
}

.modal-content button {
    width: 48%;
    padding: 0.75rem;
    font-size: 1rem;
    margin: 0.5rem 1%;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


/* Optional: Für kleinere Schrift und bessere Darstellung auf kleinen Geräten */
@media (max-width: 400px) {
    .modal-content {
        padding: 1rem;
    }

    .modal-content h3 {
        font-size: 1.1rem;
    }

    .modal-content button {
        font-size: 0.9rem;
        padding: 0.6rem;
    }
}


#bestaetigung {
  display: none;
  text-align: center;
  padding: 1rem;
  background: #d1e7dd;
  color: #000;
  margin: 1rem auto;
  max-width: 400px;
  border-radius: 8px;
}



#warenkorbBox {
  margin: 1rem auto;
  max-width: 480px;
  padding: 1rem;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 0.95rem;
}

#warenkorbBox ul {
  list-style: none;
  padding-left: 1rem;
  margin: 0;
}

#warenkorbBox li {
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  position: relative;
}

#warenkorbBox li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #FF4D00;
}

#warenkorbBox h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1.1rem;
}

@media screen and (max-width: 600px) {
  .modal > div {
    padding: 1rem;
  }
    
  #warenkorbBox {
    font-size: 0.9rem;
  }
}

/* --- Ende Erweiterung --- */




#bestaetigung {
  background: #d1e7dd;
  color: #000;
  padding: 1rem;
  border-radius: 8px;
  margin: 1rem auto;
  max-width: 400px;
  text-align: center;
  display: none;
}

#warenkorbAnzeige {
  background: #fefefe;
  border: 1px dashed #ccc;
  padding: 1rem;
  max-width: 480px;
  margin: 1rem auto;
  border-radius: 8px;
  font-size: 0.95rem;
}

#warenkorbAnzeige h4 {
  margin-bottom: 0.5rem;
}

#warenkorbAnzeige ul {
  padding-left: 1rem;
}

#warenkorbAnzeige li {
  margin-bottom: 0.25rem;
}


