@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  background: #597d7d;
  color: rgb(80, 80, 80);
  min-height: 200vh;
}
/* navbar */
nav {
  background: #faffff;
  box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.1);
  width: 100%;
  padding-top: 1.5px;
  border-bottom: 3px solid #fff;
  position: fixed;
  z-index: 210;
}
nav:after {
  content: "";
  clear: both;
  display: table;
}
nav .logo {
  height: 70px;
  display: flex;
  align-items: center;
  float: left;
  color: #597d7d;
  font-size: 27px;
  font-weight: 600;
  line-height: 70px;
  padding-left: 30px;
  text-decoration: none;
}
nav .logo img {
  height: 40px;
  padding-bottom: 5px;
}
nav .bar .icon {
  color: #597d7d;
}
nav .menubar {
  right: 10px;
}
nav ul {
  float: right;
  list-style: none;
  position: fixed;
}
nav ul li {
  float: left;
  display: inline-block;
  margin: 0 2px;
}
nav ul li a {
  color: #597d7d;
  text-decoration: none;
  line-height: 70px;
  font-size: 18px;
  padding: 10px 15px;
}
nav ul li a:hover {
  color: #2b3d3d;
  border-bottom: 3px solid #bd6d3e;
  border-radius: 2px;
}
nav ul ul li a {
  color: #597d7d;
}
nav ul ul li a:hover {
  color: #2b3d3d;
  border-bottom: none;
}
nav ul ul {
  position: absolute;
  margin-top: 3px;
  border-top: 3px solid #597d7d;
  opacity: 0;
  visibility: hidden;
  transition: top 0.3s;
}
nav ul ul a:hover {
  border-bottom: none;
}
nav ul ul ul {
  border-top: none;
}
nav ul li ul {
  transition: all 0.3s ease 0.1s;
}
nav ul li ul ul {
  transition: none;
}
nav ul li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease 0s;
  box-shadow: 12px -10px 15px -5px rgba(0, 0, 0, 0.05),
    -12px -10px 15px -5px rgba(0, 0, 0, 0.05);
}
nav ul ul li {
  background: #fff;
  position: relative;
  margin: 0px;
  float: none;
  display: list-item;
}
nav ul ul .iconlist {
  width: 50px;
  padding-left: 2.5px;
}
nav ul ul .cornerA {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
}
nav ul ul .cornerB {
  border-bottom-left-radius: 15px;
  box-shadow: -7.5px 15px 25px rgba(0, 0, 0, 0.05);
}
nav ul ul .cornerC {
  border-top-right-radius: 15px;
}
nav ul ul li a {
  line-height: 50px;
}
nav ul ul ul li {
  position: relative;
  top: -70px;
  left: 180px;
}
.fa-chevron-right {
  margin-left: 40px;
  font-size: 15px;
}
.fa-plus {
  margin-left: 10px;
}
.mobile {
  display: none;
}
.show,
.icon,
input {
  display: none;
}
/* startpage */
.hero,
.heroImage {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
.heroImage::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(59, 76, 76, 0.2) 0,
    rgba(59, 76, 76, 0.4) 30%,
    rgba(59, 76, 76, 0.5) 80%,
    rgb(59, 76, 76, 0.7) 100%
  );
}
.hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #de8450;
  background: linear-gradient(
    to bottom,
    #c97949 0,
    #b16b40 30%,
    #a5643c 80%,
    #8b5532 100%
  );
}
.text-wrapper {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  z-index: 180;
}
.headline {
  color: #fff;
  font-size: 4rem;
}
.sub-headline {
  color: #fff;
  margin: 10px 30px;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  animation: fade-in 1s ease-in-out forwards 4.5s;
  opacity: 0;
}
.parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
/* logo-animation */
#logo {
  display: block;
  margin: auto;
  width: 500px;
  fill: rgba(0, 0, 0, 0);
  animation: fill 1s ease forwards 4.5s;
  z-index: 180;
}
.st0:nth-child(2) {
  stroke-dasharray: 667.9912719726562;
  stroke-dashoffset: 667.9912719726562;
  animation: logo-animation 3s ease forwards 0.3s;
}
.st0:nth-child(3) {
  stroke-dasharray: 419.5185852050781;
  stroke-dashoffset: 419.5185852050781;
  animation: logo-animation 3s ease forwards 0.6s;
}
.st0:nth-child(4) {
  stroke-dasharray: 330.7414855957031;
  stroke-dashoffset: 330.7414855957031;
  animation: logo-animation 3s ease forwards 0.9s;
}
.st0:nth-child(5) {
  stroke-dasharray: 512.4320068359375;
  stroke-dashoffset: 512.4320068359375;
  animation: logo-animation 3s ease forwards 1.2s;
}
.st0:nth-child(6) {
  stroke-dasharray: 395.851806640625;
  stroke-dashoffset: 395.851806640625;
  animation: logo-animation 3s ease forwards 1.5s;
}
.st0:nth-child(7) {
  stroke-dasharray: 524.0758666992188;
  stroke-dashoffset: 524.0758666992188;
  animation: logo-animation 3s ease forwards 1.8s;
}
.st0:nth-child(8) {
  stroke-dasharray: 395.8541564941406;
  stroke-dashoffset: 395.8541564941406;
  animation: logo-animation 3s ease forwards 2.1s;
}
.st0:nth-child(9) {
  stroke-dasharray: 359.9935302734375;
  stroke-dashoffset: 359.9935302734375;
  animation: logo-animation 3s ease forwards 2.4s;
}
@keyframes logo-animation {
  1% {
    opacity: 1;
  }
  to {
    stroke-dashoffset: 0;
    opacity: 1;
  }
}
@keyframes logo-rotation {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes fill {
  to {
    fill: white;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* scroll-down-button */
.scroll-down {
  position: absolute;
  left: 50%;
  z-index: 2;
  display: inline-block;
  transform: translate(0, -50%);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s;
}
.scroll-down:hover {
  opacity: 0.5;
}
.scroll-down {
  padding-top: 10px;
}
.scroll-down span {
  position: absolute;
  top: 300px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  animation: sdbtn 2s infinite;
}
@keyframes sdbtn {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
/* infoBlock */
.mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 400px;
  height: 400px;
  z-index: 200;
  overflow: hidden;
}
.infoBlock {
  position: absolute;
  bottom: -120px;
  left: -50px;
}
.square {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.square span:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 8s linear infinite;
  background: rgba(255, 255, 255, 0.8);
}
.square span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 6s linear infinite;
  background: rgba(255, 255, 255, 0.6);
}
.square span:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
  transition: 0.5s;
  animation: animate 12s linear infinite;
  background: rgba(255, 255, 255, 0.8);
}
@keyframes animate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.infoContent {
  position: relative;
  padding: 40px 40px;
  text-align: center;
  transition: 0.5s;
  z-index: 100;
  margin-bottom: 100px;
  margin-left: 15px;
}
.infoContent h3 {
  margin-bottom: 15px;
  color: #bd6d3e;
}
.infoContent p {
  font-size: 14px;
}
.infoContent a {
  text-decoration: none;
  color: #9b241e;
  transition: 0.5s;
  padding: 0 2px;
}
.infoContent a:hover {
  color: #d4b1b1;
}
/* fade-in */
/* .fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
.fade-in.appear {
  opacity: 1;
} */
/* Textboxen */
.contentSection {
  padding-top: 70px;
  margin-top: -70px;
}
.block-section {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
}
.double-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1140px;
  margin: 0 auto;
}
.module-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 0 auto;
}
.block {
  padding: 30px 50px;
  margin: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.025);
  max-width: 1100px;
  width: 100%;
}
.box-title {
  font-size: 28px;
  padding-bottom: 5px;
}
.box-line {
  margin: 0 0 35px -15px;
  width: 200px;
  height: 4px;
  background: #bd6d3e;
  border-radius: 2px;
}
.block a {
  text-decoration: none;
  color: #de8450;
  transition: 0.5s;
}
.block a:hover {
  color: #bd6d3e;
}
.autor-box {
  display: flex;
  justify-content: center;
  font-size: 14px;
  align-items: center;
}
.autor-box img {
  max-width: 300px;
  min-width: 200px;
  margin: 10px 20px 0 0;
  border-radius: 8px;
}
/* block-button */
.cfButton1 {
  position: absolute;
  top: 13%;
  left: -1%;
  z-index: 180;
}
.cfButton2 {
  position: relative;
  display: inline-block;
  padding: 8px 16px;
  background: #de8450;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s ease-in;
  border: none;
}
input[type="submit"] {
  font-size: 16px;
  cursor: pointer;
}
.cfButton2:hover {
  background: #b0d4d4;
}
/* videos */
.YT-Video {
  width: 80%;
  height: 500px;
  border: none;
}
/* team-box */
.team-container {
  width: 100%;
}
.team-list {
  padding-left: 0px;
  list-style: none;
  text-align: center;
}
.team-list .team-member {
  display: inline-block;
  padding: 0px 10px;
}
.team-list .team-member .team-image {
  width: 196px;
  height: 196px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
}
.team-list .team-member img {
  width: 100%;
  height: 100%;
  transition: 1s;
  display: block;
  overflow: scroll;
  object-fit: cover;
}
.team-list .team-member .team-image img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}
.team-list .name,
.team-list .status {
  display: block;
  text-align: center;
  padding-top: 10px;
}
.team-list .name {
  color: rgb(80, 80, 80);
  font-size: 19px;
  font-weight: 500;
}
.team-list .name_2 {
  color: rgb(80, 80, 80);
  font-size: 17px;
  font-weight: 500;
}
.team-list .status {
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #ccc;
  font-weight: 300;
}
.image-wrapper {
  text-decoration: none;
  padding: 15px;
  display: block;
  border-radius: 8px;
}
.image-wrapper:hover {
  background: #cadede;
}
/* popup for team-box */
.popup_wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 200;
}
.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 210;
}
.popup_box {
  background: #fff;
  color: rgb(80, 80, 80);
  max-width: 700px;
  height: 300px;
  margin: 0 auto;
  z-index: 300;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.025);
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.popup_box .left_image {
  flex: 0 0 40%;
  width: 40%;
  padding-right: 30px;
}
.popup_box .left_image img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
}
.popup_box .right_content {
  flex: 0 0 60%;
  max-width: 60%;
  text-align: left;
}
.popup_box .right_content h2 {
  text-align: left;
  margin-bottom: 20px;
}
.popup_box .right_content p {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
}
.close_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 101;
  right: 15px;
  cursor: pointer;
}
.close_btn::before,
.close_btn::after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: rgb(80, 80, 80);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.close_btn::before {
  transform: rotate(45deg);
}
.close_btn::after {
  transform: rotate(-45deg);
}
/* footer */
.container {
  max-width: 1180px;
  margin: auto;
  padding: 0 40px;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.footer {
  background-color: #242b2b;
  padding: 70px 0;
  margin-top: 60px;
}
.footer-col {
  width: 25%;
  padding: 0 15px;
}
.footer-col ul {
  list-style: none;
}
.footer-col h4 {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 35px;
  font-weight: 500;
  position: relative;
}
.footer-col h4::before {
  content: "";
  position: absolute;
  left: -7.5px;
  bottom: -10px;
  background-color: #597d7d;
  height: 3px;
  border-radius: 2px;
  box-sizing: border-box;
  width: 75px;
}
.footer-col ul li:not(:last-child) {
  margin-bottom: 10px;
}
.footer-col ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #cccccc;
  display: block;
  transition: all 0.3s ease;
}
.footer-col ul li a:hover {
  color: #fff;
  padding-left: 8px;
}
.footer-col .social-links a {
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 20px 10px 10px 0;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
}
.footer-col .social-links a:hover {
  color: #242b2b;
  background-color: #fff;
}
.copyright-text {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-left: 15px;
}
.copyright-text p {
  padding-top: 50px;
  color: rgb(160, 160, 160);
}
.copyright-text a {
  color: #de8450;
  text-decoration: none;
  transition: 0.5s;
}
.copyright-text a:hover {
  color: #bd6d3e;
}
