:root {
    --blau: #090136;
    --violett: #8935f0;
    --hell-grau: #c9c9c9;
    --primaere-schriftart: Raleway;
    --sekundaere-schriftart: "Helvetica Neue";
    --tertiaere-schriftart: Arial;
    --fallback-schriftart: sans-serif;
    --border-style: 2px solid;
    --border-transition: border .5s ease-in-out;
  }
  
  html {
      font-size: 16px; 
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    body {
      margin: 0;
      font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
      height: 100%;
      background-color: #fff;
    }

    * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
    }
    
    section {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
     
#over-layer{
  width: 100%;
  background-color: var(--blau);
  align-items: center;
}

#a-over-layer {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.all{
  min-height: 73%;
  display: flex;
  flex-direction: column;
}

    /* === NAVIGATIONSLEISTE ===   
     */
     #header-nav {
      width: 100%;
      background-color: var(--hell-grau);
      position: relative;
      font-weight: bold;
      font-size: 1.2rem;
      border-bottom: 1px solid black;
    }
    #header-nav a > img {
      height: 43px;
      width: auto;
      margin: 10px;
      float: left;
    }
    
    #header-nav .col-6 {
      padding-top: 0;
      padding-bottom: 0;
    }
    #header-nav .container,
    #header-nav .row,
    #header-nav .col-6 {
      height: 100%;
    }
    .logo-link {
      display: inline-block;
      padding-bottom: .5rem;
      text-decoration: none;
    }

    /* === NAVIGATIONSLEISTE (MOBIL) === */
    #mobile-nav {
      display: none;
    }
    
    @media (max-width: 800px) {
      #desktop-nav {
        display: none;
      }
      #mobile-nav {
        display: block;
      }
    }

    @media (max-width: 1100px) {
      #header-nav {
        font-size: 1.1rem;
      }
    }
    @media (max-width: 1000px) {
      #header-nav {
        font-size: 1rem;
      }
    }
    .search-bar {
      width: auto;
      display: flex;
      align-items: center;
      border: 2px solid var(--blau); /* Schwarzer Rand */
      height: 50px;
      border-radius: 1px;
    }
    .search-bar input[type="text"] {
      width: 100%;
      border: none;
      padding: 10px;
      background-color: var(--hell-grau);;
    }
    .search-bar input[type="text"]:focus {
      outline: none;

    }
    .search-bar button {
      border: none;
      cursor: pointer;
      height: 50px;
      width: auto;
      background-color: var(--blau);
    }
    .search-bar button img {
     height: 48px;
     width: auto;
     display: flex;
     padding: 5px;
    }
    #a-over-layer-wul {
      color: var(--blau) !important;
      text-decoration: none !important;
      padding-top: 15px;
      display: inline-block;
    }

    .full-space-sn{
      background-color: var(--blau);
      width: 100%;
      padding: 0.5rem;
    }
    @media (max-width: 480px) {
      .full-space-sn{
        height: 60px;
      }
    }
    
    .full-space-sn div{
      padding-top: 0 !important;
      padding-bottom: 0 !important;
    }
    .full-space-sn a{
     text-decoration: none;
     color: var(--hell-grau);
    }

/* SHOP */

.produkt-shop {
  width: 100%;
  height: auto;
  border-radius: 5px;
  background-color: var(--hell-grau);
  box-shadow: 0 0 7px var(--blau); 
}

#a-produkt-shop{
  text-decoration: none;
  color: var(--blau);
  text-align: center;
  text-align: center;
  display: block;
}

.produkt-shop > a > img {
  width: 100%;
  height: auto;
  display: block;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}


.produkt-shop >  p{
  text-align: center;
  display: block;
  color: var(--blau);
  font-size: 1.2rem;
  margin: 0.8rem;
}
.produkt-shop >a > p  >span{
  text-align: center;
  display: block;
  color: var(--blau);
  font-size: 0.7rem;
}

#a-add-wk{
  padding: 0.5rem;
  background-color: var(--blau);
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  display: block;
  color: var(--hell-grau);
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#a-kat-view{
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  display: block;
  color: var(--blau);
  margin-top: 0.5rem;
}

#sort_by{
  font-size: 1rem;
  border: 1px solid var(--blau);
  margin-top: 15px;
  margin-bottom: 15px;
}

/* -- "" -- Produkte */
#pod_scale-s{
  display: block;
  padding: 2rem;
  background-color: var(--hell-grau);
}
#pod_scale{
    display: block;
    padding: 2rem;
    background-color: var(--hell-grau);
  }
  #pod_scale-small{
    display: none;
    background-color: var(--hell-grau);
  }
@media (max-width: 768px) {
  #pod_scale-small{
    display: block;
    background-color: var(--hell-grau);
  }
  #pod_scale{
    display: none;
    background-color: var(--hell-grau);
  }
}

#pod_scale{
padding: 2rem;
  background-color: var(--hell-grau);
}

#col-shop-left{
  padding-left: 3rem;
}
#shop-bild{
  width: 100%;
  height: auto;
  display: block;
}

#h1-shop-pod{
  text-align: center;
  color: var(--blau);
}
#h2-shop-pod{
  text-align: center;
  color: var(--blau);
}
#h2-shop-pod > span{
  text-align: center;
  font-size: 80%;
  color: var(--blau);
}

#h3-shop-pod{
  text-align: center;
  color: var(--blau);
}
#h3-shop-pod >a {
  text-decoration: none;
  color: var(--blau);
}

#prod_besch{
  text-align: center;
  font-size: 1rem;
  color: var(--blau);
}

#f-m{
  font-size: 1.2rem;
  border: 1px solid var(--blau);
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: var(--hell-grau);
}
#f-m option{
  background-color: var(--hell-grau);
}


/* -- "" -- Warenkorb */

#h1-shop-pod-cart-h{
  background-color: var(--blau);
  color: var(--hell-grau);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#h1-shop-pod-cart{
  color: var(--blau);
}
#h2-shop-pod-cart{
  color: var(--blau);
}
#h2-shop-pod-cart > span{
  font-size: 80%;
  color: var(--blau);
}

.anzahl {
  color: var(--blau);
  background-color: var(--hell-grau);
  border-radius: 0;
  border: solid 1px var(--blau);
  font-size: 1.5rem;
  width: 6rem;
}
#h3-shop-pod-cart {
  color: var(--blau);
}
#h3-shop-pod-cart >a {
  text-decoration: none;
  color: var(--blau);
}

#cart-img{
  max-height: 250px;
  max-width: 100%;
  height:auto; 
  width:auto;
}

#cart_item{
  border-bottom: 2px solid var(--blau);
}






/* -- Login Kunde --*/

#kunden-login-nav{
  background-color: var(--hell-grau);
}

#absendenButton-non {
  background: none;
  border: none;
  padding: 0;
  font-size: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  color: var(--blau);
}



.nowith > input{
  width: auto !important;
}




/* Forms */
#kontakt-bereich {
  padding-top: 1rem;
}

#kontakt-formular-best input,
#kontakt-formular-best textarea,
#kontakt-formular-best select {
  width: 100%;
  border: 2px solid var(--blau);
  padding: .5rem;
  font-size: 1rem;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  color: var(--blau);
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  background-color: var(--hell-grau);
}
#kontakt-formular-best_l input,
#kontakt-formular-best_l textarea,
#kontakt-formular-best_l select {
  width: 100%;
  border: 2px solid var(--blau);
  padding: .5rem;
  font-size: 1rem;
  font-family: 'Raleway', 'Lato', 'Helvetica Neue', 'Arial', sans-serif;
  color: var(--blau);
  -webkit-transition: border .5s ease-in-out;
  transition: border .5s ease-in-out;
  background-color: var(--hell-grau);
}

#kontakt-formular-best textarea {
  height: 150px;
}

#absendenButton2 {
  background-color: var(--hell-grau);
  color: var(--blau);
  border: 2px solid var(--blau);
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  font-size: 2rem;
}
#absendenButton {
  background-color: var(--hell-grau);
  color: var(--blau);
  border: 2px solid var(--blau);
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  font-size: 2rem;
}
#absendenButton-suche {
  background-color: var(--hell-grau);
  color: var(--blau);
  border: 2px solid var(--blau);
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  font-size: 2rem;
  height: 57px;
  width: 100%;
}
.suchegroß{
  height: 57px;

}
#absendenButton:hover {
  background-color: var(--hell-grau);
}



#kontakt-formular-best {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

@media (max-width: 1366px) {
  #kontakt-formular-best {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  #kontakt-formular-best {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #kontakt-formular-best button {
    width: 100%;
  }
}
#kontakt-formular-best_l {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}


@media (max-width: 1366px) {
  #kontakt-formular-best_l {
    width: 90%;
  }
}

@media (max-width: 1024px) {
  #kontakt-formular-best_l {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #kontakt-formular-best_l button {
    width: 100%;
  }
}




.nowith > input{
  width: auto !important;
}
  
.show-port-div{
  background-image: linear-gradient(#fafafa,#f4f4f4);

}
.show-port-a{
  text-decoration: none;
  
}
.show-port-a > h2{
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  text-decoration: none;
  color: #000;
}

@media (max-width: 1400px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.5rem;
  }

}

@media (max-width: 1200px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 2.2rem;
  }

}

@media (max-width: 1100px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.9rem;
  }

}
@media (max-width: 930px) {
  .show-port-a > h2 {
    text-align: center;
    font-size: 1.5rem;
  }

}
.show-port-img{
  width: 100%;
  height: auto;
  
}

.show-port-h1{
  text-align: center;
}
.styleG{
  font-size: 1.3rem;
  font-weight: bolder;
}
/* Shop */
.smaler{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  }
@media (max-width: 1042px) {
  .smaler{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  }
}
@media (min-width: 1042px) {
  .fl-drop {
    display: none;
  }
}


@media (max-width: 1042px) {
  .fl-drop {
    display: block;
  }
}

#shop_liste {
  background-color: #e9e7e7;
  text-align: center;
  width: 20%;
  min-width: 250px;
  float: left;
}

@media (max-width: 1042px) {
  #shop_liste {
    display: none;
  }
}
#restshop{
  float: right;
  width: auto;
  width:100%;
  max-width: 75%;
}
@media (max-width: 1530px) {
  #restshop{
    max-width: 70%;
  }
}

@media (max-width: 1400px) {
  #restshop{
    max-width: 65%;
  }
}

@media (max-width: 1042px) {
  #restshop{
    max-width: 100%;
  }
}



#shop-nav{
  text-decoration: none;
  color: #494949;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  display: flex; 
  flex-direction: column;
  padding: .75rem;
}

#shop-naver{
  text-decoration: none;
}

#shop_backgroud{
  background-color: rgba(245, 245, 245, 0.6);
}
#artikel{
  text-decoration: none;
  color: #000;
  text-align: center;

}
#warenkorb-h1{
  text-align: center;
  font-size: 3rem;
}
#absendenButton-small {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c3c3c3;
  color: #333;
  border: 2px solid black;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

#absendenButton-small:hover {
  background-color: #ddd;
}

#absendenButton-small:focus {
  outline: none;
  box-shadow: 0 0 3px #fff;
}  


#artikel > img{

  width: 100%;
  height: auto;
}

.container-shop {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5f5f5 ;
}
#absendenButton-small2 {
  background-color: #c3c3c3;
  color: #333;
  border: 2px solid black;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  width: auto;

  box-sizing: border-box;
}

#absendenButton-small2:hover {
  background-color: #ddd;
}

#absendenButton-small2:focus {
  outline: none;
  box-shadow: 0 0 3px #fff;
}  

#artikel-name{
  position: relative;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}

#artikel-preis{
  position: relative;
  text-align: center;
  font-size: 2rem;
}
#artikel-pfand{
  position: relative;
  text-align: center;
  font-size: 1.5rem;
}
#shop-bild{
  width: 100%;
  height: auto;

}
#a-for-wk{
  background-color: #dfdfdf;
  border: 1px solid grey;
  width: auto;
  max-width: 250px;;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: black;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 0.8rem;
  word-wrap: break-word;
}

@media (max-width: 1530px) {
  #a-for-wk{
    font-size: 1rem;

  }
}
@media (max-width: 1456px) {
  #a-for-wk{
    font-size: .9rem;
  }
}


@media (max-width: 370px) {
  #a-for-wk{
    font-size: .75rem;
    font-weight: lighter;
  }
}
#a-for-wk-n {
  background-color: #dfdfdf;
  border: 1px solid #ff8d38;
  width: auto;
  color: #000000;
  max-width: 250px;;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 0.8rem;
  word-wrap: break-word;
}
@media (max-width: 1530px) {
  #a-for-wk-n{
    font-size: 1rem;
  }
}
@media (max-width: 1456px) {
  #a-for-wk-n{
    font-size: .9rem;
  }
}

@media (max-width: 370px) {
  #a-for-wk-n{
    font-size: .75rem;
    font-weight: lighter;
  }
}


@media (max-width: 500px) {
  #artikel-besch{
  font-size: 1.5rem;
}
}
@media (max-width: 400px) {
  #artikel-besch{
  font-size: 1.2rem;
}
}
#artikel-beschreibung{
  font-size: 1.5rem;
}
#artikel-artikel{
  font-size: 1.4rem;
  text-decoration: none !important;
  color: #090136;
}
#liefern{
  position: relative;
  text-align: center;
  font-size: 3rem;
}

#a-for-wk-n_index {
  position: fixed;
  bottom: 70px;
  right: 20px;
  background-color: #25D366;
  width: auto;
  max-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: bold;
  color: black;
  font-size: 1.1rem;
  text-decoration: none;
  margin-bottom: 0.8rem;
  word-wrap: break-word;
  border-radius: 10px;
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}

.checkbox-label {
  display: flex;
  align-items: center;
}

.checkbox-label  input {
 width: auto !important;
 height: 100%;
}
.checkbox-label a {
  margin-left: 5px; /* Passen Sie den Abstand an, wie es Ihnen gefällt */
}
/* tabelle */

caption {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #ae0018;
  text-transform: uppercase;
 }
 
 table {
  width: auto;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  border: 5px solid black ;
 }
 thead {
  background-color: black !important;
  color: white;
 }
 tr {
  height: 1rem;
 }
 
 tr:nth-of-type(even) {
  background-color: #3D3F45;
  color: #EFF8FB;
 }
 
 th {
  text-align: left;
 }
 
 th, td {
  padding: 0.8rem;
  height: 1rem !important;
 }
 
 tbody > th, td::after {
 content: "0";
 height: 1rem;
 color: black;
 opacity: 0;
 }
 
 
 
 tbody {
  border-bottom: 2px solid #fff;
  bottom: 2rem;
 }
 
 tfoot tr:first-of-type td {
  font-weight: bold;
 }
 /* === Cookie-Tool === */
.cookie-tool {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  z-index: 9999;
}

.cookie-tool .col-2,
.cookie-tool .col-4{
 padding: 0; 
}

.cookie-tool a{
 text-decoration: none;
 color: #000;
}

.cookie-tool h2{
font-size: 2rem;
 }
 .cookie-tool h3{
  color: #000;
   }

   .cookie-tool p{
    color: #000;
     }


 .cookie-tool button{
  background-color: #1d1d1d;
  color: #FFF;
  border: #1d1d1d;
  font-size: 1.48rem;
  font-weight: bold;
  width:100%;
  height: 45px;
   }

   @media (max-width: 1209px) {
    .cookie-tool button{
      height: 70px;
       }
  }
  @media (max-width: 850px) {
    .cookie-tool button{
      font-size: 1.35rem;
      height: 70px;
       }
  }
  @media (max-width: 779px) {
    .cookie-tool #kontakt-formular{
      margin-bottom: 10px;
       }
       .cookie-tool button{
        font-size: 1rem;
        height: 40px;
         }
  }

  .checkbox-label {
    display: flex;
    align-items: center;
  }
  
  .checkbox-label  input {
   width: auto !important;
   height: 100%;
  }
  .checkbox-label a {
    margin-left: 5px; /* Passen Sie den Abstand an, wie es Ihnen gefällt */
  }
/* === footer === */
#footer {
  margin-top: auto;
  background-color:var(--blau);
  height: auto;
  color: #fff;
  padding-bottom: 0;
  
}

#footer a,
#footer p {
  font-size: 1.25rem;
}

#footer p {
  margin: .4rem 0;
}

#footer h2 {
  margin: .4rem 0;
  font-size: 2rem;
  margin-bottom: .75rem;
}

#footer div {
  padding: 0;
  padding-top: 0.25rem;
}

#footer div.col-6 {
  padding: 0;
  padding-top: 0.7rem;
}

#footer-a,
#footer-a:link,
#footer-a:visited,
#footer-a:active {
  text-decoration: none;
  color: #fff;
}

#footer-a:hover {
  color:var(--hell-grau);
}

#footer span {
  color: #fff;
  float: left;
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  #footer div {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

}



  /* === GRID-SYSTEM === */
  .container {
      width: 85%;
      margin-left: auto;
      margin-right: auto;
    }
    .container-shop {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
    }
    .row::after {
      content: "";
      clear: both;
      display: block;
    }
    
    [class*='col-'] {
      float: left;
      min-height: 1px;
      padding: .4rem; 
    }

    .col-shop {width: 25%;
      margin-bottom: .7rem;
  }
    .col-05 { width: 50%;}
    .col-1 { width: 25%;}
    .col-1-sh{width: 10%;}
    .col-1-5 {width: 25%}
    .col-1-5-2 {width: 25%}
    .col-2 { width: 33.333%;}
    .col-2-s{width: 50%;}
    .col-3 { width: 50%;}
    .col-4 { width: 66.666%;}
    .col-5 { width: 75%;}
    .col-5-sh { width: 90%;}
    .col-6 { width: 100%;}
    
    @media (max-width: 1480px) {
      .col-1 { width: 33.333%;}
      .col-1-5 {width: 25%}
      .col-shop {width: 33.3333%}
    }
    
    @media (max-width: 1150px) {
      .col-shop {width: 50%}
      .container-shop {
        width: 70%;
        margin-left: auto;
        margin-right: auto;
      }
    }

    @media (max-width: 1024px) {
      .col-1 { width: 33.333%;}
      .col-1-5 {width: 25%;}
      .container-shop {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
      }
    }
    @media (max-width: 900px) {
      .container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
    }
    
    @media (max-width: 768px) {
      .col-shop {width: 100%}
      .container-shop {
        width: 55%;
        margin-left: auto;
        margin-right: auto;
      }
      .col-1-5 {width: 25%;}
      .col-1-5-2 {width: 25%;}
      .col-1 { width: 50%;}
      .col-2 { width: 100%;}
      .col-2-s{width: 50%;}
      .col-3 { width: 100%;}
      .col-4 { width: 100%;}
    }
    
    @media (max-width: 800px) {

      .col-5-sh { width: 75%;}
    }

    @media (max-width: 625px) {
      .container-shop {
        width: 65%;
        margin-left: auto;
        margin-right: auto;
      }
    }

    @media (max-width: 480px) {
      .container-shop {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
      }
      .col-1-5 {width: 25%;}
      .col-1-5-2 {width: 50%;}
      .col-1 { width: 100%;}
      .col-2 { width: 100%;}
      .col-2-s{width: 50%;}
      .col-3 { width: 100%;}
      .col-4 { width: 100%;}
      .col-5-sh { width: 60%;}
    }
    @media (max-width: 350px) {
      .container-shop {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
      }
    }
    .col-5-sh {
      max-width: 100%;
      
    }
  