
* {box-sizing:border-box}

.slides {
  display: none;
  width: 100%;
}

#slideshow {
  float: left;
  margin-top: 150px;
  width: 100%;
  height: 600px;
  background-color: red;
}

.animate-left {
  position: relative;
  animation: animateleft 0.8s
}

@keyframes animateleft { 
  from { left :-500px; opacity:0 } to { left:0; opacity:1 }
}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height: 600px;
  background-color: red;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.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 the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: red;
  font-size: 20px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

#mainContainer {
    float: left;
    width: 100%;
    background-color: #f5f5f5;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#mainContainer_main {
  float: left;
  width: 100%;
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#mainContainer_history {
    float: left;
    width: 100%;
    background-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#header  {
  height: 14%;
  width: 100%;

  background: #003616; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #283c86, #45a247); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #003616, #45a247); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#header_home_index  {
  display: block;
  overflow: auto;
  height: 120px;
  z-index: 0;
}

#header_home  {
  background-color: #3ab916;
  display: block;
  overflow: auto;
  height: 120px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

#footer {
    float: left;
    width: 100%;
    margin-top: 40px;
    background-color:black;
}

#article_datenschutz {
  float: left;
  width: 90%;
  margin-left: 5%;
  margin-top: 5%;
}

#article_datenschutz p {
  float: left; 
  margin-left: 5%;
  margin-right: 5%;
  margin-top: -5px;
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  color: black; 
  width: 90%;
}

#article_datenschutz h1 {
  float: left; 
  margin-left: 5%;
  margin-top: 10px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: black; 
  width: 600px;
  text-decoration: underline;
}

#article {
  position: relative;
    width: 15.625%;
    min-height: 350px;
    padding-left: 2.60%;
  padding-top: 1%;
}

#produkt_category 
{
float: left;
width: 200px;
height: 200px;
border-radius: 25px;
background-color: rgba(0, 0, 0, 0.4);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
text-align: center;
margin-left: 150px;
margin-top: 50px;
}

#produkt_category img 
{
width: 160px;
height: 160px;

  margin-left: auto;
  margin-right: auto;
  border-radius: 25px;
}

#produkt_category a 
{
  float: left;
text-decoration: none;
font-size: 23px;
font-family: 'Montserrat', sans-serif;
border-bottom: 2px solid white;

width: 170px;
margin-left: 15px;
}

#produkt_category a:hover {
  border-bottom-color: #3ab916;
  color: #3ab916;
  transition: 0.3s;
}



#article p {
    float: left; 
    margin-left: 10px;
    margin-top: -5px;
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    color: black; 
    width: 600px;
}

#article h1 {
    float: left; 
    margin-left: 10px;
    margin-top: -4px;
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: black; 
    width: 600px;
    text-decoration: underline;
}

#article_small {
    float: left;
    width: 450px;
    height: 600px;
    background-color: #ccc;
    margin-left: 30px;
    margin-top: 20px;
    border: 2px solid black;
}

#article_small_img  {
    width: 150px;
    height: 150px;
    border: 2px solid black;
    margin-left: 20px;
    margin-top: 20px;
}


#history {
  position: relative;
  width: 80%;
  left: 10%;
  border-radius: 5px;
  background-image: url("images/S.\ 1-1.png"); 
  background-size: cover;
  background-position: center;
  background-size: 100%;
}

/* Container holding the image and the text */
.history_container_deckblatt {
  position: relative;
  text-align: center;
  color: white;
  width: 90%;
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 8px;
  left: 16px;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 5px;
  left: 35px;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 16px;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#history p {
  float: left; 
  margin-top: -10px;
  margin-left: 35px;
  font-size: 2.28vh;
  font-family: 'Montserrat', sans-serif;
  color: black; 
  width: 95%;
}

#history_container_deckblatt h1 {
  float: left; 
  padding-left: 35px;
  font-size: 36px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  color: black; 
  
}

#telephone_box {
  position: absolute;
  width: 10.9375%;
  top: 1.5%;
  right: 1.04%;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: table;
  margin: 0 auto;
}

#history_container 
{
  
}

#whatsapp_box {
  position: absolute;
  width: 2.3%;
  height: fit-content;
  top: 1.5%;
  right: 14.5%;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#whatsapp_box img 
{
  display: inline-block;
  width: 100%; 
  height: auto;
}


#whatsapp_link
{
  float: left;
  position: absolute;
    text-align: center;
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

#whatsapp_box:hover
{
  background-color: rgb(36, 198, 48);
}


#logo_container {
  position: absolute;
  left: 1.04%;
  top: 1.5%;
  width: 20%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 25px;
}

#telephone_box a
{
  position: relative;
  top: 50%;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  text-align: center;
  color: #949494;
  text-decoration: none;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: bold;
}

#telephone_box img
{
  display: inline-block;
  width: 20%; 
  height: 25%;
}


#telephone_link
{
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
    color: white;
    text-decoration: none;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: 0.8vw;
}

#telephone_box:hover
{
  background-color: rgb(36, 198, 48);
}

#header_line_box 
{
  position: absolute;
  width: fit-content;
  top: 1%;
}

#main_category 
{
  float: left;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  width: 97%;
  height: 300px;
  background-color: #f5f5f5;
  border-radius: 10px;
}


#main_headline 
{
  position: relative;
  margin-left: 3.125%;
  margin-top: 2%;
  font-size: 30px;
  color: black;
  border-bottom: 4px solid;
  border-color: rgb(36, 198, 48);
  width: 17%;
}

#product_featured_container
{
  float: left;
  margin-left: 10%;
  width: 100%;
  height: 350px;
  margin-top: 30px;
}

#product_featured
{
  float: left;
  margin-left: 65px;
  width: 21%;
  height: 259px;
}

#product_featured h3
{
  margin-left: 0 auto;
  text-align: center;
  font-size: 28px;
  color: black;
  border-bottom: 4px solid;
  border-color: rgb(36, 198, 48);
}

#product_featured img 
{
  position: relative;
  width: 100%;
  height: 202px;
  bottom: 0px;
}

#inop {
  visibility: hidden;
}