@font-face {
  font-family: 'Aller';
  font-style: normal;
  font-weight: normal;
  src: local('Aller'), url('../resources/fonts/Aller_Rg.ttf') format('truetype');
}
@font-face {
  font-family: 'Aller Light';
  font-style: normal;
  font-weight: normal;
  src: local('Aller'), url('../resources/fonts/Aller_Lt.ttf') format('truetype');
}
@font-face {
  font-family: 'Aller Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Aller'), url('../resources/fonts/Aller_Bd.ttf') format('truetype');
}
.orange {
  color: #f15a2b;
}
.lorange {
  color: #f59a2b;
}
.grey {
  color: #231f20;
}
.transition {
  transition: 0.3s;
}
.anchor {
  display: block;
  position: relative;
  top: -160px;
  visibility: hidden;
}
html {
  overflow-y: scroll;
}
html,
body {
  scroll-behavior: smooth;
  font-family: "Aller Light";
  color: #231f20;
}
header {
  position: sticky;
  top: 0;
  width: 100%;
  box-shadow: 0px 25px 20px -20px lightgrey;
  background: white;
  z-index: 9998;
}
header #img-logo-organo {
  height: 75px;
  position: absolute;
  left: 70px;
  top: 30px;
}
header nav {
  text-align: right;
  padding: 40px 70px;
}
header nav a {
  margin-left: 30px;
  font-family: "Aller Bold";
  font-size: 26px;
  color: #231f20;
  transition: 0.3s;
}
header nav a:hover {
  color: #f15a2b;
  text-decoration: none;
}
header #wrapper-btn-mobile {
  display: none;
}
#wrapper-splash {
  height: 100vh;
  display: flex;
  align-items: center;
  background: white;
  position: relative;
  z-index: 9999;
}
#wrapper-splash #img-icon-splash {
  max-height: 100%;
  display: inline-block;
}
#wrapper-splash #wrapper-splash-text {
  display: inline-block;
  margin: auto;
}
#wrapper-splash #wrapper-splash-text #img-logo-splash {
  height: 100px;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash {
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  padding: 0;
  color: white;
  font-size: 26px;
  height: 200px;
  width: 200px;
  justify-self: center;
  transition: 0.3s;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash img {
  display: inline-block;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:hover {
  text-decoration: none;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(1) {
  background: #f15a2b;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(1):hover {
  box-shadow: inset 0 0 0 20px #231f20;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(2) {
  background: #231f20;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(2):hover {
  box-shadow: inset 0 0 0 20px #f15a2b;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(3) {
  border: 1px solid #231f20;
  color: #231f20;
}
#wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:nth-child(3):hover {
  box-shadow: inset 0 0 0 20px #231f20;
}
main {
  padding-top: 100px;
  text-align: justify;
}
main h1,
main h2,
main h3 {
  color: #f15a2b;
  font-weight: 100;
}
main h2 {
  color: #f15a2b;
  font-size: 24px;
}
main h3 {
  font-size: 22px;
  font-family: "Aller Bold";
}
main h3 img {
  height: 22px;
  position: relative;
  bottom: 2px;
}
main img {
  max-width: 100%;
}
main .row.article {
  margin-bottom: 50px;
}
main .wrapper-images-left::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 15px;
  width: 150px;
  height: 150px;
  background-image: url("../resources/icons/border-tr.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
main .wrapper-images-left::after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 150px;
  height: 150px;
  background-image: url("../resources/icons/border-bl.png");
  background-position: bottom left;
  background-size: contain;
  background-repeat: no-repeat;
}
main .wrapper-images-right::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 15px;
  width: 150px;
  height: 150px;
  background-image: url("../resources/icons/border-tl.png");
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
main .wrapper-images-right::after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 150px;
  height: 150px;
  background-image: url("../resources/icons/border-br.png");
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
footer {
  position: relative;
  background-color: #231f20;
  background-image: url("../resources/icons/footer.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  color: white;
  padding: 60px 120px;
}
footer #img-logo-ur {
  height: 100px;
}
footer #link-klinger {
  font-size: 21px;
  color: white;
}
footer #link-klinger:hover {
  color: white;
  text-decoration: none;
}
footer #img-logo-klinger {
  position: relative;
  bottom: 5px;
  height: 50px;
}
footer ul {
  position: absolute;
  right: 120px;
  top: 75px;
  text-align: right;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
footer ul a {
  color: white;
  transition: 0.3s;
}
footer ul a:hover {
  text-decoration: 0;
  color: #f15a2b;
}
@media (max-width: 1250px) {
  #wrapper-splash #wrapper-splash-text #img-logo-splash {
    height: 70px;
  }
  #wrapper-splash #wrapper-splash-text h1 {
    font-size: 24px;
  }
  #wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash {
    width: 150px;
    height: 150px;
    font-size: 20px;
  }
  #wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash:hover {
    box-shadow: none !important;
  }
  #wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash img {
    height: 20px;
  }
  header #img-logo-organo {
    height: 35px;
    left: 35px;
  }
  header nav {
    padding: 20px 35px;
  }
  header nav a {
    font-size: 22px;
  }
  footer {
    padding: 30px 60px;
  }
  footer #img-logo-ur {
    height: 50px;
  }
  footer #link-klinger {
    font-size: 16px;
  }
  footer #img-logo-klinger {
    bottom: 4px;
    height: 42px;
  }
  footer ul {
    font-size: 16px;
    right: 60px;
    top: 30px;
  }
}
@media (max-width: 991px) {
  #wrapper-splash #img-icon-splash {
    display: none;
  }
  header #img-logo-organo {
    height: 30px;
    top: 25px;
  }
  header nav a {
    margin-left: 20px;
  }
  main .row.article {
    margin-bottom: 100px;
  }
  main th,
  main td {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #wrapper-splash #wrapper-splash-text h1 {
    font-size: 22px;
  }
  #wrapper-splash #wrapper-splash-text p {
    font-size: 12px;
  }
  #wrapper-splash #wrapper-splash-text #wrapper-splash-buttons .btn-splash {
    width: 120px;
    height: 120px;
    font-size: 18px;
  }
  header {
    height: 84px;
  }
  header #img-logo-organo {
    height: 45px;
    top: 25px;
  }
  header nav {
    position: absolute;
    width: 100vw;
    top: -100vh;
    height: 100vh;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    padding: 0;
    background: white;
    transition: 0.3s;
  }
  header nav.open {
    top: 0;
  }
  header nav a {
    display: grid;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  header #wrapper-btn-mobile {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
  }
  header #wrapper-btn-mobile::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("../resources/icons/border-tl.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header #wrapper-btn-mobile::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url("../resources/icons/border-br.png");
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  header #wrapper-btn-mobile button {
    background: #f15a2b;
    border: 0;
    border-radius: 200px;
    padding: 20px;
  }
  header #wrapper-btn-mobile button img {
    height: 20px;
    width: 22px;
  }
  main .wrapper-images-left::before,
  main .wrapper-images-right::before,
  main .wrapper-images-left::after,
  main .wrapper-images-right::after {
    width: 100px;
    height: 100px;
  }
  footer {
    text-align: center;
    padding: 10px 10px 100px 10px;
    background-size: contain;
  }
  footer #img-logo-ur {
    height: auto;
    max-width: 400px;
    min-width: 210px;
    width: 60%;
  }
  footer #link-klinger {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  footer ul {
    position: static;
    text-align: center;
  }
}
