* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*::-moz-selection {
  background-color: rgba(29, 53, 43, 0.99);
  color: rgba(237, 242, 233, 0.9921568627);
}
*::selection {
  background-color: rgba(29, 53, 43, 0.99);
  color: rgba(237, 242, 233, 0.9921568627);
}
* ::-webkit-scrollbar {
  width: 15px;
}
* ::-webkit-scrollbar-track {
  background: #edf2e9;
}
* ::-webkit-scrollbar-thumb {
  background: #5e7c5f;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Crimson Pro", serif;
  font-weight: 500;
}

h1 {
  font-family: "Crimson Pro", serif;
  font-size: 4rem;
}

h2 {
  color: #2e4e41;
  font-family: "Crimson Pro", serif;
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-top: 20px;
}
h2:first-child {
  margin-top: 0;
}

body {
  margin: 0 !important;
}

header {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100vw;
  background-color: #1d352b;
  border-bottom: 1px solid #5e7c5f;
  color: white;
}
header *::-moz-selection {
  background-color: rgba(94, 124, 95, 0.99);
  color: rgba(237, 242, 233, 0.9921568627);
}
header *::selection {
  background-color: rgba(94, 124, 95, 0.99);
  color: rgba(237, 242, 233, 0.9921568627);
}
header a {
  opacity: 1;
  transition: opacity 0.3s ease;
}
header a:hover {
  opacity: 0.6;
}
header a img {
  height: 50px;
  width: auto;
  margin-bottom: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
header h2 {
  margin-top: 0px;
  color: #edf2e9;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 0px;
  font-size: 0.8rem;
  margin-bottom: -5px;
}
header h1 {
  color: white;
}

#leafs {
  height: 30px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

* {
  overflow-x: hidden;
}

main {
  padding-top: 50px;
  padding-bottom: 50px;
}

p {
  font-family: "Crimson Pro", sans-serif;
  color: rgba(46, 78, 65, 0.7);
  text-align: justify;
  margin-top: 8px;
}

.padding {
  padding-left: 11%;
  padding-right: 11%;
}

footer {
  background-color: #1d352b;
  padding-left: 11%;
  padding-right: 11%;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
footer *::-moz-selection {
  background: #5e7c5f !important;
  color: white !important;
}
footer *::selection {
  background: #5e7c5f !important;
  color: white !important;
}
footer #footer-data {
  display: flex;
  justify-content: space-between;
  width: 500px;
}
footer #footer-data #footer-separator {
  position: relative;
  width: 1.8px;
  height: 100px;
}
footer #footer-data #footer-separator::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1.8px;
  height: 100%;
  background-color: #edf2e9;
  opacity: 0.5;
}
footer #footer-data #footer-info,
footer #footer-data #footer-legal {
  color: white;
}
footer #footer-data #footer-info h5,
footer #footer-data #footer-legal h5 {
  font-family: "Crimson Pro", serif;
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 7px;
}
footer #footer-data #footer-info p,
footer #footer-data #footer-info a,
footer #footer-data #footer-legal p,
footer #footer-data #footer-legal a {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  color: rgba(237, 242, 233, 0.7);
}
footer #footer-data #footer-info a,
footer #footer-data #footer-legal a {
  text-decoration: underline;
}
footer #footer-data #footer-legal a {
  text-decoration: none;
}
footer #madeby {
  position: absolute;
  right: 11%;
  bottom: 50px;
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 1.2rem;
  margin-bottom: 7px;
}
footer #madeby * {
  color: white;
}
footer #madeby a {
  text-decoration: underline;
  color: white;
}
footer #kleine-letters {
  font-size: 0.8rem;
  color: rgba(237, 242, 233, 0.7);
  font-family: "Crimson Pro", sans-serif;
  font-weight: 100;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 7px;
}
footer #kleine-letters a {
  color: white;
  text-decoration: none;
  color: rgba(237, 242, 233, 0.7);
  transition: 0.3s ease;
}
footer #kleine-letters a:hover {
  color: white;
}

@media (max-width: 600px) {
  .padding {
    padding-left: 7%;
    padding-right: 7%;
  }
  footer {
    padding-left: 7%;
    padding-right: 7%;
  }
  footer #madeby {
    width: 100%;
    position: static;
    display: block;
    padding-top: 20px;
    margin-bottom: 0;
    text-align: left;
    font-family: "Crimson Pro", serif;
    font-weight: 400;
    font-size: 18px;
  }
}/*# sourceMappingURL=legal.css.map */