html,
body {
  padding: 0;
  margin: 0;
  font-family: Archivo, sans-serif;
}
input,
select,
textarea {
  font-family: Archivo, sans-serif;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  max-width: 100%;
  outline: none;
  line-height: 1em;
  position: relative;
}
:root {
  --primary: #407244;
  --secondary: #99c03f;
  --fontBlack: #000000;
  --fontWhite: #FFFFFF;
  --grey: #DDDDDD;
}
@font-face {
  font-family: Archivo;
  src: url(../fonts/Archivo-Thin.ttf);
  font-weight: 100;
}
@font-face {
  font-family: Archivo;
  src: url(../fonts/Archivo-Regular.ttf);
  font-weight: 300;
}
@font-face {
  font-family: Archivo;
  src: url(../fonts/Archivo-Medium.ttf);
  font-weight: 400;
}
@font-face {
  font-family: Archivo;
  src: url(../fonts/Archivo-SemiBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: Archivo;
  src: url(../fonts/Archivo-Bold.ttf);
  font-weight: 600;
}
a {
  color: var(--primary);
  text-decoration: none;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
header {
  height: 100vh;
  width: 100vw;
  display: flex;
}
header:after {
  position: absolute;
  background-color: var(--secondary);
  content: "";
  display: block;
  width: 100%;
  height: 25px;
  bottom: 0;
}
header svg {
  position: absolute;
  bottom: 25px;
  width: 600px;
  right: 50px;
}
@media screen and (max-width: 959px) {
  header svg {
    right: 12px;
    width: 350px;
  }
}
@media screen and (max-width: 1320px) {
  header svg {
    width: 500px;
  }
}
@media screen and (max-width: 1280px) {
  header svg {
    width: 400px;
  }
}
@media screen and (max-width: 699px) {
  header svg {
    width: 200px;
  }
}
header > div {
  margin: auto 0 0 0;
  width: 750px;
  max-width: calc(100% - 96px);
  padding: 50px 50px 125px;
}
@media screen and (max-width: 1280px) {
  header > div {
    width: 650px;
  }
}
@media screen and (max-width: 1040px) {
  header > div {
    width: 600px;
  }
}
@media screen and (max-width: 959px) {
  header > div {
    margin: 150px 0 0;
    padding: 50px 24px 125px;
  }
}
@media screen and (max-width: 699px) {
  header > div {
    margin: 72px auto 0;
    padding: 50px 0 125px;
  }
}
header > div h2 {
  font-size: 4rem;
  line-height: 4rem;
}
header > div h3 {
  margin-bottom: 35px;
}
header > div p:last-of-type {
  margin: 35px 0 0;
}
header > div a {
  background-color: var(--secondary);
  cursor: pointer;
  color: white;
  display: inline-block;
  padding: 20px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
header > div a:hover {
  opacity: 0.8;
}
p {
  font-weight: 200;
  line-height: 1.5rem;
}
footer {
  color: var(--fontWhite);
  margin-top: 150px;
  font-weight: 500;
}
footer .footer-upper {
  background-color: var(--secondary);
  padding: 50px 0 75px;
}
footer .footer-upper > div {
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
footer .footer-upper > div li {
  font-size: 1rem;
}
@media screen and (max-width: 699px) {
  footer .footer-upper > div li {
    text-align: center;
  }
}
footer .footer-upper > div:first-of-type ul {
  margin-bottom: 35px;
}
footer .footer-upper > div:first-of-type ul li:first-of-type {
  font-size: 3rem;
}
@media screen and (max-width: 699px) {
  footer .footer-upper > div:first-of-type ul li:first-of-type {
    font-size: 7vw;
  }
}
footer .footer-lower {
  padding: 10px 25px;
  background-color: white;
}
footer .footer-lower .menu-footer-container {
  margin-left: auto;
}
@media screen and (max-width: 699px) {
  footer .footer-lower .menu-footer-container {
    margin: 0 auto;
  }
}
footer .footer-lower a {
  display: block;
  color: var(--secondary);
}
footer .footer-lower a img {
  width: 100%;
}
footer button {
  position: absolute;
  left: 50%;
  top: -76px;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
}
footer button .line {
  width: 21px;
  height: 5px;
  display: block;
  background-color: var(--secondary);
  border-radius: 5px;
}
footer button .line.middle {
  height: 35px;
  width: 4px;
  margin: 0 auto;
}
footer button .line.right {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  left: 6px;
  top: 7px;
}
footer button .line.left {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  left: -6px;
  top: 12px;
}
footer a {
  color: var(--fontWhite);
}
footer ul {
  list-style: none;
}
footer ul li {
  margin-top: 5px;
}
footer .footer-lower {
  display: flex;
  justify-content: flex-start;
}
footer .footer-lower ul {
  display: flex;
}
footer .footer-lower ul a {
  padding: 10px;
  display: block;
}
footer:before {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/blank-template/img/Pflanze.svg");
  width: 166px;
  height: 150px;
  position: absolute;
  top: -150px;
  right: 45px;
}
@media screen and (max-width: 599px) {
  footer:before {
    right: 15px;
    width: 83px;
    height: 75px;
    top: -75px;
  }
}
section {
  padding: 150px 25px 175px;
}
section h2 {
  padding: 0 0 15px;
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
section h3 {
  padding: 15px 0 35px;
}
section h3::before {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: black;
  position: relative;
  margin: 0 auto;
  top: -15px;
}
section > p {
  margin: 15px 0 35px;
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
.offer {
  text-align: center;
}
.offer div {
  text-align: left;
}
@media screen and (max-width: 699px) {
  .contact {
    padding-bottom: 0;
  }
}
.contact h2,
.contact h3 {
  display: inline-block;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 848px) {
  .contact h2,
  .contact h3 {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 848px) {
  .contact p {
    text-align: center;
  }
  .contact p:last-of-type {
    text-align: left;
  }
}
.contact > div {
  display: flex;
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 848px) {
  .contact > div {
    flex-direction: column;
  }
}
.contact > div div {
  flex-basis: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 848px) {
  .contact > div div {
    padding: 0;
  }
}
@media screen and (max-width: 848px) {
  .contact > div div:first-of-type {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
  }
}
.contact .wpcf7 form .wpcf7-response-output {
  margin: 0;
}
.references {
  padding: 150px 25px 100px;
  background-color: var(--secondary);
  color: white;
}
.references h2,
.references h3 {
  text-align: center;
}
.references h2::before,
.references h3::before {
  background-color: white;
}
.references h3 {
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
.gallery {
  display: flex;
  justify-content: space-between;
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap;
}
.gallery .image {
  flex-basis: 49%;
  margin-bottom: 2%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  cursor: pointer;
}
.gallery .image::before {
  content: "";
  display: block;
  padding-top: 100%;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
@media screen and (max-width: 699px) {
  .gallery .image {
    flex-basis: 100%;
  }
}
.gallery .image h4 {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  opacity: 0;
  color: white;
  left: 50%;
  top: 50%;
  position: absolute;
  font-size: 3rem;
  line-height: 3rem;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
@media screen and (max-width: 699px) {
  .gallery .image h4 {
    font-size: 6vw;
  }
}
.gallery .image:hover {
  opacity: 0.7;
}
.gallery .image:hover h4 {
  opacity: 1;
}
.compare {
  background-color: var(--primary);
  color: white;
  padding-top: 70px;
}
.compare h3 {
  text-align: center;
}
.compare h3:before {
  display: none;
}
.logo {
  position: fixed;
  left: 12px;
  top: 6px;
  z-index: 3;
}
.logo img {
  height: 48px;
}
@media screen and (max-width: 959px) {
  .logo {
    position: absolute;
    top: 12px;
  }
}
h2 {
  text-transform: uppercase;
  font-size: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 1279px) {
  h2 {
    font-size: 5vw !important;
    line-height: 5vw !important;
  }
}
@media screen and (max-width: 839px) {
  h2 {
    font-size: 7vw !important;
    line-height: 7vw !important;
  }
}
@media screen and (max-width: 699px) {
  h2 {
    font-size: 8vw !important;
    line-height: 8vw !important;
  }
}
h3 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 200;
}
@media screen and (max-width: 1279px) {
  h3 {
    font-size: 3.5vw;
    line-height: 3.5vw;
  }
}
@media screen and (max-width: 839px) {
  h3 {
    font-size: 5vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 699px) {
  h3 {
    font-size: 7vw;
    line-height: 7vw;
  }
}
.dialog {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: white;
  opacity: 0;
  top: 50px;
  visibility: hidden;
  padding-bottom: 78px;
  z-index: 10;
  overflow: scroll;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
.dialog h3 {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.dialog h3::before {
  display: none;
}
.dialog p {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.dialog .close {
  width: 48px;
  height: 48px;
  display: block;
  background-color: var(--secondary);
  position: relative;
  margin: 15px 15px 15px auto;
  border-radius: 50%;
}
.dialog .close .line {
  width: 16px;
  height: 2px;
  background-color: white;
  display: block;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
}
.dialog .close .line:first-of-type {
  transform: translate(-50%,-50%) rotate(-45deg);
  -webkit-transform: translate(-50%,-50%) rotate(-45deg);
  -moz-transform: translate(-50%,-50%) rotate(-45deg);
  -o-transform: translate(-50%,-50%) rotate(-45deg);
  -ms-transform: translate(-50%,-50%) rotate(-45deg);
}
.dialog .image {
  width: 80%;
  height: 70%;
  margin: 0 auto;
}
.dialog .image img {
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
body.open {
  overflow: hidden;
}
body.open .dialog {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  top: 0;
}
.splide,
.splide-about {
  height: 500px;
}
.splide__arrows {
  display: none;
}
.splide__track {
  height: 100%;
}
.splide__slide {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.about {
  padding: 200px 0 0;
  display: flex;
  flex-direction: column;
}
.about h2,
.about h3 {
  display: inline-block;
  width: auto;
  max-width: none;
}
@media screen and (max-width: 848px) {
  .about h2,
  .about h3 {
    width: 750px;
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.about .heading {
  margin: 0 auto 35px;
}
.about .heading::before {
  display: none;
}
.about > div {
  padding: 0 25px 100px;
  display: flex;
  width: 1280px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 848px) {
  .about > div {
    flex-direction: column-reverse;
  }
}
.about > div div {
  flex-basis: 100%;
  padding: 0 10px;
}
@media screen and (max-width: 848px) {
  .about > div div {
    padding: 0;
  }
}
.about > div div:nth-of-type(2) {
  margin-bottom: 50px;
}
.thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}
.thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.thumbnail.is-active {
  opacity: 1;
}
.thumbnail img {
  width: 100%;
  height: auto;
}
input,
select,
textarea {
  background-color: var(--grey);
  border: none;
  padding: 20px;
  width: 100%;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.25rem;
  font-weight: 500;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="checkbox"] {
  width: 24px;
  height: 25px;
  margin-bottom: -20px;
  margin-right: 10px;
  cursor: pointer;
}
input[type="checkbox"]:checked {
  background-color: var(--secondary);
}
input[type="submit"] {
  background-color: var(--secondary);
  width: auto;
  cursor: pointer;
  color: white;
  margin: 35px 0 0;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  border-radius: 0;
}
input[type="submit"]:hover {
  opacity: 0.8;
}
form .wpcf7-list-item {
  margin: 0;
}
form label:last-of-type {
  display: flex;
}
form label:last-of-type span {
  line-height: 1.5rem;
}
form label:last-of-type span.left {
  margin-left: 10px;
}
.menu-side-container {
  position: fixed;
  z-index: 1;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  background-color: var(--secondary);
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
}
.menu-side-container ul {
  list-style: none;
}
.menu-side-container ul a {
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
}
.menu-side-container ul a:hover {
  font-size: 1.5rem;
}
nav {
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: white;
  padding: 10px 50px;
  display: flex;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
}
@media screen and (min-width: 960px) {
  nav.scrolled {
    box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  }
}
nav img {
  height: 48px;
}
nav .menu-main-container {
  display: flex;
  align-items: center;
  margin-left: auto;
  transition: 0.1s ease-in-out;
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  -ms-transition: 0.1s ease-in-out;
}
nav .menu-main-container ul {
  display: flex;
  list-style: none;
  font-size: 1.25rem;
}
nav .menu-main-container ul a {
  display: inline-block;
  padding: 10px 25px;
  font-weight: 200;
}
nav .menu-main-container ul a::after {
  top: 3px;
  opacity: 0;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--primary);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
nav .menu-main-container ul a:hover::after {
  opacity: 1;
}
nav .menu-main-container ul li a.active::after {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  nav .menu-main-container {
    margin: auto;
    top: 50px;
  }
  nav .menu-main-container ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  nav .menu-main-container ul a {
    font-weight: 500;
  }
}
@media screen and (max-width: 959px) {
  nav {
    overflow-y: scroll;
    display: flex;
    height: 110vh;
    width: 100vw;
    position: fixed;
    background-color: white;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
  }
}
button.menu-button {
  box-shadow: 0 3px 4px rgba(0,0,0,0.3);
  display: none;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: var(--secondary);
  border: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 12px;
  top: 12px;
  position: fixed;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
button.menu-button .line {
  display: block;
  width: 16px;
  height: 2px;
  background-color: white;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
button.menu-button .line.top {
  top: 5px;
}
button.menu-button .line.bottom {
  top: -5px;
}
button.menu-button:hover .bottom {
  top: 5px;
}
button.menu-button:hover .top {
  top: -5px;
}
@media screen and (max-width: 959px) {
  button.menu-button {
    display: flex;
  }
}
.navigation-open {
  overflow: hidden;
}
.navigation-open nav {
  opacity: 1;
  visibility: visible;
}
.navigation-open .menu-main-container {
  top: 0;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.navigation-open button .line.top {
  transform-origin: center;
  transform: rotate(-45deg);
  top: 1px;
}
.navigation-open button .line.bottom {
  transform-origin: center;
  transform: rotate(45deg);
  top: -1px;
}
.navigation-open button:hover .bottom {
  top: -1px;
}
.navigation-open button:hover .top {
  top: 1px;
}
.reasons {
  display: flex;
  list-style: none;
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .reasons {
    flex-direction: column;
  }
}
.reasons .reason {
  background-color: var(--primary);
  color: white;
  flex-basis: 100%;
}
.reasons .reason::before {
  content: "";
  display: block;
  padding-top: 100%;
}
@media screen and (max-width: 599px) {
  .reasons .reason::before {
    padding-top: 80%;
  }
}
.reasons .reason > div {
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  padding: 50px;
  text-align: center;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.reasons .reason > div h4 {
  margin-bottom: 15px;
}
.reasons .reason:nth-of-type(2) {
  background-color: var(--secondary);
}
@media screen and (max-width: 959px) {
  .reasons .reason:nth-of-type(2) {
    margin-left: auto;
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .reasons .reason:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .reasons .reason {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .reasons .reason {
    width: 100%;
  }
}
.img-comp-container {
  position: relative;
  width: 600px;
  max-width: 90%;
  margin: 35px auto 0;
}
.img-comp-container::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.img-comp-img {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover;
}
.img-comp-slider {
  position: absolute;
  z-index: 1;
  cursor: ew-resize;
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  opacity: 0.7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
}
.img-comp-slider:hover {
  opacity: 1;
}
.img-comp-slider:active {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
}
#main {
  padding-top: 150px;
}
#main h1,
#main p,
#main ul,
#main ol {
  margin-bottom: 35px;
  font-weight: 200;
}
#main ul,
#main ol {
  margin-left: 35px;
}
#main ul li,
#main ol li {
  line-height: 1.5rem;
  margin-bottom: 5px;
}
#main h4 {
  margin-bottom: 5px;
}
#main article {
  width: 750px;
  max-width: 90%;
  margin: 0 auto;
}
.cookie {
  display: none;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  color: white;
  background-color: var(--secondary);
  padding: 25px;
  max-width: 100%;
  box-shadow: 1px -1px 9px #828282;
  z-index: 1000;
}
.cookie a {
  color: var(--main1);
  font-weight: 400;
}
.cookie p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.cookie button {
  padding: 10px 25px;
  font-size: 10px;
  border: 5px solid white;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: none;
  color: var(--secondary);
  background-color: white;
  border-radius: 0;
  cursor: pointer;
  margin: 15px 0 0 auto;
}
.cookie button.decline-cookie {
  color: white;
  background-color: var(--secondary);
  border: none;
}
.cookie.visible {
  display: flex;
}
.wpcf7-list-item-label {
  text-align: left;
}
