html, body {
background-color: #ffffff;
margin: 0;
height: 100%; 
color: #000; 
font-family: Rethink;
font-size: 18px !important;
font-weight: 400 !important;
line-height: 24px;
box-sizing: border-box;
word-wrap: break-word !important;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
overflow-y: auto;
}
*:focus {
outline: 2px solid blue !important;
outline-offset: -2px;
}
a:link {
color: #106520;
text-decoration: underline;
}
a:visited {
color: #106520;
text-decoration: underline;
}
a:hover {
color: #106520;
text-decoration: underline;
}
hr {
height: 2px; 
background-color: #cbcbcb;
border: none;
margin-top: 50px;
margin-bottom: 50px;
}
#box-left {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
border-radius: 15px;
border: 1px solid #9ff;
width: 100%;
height: 250px;
color: #000 !important;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none !important;
font-size: 30px;
line-height: 35px;
}
#box-left img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 15px;
}
#box-left-bestand {
background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
border-radius: 15px;
border: 1px solid #9ff;
width: auto;
height: 100px;
padding: 25px;
color: #000 !important;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none !important;
font-size: 30px;
line-height: 35px;
}
#box-left-bestand img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
border-radius: 15px;
}
#box-preisliste-bestand {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
border-radius: 15px;
border: 1px solid #9ff;
width: auto;
height: auto;
color: #000 !important;
justify-content: left;
align-items: left;
text-decoration: none !important;
font-size: 19px;
line-height: 25px;
padding-left: 40px;
padding-right: 40px;
padding-top: 30px;
padding-bottom: 30px;
}
#head {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(214, 255, 200, 1) 0%, rgba(222, 254, 255, 1) 100%);
max-width: 100%;
height: auto;
text-align: left;
margin: 0px auto;
margin-top: 0px;
margin-bottom: 50px;
padding: 10px;
padding-bottom: 15px;
overflow: hidden;
top: 0;
z-index: 1 !important;
border-bottom: 1px solid #bfc;
}
.li-active {
color: #AD0000 !important;
}
/* header */

.header {
  background-color: none;
  position: relative;
  max-width: 1200px;
  margin: 0px auto;
  z-index: 3;
}

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

.header li a {
  font-family: Rethink !important;
  font-weight: 500 !important;
  font-size: 25px !important;
  color: #000000;
  letter-spacing: 0px !important;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: none;
  color: #000000 !important;
  border-bottom: 0px !important;
}

.header .logo {
  display: block;
  float: left;
  margin-top: 10px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  text-align: left;
  transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding-top: 23px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #000;
  display: block;
  height: 2px;
  position: relative;
  width: 30px;
  border-radius: 1px;
}

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

.header .menu-icon .navicon:before {
  top: 7px;
  border-radius: 3px;
}

.header .menu-icon .navicon:after {
  top: -7px;
  border-radius: 3px;
}

/* menu btn */

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

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

.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;
}
#content {
max-width: 950px; 
height: 100%; 
padding: 20px;
margin: 0px auto;
margin-top: 25px;
height: auto !important; 
overflow: hidden !important; 
}
#content-media {
max-width: 1000px; 
height: 100%;
padding: 20px;
margin: 0px auto;
padding-bottom: 35px;
height: auto !important; 
overflow: hidden !important; 
}
#content-se {
max-width: 950px; 
height: 100%; 
padding: 17px;
margin: 0px auto;
margin-top: 45px;
margin-bottom: 40px;
font-size: 22px;
line-height: 27px;
text-align: center;
height: auto !important; 
overflow: hidden !important; 
float: none !important;
}
#content-ratgeber {
max-width: 700px; 
height: 100%; 
padding: 17px;
margin: 0px auto;
margin-top: 45px;
margin-bottom: 40px;
font-size: 22px;
line-height: 27px;
text-align: left;
height: auto !important; 
overflow: hidden !important; 
float: none !important;
}
#content-se img {
border-radius: 15px;
}
#content-se-alternative {
max-width: 1250px; 
height: 100%; 
padding: 17px;
margin: 0px auto;
margin-top: 45px;
margin-bottom: 40px;
font-size: 22px;
line-height: 27px;
text-align: center;
height: auto !important; 
overflow: hidden !important; 
float: none !important;
}
#content-se-alternative img {
border-radius: 15px;
}
#content-se-c-wrapper {
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
max-width: 100%; 
height: 100%; 
padding: 17px;
margin: 0px auto;
margin-top: 45px;
margin-bottom: 40px;
font-size: 22px;
line-height: 27px;
text-align: center;
height: auto !important; 
overflow: hidden !important; 
float: none !important;
}
#hero-image {
max-width: 1250px; 
height: 100%; 
margin: 0px auto;
margin-top: 25px;
padding-bottom: 25px;
height: auto; 
}
#footer {
width: 100%; 
height: auto; 
margin: 0px auto;
height: auto !important; 
overflow: visible !important; 
padding-top: 25px;
padding-bottom: 25px;
margin-top: 25px;
border-top: 2px solid #bfc;
color: #106520;
font-size: 15px;
}
#footer-inner {
max-width: 500px; 
height: auto;
text-align: center; 
margin: 0px auto;
}



/* Standard-Pfeil entfernen */
summary {
  list-style: none;         /* Für Firefox */
}
summary::-webkit-details-marker {
  display: none;            /* Für Chrome, Safari */
}

/* Eigener Pfeil */
summary {
  position: relative;
  padding-left: 1.5em;
  cursor: pointer;
}

summary::before {
  content: "❯"; /* oder ein anderes Symbol */
  position: absolute;
  left: 0;
  top: 0;
  transition: transform 0.3s ease;
}
details {
margin-bottom: 50px;
}

/* Gedreht, wenn geöffnet */
details[open] summary::before {
  transform: rotate(90deg);
}
.details-summary-hd {
font-size: 33px;
font-weight: 450;
line-height: 30px;
}




/* KONTAKTFORMULAR */
input {
width: 100%;
height: auto;
padding: 15px;
margin-bottom: 25px;
border:  2px solid #000000;
border-radius: 10px;
font-family: 'Rethink';
font-style: normal;
font-weight: 500;
font-size: 16px;
outline: none;
box-sizing: border-box;
display: block;
padding: 15px 15px 15px 15px;
background-color: #fff;
}
input[type=submit] {
background-color: #005994;
color: #fff;
padding: 14px 20px;
border: none;
cursor: pointer;
font-size: 18px;
font-weight: 500;
font-family: Rethink;
}
.submit {
width: auto;
height: auto;
margin-top: 40px;
margin-bottom: 25px;
border: 2px solid #000000;
border-radius: 10px;
font-family: 'Rethink';
font-style: normal;
font-weight: 400;
font-size: 18px;
color: #fff;
cursor: pointer;
outline: none;
box-sizing: border-box;
display: block;
padding: 15px 25px 15px 25px;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255, 49, 108, 1) 0%, rgba(255, 63, 63, 1) 100%);
}
textarea {
width: 100%;
height: 200px;
padding: 15px;
margin-bottom: 25px;
border:  2px solid #000000;
border-radius: 10px;
font-family: 'Rethink';
font-style: normal;
font-weight: 500;
font-size: 16px;
outline: none;
box-sizing: border-box;
display: block;
padding: 15px 15px 15px 15px;
background-color: #fff;
}
/* Input verstecken */
input[type="file"] {
  display: none;
}
  .versand-option {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1em;
}

select {
  width: 100%;
  max-width: 600px;
  padding: 0.6em 1em;
  font-size: 1rem;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #f9f9f9;
  color: #333;
  appearance: none; /* entfernt Standard-Styling in modernen Browsern */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='gray' height='16' viewBox='0 0 24 24' width='16' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 0.75em center;
  background-size: 1em;
}

select:focus {
  border-color: #007bff;
  outline: none;
  background-color: #fff;
}

/* Label stylen */
.file-label {
  display: inline-block;
  background: linear-gradient(90deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
  color: #000;
  margin-top: 25px;
  padding: 20px 30px;
  font-size: 19px;
  border-radius: 10px;
  cursor: pointer;
  border: 2px solid #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
}

.file-label:hover,
.file-label:focus-visible {
  background: linear-gradient(90deg, rgba(73, 255, 214, 1) 0%, rgba(188, 253, 255, 1) 100%);
  outline: 3px solid #007acc; /* sichtbar bei Fokus */
  outline-offset: 3px;
}

.filename {
  margin-top: 10px;
  color: #FC0107;
}
/* KONTAKTFORMULAR */




.ctbutton {
background-color: #106520;
color: #fff !important;
padding: 17px 25px;
border: none;
cursor: pointer;
font-size: 20px;
font-weight: 500;
font-family: Rethink;
text-decoration: none !important;
border-radius: 15px;
}
.ctbutton:hover {
background-color: #106520;
}
.ctbutton-se {
background-color: #ffffff;
color: #000 !important;
padding: 17px 25px;
border: none;
cursor: pointer;
font-size: 20px;
font-weight: 500;
font-family: Rethink;
text-decoration: none !important;
border-radius: 15px;
border: 2px solid #000;
}
.ctbutton-se:hover {
background-color: #e8e8e8;
}


h1{
font-weight: 500;
line-height: 1.1em;
}

h2{
font-weight: 500;
line-height: 35px;
}

h3{
font-weight: 500;
}

h4{
font-weight: 500;
}

strong, b{
font-weight: 570;
}


.accordion-se {
margin-top: 0px;
margin-left: 20px;
font-size: 19px;
background-color: #fff;
color: #000 !important;
cursor: pointer;
width: 100%;
text-align: left;
padding: 8px;
border: none;
outline: none;
}

.active {
background-color: #fff;
color: #000 !important;
}

.accordion-se:after {
font-family: "Font Awesome 5 Pro";
font-weight: 400;

float: left;
margin-right: 10px;
}

.active-se:after {
font-family: "Font Awesome 5 Pro";
font-weight: 400;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
width: 100% !important;
margin-top: -40px;
padding: 20px;
background-color: white;
display: none;
overflow: hidden;
}

.imgborder {
border-radius: 20px;
margin-top: 20px;
margin-bottom: 20px;
}


b {
font-weight: 500 !important;
}
.specimen {
font-weight: 570 !important;
text-transform: uppercase;
color: #106520;
font-size: 12px;
letter-spacing: 1.5px;
}















  #productbox {
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 17px;
  max-width: auto;
  height: auto;
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px auto;
  margin-bottom: 50px;
  z-index: 0 !important;
  -webkit-transition: border-color 0.3s ease;
  -moz-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  -ms-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  transition: box-shadow 0.5s;
   -moz-user-select: text !important;
   -khtml-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
   user-select: text;
  }
  #productbox:hover {
  border: 2px solid #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.312);
  }
  #productbox:active {
  border: 2px solid #000000;
  }
  #productbox:focus {
  border: 2px solid #000000;
  }
  #productbox img {
  border-radius: 0px !important;
  }
  .pbox {
  font-family: 'Rethink' !important;
  background-color: #fff !important;
  border: 0px solid #E9E9E9 !important;
  border-radius: 0px;
  color: #000 !important;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  font-weight: 400 !important;
  margin-top: 0;
   -moz-user-select: text !important;
   -khtml-user-select: text;
   -webkit-user-select: text;
   -ms-user-select: text;
   user-select: text;
  }
  .active, .pbox:hover {
  background-color: #fff !important;
  border: 0px solid #E9E9E9;
  border-radius: 0px;
  }
  .pbox:before {
  font-family: "Rethink";
  content: "mehr Info";
  color: #000;
  font-size: 15px;
  font-weight: 300;
  float: right;
  margin-top: 23px;
  margin-left: 5px;
  }
  .active:before {
  font-family: "Rethink";
  content: "weniger Info";
  }
  .pboxpanel {
  padding: 0px;
  margin-top: 10px;
  background-color: white;
  max-height: 0;
  border-radius: 0px;
  font-size: 16px;
  line-height: 25px;
  overflow: hidden;
transition: all 0.55s cubic-bezier(0.65, 0, 0.35, 1);
  }
  .pbox-se {
  font-family: 'Rethink' !important;
  background-color: #fff !important;
  border: 0px solid #E9E9E9 !important;
  border-radius: 0px;
  color: #000 !important;
  cursor: default;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 400 !important;
  margin-top: 0;
  }
  
  .available {
  display: block;
  margin-top: 10px;
  font-weight: 500; 
  color: #087513;
  }
  .order {
  display: block;
  margin-top: 10px;
  font-weight: 500; 
  color: #ae5d10;
  }
  .unavailable {
  display: block;
  margin-top: 10px;
  font-weight: 500; 
  color: #a70d10;
  }
  .filterDiv {
    display: none;
  }
  
  .show {
    display: block !important;
  }
  .show2 {
    display: block !important;
  }
  
  .container {
    margin-top: 20px;
    overflow: hidden;
  }
  
  /* Style the buttons */
  .btn {
    border: none;
    outline: none;
    padding: 11px 11px;
    margin-top: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(180, 255, 238, 1) 0%, rgba(222, 254, 255, 1) 100%);
    color: #000;
    border: 2px solid #000;
    border-radius: 10px;
    cursor: pointer;
    content: none !important;
    
  }
  
  .btn:hover {
    background-color: #7DCA9A;
  }
  
  .btn.active{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(25, 209, 168, 1) 0%, rgba(0, 205, 159, 1) 100%);
    color: #fff !important;
    border-radius: 10px;
    border: 2px solid #fff;
    content: none !important;
    transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  .btn.active::before{
  
    content: none !important;
  }
  
  #dominated-wrapper {
  width: 100% !important;
  display: inline-block !important;
  }
  #thc-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #7DCA9A;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  #cbd-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #569a70;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  #thc-cbd-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #71af89;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  #indica-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #348152;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  #sativa-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #137338;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  #hybrid-dominated {
  padding: 5px;
  border-radius: 3px;
  border: 0px solid #000;
  background-color: #0e4b24;
  float: left;
  font-size: 11px !important;
  font-weight: bold;
  color: #fff;
  margin-top: -10px !important;
  margin-bottom: 15px !important;
  margin-right: 5px;
  }
  .formField{
      position: relative;
      margin-top: -20px !important;
      margin-bottom: 40px !important;
  }
  input.valid{
      background-color: transparent;
      border: 0;
      margin-right: 20px;
  }
  input.nosubmit {
  width: 100%;
  height: auto;
  padding: 15px;
  margin-bottom: 25px;
  border:  2px solid #000000;
  border-radius: 10px;
  font-family: 'Rethink';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
  display: block;
  padding: 15px 15px 15px 15px;
  background-color: #fff;
  }



















.image-container {
      position: relative;
      width: 100%;
      max-width: 1400px;
      margin: 0 auto;
      margin-top: -50px;
      margin-bottom: 50px;
    }
    
    .image-container img {
      width: 100%;
      height: auto;
      display: block;
    }
    
  .image-text {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-family: 'Rethink', sans-serif !important;
      letter-spacing: 0;
      color: rgb(0, 0, 0);
      font-size: clamp(24px, 5vw, 47px);
      text-transform: none;
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(220, 255, 247, 1) 100%);
      padding: clamp(10px, 4vw, 40px) clamp(10px, 6vw, 40px);
      border-radius: 14px;
      border: 3px solid #000;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
      pointer-events: none;
      text-shadow: none;
      text-align: center;
      white-space: nowrap;
    }












@font-face {
  font-family: "Rethink";
  font-display: swap;
  src: url("webfont/Rethink.ttf") format("truetype-variations");
}


@media (min-width: 950px) {

  .header li {
    float: left;
  }
  .header li a {
    padding: 10px 10px;
    font-family: Rethink !important;
    font-weight: 450 !important;
    font-size: 21px !important;
    color: #000000;
    display: block;
    text-decoration: none;
    margin-top: 5px;
    border: 2px solid rgba(0, 0, 0, 0) !important;
    border-radius: 15px;  
    padding: 10px;
    transition: all 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
  }
  .header li a:hover,
  .header .menu-btn:hover {
    background-color: #ffffff;
    color: #000000 !important;
    border: 2px solid #000 !important;
    border-radius: 15px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
    margin-top: 0px;
  }
  .header .menu-icon {
    display: none;
  }
.active-header {
  color: #106520 !important;
  }
  
  .header .logo {
    display: block;
    float: left;
    margin-top: 15px !important;
    text-decoration: none;
  }
  
/*  SECTIONS  */
  .section {
    clear: both;
    padding: 0px;
    margin: 0px;
  }
  
  /*  COLUMN SETUP  */
  .col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
  }
  .col:first-child { margin-left: 0; }
  
  /*  GROUPING  */
  .group:before,
  .group:after { content:""; display:table; }
  .group:after { clear:both;}
  .group { zoom:1; /* For IE 6/7 */ }
  /*  GRID OF TWO  */
  .span_2_of_2 {
    width: 100%;
  }
  .span_1_of_2 {
    width: 49.2%;
  }
  
  /*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
  
  @media only screen and (max-width: 480px) {
    .col { 
      margin: 1% 0 1% 0%;
    }
  }
  
  @media only screen and (max-width: 480px) {
    .span_2_of_2, .span_1_of_2 { width: 100%; }
  }
  
  
  
.active-header-link {
    background-color: rgba(255, 255, 255, 0.500);
    color: #000000 !important;
    border: 2px solid #000 !important;
    border-radius: 15px;
  }
  
  
  
  
