@import "fonts.css";
@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
body {
  background-color: #fff;
}
body .standard-btn {
  position: relative;
  font-family: "Brandon Grotesque";
  text-align: center;
  color: #15182E;
  border: 0.17vw solid #178C45;
  border-radius: 2vw;
  font-size: 1.05vw;
  line-height: 2.4vw;
  font-weight: 450;
  display: block;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
body .standard-btn svg {
  transition: 0.5s ease-in-out;
}
body .standard-btn:hover {
  background: linear-gradient(107.61deg, #178C45 2.58%, #63D580 101.49%);
  color: #fff;
}
body .standard-btn:hover svg {
  padding-left: 1vw;
}
body #jumptotop {
  position: fixed;
  display: block;
  right: 35px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  z-index: 1000;
}
body #jumptotop svg {
  rotate: -90deg;
}
body #jumptotop.show {
  opacity: 0.3;
  visibility: visible;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  body #jumptotop {
    display: none;
  }
}
body header {
  padding: 2.3vw 6.6vw;
  padding-bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
  transition: 0.5s ease-in-out;
}
body header .logo {
  opacity: 0;
  position: relative;
  width: 19vw;
  height: auto;
  display: inline-block;
  transition: 0.5s ease-in-out;
}
body header .logo svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body header .logo {
    width: 27vw;
    height: auto;
  }
}
body header .menu {
  opacity: 0;
  display: flex;
  float: right;
  color: #178C45;
  font-family: "Brandon Grotesque";
  font-size: 1.5vw;
  font-style: normal;
  font-weight: 450;
  line-height: 145%;
  text-transform: uppercase;
}
body header .menu svg {
  width: 4.3vw;
  height: auto;
  margin-left: 16px;
}
@media (max-width: 767px) {
  body header .menu {
    position: absolute;
    right: 5.2vw;
    font-size: 3.25vw;
    top: 4.8vw;
    color: #15182E;
  }
}
body header.fixed {
  position: fixed;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  padding-top: 0.6vw;
  padding-bottom: 0.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body header.fixed .logo {
  width: 16vw;
}
@media (max-width: 767px) {
  body header {
    display: flex;
    justify-content: space-between;
    padding-top: 4.45vw;
    padding-left: 5.2vw;
    padding-right: 5.2vw;
  }
}
body footer {
  padding: 0 3.5vw 1.3vw 3.5vw;
  padding-top: 0;
  color: #fff;
  position: relative;
}
body footer .footer-content {
  border-radius: 20px;
  background: var(--verlauf, linear-gradient(4deg, #15182E 5%, #178C45 108.84%));
  display: flex;
  font-family: "Neue Haas Grotesk Text Pro";
  padding-top: 2.8vw;
  height: 27.3vw;
}
body footer .footer-content .footer-logo {
  position: relative;
  width: 28.3%;
  display: flex;
  align-items: flex-start;
}
body footer .footer-content .footer-logo #svg-text {
  position: relative;
  left: 2.5vw;
  top: -0.7vw;
  height: auto;
  width: 19vw;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-logo #svg-text {
    position: relative;
    left: 5vw;
    top: -18.4vw;
    width: 32.4vw;
  }
}
body footer .footer-content .footer-logo #svg-wolf {
  position: absolute;
  bottom: -1px;
  left: -2.3vw;
  width: 20.5vw;
  height: auto;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-logo #svg-wolf {
    transform: scaleX(-1);
    left: unset;
    right: -27vw;
    bottom: -68vw;
    width: 74.5vw;
  }
}
@media (max-width: 767px) {
  body footer .footer-content .footer-logo {
    width: 100%;
    height: -moz-min-content;
    height: min-content;
    margin-bottom: -11vw;
  }
}
body footer .footer-content ul li {
  font-family: "Neue Haas Grotesk Text Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.34vw;
  padding-bottom: 0.2vw;
}
@media (max-width: 767px) {
  body footer .footer-content ul li {
    font-size: 2.84vw;
    line-height: 3.6vw;
    margin-bottom: 2vw;
  }
}
body footer .footer-content .footer-news {
  width: 25.5%;
  padding-right: 2.8vw;
  position: relative;
}
body footer .footer-content .footer-news ul {
  max-width: 23vw;
}
body footer .footer-content .footer-news ul li {
  line-height: normal;
  padding-bottom: 0.4vw;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-news ul {
    max-width: unset;
  }
}
body footer .footer-content .footer-news .symbole {
  position: absolute;
  width: 23.4vw;
  height: auto;
  top: 14.9vw;
  left: 3.4vw;
}
body footer .footer-content .footer-news .symbole svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-news .symbole {
    width: 34.9vw;
    top: -16.3vw;
    left: 48vw;
  }
}
@media (max-width: 767px) {
  body footer .footer-content .footer-news {
    width: 42%;
    margin-left: 5.2vw;
    z-index: 1;
    top: -3.2vw;
  }
}
body footer .footer-content .footer-kataloge {
  width: 20.2%;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-kataloge {
    margin-left: 8.2vw;
    margin-right: 4vw;
    z-index: 1;
    width: 39%;
    top: -3.2vw;
    position: relative;
  }
}
body footer .footer-content .footer-kontakt .kontakt-text span {
  margin-bottom: 0.7vw;
  display: block;
}
body footer .footer-content .footer-kontakt .kontakt-text span a {
  text-decoration: underline;
}
body footer .footer-content .footer-kontakt .kontakt-text span p {
  font-family: "Neue Haas Grotesk Text Pro";
  font-size: 1vw;
  line-height: 1.34vw;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  body footer .footer-content .footer-kontakt .kontakt-text span p {
    font-size: 2.84vw;
    line-height: 3.9vw;
  }
}
@media (max-width: 767px) {
  body footer .footer-content .footer-kontakt .kontakt-text span {
    font-size: 2.84vw;
    margin-bottom: 3.7vw;
  }
}
@media (max-width: 767px) {
  body footer .footer-content .footer-kontakt {
    margin-left: 5.2vw;
    margin-top: 1.5vw;
  }
}
body footer .footer-content h3 {
  font-family: "Brandon Grotesque";
  font-size: 1.17vw;
  line-height: normal;
  font-style: normal;
  font-weight: 450;
  text-transform: uppercase;
  margin-bottom: 0.2vw;
}
@media (max-width: 767px) {
  body footer .footer-content h3 {
    font-size: 2.84vw;
    line-height: 3vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  body footer .footer-content {
    border-radius: 1.56vw 1.56vw 0 0;
    padding-left: 0;
    padding-top: 22.8vw;
    flex-wrap: wrap;
    height: 165vw;
    align-content: flex-start;
  }
}
@media (max-width: 767px) {
  body footer {
    padding: 0;
  }
}
body #topbuttons {
  opacity: 0;
  position: fixed;
  right: 0;
  z-index: 50;
  display: flex;
  flex-direction: column;
}
body #topbuttons a {
  right: -6.4vw;
  position: relative;
  transition-duration: 1s;
  cursor: pointer;
  width: 9.8vw;
  height: auto;
  margin-bottom: 0.9vw;
  transition: 0.5s ease-in-out;
}
body #topbuttons a svg {
  width: 100%;
  height: auto;
}
body #topbuttons a:hover {
  right: -3vw;
  transition: 0.5s ease-in-out;
}