@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Poppins-Light.ttf) format("truetype");
}
@font-face {
  font-family: "PoppinsMedium";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/Poppins-Medium.ttf) format("truetype");
}

body,
html {
  font-family: "Poppins", sans-serif;
  margin: 0;
  font-size: 16px;
}
h1,
h2 {
  font-family: "PoppinsMedium";
  text-transform: uppercase;
}
p {
  text-align: justify;
}
h1 {
  font-size: 22pt;
  max-width: 80%;
}
h2 {
  letter-spacing: 2px;
  font-size: 17pt;
}
h3 {
  font-family: "PoppinsMedium";
  font-size: 16pt;
}
header {
  text-align: center;
  background-color: #3c9a3a;
  margin-bottom: 20px;
}

#bioenergie {
  background-color: #3c9a3a;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#muell {
  background-color: #3c9a3a;
  color: white;
  padding-top: 50px;
  padding-bottom: 100px;
}
#impressum {
  padding-bottom: 50px;
}
#impressum p {
  text-align: left;
}
#impressum a {
  display: inline;
}
ul {
  margin: 0px;
  margin-bottom: 35px;
}
#video {
  background-color: #6ba334;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#ansprechpartner {
  background-color: #323232;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
}
#ansprechpartner a {
  color: white;
  text-decoration: underline;
}
#ansprechpartner a:hover {
  text-decoration: none;
}
.dots {
  text-align: center;
  padding-bottom: 5px;
  padding-top: 5px;
}
#ansprechpartner h3 {
  margin-bottom: 5px;
}
.flex-item {
  margin-bottom: 35px;
}
video {
  max-width: 100%;
  height: auto;
}
.hotline {
  position: fixed;
  bottom: 45px;
  right: 15px;
  width: 120px;
  height: 120px;
  z-index: 99;
  transform: scale(1);
  transition: 0.3s ease-in;
}
.hotline:hover {
  transform: scale(1.05);
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.logo {
  max-width: 300px;
  height: auto;
  background-color: white;
  margin: 10px;
}
* {
  box-sizing: border-box;
}
a {
  display: block;
  color: #3c9a3a;
  text-decoration: none;
}
footer a {
  display: inline-block;
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 10pt;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.kreislauf img {
  width: 100%;
}
/* 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: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.icon {
  position: absolute;
  top: -10px;
  right: 15px;
  width: 100px;
  height: auto;
}
.download {
  background-color: #323232;
  color: white;
  padding: 10px 20px;
  border: 2px solid white;
  max-width: 300px;
  text-align: center;
  transition: 0.3s ease-in;
  text-transform: uppercase;
}
.download:hover {
  background-color: #666;
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #6ba334;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #3c9a3a;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  h1 {
    font-size: 30pt;
  }
  .copyright {
    font-size: 12pt;
  }
  h2 {
    font-size: 21pt;
  }
  h3 {
    font-size: 18pt;
  }
  .flex-item {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    padding: 14px;
  }
  .hotline {
    width: 200px;
    height: 200px;
    top: 100px;
    bottom: initial;
  }
}
@media (min-width: 1024px) {
  .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    gap: 0px 15px;
    grid-template-areas: ". . . .";
  }
}
