@font-face {
  font-family: 'Cairo-Bold';
  src: url('fonts/Cairo-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cairo-ExtraLight';
  src: url('fonts/Cairo-ExtraLight.ttf') format('truetype');
}
@font-face {
  font-family: 'Cairo-Light';
  src: url('fonts/Cairo-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Cairo-Regular';
  src: url('fonts/Cairo-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'MinionPro-Regular';
  src: url('fonts/MinionPro-Regular.otf') format('opentype');
}
@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('fonts/SourceSansPro-Regular.ttf') format('truetype');
}
.cookie-accept {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 100%;
  padding: 11px 8px;
  background-color: rgba(204,210,191,0.7);
}
.cookie-accept .static-page-wrap {
  position: relative;
}
.cookie-accept p {
  float: left;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 40px;
}
.cookie-accept a {
  color: #424242;
  text-decoration: underline;
}
.cookie-accept-button {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 20px;
  cursor: pointer;
}
html,
body,
ul,
div,
p,
ul,
li,
header,
section,
footer {
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}
body {
  font-family: "Cairo-Regular", "Arial", sans-serif;
  color: #424242;
}
body header {
  height: 100vh;
  min-height: 730px;
  text-align: center;
}
body header .arrow-down {
  top: -36px;
  position: relative;
  width: 8px;
  display: inline-block;
}
body header .arrow-down:hover {
  animation: down .25s;
  -webkit-animation: down .25s;
  -moz-animation: down .25s;
}
body header .header-inner {
  height: calc(100% - 45px);
  background-color: rgba(66,66,66,0.05);
}
body header .header-inner .headline-wrapper {
  position: absolute;
  bottom: 225px;
  letter-spacing: 1px;
}
body header .header-inner .headline-wrapper .headline {
  position: relative;
  left: -20px;
  opacity: 0;
  text-align: left;
  box-sizing: border-box;
  background-color: #cbd1bf;
  height: 28px;
  margin-bottom: 6px;
  font-size: 25px;
  line-height: 25px;
}
body header .header-inner .headline-wrapper .headline-1 {
  width: 510px;
  padding-left: 188px;
}
body header .header-inner .headline-wrapper .headline-2 {
  left: 20px;
  width: 485px;
  margin-left: 53px;
  padding-left: 135px;
}
body header .header-inner .headline-wrapper .headline-3 {
  font-family: "Cairo-Bold";
  text-transform: uppercase;
  width: 475px;
  padding-left: 188px;
}
body header .header-inner .headline-wrapper .headline-under {
  opacity: 0;
  font-size: 14px;
  line-height: 22px;
  margin-left: 188px;
  width: 315px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  body header .header-inner .headline-wrapper .headline-under {
    background-color: rgba(255,255,255,0.7);
    width: 475px;
    margin-left: 0;
    padding: 10px 10px 10px 188px;
  }
}
@media screen and (max-width: 599px) {
  body header .header-inner .headline-wrapper .headline-under {
    margin: 0 !important;
    width: 410px;
    padding-left: 88px;
  }
}
@media screen and (max-width: 479px) {
  body header .header-inner .headline-wrapper .headline-under {
    margin: 0 !important;
    width: 290px !important;
    padding-left: 38px;
  }
}
body header .header-inner .headline-wrapper .fadeIn {
  opacity: 1;
  transition: .5s ease-in;
  left: 0;
}
body header .header-inner p {
  hyphens: auto;
}
@media screen and (max-width: 599px) {
  body header .header-inner {
    height: auto;
  }
}
@media screen and (max-width: 599px) {
  body header {
    min-height: 600px;
    height: auto;
  }
}
body .icons {
  display: inline-block;
  margin-top: 28px;
}
body .icons a {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #424242;
  text-decoration: underline;
  float: left;
  margin-right: 60px;
  height: 30px;
}
body .icons a img {
  width: 24px;
  margin-right: 10px;
  transition: .1s ease-out;
}
body .icons a i {
  display: block;
  width: 24px;
  height: 10px;
  float: left;
  margin-right: 14px;
}
body .icons a span {
  line-height: 12px;
}
body .icons a.mail img {
  width: 27px;
}
body .icons a.contact img {
  width: 29px;
}
body .icons a.phone {
  margin-right: 0;
}
body .icons a.phone img {
  width: 24px;
}
body .menu-button {
  z-index: 120;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
  top: 38px;
  right: 122px;
  width: 37px;
  position: fixed;
  text-align: center;
  transition: .25s ease-in;
}
body .menu-button .line-wrapper {
  display: inline-block;
  margin-bottom: -7px;
}
body .menu-button span {
  left: 0;
  position: relative;
  margin-right: 0;
  margin-bottom: 5px;
  display: block;
  width: 31px;
  height: 7px;
  float: none;
  background-color: #cbd1bf;
  transition: .1s ease-out;
}
body .menu-button span:last-child {
  margin-bottom: 0;
}
body .menu-button.active {
  top: 19px;
  transition: .25s ease-in;
}
body .menu-button:hover .line-1,
body .menu-button:hover .line-3 {
  left: 3px;
  transition: .1s ease-in;
}
body .menu-button:hover .line-2 {
  left: -3px;
  transition: .1s ease-in;
}
@media screen and (max-width: 599px) {
  body .menu-button {
    opacity: 0;
    top: 19px !important;
    right: 19px !important;
  }
}
body .menu-button.visible {
  opacity: 1 !important;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
body .menu {
  opacity: 0;
  min-height: 0;
  height: 0;
  display: block;
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 110;
  overflow: hidden;
  transition: .25s ease-out;
}
body .menu .logo {
  transition: .25s ease-out;
  position: relative;
  width: 229px;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 18px;
}
body .menu .logo .image-logo {
  width: 51px;
  transition: .25s ease-out;
}
body .menu .logo .font-logo {
  width: 229px;
}
body .menu .logo img {
  display: inline-block;
}
@media screen and (max-width: 599px) {
  body .menu .logo {
    top: -10px;
  }
}
body .menu .nav-inner {
  height: 745px;
  overflow-y: scroll;
  width: 502px;
  margin: 140px auto 134px;
  text-align: center;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
body .menu .nav-inner::-webkit-scrollbar {
  display: none;
}
body .menu .nav-inner ul {
  list-style: none;
}
body .menu .nav-inner ul li {
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  padding-left: 189px;
  width: 409px;
  background-color: #cbd1bf;
  height: 27px;
  margin-bottom: 19px;
  transition: .1s ease-out;
  margin-left: 10px;
}
body .menu .nav-inner ul li a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 27px;
  color: #424242;
  display: block;
}
body .menu .nav-inner ul li:hover {
  margin-left: 0px;
  transition: .2s ease-in;
}
body .menu .nav-inner ul li:last-child,
body .menu .nav-inner ul li:nth-last-child(2) {
  background-color: transparent;
  text-decoration: underline;
}
body .menu .nav-inner ul li:nth-last-child(2) {
  margin-top: 33px;
  margin-bottom: 0;
}
body .menu .nav-inner ul li:nth-last-child(2):hover {
  margin-left: 10px;
}
body .menu .nav-inner ul li:last-child {
  margin: 0;
}
body .menu .nav-inner ul li:last-child:hover {
  margin-left: 83px !important;
}
body .menu .nav-inner ul li:nth-child(even) {
  margin-left: 83px;
  padding-left: 115px;
}
body .menu .nav-inner ul li:nth-child(even):hover {
  margin-left: 93px;
  transition: .2s ease-in;
}
body .menu .nav-inner ul li.current {
  font-weight: 900;
}
@media screen and (max-width: 599px) {
  body .menu .nav-inner ul li {
    margin: 20px auto 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  body .menu .nav-inner ul li:first-of-type {
    margin-top: 0;
  }
}
body .menu .nav-inner .icons {
  margin-top: 134px;
}
body .menu .nav-inner .icons a img {
  transition: .1s ease-out;
}
body .menu .nav-inner .icons a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
@media screen and (max-width: 599px) {
  body .menu .nav-inner .icons {
    margin-top: 25px;
  }
}
@media screen and (max-width: 599px) {
  body .menu .nav-inner {
    margin: 0 auto 134px;
  }
}
@media screen and (max-width: 599px) {
  body .menu {
    background-color: white;
  }
}
body nav {
  z-index: 100;
  height: 134px;
  position: fixed;
  width: 100%;
  transition: .25s ease-in;
  background-color: rgba(255,255,255,0);
}
body nav.active {
  background-color: #ffffff;
  transition: .25s ease-in;
  height: 87px;
}
body nav.active .logo {
  transition: .25s ease-in;
  top: -10px;
}
body nav.active .logo .image-logo {
  opacity: 0;
  width: 30px;
  transition: .25s ease-in;
}
body nav.active .language-wrapper {
  top: 19px;
  transition: .25s ease-in;
}
body nav.active .buttons-right {
  top: 19px;
  transition: .25s ease-in;
}
body nav .language-wrapper {
  transition: .25s ease-in;
  float: left;
  text-align: center;
  position: relative;
  left: 112px;
  top: 38px;
}
body nav .language-wrapper img {
  width: 31px;
  display: inline-block;
  position: relative;
  left: -7px;
}
@media screen and (max-width: 599px) {
  body nav .language-wrapper img {
    left: -3px;
  }
}
body nav .language-wrapper select {
  font-family: "Cairo-Regular", "Arial", sans-serif;
  color: #424242;
  padding-right: 7px;
  line-height: 13px;
  cursor: pointer;
  position: relative;
  top: -2px;
  z-index: 1;
  float: left;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
body nav .language-wrapper .arrow {
  position: relative;
  top: 0px;
  width: 7px;
  float: right;
  left: -7px;
}
@media screen and (max-width: 599px) {
  body nav .language-wrapper .arrow {
    left: -5px;
    top: 2px;
  }
}
@media screen and (max-width: 379px) {
  body nav .language-wrapper .arrow {
    top: -3px;
  }
}
@media screen and (max-width: 599px) {
  body nav .language-wrapper {
    opacity: 0;
  }
}
@media screen and (max-width: 379px) {
  body nav .language-wrapper {
    top: 22px;
  }
}
body nav .language-wrapper.visible {
  opacity: 1 !important;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
@media screen and (max-width: 599px) {
  body nav .language-wrapper {
    opacity: 0;
    top: 19px !important;
    left: 19px !important;
  }
}
body nav .logo {
  transition: .25s ease-out;
  position: relative;
  width: 229px;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 18px;
}
body nav .logo .image-logo {
  width: 51px;
  transition: .25s ease-out;
}
body nav .logo .font-logo {
  width: 229px;
}
body nav .logo img {
  display: inline-block;
}
body nav .logo.mouse .image-logo {
  left: 0;
  position: relative;
  animation: rotate 6s linear;
  -webkit-animation: rotate 6s linear;
  -moz-animation: rotate 6s linear;
}
body nav .buttons-right {
  float: right;
  position: absolute;
  right: 193px;
  top: 38px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .25s ease-in;
}
body nav .buttons-right a {
  float: left;
  display: block;
  width: 58px;
  color: #424242;
  text-align: center;
}
body nav .buttons-right a .line-wrapper {
  display: inline-block;
  margin-bottom: -7px;
}
body nav .buttons-right a span {
  margin-right: 5px;
  display: block;
  width: 7px;
  height: 31px;
  float: left;
  background-color: #cbd1bf;
}
body nav .buttons-right a span:last-child {
  margin-right: 0;
}
body .wrapper .section-2 {
  min-height: 534px;
  margin-bottom: 100px;
  text-align: center;
}
body .wrapper .section-2 h1 {
  width: 260px;
  margin: 0 auto 0;
  display: block;
}
body .wrapper .section-2 h1:first-child {
  margin-top: 100px;
}
body .wrapper .section-2 .flow {
  min-width: 912px;
  width: 100%;
  height: 199px;
  position: relative;
  display: block;
}
body .wrapper .section-2 .flow .arrow {
  top: 61px;
  z-index: 1;
  position: relative;
  width: 131px;
  text-align: center;
  float: left;
  margin-right: 12px;
}
body .wrapper .section-2 .flow .arrow .image {
  display: inline-block;
  position: relative;
  height: 80px;
}
body .wrapper .section-2 .flow .arrow .image .arrow-background {
  width: 97px;
  position: relative;
}
body .wrapper .section-2 .flow .arrow .image .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
body .wrapper .section-2 .flow .arrow .image img {
  width: 35px;
}
body .wrapper .section-2 .flow .arrow .description {
  text-transform: uppercase;
  font-family: "SourceSansPro-Regular";
  font-size: 13px;
  line-height: 18px;
}
body .wrapper .section-2 .flow .line {
  height: 2px;
  position: absolute;
  top: 100px;
  display: block;
  width: 100%;
  margin-left: 5px;
  background-color: #cbd1bf;
  z-index: -1;
}
body .wrapper .section-2 .flow .flow-inner {
  width: 576px;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  display: flex;
  flex-direction: row;
}
body .wrapper .section-2 .text {
  margin-top: 59px;
  padding: 0 10px;
}
body .wrapper .section-2 .text p {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
}
body .wrapper .section-3 {
  height: 834px;
}
body .wrapper .section-3 .text {
  float: right;
  width: 50%;
  height: 100%;
  padding: 90px 0 0 90px;
}
body .wrapper .section-3 .text h1 {
  font-family: "Cairo-Light";
  font-size: 43px;
  line-height: 48px;
  margin: 0 0 25px;
}
body .wrapper .section-3 .text h1:first-child {
  font-family: "Cairo-ExtraLight";
  margin: 0;
}
body .wrapper .section-3 .text h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: "SourceSansPro-Regular";
  font-size: 13px;
  line-height: 13px;
}
@media screen and (max-width: 599px) {
  body .wrapper .section-3 .text h4 {
    line-height: 21px;
  }
}
body .wrapper .section-3 .text p {
  width: 390px;
  margin: 40px 0;
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 22px;
}
body .wrapper .section-3 .text p:last-of-type {
  margin-left: -35px;
}
body .wrapper .section-3 .text a {
  border: 2px solid white;
  color: #424242;
  text-transform: uppercase;
  font-family: "Cairo-Bold";
  font-size: 15px;
  width: 99px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 25px;
}
body .wrapper .section-3 .text a:hover {
  background-color: white;
}
body a {
  cursor: pointer;
  text-decoration: none;
  transition: .1s ease-out;
}
body a:hover {
  transition: .2s ease-in;
  opacity: .9;
}
body footer {
  margin-top: 83px;
  height: 525px;
  text-align: center;
}
body footer .arrow-up {
  position: relative;
  width: 100px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
body footer .arrow-up img {
  display: inline-block;
  width: 8px;
}
body footer .arrow-up span {
  display: block;
  text-decoration: underline;
  position: relative;
  top: -3px;
}
body footer .arrow-up:hover img {
  position: relative;
  animation: up .25s;
  -webkit-animation: up .25s;
  -moz-animation: up .25s;
}
body footer .logo {
  position: relative;
  width: 229px;
  text-align: center;
  display: block;
  margin: 91px auto 35px;
}
body footer .logo .image-logo {
  width: 51px;
}
body footer .logo .font-logo {
  width: 229px;
}
body footer .logo img {
  display: inline-block;
}
body footer .footer-inner {
  position: relative;
  top: 18px;
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 22px;
  width: 495px;
  margin: 0 auto;
}
body footer .footer-inner .footer-inner2 {
  text-align: left;
  float: right;
  width: 273px;
  font-size: 14px;
  text-transform: uppercase;
  margin-right: -10px;
}
body footer .footer-inner .footer-inner2 a {
  display: block;
  color: #424242;
  text-decoration: underline;
}
body footer .footer-inner .footer-inner2 a img {
  width: 24px;
  margin-right: 33px;
}
body footer .footer-inner .footer-inner2 a span {
  position: relative;
  top: -4px;
}
body footer .footer-inner .footer-inner2 a i {
  display: block;
  width: 24px;
  height: 10px;
  float: left;
  margin-right: 14px;
}
body footer .footer-inner .footer-inner2 .mail {
  height: 19px;
  margin-bottom: 14px;
}
body footer .footer-inner .footer-inner2 .mail img {
  width: 28px;
  margin-right: 30px;
}
body footer .footer-inner .footer-inner2 .contact {
  margin-bottom: 12px;
  height: 16px;
}
body footer .footer-inner .footer-inner2 .contact img {
  width: 29px;
  margin-right: 29px;
}
body footer .footer-inner .footer-inner2 .phone i {
  margin-right: 33px;
}
body footer .footer-inner .footer-inner2 .phone span {
  position: relative;
  top: -9px;
}
body footer .footer-inner .footer-inner2 .phone:hover img {
  animation: ring .75s .5s;
  -webkit-animation: ring .75s .5s;
  -moz-animation: ring .75s .5s;
}
body footer .footer-inner .footer-inner3 {
  width: 198px;
}
body footer .footer-inner .footer-inner3 a {
  color: #424242;
  text-decoration: underline;
  text-transform: uppercase;
  display: block;
  text-align: right;
}
body footer .footer-inner .footer-inner1 {
  width: 198px;
  position: relative;
  top: -4px;
}
body footer .footer-inner .footer-inner1,
body footer .footer-inner .footer-inner3 {
  float: left;
  text-align: right;
}
body footer .fsc-footer-wrap {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  padding-bottom: 50px;
}
body footer .fsc-footer-wrap .fsc-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body footer .fsc-footer-wrap .fsc-footer .fsc-image {
  width: 120px;
  margin-bottom: 25px;
}
body footer .fsc-footer-wrap .fsc-footer .fsc-text {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
body .section-3 .text h1:first-child {
  font-family: "Cairo-ExtraLight";
  margin: 0;
}
body .section-3 .text h4 {
  margin-top: 15px;
}
.mail,
.contact {
  transition: .1s ease-out;
}
.mail a:hover,
.contact a:hover {
  transition: .2s ease-out;
}
.mail a:hover img,
.contact a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
h1 {
  text-align: left;
  font-size: 43px;
  line-height: 45px;
  letter-spacing: 5px;
  font-family: "Cairo-Light";
  text-transform: uppercase;
  color: #424242;
  margin: 0;
}
h1:first-child {
  font-family: "Cairo-ExtraLight";
}
img {
  max-width: 100%;
}
.clear {
  clear: both;
}
.index body main {
  min-height: 250px;
  margin-top: 42px;
}
.index body main .section-1 {
  min-height: 893px;
  padding-bottom: 75px;
  text-align: center;
  background-color: rgba(66,66,66,0.05);
}
.index body main .section-1 .text {
  text-align: left;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 112px;
  min-width: 863px;
  width: 73%;
  min-height: 222px;
  background-color: #cbd1bf;
  position: relative;
  margin-top: 119px;
  float: right;
}
.index body main .section-1 .text h1 {
  text-align: left;
}
.index body main .section-1 .text h1:first-of-type {
  margin-top: -69px;
}
@media screen and (max-width: 599px) {
  .index body main .section-1 .text h1:first-of-type {
    margin-top: -44px;
  }
}
.index body main .section-1 .text h1:last-of-type {
  margin-bottom: 20px;
}
.index body main .section-1 .text p {
  width: 185px;
  font-size: 14px;
  line-height: 22px;
}
.index body main .section-1 .area-wrap {
  display: flex;
  justify-content: flex-end;
}
.index body main .section-1 .area-wrap .area-left .fsc-wrap {
  margin-top: 119px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.index body main .section-1 .area-wrap .area-left .fsc-wrap .text-lines {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 20px;
}
.index body main .section-1 .area-wrap .area-left .fsc-wrap .text-lines .text-line {
  background-color: #cbd1bf;
  height: 25px;
  display: flex;
  align-self: flex-end;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #424242;
  font-weight: bold;
}
.index body main .section-1 .area-wrap .area-left .fsc-wrap .fsc-image {
  width: 120px;
}
.index body main .section-1 ul {
  display: inline-block;
  margin-top: 45px;
}
.index body main .section-1 ul li {
  transition: .25s ease-out;
  opacity: 0;
  position: relative;
  box-sizing: border-box;
  float: left;
  background-color: white;
  display: block;
  width: 265px;
  height: 335px;
  margin-right: 4px;
  padding: 7px;
}
.index body main .section-1 ul li .header {
  background-color: rgba(66,66,66,0.05);
  height: 250px;
  width: 250px;
}
.index body main .section-1 ul li .header h2 {
  box-sizing: border-box;
  padding-right: 8px;
  top: 66px;
  text-align: right;
  font-size: 21px;
  line-height: 21px;
  position: relative;
  left: -7px;
  background-color: #cbd1bf;
  height: 24px;
  margin: 0;
  width: calc(100% - 75px);
}
.index body main .section-1 ul li:last-child {
  width: 530px;
  margin-right: 0;
}
.index body main .section-1 ul li:last-child .header {
  width: 520px;
}
.index body main .section-1 ul li .description {
  height: 44px;
  margin-top: 25px;
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}
.index body main .section-1 ul li .description p {
  margin-left: 4px;
}
.index body main .section-1 ul li a {
  display: inline-block;
  margin-top: 21px;
  width: 99px;
  height: 25px;
  border: 2px solid #cbd1bf;
  color: #424242;
  text-transform: uppercase;
  font-family: "Cairo-Bold";
}
.index body main .section-1 ul li a span {
  position: relative;
  top: -4px;
}
.index body main .section-1 ul li a:hover {
  background-color: #cbd1bf;
  color: white;
}
.index body main .section-1 ul li.fadeIn {
  transition: 1s ease-out;
  opacity: 1;
}
.wood body .wrapper header .header-overlay,
.about body .wrapper header .header-overlay,
.contact body .wrapper header .header-overlay,
.legal body .wrapper header .header-overlay,
.children-page body .wrapper header .header-overlay {
  padding-left: 40px;
  position: relative;
  left: calc(50% - 48px);
  min-width: 634px;
  width: 49.5%;
  height: 100vh;
  min-height: 730px;
  background-color: rgba(204,210,191,0.95);
}
.wood body .wrapper header .header-overlay .header-overlay-inner,
.about body .wrapper header .header-overlay .header-overlay-inner,
.contact body .wrapper header .header-overlay .header-overlay-inner,
.legal body .wrapper header .header-overlay .header-overlay-inner,
.children-page body .wrapper header .header-overlay .header-overlay-inner {
  top: 50%;
  position: relative;
  transform: translate(0,-50%);
}
@media screen and (max-width: 599px) {
  .wood body .wrapper header .header-overlay .header-overlay-inner,
  .about body .wrapper header .header-overlay .header-overlay-inner,
  .contact body .wrapper header .header-overlay .header-overlay-inner,
  .legal body .wrapper header .header-overlay .header-overlay-inner,
  .children-page body .wrapper header .header-overlay .header-overlay-inner {
    top: 35%;
  }
}
.wood body .wrapper header .header-overlay h1,
.about body .wrapper header .header-overlay h1,
.contact body .wrapper header .header-overlay h1,
.legal body .wrapper header .header-overlay h1,
.children-page body .wrapper header .header-overlay h1 {
  font-size: 59px;
  letter-spacing: 3px;
  line-height: 65px;
  margin: 0;
  font-family: "Cairo-ExtraLight";
  width: calc(100% - 48px);
}
.wood body .wrapper header .header-overlay h1:last-of-type,
.about body .wrapper header .header-overlay h1:last-of-type,
.contact body .wrapper header .header-overlay h1:last-of-type,
.legal body .wrapper header .header-overlay h1:last-of-type,
.children-page body .wrapper header .header-overlay h1:last-of-type {
  font-family: "Cairo-Light";
}
@media screen and (max-width: 1050px) {
  .wood body .wrapper header .header-overlay h1,
  .about body .wrapper header .header-overlay h1,
  .contact body .wrapper header .header-overlay h1,
  .legal body .wrapper header .header-overlay h1,
  .children-page body .wrapper header .header-overlay h1 {
    width: 350px;
  }
}
.wood body .wrapper header .header-overlay p,
.about body .wrapper header .header-overlay p,
.contact body .wrapper header .header-overlay p,
.legal body .wrapper header .header-overlay p,
.children-page body .wrapper header .header-overlay p {
  width: 290px;
  font-size: 14px;
  line-height: 22px;
  font-family: "SourceSansPro-Regular";
  text-align: left;
  margin-top: 22px;
}
@media screen and (max-width: 599px) {
  .wood body .wrapper header .header-overlay,
  .about body .wrapper header .header-overlay,
  .contact body .wrapper header .header-overlay,
  .legal body .wrapper header .header-overlay,
  .children-page body .wrapper header .header-overlay {
    min-height: 600px;
  }
}
.legal body .wrapper header {
  height: 40vh;
}
.legal body .wrapper header .header-overlay {
  height: 100%;
  position: absolute;
}
.legal body .wrapper main section .text {
  width: 90%;
  max-width: 575px;
  margin: 75px auto 35px;
}
.legal body .wrapper header .header-overlay {
  left: 48px;
}
.about body .wrapper header .header-overlay {
  left: 49px;
  padding-right: 48px;
}
.about body .wrapper header .header-overlay h1 {
  text-align: right;
  width: 100%;
}
.about body .wrapper header .header-overlay p {
  text-align: right;
}
.about body .wrapper header .header-overlay .header-overlay-inner {
  padding-top: 131px;
}
.about body .wrapper .section-1 {
  padding-bottom: 140px;
  background-color: rgba(66,66,66,0.05);
  margin-top: 44px;
  padding-top: 133px;
  display: flex;
  justify-content: flex-end;
}
.about body .wrapper .section-1 .images {
  float: left;
  position: absolute;
  left: -329px;
  top: 75px;
  z-index: 1;
}
.about body .wrapper .section-1 .images .image-1 {
  margin-top: 72px;
  width: 150px;
  height: 205px;
  float: left;
}
.about body .wrapper .section-1 .images .image-2 {
  margin-left: 161px;
  width: 179px;
  height: 277px;
}
.about body .wrapper .section-1 .images .image-3 {
  float: right;
  margin-top: 11px;
  width: 280px;
  height: 222px;
}
.about body .wrapper .section-1 .text {
  padding-left: 6%;
  height: 531px;
  width: 62.5%;
  min-width: 600px;
  background-color: #cbd1bf;
  position: relative;
}
.about body .wrapper .section-1 .text h1 {
  margin: 0;
  width: 211px;
}
.about body .wrapper .section-1 .text h1:nth-child(2) {
  font-family: "Cairo-ExtraLight";
  margin-top: -65px;
}
@media screen and (max-width: 599px) {
  .about body .wrapper .section-1 .text h1:nth-child(2) {
    margin-top: -43px;
  }
}
.about body .wrapper .section-1 .text h4 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 22px;
  font-family: "SourceSansPro-Regular";
}
.about body .wrapper .section-1 .text p {
  margin-top: 27px;
  width: 443px;
  font-size: 13px;
  line-height: 22px;
  font-family: "SourceSansPro-Regular";
}
@media screen and (max-width: 429px) {
  .about body .wrapper .section-1 {
    align-items: center;
  }
}
.about body .wrapper .section-3 h1 {
  margin: 0;
}
.about body .wrapper .section-3 h4 {
  margin-top: 15px;
}
.about body .wrapper .section-3 p {
  margin-top: 28px;
}
.contact body .wrapper header .header-overlay h1 {
  font-family: "Cairo-Light";
}
.contact body .wrapper header .header-overlay h1:first-child {
  font-family: "Cairo-ExtraLight";
}
.contact body .wrapper header .header-overlay .icons {
  margin: 0;
  display: block;
  width: 175px;
  margin-top: 24px;
}
.contact body .wrapper header .header-overlay .icons a {
  display: flex;
  align-items: center;
}
.contact body .wrapper header .header-overlay .icons a img {
  width: 24px;
}
.contact body .wrapper header .header-overlay .icons a:first-child img {
  width: 27px;
}
.contact body .wrapper header .header-overlay .icons a:nth-child(2) {
  margin-top: 10px;
  margin-left: 3px;
}
.contact body .wrapper header .header-overlay .icons a:hover {
  transition: .1s ease-out;
}
.contact body .wrapper header .header-overlay .icons a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
.contact body .wrapper .section {
  margin-top: 44px;
  box-sizing: border-box;
  min-height: 895px;
  background-color: rgba(66,66,66,0.05);
  padding-bottom: 73px;
  padding-top: 78px;
}
.contact body .wrapper .section .section-inner {
  width: 432px;
  margin: 0 auto;
}
.contact body .wrapper .section .section-inner .required {
  border: 1px solid rgba(255,0,0,0.5);
}
.contact body .wrapper .section .section-inner .requiredtext {
  color: red;
}
.contact body .wrapper .section .section-inner input {
  line-height: 28px;
  border-radius: 0;
  box-sizing: border-box;
  padding-left: 18px;
  width: 100%;
  height: 28px;
  background-color: #cbd1bf;
  border: 0;
  outline: 0;
  box-shadow: none;
  margin-bottom: 13px;
  font-size: 14px;
  color: #424242;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner input {
    height: 48px;
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner .checkbox {
  height: 28px;
  width: 28px;
  float: left;
  margin: 0;
  -webkit-appearance: none;
  transition: 0.3s;
}
.contact body .wrapper .section .section-inner .checkbox:checked:before {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  left: -6px;
  top: 3px;
  position: relative;
  background-color: black;
  transform: rotate(45deg);
  border-radius: 50px;
}
.contact body .wrapper .section .section-inner .checkbox:checked:after {
  content: "";
  display: block;
  width: 3px;
  height: 24px;
  position: relative;
  right: 6px;
  top: -21px;
  background-color: black;
  transform: rotate(-45deg);
}
.contact body .wrapper .section .section-inner .checkbox:hover {
  transform: scale(1.1);
}
.contact body .wrapper .section .section-inner #datenschutzhinweise {
  padding-left: 40px;
  margin-bottom: 30px;
  width: 100%;
}
.contact body .wrapper .section .section-inner input[type="submit"] {
  padding: 0;
  justify-content: center;
  font-family: "Cairo-Bold";
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  width: 108px;
  line-height: 24px;
  margin: 0 auto;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #cbd1bf;
  transition: .1s ease-out;
  -webkit-transition: .1s ease-out;
  -moz-transition: .1s ease-out;
  -o-transition: .1s ease-out;
  -ms-transition: .1s ease-out;
  cursor: pointer;
}
.contact body .wrapper .section .section-inner input[type="submit"]:hover {
  background-color: #cbd1bf;
  color: white;
  transition: .2s ease-in;
  -webkit-transition: .2s ease-in;
  -moz-transition: .2s ease-in;
  -o-transition: .2s ease-in;
  -ms-transition: .2s ease-in;
}
.contact body .wrapper .section .section-inner textarea {
  border-radius: 0;
  font-family: "Cairo-Regular", "Arial", sans-serif;
  margin-bottom: 25px;
  padding-top: 8px;
  padding-left: 18px;
  box-sizing: border-box;
  width: 100%;
  height: 163px;
  background-color: #cbd1bf;
  color: #424242;
  resize: none;
  border: 0;
  outline: none;
  font-size: 14px;
  line-height: 28px;
}
.contact body .wrapper .section .section-inner textarea::-webkit-input-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 28px;
  color: #424242;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner textarea::-webkit-input-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner textarea::-moz-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner textarea::-moz-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner textarea:-ms-input-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner textarea:-ms-input-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner textarea:-moz-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner textarea:-moz-placeholder {
    line-height: 48px;
  }
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner textarea {
    height: 203px;
  }
}
.contact body .wrapper .section .section-inner select {
  color: #424242;
  background-color: transparent;
  z-index: 10;
  cursor: pointer;
  position: absolute;
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  height: 100%;
  font-size: 14px;
  border: 0;
  outline: none;
  padding-left: 18px;
  font-family: "Cairo-Regular", "Arial", sans-serif;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner select {
    height: 48px;
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner .country-wrapper {
  background-color: #cbd1bf;
  position: relative;
  height: 28px;
  display: block;
  margin-bottom: 13px;
  width: 100%;
}
.contact body .wrapper .section .section-inner .country-wrapper img {
  width: 8px;
  top: 9px;
  left: 94%;
  position: absolute;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner .country-wrapper img {
    top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner .country-wrapper {
    line-height: 48px;
    height: 48px;
  }
}
.contact body .wrapper .section .section-inner ::-webkit-input-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner ::-webkit-input-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner ::-moz-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner ::-moz-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner :-ms-input-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner :-ms-input-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section .section-inner :-moz-placeholder {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  color: #424242;
  line-height: 28px;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section .section-inner :-moz-placeholder {
    line-height: 48px;
  }
}
.contact body .wrapper .section h1 {
  margin: 0 0 31px;
}
.contact body .wrapper .section h1:first-child {
  font-family: "Cairo-ExtraLight";
  margin: 0;
}
.contact body .wrapper .section p {
  width: 283px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 18px;
  margin-bottom: 25px;
}
.contact body .wrapper .section-3 a {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  border: none;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.contact body .wrapper .section-3 a img {
  width: 27px;
  margin-right: 10px;
  transition: .1s ease-out;
}
.contact body .wrapper .section-3 a:first-child img {
  width: 23px;
  margin-right: 13px;
}
.contact body .wrapper .section-3 a:nth-child(2),
.contact body .wrapper .section-3 a:nth-child(3) {
  margin-left: 36px;
}
.contact body .wrapper .section-3 a.mail {
  margin-top: 22px;
}
.contact body .wrapper .section-3 a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
@media screen and (max-width: 599px) {
  .contact body .wrapper .section-3 a {
    line-height: 20px;
  }
}
.contact body .wrapper .section-3 .text  
                    @media screen and (max-width: 409px) {
  padding: 375px 20px 45px !important;
}
.contact body .wrapper .bottom {
  content: "";
  width: 100%;
  height: 135px;
  background-color: rgba(66,66,66,0.05);
}
.contact body footer {
  margin-top: 28px;
}
.wood body .wrapper main section {
  margin-top: 30px;
  min-height: 833px;
  background-color: rgba(66,66,66,0.05);
}
.wood body .wrapper main section .text {
  text-align: left;
  padding-top: 0;
  width: 73%;
  background-color: #cbd1bf;
  position: relative;
  margin-top: 119px;
  float: left;
  padding-right: 50px;
}
.wood body .wrapper main section .text .text-inner {
  float: right;
  width: 340px;
  padding-bottom: 20px;
}
.wood body .wrapper main section .text .text-inner:after {
  content: "";
  clear: both;
}
.wood body .wrapper main section .text .text-inner h1:first-of-type {
  margin-top: -69px;
}
@media screen and (max-width: 599px) {
  .wood body .wrapper main section .text .text-inner h1:first-of-type {
    margin-top: -44px;
  }
}
.wood body .wrapper main section .text .text-inner h1:last-of-type {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .wood body .wrapper main section .text .text-inner {
    width: 189px;
  }
}
.wood body .wrapper main section .text p {
  width: 185px;
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 599px) {
  .wood body .wrapper main section .text {
    width: 85%;
  }
}
.wood body .wrapper main section .area-wrap {
  display: flex;
  justify-content: flex-start;
}
.wood body .wrapper main section .area-wrap .area-right .fsc-wrap {
  margin-top: 119px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.wood body .wrapper main section .area-wrap .area-right .fsc-wrap .text-lines {
  height: 95px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 20px;
}
.wood body .wrapper main section .area-wrap .area-right .fsc-wrap .text-lines .text-line {
  background-color: #cbd1bf;
  height: 25px;
  display: flex;
  align-self: flex-start;
  align-items: center;
  padding: 0 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #424242;
  font-weight: bold;
}
.wood body .wrapper main section .area-wrap .area-right .fsc-wrap .fsc-image {
  width: 120px;
}
.wood body .wrapper main section .children {
  width: 1068px;
  margin: 45px auto 0;
  padding-bottom: 150px;
}
.wood body .wrapper main section .children ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wood body .wrapper main section .children ul li {
  flex-basis: 262px;
  display: flex;
  flex-direction: column;
  margin-bottom: 11px;
  position: relative;
  float: left;
  margin-right: 0 !important;
  padding: 0 6px;
  width: 263px;
  height: 475px;
  background-color: white;
}
.wood body .wrapper main section .children ul li h2 {
  margin: 0;
  width: 171px;
  height: 24px;
  font-family: "Cairo-Regular";
  line-height: 24px;
  font-size: 21px;
  background-color: #cbd1bf;
  padding-right: 10px;
  text-align: right;
  margin-top: 61px;
  left: -7px;
  position: relative;
}
.wood body .wrapper main section .children ul li .header {
  background-color: rgba(66,66,66,0.05);
  position: relative;
  width: 100%;
  height: 330px;
  margin-top: 6px;
}
.wood body .wrapper main section .children ul li .icons {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.wood body .wrapper main section .children ul li .icons img {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}
.wood body .wrapper main section .children ul li .icons img:last-child {
  margin-right: 0;
}
.wood body .wrapper main section .children ul li .description {
  padding-left: 6px;
  margin-top: 19px;
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 22px;
  color: #424242;
}
@media screen and (max-width: 379px) {
  .wood body .wrapper main section .children ul li .description {
    padding-left: 0;
  }
}
.wood body .wrapper main section .children ul li a {
  margin: 0 auto;
  position: relative;
  width: 107px;
  border: 2px solid #cbd1bf;
  color: #424242;
  text-transform: uppercase;
  font-family: "Cairo-Bold";
  font-size: 15px;
  letter-spacing: 1px;
  height: 26px;
  display: block;
  text-align: center;
  line-height: 25px;
  margin-top: 35px;
}
.wood body .wrapper main section .children ul li a:hover {
  background-color: #cbd1bf;
  color: white;
}
.wood body .wrapper main section .children ul li:nth-child(4n) {
  margin-right: 0;
}
.wood body .wrapper main section .children ul li:last-of-type {
  padding-left: 20px;
  padding-right: 20px;
}
.wood body .wrapper main section .children ul li:last-of-type h1 {
  margin-top: 20px;
  margin-bottom: 0;
  width: 100%;
}
.wood body .wrapper main section .children ul li:last-of-type h1:last-of-type {
  margin-top: 0px;
}
@media screen and (max-width: 520px) {
  .wood body .wrapper main section .children ul li:last-of-type h1 {
    margin-top: 50px;
  }
}
.wood body .wrapper main section .children ul li:last-of-type .description {
  margin-top: 31px;
  width: 100%;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons {
  display: flex;
  width: 208px;
  align-items: center;
  height: 40px;
  margin: 20px auto 0;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a {
  border: none;
  float: left;
  margin: 0;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a img {
  height: 100%;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:first-child {
  height: 25px;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:nth-child(2) {
  height: 32px;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:last-child {
  height: 24px;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:last-child img {
  width: 38px;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:hover {
  background-color: transparent;
}
.wood body .wrapper main section .children ul li:last-of-type .contact-icons a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
@media screen and (max-width: 599px) {
  .wood body .wrapper main section .children ul li:last-of-type .contact-icons {
    margin: 60px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .wood body .wrapper main section .children ul li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 520px) {
  .wood body .wrapper main section .children ul li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 379px) {
  .wood body .wrapper main section .children ul li {
    height: 460px;
  }
}
.wood body .wrapper main section .children ul:after {
  content: "";
  flex-basis: 262px;
}
.icons a img,
.footer-inner a img {
  transition: .1 ease-out;
  -webkit-transition: .1 ease-out;
  -moz-transition: .1 ease-out;
  -o-transition: .1 ease-out;
  -ms-transition: .1 ease-out;
}
.icons a:hover img,
.footer-inner a:hover img {
  transform: scale(1.1);
  transition: .2 ease-in;
  -webkit-transition: .2 ease-in;
  -moz-transition: .2 ease-in;
  -o-transition: .2 ease-in;
  -ms-transition: .2 ease-in;
}
html:not(.index) .menu-button {
  top: 19px;
}
html:not(.index) header nav {
  background-color: #ffffff;
  transition: .25s ease-in;
  height: 87px;
  z-index: 100;
  position: fixed;
  width: 100%;
}
html:not(.index) header nav .logo {
  transition: .25s ease-in;
  top: 30px;
}
html:not(.index) header nav .logo .image-logo {
  display: none;
}
html:not(.index) header nav .language-wrapper {
  top: 19px;
  transition: .25s ease-in;
}
html:not(.index) header nav .buttons-right {
  top: 19px;
  transition: .25s ease-in;
}
html:not(.index) .language-wrapper {
  transition: .25s ease-in;
  float: left;
  text-align: center;
  position: relative;
  left: 112px;
  top: 38px;
}
html:not(.index) .language-wrapper img {
  width: 32px;
  display: inline-block;
}
html:not(.index) .language-wrapper select {
  color: #424242;
  line-height: 13px;
  position: relative;
  top: -2px;
  float: left;
  display: block;
  background-color: transparent;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html:not(.index) .language-wrapper .arrow {
  width: 7px;
  float: right;
}
html:not(.index) .logo {
  transition: .25s ease-out;
  position: relative;
  width: 229px;
  text-align: center;
  display: block;
  margin: 0 auto;
  top: 18px;
}
html:not(.index) .logo .image-logo {
  width: 51px;
  transition: .25s ease-out;
}
html:not(.index) .logo .font-logo {
  width: 229px;
}
html:not(.index) .logo img {
  display: inline-block;
}
html:not(.index) .logo.mouse .image-logo {
  left: 0;
  position: relative;
  animation: rotate 6s 5s linear;
  -webkit-animation: rotate 6s 5s linear;
  -moz-animation: rotate 6s 5s linear;
}
@media screen and (max-width: 599px) {
  html:not(.index) .logo {
    top: 0;
  }
}
html:not(.index) .buttons-right {
  float: right;
  position: absolute;
  right: 193px;
  top: 38px;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: .25s ease-in;
}
html:not(.index) .buttons-right a {
  float: left;
  display: block;
  width: 58px;
  color: #424242;
  text-align: center;
}
html:not(.index) .buttons-right a .line-wrapper {
  display: inline-block;
}
html:not(.index) .buttons-right a span {
  margin-right: 5px;
  display: block;
  width: 7px;
  height: 31px;
  float: left;
  background-color: #cbd1bf;
}
html:not(.index) .buttons-right a span:last-child {
  margin-right: 0;
}
html:not(.index) footer .logo {
  position: relative;
  width: 229px;
  text-align: center;
  display: block;
  margin: 91px auto 35px;
}
html:not(.index) footer .logo .image-logo {
  width: 51px;
}
html:not(.index) footer .logo .font-logo {
  width: 229px;
}
html:not(.index) footer .logo img {
  display: inline-block;
  transition: .1 ease-out;
  -webkit-transition: .1 ease-out;
  -moz-transition: .1 ease-out;
  -o-transition: .1 ease-out;
  -ms-transition: .1 ease-out;
}
html:not(.index) footer .footer-inner a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transition: .2 ease-in;
  -webkit-transition: .2 ease-in;
  -moz-transition: .2 ease-in;
  -o-transition: .2 ease-in;
  -ms-transition: .2 ease-in;
}
.nav-open {
  overflow: hidden;
}
.nav-open body {
  overflow: hidden;
}
.nav-open body .menu-button .line {
  left: 4px;
}
.nav-open body .menu-button .line-1 {
  transform: rotate(45deg);
  transform-origin: left;
  animation: line-1 .75s;
  -webkit-animation: line-1 .75s;
  -moz-animation: line-1 .75s;
}
@media screen and (max-width: 959px) {
  .nav-open body .menu-button .line-1 {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
  }
}
.nav-open body .menu-button .line-2 {
  left: -6px !important;
  opacity: 0;
  transition: .3s ease-out;
}
.nav-open body .menu-button .line-3 {
  transform: rotate(-45deg);
  transform-origin: left;
  top: -2px;
  animation: line-3 .75s;
  -webkit-animation: line-3 .75s;
  -moz-animation: line-3 .75s;
}
@media screen and (max-width: 959px) {
  .nav-open body .menu-button .line-3 {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -o-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
  }
}
.nav-open body .menu-button:hover .line-1,
.nav-open body .menu-button:hover .line-2,
.nav-open body .menu-button:hover .line-3 {
  left: 4px;
}
.nav-open body .menu {
  opacity: 1;
  transition: 1s ease-in;
  min-height: 800px;
  height: 100%;
  overflow-y: scroll;
}
.root {
  display: block;
  background-color: aqua;
  width: 200px;
  height: 200px;
  left: 44%;
  top: 69%;
  position: absolute;
}
.root img {
  opacity: 0;
  height: 0;
}
.root:hover img {
  animation: grow 1s 1s ease-in;
  -webkit-animation: grow 1s 1s ease-in;
  -moz-animation: grow 1s 1s ease-in;
}
@-webkit-keyframes grow {
  0% {
    height: 0px;
  }
  50% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 100%;
  }
}
@-moz-keyframes grow {
  0% {
    height: 0px;
  }
  50% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 100%;
  }
}
@keyframes grow {
  0% {
    height: 0px;
  }
  50% {
    height: 50%;
    opacity: 1;
  }
  100% {
    height: 100%;
  }
}
@keyframes ring {
  20% {
    left: 5px;
    transform: rotate(5deg);
  }
  30% {
    left: 10px;
    transform: rotate(-5deg);
  }
  40% {
    left: 5px;
    transform: rotate(5deg);
  }
  50% {
    left: 10px;
    transform: rotate(-5deg);
  }
  60% {
    left: 5px;
    transform: rotate(5deg);
  }
  70% {
    left: 10px;
    transform: rotate(-5deg);
  }
  80% {
    left: 5px;
    transform: rotate(5deg);
  }
  90% {
    left: 10px;
    transform: rotate(-5deg);
  }
  100% {
    left: 5px;
    transform: rotate(5deg);
  }
}
@-moz-keyframes ring {
  20% {
    left: 5px;
    transform: rotate(5deg);
  }
  30% {
    left: 10px;
    transform: rotate(-5deg);
  }
  40% {
    left: 5px;
    transform: rotate(5deg);
  }
  50% {
    left: 10px;
    transform: rotate(-5deg);
  }
  60% {
    left: 5px;
    transform: rotate(5deg);
  }
  70% {
    left: 10px;
    transform: rotate(-5deg);
  }
  80% {
    left: 5px;
    transform: rotate(5deg);
  }
  90% {
    left: 10px;
    transform: rotate(-5deg);
  }
  100% {
    left: 5px;
    transform: rotate(5deg);
  }
}
@-webkit-keyframes ring {
  20% {
    left: 5px;
    transform: rotate(5deg);
  }
  30% {
    left: 10px;
    transform: rotate(-5deg);
  }
  40% {
    left: 5px;
    transform: rotate(5deg);
  }
  50% {
    left: 10px;
    transform: rotate(-5deg);
  }
  60% {
    left: 5px;
    transform: rotate(5deg);
  }
  70% {
    left: 10px;
    transform: rotate(-5deg);
  }
  80% {
    left: 5px;
    transform: rotate(5deg);
  }
  90% {
    left: 10px;
    transform: rotate(-5deg);
  }
  100% {
    left: 5px;
    transform: rotate(5deg);
  }
}
@keyframes line-1 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(45deg);
  }
}
@-moz-keyframes line-1 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes line-1 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(45deg);
  }
}
@-webkit-keyframes line-3 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(-45deg);
  }
}
@-moz-keyframes line-3 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(-45deg);
  }
}
@keyframes line-3 {
  0% {
    left: 5px;
    transform: rotate(0deg);
  }
  20% {
    left: 10px;
    transform: rotate(0deg);
  }
  100% {
    left: 4px;
    transform: rotate(-45deg);
  }
}
@keyframes down {
  0% {
    top: -36px;
  }
  75% {
    top: -34px;
  }
  100% {
    top: -36px;
  }
}
@-webkit-keyframes down {
  0% {
    top: -36px;
  }
  75% {
    top: -34px;
  }
  100% {
    top: -36px;
  }
}
@-moz-keyframes down {
  0% {
    top: -36px;
  }
  75% {
    top: -34px;
  }
  100% {
    top: -36px;
  }
}
@keyframes up {
  0% {
    top: 0;
  }
  75% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes up {
  0% {
    top: 0;
  }
  75% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes up {
  0% {
    top: 0;
  }
  75% {
    top: -2px;
  }
  100% {
    top: 0;
  }
}
@keyframes rotate {
  0% {
    left: 0;
  }
  25% {
    left: 20px;
    transform: rotate(360deg);
  }
  33% {
    top: 1px;
  }
  40% {
    top: -1px;
  }
  50% {
    left: 0;
  }
  58% {
    top: 1px;
  }
  64% {
    top: -1px;
  }
  75% {
    left: -20px;
    transform: rotate(-360deg);
  }
  88%% {
    top: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-webkit-keyframes rotate {
  0% {
    left: 0;
  }
  25% {
    left: 20px;
    transform: rotate(360deg);
  }
  33% {
    top: 1px;
  }
  40% {
    top: -1px;
  }
  50% {
    left: 0;
  }
  58% {
    top: 1px;
  }
  64% {
    top: -1px;
  }
  75% {
    left: -20px;
    transform: rotate(-360deg);
  }
  88%% {
    top: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@-moz-keyframes rotate {
  0% {
    left: 0;
  }
  25% {
    left: 20px;
    transform: rotate(360deg);
  }
  33% {
    top: 1px;
  }
  40% {
    top: -1px;
  }
  50% {
    left: 0;
  }
  58% {
    top: 1px;
  }
  64% {
    top: -1px;
  }
  75% {
    left: -20px;
    transform: rotate(-360deg);
  }
  88%% {
    top: 1px;
  }
  100% {
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 840px) and (max-width: 959px) {
  .wood body .wrapper main section .children {
    width: 796px;
  }
  .about body .wrapper .section-1 .text,
  .contact body .wrapper .section-1 .text {
    width: 57.5%;
    min-width: 400px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
  .wood body .wrapper header .header-overlay {
    min-width: 450px;
  }
  .about body .wrapper header .header-overlay,
  .contact body .wrapper header .header-overlay {
    min-width: 450px;
  }
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .index body .wrapper main .section-1 ul {
    width: 538px;
  }
  .index body .wrapper main .section-1 ul li {
    margin-bottom: 4px;
  }
  .index body .wrapper main .section-1 ul li:last-child {
    width: 534px;
    margin-bottom: 0;
  }
  .wood body .wrapper main section .children {
    width: 796px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .index body .wrapper main .section-3 .text p {
    padding-right: 20px;
  }
  html body .wrapper main .section-2 .flow {
    min-width: 500px;
    width: 85.25%;
  }
  .wood body .wrapper header .header-overlay,
  .contact body .wrapper header .header-overlay {
    min-width: 340px;
  }
  .wood body .wrapper main .section-1 .text,
  .contact body .wrapper main .section-1 .text {
    width: 500px;
  }
  .legal body .wrapper header {
    height: 40vh;
  }
  .legal body .wrapper header .header-overlay {
    min-width: 400px;
  }
  .about body .wrapper header .header-overlay {
    min-width: 450px;
  }
}
@media screen and (min-width: 600px) and (max-width: 1199px) {
  .index body .wrapper main .section-1 .text {
    min-width: 500px;
    width: 500px;
  }
  .index body .wrapper main .section-1 ul {
    width: 538px;
  }
  .index body .wrapper main .section-1 ul li {
    margin-bottom: 4px;
  }
  .index body .wrapper main .section-1 ul li:last-child {
    width: 534px;
    margin-bottom: 0;
  }
}
@media (max-width: 849px) {
  .index body .wrapper main .section-1 .area-wrap {
    flex-direction: column;
  }
  .index body .wrapper main .section-1 .area-wrap .area-left {
    order: 2;
    align-self: center;
  }
  .index body .wrapper main .section-1 .area-wrap .area-left .fsc-wrap {
    margin-top: 60px;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .index body .wrapper main .section-1 .area-wrap .text {
    order: 1;
    align-self: flex-end;
  }
}
@media (max-width: 1199px) {
  .wood body .wrapper main section .area-wrap {
    flex-direction: column;
  }
  .wood body .wrapper main section .area-wrap .area-right {
    align-self: center;
  }
  .wood body .wrapper main section .area-wrap .area-right .fsc-wrap {
    margin-top: 60px;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .wood body .wrapper main section .area-wrap .text {
    align-self: flex-start;
  }
}
@media screen and (max-width: 839px) {
  html:not(.index) .language-wrapper {
    top: 38px;
    left: 38px;
  }
  html:not(.index) .buttons-right {
    right: 113px;
  }
  body .menu-button {
    top: 38px;
    right: 38px;
  }
  body nav .buttons-right {
    right: 113px;
  }
  body nav .language-wrapper {
    top: 38px;
    left: 38px;
  }
  body .wrapper .section-3 {
    height: 1025px;
  }
  body .wrapper .section-3 .text {
    float: none;
    margin: 0 auto;
    padding: 324px 0 0;
    width: 80%;
  }
  body .wrapper .section-3 .text p {
    width: 100%;
  }
  body .wrapper .section-3 .text a {
    margin: 0 auto;
  }
  .index body .wrapper .section-3 .text {
    padding: 430px 0 0;
  }
  .index body .wrapper .section-3 .text p:last-of-type {
    margin-left: 0;
  }
  .wood body .wrapper main section .children {
    width: 529px;
  }
  .about body .wrapper .section-1 .images {
    left: -245px;
    top: -75px;
    transform: scale(.6);
  }
  .about body .wrapper .section-1 .text {
    height: auto;
    padding-bottom: 75px;
    min-width: 400px;
    width: 66.5%;
  }
}
@media screen and (max-width: 1024px) {
  .wood body .wrapper header .header-overlay {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 90%;
    width: 90%;
    left: initial;
    margin: 0 auto;
  }
  .wood body .wrapper header .header-overlay h1 {
    font-size: 39px;
    line-height: 39px;
    width: 371px;
    max-width: 100%;
  }
  .wood body .wrapper header .header-overlay .header-overlay-inner {
    width: 50%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .wood body .wrapper header .header-overlay .header-overlay-inner {
    width: 70%;
  }
}
@media screen and (max-width: 499px) {
  .wood body .wrapper header .header-overlay .header-overlay-inner {
    width: 90%;
  }
}
@media screen and (max-width: 379px) {
  .wood body .wrapper header .header-overlay h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .wood body .wrapper header .header-overlay .header-overlay-inner {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .index body .wrapper main .section-1 .text {
    width: 85%;
    padding-left: 43px;
    min-width: initial;
  }
  .index body .wrapper main .section-1 ul {
    width: 538px;
    padding: 10px;
  }
  .index body .wrapper main .section-1 ul li {
    margin-bottom: 4px;
    width: 100%;
  }
  .index body .wrapper main .section-1 ul li .header {
    width: 100%;
  }
  .index body .wrapper main .section-1 ul li .header h2 {
    max-width: 95%;
    min-height: 28px;
    height: auto;
    line-height: 28px;
  }
  .index body .wrapper main .section-1 ul li:last-child {
    width: 534px;
    margin-bottom: 0;
  }
  .index body .wrapper main .section-2 {
    min-height: 614px;
  }
  .index body .wrapper main .section-2 .flow {
    min-width: 100px;
    width: 300px;
    margin: 0 auto;
    min-height: 527px;
    position: relative;
  }
  .index body .wrapper main .section-2 .flow .line {
    margin: 0;
    height: 400px;
    width: 2px;
    position: absolute;
    left: 62px;
    transform: translate(0,-50%);
    top: 50%;
  }
  .index body .wrapper main .section-2 .flow .flow-inner {
    flex-direction: column;
    width: 100%;
    left: 124px;
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow {
    width: 300px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 35px;
    left: 63%;
    top: 25%;
    transform: translate(-50%,-50%);
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow .image {
    height: 82px;
    margin-right: 10px;
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow .image img {
    width: 33px;
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow .image .arrow-background {
    transform: rotate(90deg);
    width: 100px;
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow .description {
    text-align: left;
    width: 130px;
  }
  .index body .wrapper main .section-2 .flow .flow-inner .arrow:last-child {
    margin-bottom: 0;
  }
  .index body .wrapper main .section-2 .text {
    margin-bottom: 20px;
  }
  .index body .wrapper main .section-2 .text .icons {
    margin: 28px auto 0;
    width: 432px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0;
  }
  .index body .wrapper main .section-2 .text .icons a {
    margin-right: 0;
    font-size: 13px;
  }
  html body .menu .nav-inner {
    width: 460px;
  }
  html body .menu .nav-inner ul li:nth-child(even) {
    margin: 20px auto !important;
    padding-left: 0;
  }
  html body .menu .nav-inner ul li:nth-child(even):hover {
    margin: 20px auto !important;
  }
  html body .menu .nav-inner ul li:last-child {
    margin: 10px auto !important;
  }
  html body .menu .nav-inner ul li:last-child:hover {
    margin: 10px auto !important;
  }
  html body .wrapper main .section-2 .flow {
    min-width: 100px;
    width: 300px;
    margin: 0 auto;
    min-height: 527px;
    position: relative;
  }
  html body .wrapper main .section-2 .flow .line {
    margin: 0;
    height: 400px;
    width: 2px;
    position: absolute;
    left: 62px;
    transform: translate(0,-50%);
    top: 50%;
  }
  html body .wrapper main .section-2 .flow .flow-inner {
    flex-direction: column;
    width: 100%;
    left: 124px;
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow {
    width: 300px;
    display: flex;
    align-items: flex-start;
    margin: 0 0 35px;
    left: 63%;
    top: 25%;
    transform: translate(-50%,-50%);
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow .image {
    height: 82px;
    margin-right: 10px;
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow .image img {
    width: 33px;
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow .image .arrow-background {
    transform: rotate(90deg);
    width: 100px;
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow .description {
    text-align: left;
    width: 130px;
  }
  html body .wrapper main .section-2 .flow .flow-inner .arrow:last-child {
    margin-bottom: 0;
  }
  html body .wrapper main .section-2 .text {
    margin-bottom: 20px;
  }
  html body .wrapper main .section-2 .text .icons {
    margin: 28px auto 0;
    width: 432px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  html body .wrapper main .section-2 .text .icons a {
    margin-right: 0;
    font-size: 13px;
  }
  .legal body .wrapper header {
    height: 40vh;
  }
  .legal body .wrapper header .header-overlay {
    padding-left: 28px;
    min-width: 90%;
    width: 90%;
    left: initial;
    margin: 0 auto;
  }
  .legal body .wrapper header .header-overlay h1 {
    font-size: 37px;
    line-height: 35px;
  }
  .wood body .wrapper main section .children {
    width: 90%;
  }
  .about body .wrapper header .header-overlay,
  .contact body .wrapper header .header-overlay {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 90%;
    width: 90%;
    left: initial;
    margin: 0 auto;
  }
  .about body .wrapper header .header-overlay h1,
  .contact body .wrapper header .header-overlay h1 {
    font-size: 37px;
    line-height: 35px;
  }
  html:not(.index) .language-wrapper {
    top: 38px;
    left: 38px;
  }
  html:not(.index) .buttons-right {
    right: 113px;
  }
  body header .header-inner .headline-wrapper .headline {
    padding-left: 88px;
  }
  body header .header-inner .headline-wrapper .headline.headline-1 {
    width: 430px;
  }
  body header .header-inner .headline-wrapper .headline.headline-2 {
    width: 300px;
    padding-left: 35px;
  }
  body header .header-inner .headline-wrapper .headline.headline-3 {
    width: 410px;
  }
  body header .header-inner .headline-wrapper .headline-under {
    margin-left: 88px;
  }
  body nav .logo {
    transform: scale(.6);
    top: -10px;
  }
  body nav .buttons-right {
    display: none;
  }
  body footer {
    width: 451px;
    margin: 83px auto 0;
  }
  body footer .footer-inner .footer-inner2 {
    width: 247px;
    margin-right: -5px;
  }
  body footer .footer-inner .footer-inner2 .mail img {
    margin-right: 11px;
  }
  body footer .footer-inner .footer-inner2 .contact img {
    margin-right: 8px;
  }
  body footer .footer-inner .footer-inner2 .phone img {
    margin-right: 11px;
  }
  body footer .footer-inner .footer-inner2 .phone i {
    margin-right: 11px;
  }
  .about body .wrapper .section-1 .images {
    display: none;
  }
  .about body .wrapper .section-1 .text {
    height: auto;
    padding-bottom: 25px;
    min-width: 90%;
    width: 90%;
  }
}
@media screen and (max-width: 479px) {
  html body .menu .nav-inner ul {
    width: 300px;
    margin: 0 auto;
  }
  html body .menu .nav-inner ul li {
    width: 260px;
    margin-left: 0px;
    padding-left: 129px;
  }
  html body .menu .nav-inner ul li:nth-child(even) {
    margin-left: 40px;
    padding-left: 89px;
  }
  html body .menu .nav-inner .icons {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
  }
  html body .menu .nav-inner .icons a {
    margin: 0;
    font-size: 12px;
  }
  html:not(.index) .language-wrapper {
    position: absolute;
    top: 18px;
    left: 18px;
  }
  html:not(.index) footer {
    height: 600px;
  }
  html:not(.index) footer .logo {
    margin-top: 51px;
  }
  body header .header-inner .headline-wrapper {
    bottom: initial;
    position: relative;
    top: initial;
    padding-top: 200px;
  }
  body header .header-inner .headline-wrapper .headline {
    padding-left: 38px;
    font-size: 20px;
  }
  body header .header-inner .headline-wrapper .headline.headline-1 {
    width: 300px;
  }
  body header .header-inner .headline-wrapper .headline.headline-2 {
    width: 285px;
    margin-left: 25px;
    padding-left: 15px;
  }
  body header .header-inner .headline-wrapper .headline.headline-3 {
    width: 290px;
  }
  body header .header-inner .headline-wrapper .headline-under {
    margin-left: 38px;
    width: 274px;
  }
  body .menu-button {
    top: 68px;
    right: 12px;
    top: 19px;
  }
  body nav .logo {
    transform: scale(.6);
    top: -10px;
  }
  body nav .language-wrapper {
    position: absolute;
    top: 68px;
    left: 15px;
    top: 19px;
  }
  body footer {
    height: 600px;
  }
  body footer .logo {
    margin-top: 51px;
  }
  body footer .footer-inner .footer-inner1 {
    width: 198px;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  body footer .footer-inner .footer-inner2 {
    width: 274px;
    float: none;
    margin: 10px auto;
    text-align: center;
  }
  body footer .footer-inner .footer-inner2 a img,
  body footer .footer-inner .footer-inner2 a i {
    display: none;
  }
  body footer .footer-inner .footer-inner3 {
    width: 198px;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
  body footer .footer-inner .footer-inner3 a {
    text-align: center;
  }
  .contact body .wrapper .section .section-inner {
    width: 90%;
    margin: 0 auto;
  }
  .about body .wrapper .section-1 .text {
    padding-left: 20px;
    padding-right: 20px;
  }
  nav {
    top: 0;
  }
}
.back {
  padding-left: 84px;
  position: absolute;
  top: 136px;
  left: 65px;
  color: #424242;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  z-index: 50;
}
.back:before {
  content: "";
  display: block;
  float: left;
  height: 69px;
  width: 9px;
  background-image: url(/images/arrow_down.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(90deg);
  top: -21px;
  left: 30px;
  position: absolute;
}
.children-page body .wrapper header {
  margin-bottom: 50px;
}
.children-page body .wrapper header .header-overlay {
  left: 50px;
  transform: translate(0,0);
  text-align: right;
}
.children-page body .wrapper header .header-overlay h1,
.children-page body .wrapper header .header-overlay p {
  text-align: right;
}
.children-page body .wrapper header .header-overlay p {
  width: 369px;
  margin-left: 80%;
  hyphens: none;
}
.children-page body .wrapper header .header-overlay .header-overlay-inner {
  width: 290px;
  right: 44px;
  position: absolute;
}
.children-page body .wrapper header .header-overlay a:not(.back) {
  font-family: 'Cairo-Bold';
  display: inline-block;
  color: #424242;
  padding: 4px 8px;
  border: 2px solid white;
  height: auto;
  width: auto;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
}
.children-page body .wrapper header .header-overlay a:not(.back):hover {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .children-page body .wrapper header .header-overlay {
    width: 90%;
    left: 0;
    margin: 0 auto;
    min-width: 90%;
    padding: 0 10px;
  }
  .children-page body .wrapper header .header-overlay h1 {
    width: auto;
  }
}
@media screen and (max-width: 379px) {
  .children-page body .wrapper header .header-overlay {
    width: 90%;
    left: 0;
    margin: 0 auto;
    min-width: 90%;
    padding: 0 10px;
  }
  .children-page body .wrapper header .header-overlay .header-overlay-inner {
    position: relative;
    right: 0;
    padding: 0 10px;
  }
  .children-page body .wrapper header .header-overlay h1 {
    width: auto;
  }
}
.children-page body .wrapper main .section-0 {
  background-color: rgba(66,66,66,0.05);
  padding: 70px 20px;
}
.children-page body .wrapper main .section-0 .text {
  padding: 50px 50px;
  background-color: white;
  margin: 0 auto;
  max-width: 544px;
}
.children-page body .wrapper main .section-0 .text h1 {
  hyphens: auto;
  -webkit-hyphens: auto;
  font-family: 'Cairo-ExtraLight';
  letter-spacing: .2px;
  margin-bottom: 0;
  margin-top: 50px;
}
.children-page body .wrapper main .section-0 .text h1:nth-of-type(2n) {
  font-family: 'Cairo-Light';
  margin-top: 0;
  margin-bottom: 34px;
}
@media screen and (max-width: 479px) {
  .children-page body .wrapper main .section-0 .text h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 379px) {
  .children-page body .wrapper main .section-0 .text h1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.children-page body .wrapper main .section-0 .text img {
  height: 59px;
}
.children-page body .wrapper main .section-0 .text img:first-of-type {
  float: left;
  margin-right: 30px;
}
.children-page body .wrapper main .section-0 .text p {
  font-size: 14px;
  line-height: 22px;
  clear: both;
}
.children-page body .wrapper main .section-0 .text p:nth-of-type(2) {
  height: 0;
}
.children-page body .wrapper main .section-0 .text a.link-button {
  font-family: 'Cairo-Bold';
  display: table;
  color: #424242;
  padding: 4px 8px;
  border: 2px solid #cbd1bf;
  height: auto;
  width: auto;
  line-height: 15px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  margin: 37px auto 0;
}
.children-page body .wrapper main .section-0 .text a.link-button:hover {
  background-color: #cbd1bf;
  color: white;
}
@media screen and (max-width: 599px) {
  .children-page body .wrapper main .section-0 .text {
    padding: 50px 20px;
  }
}
.children-page body .wrapper main .section-3 {
  height: 834px;
}
.children-page body .wrapper main .section-3 .text {
  float: right;
  width: 50%;
  height: 100%;
  padding: 90px 0 0 90px;
}
.children-page body .wrapper main .section-3 .text h1 {
  font-family: "Cairo-Light";
  font-size: 43px;
  line-height: 48px;
  margin: 0 0 25px;
}
.children-page body .wrapper main .section-3 .text h1:first-child {
  font-family: "Cairo-ExtraLight";
  margin: 0;
}
.children-page body .wrapper main .section-3 .text h4 {
  margin: 0;
  text-transform: uppercase;
  font-family: "SourceSansPro-Regular";
  font-size: 13px;
  line-height: 13px;
}
.children-page body .wrapper main .section-3 .text p {
  width: 390px;
  margin: 40px 0;
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 22px;
}
.children-page body .wrapper main .section-3 .text p:last-of-type {
  margin-left: -35px;
}
.children-page body .wrapper main .section-3 a {
  font-family: "SourceSansPro-Regular";
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  border: none;
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
}
.children-page body .wrapper main .section-3 a img {
  width: 27px;
  margin-right: 10px;
  transition: .1s ease-out;
}
.children-page body .wrapper main .section-3 a:first-child img {
  width: 23px;
  margin-right: 13px;
}
.children-page body .wrapper main .section-3 a:nth-child(2),
.children-page body .wrapper main .section-3 a:nth-child(3) {
  margin-left: 36px !important;
}
.children-page body .wrapper main .section-3 a.mail {
  margin-top: 22px;
}
.children-page body .wrapper main .section-3 a:hover img {
  transform: scale(1.1);
  transition: .2s ease-in;
}
@media screen and (max-width: 839px) {
  .children-page body .wrapper main .section-3 {
    height: 1025px;
  }
  .children-page body .wrapper main .section-3 .text {
    float: none;
    margin: 0 auto;
    padding: 430px 0 0;
    width: 80%;
  }
  .children-page body .wrapper main .section-3 .text p {
    width: 100%;
  }
  .children-page body .wrapper main .section-3 .text a {
    margin: 0 auto;
  }
}
.about body .wrapper header .header-overlay h1,
.children-page body .wrapper header h1 {
  max-width: 100%;
}
.about body .wrapper header .header-overlay .header-overlay-inner,
.children-page body .wrapper header .header-overlay-inner {
  width: 336px;
}
.about body .wrapper header .header-overlay p,
.children-page body .wrapper header p {
  width: 100%;
}
.about body .wrapper header .header-overlay h4,
.children-page body .wrapper header h4 {
  text-align: right;
}
.about body .wrapper header .header-overlay .header-overlay-inner {
  float: right;
}
@media screen and (max-width: 839px) {
  .children-page body .wrapper main .section-3 .text {
    width: 320px;
  }
}
@media screen and (max-width: 379px) {
  .children-page body .wrapper main .section-3 .text {
    width: 75%;
  }
}
@media screen and (max-width: 379px) {
  .children-page body .wrapper main .section-3 .text a {
    margin-top: 5px;
  }
  .children-page body .wrapper main .section-3 .text a.mail {
    height: 35px;
  }
}
.index body .wrapper main .section-3 .text p:last-of-type,
.about body .wrapper main .section-3 .text p:last-of-type {
  margin-left: 0;
}
.index body .wrapper .section-3 .text,
.about body .wrapper .section-3 .text {
  padding: 90px 20px 0 90px;
}
 .index body .wrapper .section-3 .text p:last-of-type,
 .about body .wrapper .section-3 .text p:last-of-type {
  margin-left: 0;
}
@media screen and (max-width: 839px) {
  .index body .wrapper .section-3 .text,
  .about body .wrapper .section-3 .text {
    padding: 430px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  .index body .wrapper .section-3 .text,
  .about body .wrapper .section-3 .text {
    padding: 490px 20px 0;
  }
}
@media screen and (max-width: 499px) {
  .index body .wrapper .section-3 .text,
  .about body .wrapper .section-3 .text {
    padding: 600px 20px 0;
  }
}
@media screen and (max-width: 599px) {
  body .wrapper .section-3 .text {
    padding: 550px 10px 0;
  }
}
@media screen and (max-width: 499px) {
  body .wrapper .section-3 .text {
    padding: 600px 20px 0;
  }
}
@media screen and (max-width: 379px) {
  body .wrapper .section-3 .text {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  body .wrapper .section-3 {
    height: 1250px;
  }
}
@media screen and (max-width: 499px) {
  body .wrapper .section-3 {
    height: 1350px;
  }
}
@media screen and (max-width: 399px) {
  body .wrapper .section-3 {
    height: 1400px;
  }
}
@media screen and (max-width: 359px) {
  body .wrapper .section-3 {
    height: 1450px;
  }
}
.phone:hover,
.mail:hover {
  background-color: transparent !important;
}
h1 {
  font-family: 'Cairo-Regular' !important;
  hyphens: none !important;
}
@media screen and (max-width: 599px) {
  h1 {
    letter-spacing: 2.5px;
    font-size: 27px !important;
    line-height: 29px !important;
  }
  h1:nth-of-type(even) {
    margin-top: 0 !important;
  }
}
h1:nth-of-type(odd) {
  font-family: 'Cairo-ExtraLight' !important;
}
main h1 {
  font-family: 'Cairo-Regular' !important;
}
@media screen and (max-width: 599px) {
  main h1 {
    letter-spacing: 2.5px;
    font-size: 27px !important;
    line-height: 29px !important;
  }
}
main h1:nth-of-type(odd) {
  font-family: 'Cairo-ExtraLight' !important;
}
.section-3 {
  background-image: url(/images/background_desktop.jpg);
  background-size: cover;
  background-position: center;
  height: auto !important;
}
@media screen and (max-width: 839px) {
  .section-3 {
    background-image: url(/images/background_mobile.jpg);
    background-position: bottom;
  }
}
.section-3:after {
  content: "";
  clear: both;
}
.section-3 .text {
  float: none !important;
  left: 50%;
  position: relative;
  padding: 90px 20px 90px 90px !important;
}
@media screen and (max-width: 839px) {
  .section-3 .text {
    padding: 480px 20px 90px !important;
    left: 0;
  }
}
@media screen and (max-width: 409px) {
  .section-3 .text {
    padding: 520px 20px 45px !important;
    left: 0;
  }
}
@media screen and (max-width: 379px) {
  .about .section-3 .text {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.mail {
  line-height: 21px !important;
}
.section-3 .mail {
  margin-top: 22px !important;
}
.children-page .header-overlay-inner {
  position: relative !important;
  right: initial !important;
  width: 100% !important;
  padding-right: 44px;
}
.children-page .header-overlay-inner h1 {
  margin: 0 !important;
  width: 100% !important;
}
@media screen and (max-width: 599px) {
  .children-page .header-overlay-inner h1 {
    text-align: left !important;
  }
}
.children-page .header-overlay-inner p {
  float: right;
}
@media screen and (max-width: 599px) {
  .children-page .header-overlay-inner p {
    text-align: left !important;
    float: none !important;
    margin-left: 0 !important;
  }
}
.children-page .header-overlay-inner p:after {
  content: "";
  clear: both;
}
@media screen and (max-width: 599px) {
  .children-page .header-overlay-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .children-page .header-overlay {
    padding: 0 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .children-page .header-overlay {
    text-align: left !important;
  }
}
@media screen and (max-width: 599px) {
  .children-page .header-overlay .back {
    left: 20px !important;
  }
}
@media screen and (max-width: 599px) {
  .wood .header-overlay-inner h1,
  .wood .header-overlay-inner p,
  .children-page .header-overlay-inner h1,
  .children-page .header-overlay-inner p,
  .about .header-overlay-inner h1,
  .about .header-overlay-inner p,
  .contact .header-overlay-inner h1,
  .contact .header-overlay-inner p {
    text-align: left !important;
  }
}
@media screen and (max-width: 599px) {
  .wood .header-overlay-inner,
  .children-page .header-overlay-inner,
  .about .header-overlay-inner,
  .contact .header-overlay-inner {
    width: 90% !important;
    float: none !important;
    margin: 0 auto !important;
    position: relative !important;
    top: initial !important;
    padding-top: 200px !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 599px) {
  .wood .header-overlay,
  .children-page .header-overlay,
  .about .header-overlay,
  .contact .header-overlay {
    height: auto !important;
  }
}
.contact body .wrapper .section-3 .text {
  width: 75%;
}
@media screen and (max-width: 599px) {
  body  header {
    height: auto !important;
  }
}
.legal main p {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 599px) {
  .index header .header-inner {
    min-height: 600px;
  }
}
.language-wrapper {
  width: 78px !important;
}
.language-wrapper select {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: flex-end !important;
}
.language-wrapper .arrow {
  top: -14px !important;
}
@media screen and (max-width: 599px) {
  .language-wrapper .arrow {
    left: -4px !important;
  }
}
@media screen and (max-width: 429px) {
  .language-wrapper .arrow {
    left: 0px !important;
  }
}
@media screen and (max-width: 599px) {
  .language-wrapper img {
    left: 0px !important;
  }
}
@media screen and (max-width: 379px) {
  .language-wrapper img {
    left: -2px !important;
  }
}
@media screen and (max-width: 599px) {
  .language-wrapper {
    width: 34px !important;
    left: 22px !important;
  }
}
