* {
  box-sizing: border-box;
  background-clip: border-box;
}

@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/montserrat/montserrat-v25-latin-200.woff2"), url("fonts/montserrat/montserrat-v25-latin-200.woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 400;
  src: url("fonts/montserrat/montserrat-v25-latin-regular.woff2"), url("fonts/montserrat/montserrat-v25-latin-regular.woff");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  src: url("fonts/montserrat/montserrat-v25-latin-600.woff2"), url("fonts/montserrat/montserrat-v25-latin-600.woff");
}
@font-face {
  font-family: Birthstone;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/birthstone/birthstone-v10-latin-regular.woff2"), url("fonts/birthstone/birthstone-v10-latin-regular.woff");
}
/* Basic */
img {
  max-width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.outset-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1925px;
}
.outset-width--partner-btn {
  position: fixed;
  z-index: 10;
  top: 45%;
  right: 0;
  left: 0;
}

section {
  margin: 0;
  padding: 100px 150px;
}

.btn {
  display: inline-block;
  padding: 10px 80px;
  font-size: 18px;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 400;
  text-decoration: none;
  transition: 0.4s;
  -webkit-transition: 0.5s;
  background-clip: border-box;
  border: 1px solid transparent;
}
.btn-green {
  background: #5FC06D;
}
.btn-green:hover {
  background: #ffffff;
  border: 1px solid #5FC06D;
  color: #5FC06D;
}
.btn-blue {
  background: #014E9C;
}
.btn-blue:hover {
  background: transparent;
  border: 1px solid #014E9C;
  color: #014E9C;
}
.btn-blue--hell {
  background: #4B81B7;
}
.btn-blue--hell:hover {
  background: #ffffff;
  border: 1px solid #4B81B7;
  color: #4B81B7;
}
.btn-partner {
  padding: 7px 50px;
  background: #019D18;
  position: absolute;
  right: 0;
  transform: rotate(-90deg) translate(50%, 0);
  transform-origin: 100% 100%;
}
.btn-partner:hover {
  background: #ffffff;
  border: 1px solid #019D18;
  color: #019D18;
}
.btn-senden {
  width: 150px;
  padding: 10px 0;
  border: none;
}

h3 {
  color: #014E9C;
  font-size: 50px;
  font-weight: 400;
}

p {
  line-height: 30px;
}

/* Home - Startsite */
header {
  margin: 0;
  padding: 0;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 20px 150px;
  border-top: 20px solid #014E9C;
}
.nav img {
  height: 105px;
  width: auto;
}

.home {
  background-image: url(bilder/home-flasche.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.home section {
  padding: 80px 50px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5647058824);
}
.home h1 {
  margin-bottom: 0;
  margin-top: auto;
  font-size: 60px;
  font-weight: 400;
  line-height: 70px;
  letter-spacing: -4.33px;
}
.home .green-fat {
  color: #019D18;
  font-weight: 600;
}
.home h2 {
  margin: 5px 0 40px 0;
  text-transform: uppercase;
  color: #014E9C;
  font-weight: 400;
  font-size: 35px;
  letter-spacing: 1.5px;
}

/* Thanks To Customers */
.thanks {
  background: #F3F5F2;
}
.thanks article {
  margin-right: 35%;
}
.thanks ul {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  padding: 100px 0 0 0;
}
.thanks li {
  list-style: none;
  padding-left: 0;
  margin-right: 125px;
  max-width: 280px;
}
.thanks li img {
  max-width: 200px;
  margin-bottom: 40px;
}
.thanks li h5 {
  font-size: 30px;
  font-family: "Birthstone", cursive;
}

/* Dilutionen */
.dilutionen {
  display: flex;
  flex-flow: wrap column;
  justify-content: center;
  text-align: center;
}
.dilutionen h4 {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 100px;
}
.dilutionen ul {
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
}
.dilutionen li {
  list-style: none;
  width: 30%;
  border: 1px solid #24A537;
  color: #014E9C;
  padding: 30px 100px;
  margin-right: 20px;
  font-size: 25px;
  font-weight: 400;
}
.dilutionen article {
  display: flex;
  flex-flow: wrap column;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
  max-width: 1000px;
}
.dilutionen details {
  text-align: left;
}
.dilutionen details summary {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 40px;
  list-style: none;
}
.dilutionen details summary img {
  height: auto;
  width: 15px;
}
.dilutionen details summary :first-child {
  display: block;
}
.dilutionen details summary :nth-child(2) {
  display: none;
}
.dilutionen details summary::-webkit-details-marker {
  display: none;
}
.dilutionen details .bg-blue {
  background: rgba(75, 129, 183, 0.1254901961);
}
.dilutionen details[open] summary {
  font-weight: 600;
}
.dilutionen details {
  max-height: 52px;
  transition: 2s;
  overflow: hidden;
}
.dilutionen details[open] {
  max-height: 200vh;
}
.dilutionen details[open] p {
  padding: 20px 40px;
}
.dilutionen details[open] summary :first-child {
  display: none;
}
.dilutionen details[open] summary :nth-child(2) {
  display: block;
}

/* Swissness */
.swissness {
  background-image: url(bilder/swiss.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  display: flex;
  flex-flow: wrap column;
  align-content: flex-end;
}
.swissness article {
  background: #ffffff;
  opacity: 0.85;
  padding: 40px;
  width: 40%;
  border-radius: 3px;
}

/* Sonderangebot */
.angebot {
  text-align: center;
}
.angebot h4 {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 100px;
}
.angebot ul {
  text-align: left;
}
.angebot p {
  padding-top: 100px;
}
.angebot article {
  display: flex;
  flex-flow: wrap row;
  justify-content: center;
}
.angebot article img {
  width: 35%;
  height: 35%;
  padding: 40px;
}
.angebot article table {
  width: 55%;
  text-align: left;
  padding: 20px;
}

/* Komplexmittel */
.komplex {
  display: flex;
  flex-flow: wrap row;
  background: #F3F5F2;
}
.komplex img {
  margin-top: auto;
  margin-bottom: auto;
  max-width: 50%;
  height: 50%;
  padding: 50px;
}
.komplex article {
  width: 40%;
}
.komplex article p {
  margin-bottom: 50px;
}

/* Lohnherstellungen */
.lohn {
  position: relative;
  text-align: center;
}
.lohn h3 {
  color: #019D18;
}
.lohn h4 {
  font-size: 25px;
  font-weight: 200;
  margin-bottom: 100px;
}
.lohn p {
  text-align: left;
}
.lohn ul {
  margin-bottom: 100px;
  text-align: left;
  width: 80%;
}
.lohn ul li {
  margin-left: 50px;
  padding-left: 20px;
  line-height: 40px;
}
.lohn ul li::marker {
  font-size: 7px;
}
.lohn img {
  position: absolute;
  right: 40px;
  bottom: 100px;
  width: 40%;
  max-width: 400px;
}
.lohn a {
  position: relative;
}

/* Projekte */
.projekte {
  display: flex;
  flex-flow: wrap row;
  background: #E0E7DE;
}
.projekte img {
  margin: auto;
  width: 25%;
}
.projekte article {
  width: 50%;
  padding: 60px;
}
.projekte article p {
  margin-bottom: 50px;
}

/* Internationale Kooperationen */
.kooperation {
  position: relative;
  text-align: center;
}
.kooperation h3 {
  color: #019D18;
}
.kooperation article {
  display: flex;
  margin-bottom: 100px;
}
.kooperation .green-line {
  background: #019D18;
  height: 1px;
  width: 50%;
  margin-bottom: 50px;
}
.kooperation .show-text-close {
  list-style: none;
  color: #019D18;
  font-weight: 400;
}
.kooperation details {
  text-align: center;
  line-height: 30px;
}
.kooperation details summary {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 20px;
  list-style: none;
}
.kooperation details summary::-webkit-details-marker {
  display: none;
}
.kooperation details .bg-blue {
  background: rgba(75, 129, 183, 0.1254901961);
}
.kooperation details[open] summary {
  font-weight: 600;
}
.kooperation details[open] p {
  padding: 20px 40px;
}
.kooperation details[open] summary :first-child {
  display: none;
}
.kooperation details[open] summary :nth-child(2) {
  display: block;
}
.kooperation .box-kooperation {
  display: flex;
  flex-flow: wrap column;
  align-items: center;
  z-index: 2;
  margin: 20px;
  padding: 50px 20px 100px 20px;
  border: 2px solid #019D18;
  background: #ffffff;
  min-width: 0;
  flex: 1 1 30%;
}
.kooperation .box-kooperation h4 {
  display: flex;
  align-items: center;
  height: 100px;
  color: #014E9C;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.kooperation .img-lavender {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -13%;
  width: 55%;
}
.kooperation .biber {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 40px;
  margin-bottom: -200px;
  max-height: 350px;
}

/* Footer Kontakt */
footer {
  text-align: center;
  background: #E0E7DE;
  padding-top: 100px;
  margin-top: -100px;
  line-height: 30px;
}
footer section {
  position: relative;
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  text-align: left;
}
footer section h4 {
  font-size: 35px;
  color: #019D18;
  font-weight: 400;
}
footer address {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-style: normal;
}
footer address .kontakt {
  display: block;
  padding-top: 20px;
}
footer address a {
  color: #272727;
  text-decoration: none;
}
footer address a:hover {
  color: #019D18;
}
footer .logo-kontakt img {
  height: 150px;
  width: auto;
}
footer .kontakt-form {
  padding-left: 20px;
}
footer .kontakt-form h4 {
  margin-right: 50px;
}
footer form {
  display: flex;
  flex-direction: column;
}
footer input[type=text],
footer input[type=email],
footer input[type=tel],
footer textarea {
  font-size: 15px;
  padding: 10px;
  border: none;
  background: rgba(255, 255, 255, 0.5647058824);
  margin-bottom: 10px;
}

.social-media {
  display: flex;
  align-items: center;
  background: #ffffff;
  padding: 10px 150px;
  font-size: 12px;
  width: 100%;
  border-bottom: 10px solid #014E9C;
}
.social-media .daten a {
  padding-left: 0;
  padding-right: 20px;
}
.social-media a {
  padding-left: 40px;
  text-decoration: none;
  color: #272727;
}
.social-media a:hover {
  filter: grayscale(1);
  color: #014E9C;
  cursor: pointer;
}
.social-media a img {
  width: auto;
  height: 15px;
}

.alert {
  position: fixed;
  display: block;
  padding: 50px;
  z-index: 5;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100vw;
  text-align: center;
  color: #ffffff;
  font-size: 25px;
}
.alert-danger {
  background: darkred;
  animation: alert 5s ease-in both;
}
.alert-success {
  background: #5FC06D;
  animation: alert 5s ease-in both;
}
@keyframes alert {
  0% {
    opacity: 100%;
    display: block;
  }
  50% {
    opacity: 80%;
  }
  100% {
    opacity: 0;
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .nav {
    padding: 20px 50px;
  }
  .nav img {
    height: 80px;
  }
  section {
    padding: 40px 50px;
  }
  .home {
    min-height: 400px;
  }
  .home h1 {
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
  }
  .home h2 {
    margin: 0 0 20px 0;
    font-weight: 200;
    font-size: 25px;
  }
  .thanks article {
    margin-right: 20%;
  }
  .thanks li {
    margin-right: 80px;
    max-width: 250px;
  }
  .thanks li img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .thanks li h5 {
    font-size: 30px;
  }
  .dilutionen li {
    list-style: none;
    width: 30%;
    padding: 20px 50px;
  }
  .swissness {
    justify-content: center;
  }
  .swissness article {
    font-weight: 400;
    padding: 20px;
    width: 100%;
    border-radius: 3px;
  }
  .swissness table {
    width: 100%;
    text-align: left;
    padding: 20px;
  }
  .swissness table td {
    text-align: left;
    padding-left: 20px;
  }
  .angebot {
    padding-bottom: 100px;
  }
  .angebot article table {
    width: 70%;
  }
  .angebot article {
    flex-flow: wrap column;
  }
  .angebot article img {
    width: 30%;
    min-width: 250px;
    height: 100%;
  }
  .angebot article ul {
    width: 100%;
  }
  .komplex img {
    width: 40%;
    height: 40%;
    padding: 20px;
  }
  .komplex article {
    width: 50%;
    padding: 20px;
  }
  .komplex article p {
    margin-bottom: 50px;
  }
  .lohn {
    padding-bottom: 100px;
  }
  .lohn ul {
    width: 70%;
  }
  .lohn ul li {
    margin-left: 20px;
    padding-left: 10px;
  }
  .lohn img {
    position: absolute;
    right: 20px;
    bottom: 100px;
    width: 40%;
    max-width: 300px;
  }
  .projekte {
    padding-bottom: 100px;
  }
  .projekte img {
    width: 25%;
    height: 50%;
    margin: auto;
  }
  .projekte article {
    width: 50%;
    padding: 20px;
  }
  .kooperation h3 {
    color: #019D18;
  }
  .kooperation article {
    display: flex;
    flex-flow: wrap column;
    margin-bottom: 100px;
  }
  .kooperation .green-line {
    background: #019D18;
    height: 1px;
    width: 50%;
    margin-bottom: 50px;
  }
  .kooperation .show-text {
    display: none;
  }
  .kooperation .show-text-close {
    color: #019D18;
    font-weight: 400;
  }
  .kooperation .box-kooperation {
    display: flex;
    flex-flow: wrap column;
    align-items: center;
    z-index: 2;
    margin: 40px;
    padding: 50px 20px 100px 20px;
    border: 2px solid #019D18;
    background: #ffffff;
    min-width: 0;
    flex: 1 1 20%;
  }
  .kooperation .box-kooperation h4 {
    display: flex;
    align-items: center;
    height: 100px;
    color: #014E9C;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .kooperation .img-lavender {
    bottom: -8%;
  }
  footer .logo-kontakt img {
    height: 100px;
  }
  .social-media {
    display: flex;
    align-items: center;
    background: #ffffff;
    padding: 10px 50px;
    font-size: 12px;
    width: 100%;
    color: #272727;
    border-bottom: 10px solid #014E9C;
  }
  .social-media a {
    padding-left: 40px;
  }
  .social-media a:hover {
    filter: grayscale(1);
  }
  .social-media a img {
    width: auto;
    height: 15px;
  }
}
@media screen and (max-width: 1010px) {
  .nav {
    padding: 20px 20px;
  }
  .nav img {
    height: 60px;
  }
  h3 {
    font-size: 25px;
    font-weight: 400;
  }
  section {
    padding: 40px 20px;
  }
  .home {
    background-image: url(bilder/home-flasche-mobile.jpg);
    background-position: center;
    min-height: 300px;
  }
  .home h1 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -2.33px;
  }
  .home h2 {
    margin: 0 0 40px 0;
    font-weight: 200;
    font-size: 20px;
  }
  .thanks article {
    margin-right: 0;
    width: 90%;
  }
  .thanks ul {
    display: flex;
    flex-flow: wrap row;
    justify-content: center;
    align-content: center;
    padding: 100px 0 0 0;
    gap: 20px;
  }
  .thanks li {
    max-width: 300px;
    margin: 0px;
  }
  .thanks li img {
    max-width: 200px;
    margin-bottom: 20px;
  }
  .thanks li h5 {
    font-size: 30px;
  }
  .dilutionen ul {
    flex-direction: column;
  }
  .dilutionen li {
    width: 90%;
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .dilutionen article {
    display: flex;
    flex-flow: wrap column;
    margin: 100px auto;
    width: 100%;
    max-width: 1000px;
  }
  .komplex {
    flex-flow: wrap column;
  }
  .komplex img {
    width: 100%;
    height: 100%;
    padding: 20px;
  }
  .komplex article {
    width: 100%;
  }
  .lohn img {
    bottom: 150px;
  }
  .projekte {
    padding-bottom: 100px;
  }
  .projekte img {
    margin-top: 100px;
    width: 30%;
    height: 50%;
  }
  .projekte article {
    width: 100%;
  }
  .kooperation .box-kooperation {
    margin: 20px;
  }
  .kooperation .img-lavender {
    bottom: -8%;
  }
  .kooperation .biber {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    margin-bottom: -200px;
    max-height: 350px;
  }
  footer {
    padding-top: 200px;
    margin-top: 0px;
  }
  footer .logo-kontakt img {
    margin-top: 50px;
    height: 100px;
  }
}
@media screen and (max-width: 950px) {
  .btn {
    padding: 10px 20px;
    width: auto;
    font-size: 18px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: none;
  }
  .btn:hover {
    padding: 10px 20px;
  }
  .dilutionen details {
    max-height: 100px;
    padding: 0;
  }
  .angebot {
    padding-bottom: 100px;
  }
  .angebot article {
    flex-flow: wrap column;
  }
  .angebot article table {
    width: 100%;
  }
  .angebot article table tr {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 20px;
    border-bottom: 1px solid #014E9C;
  }
  .angebot article img {
    width: 30%;
    min-width: 250px;
    height: 100%;
  }
  .angebot article ul {
    width: 100%;
  }
  .lohn ul {
    width: 100%;
    max-width: 700px;
    padding-left: 0;
    line-height: 35px;
  }
  .kooperation .box-kooperation {
    margin: 50px 0;
  }
  footer .kontakt-form {
    padding-left: 0;
  }
  footer .kontakt-form h4 {
    margin-right: 0px;
  }
  footer section {
    flex-flow: wrap column;
    justify-content: space-between;
    text-align: left;
  }
  .social-media {
    display: flex;
    flex-flow: wrap row;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }
  .social-media div {
    padding: 10px;
  }
  .social-media div a {
    padding-left: 10px;
  }
}

/*# sourceMappingURL=main.css.map */
