html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #1b1b1d;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  overflow-x: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 100;
  transition: background-color 0.3s, box-shadow 0.3s;
}

header nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 20px;
  transition: background-color 0.3s;
}

.logo {
  position: absolute;
  left: 2%;
  top: 27%;
  width: 100px;
}

.logo_link {
  color: white;
  margin-top: -100px;
}

.link {
  color: black;
  font-weight: 200;
  text-decoration: none;
  margin-left: 40px;
  font-size: 1.1rem;
}

.link {
  position: relative;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: white;
  transition: width 0.3s;
}

.link:hover::before {
  width: 100%;
}

.link.scroll_effect::before {
  background-color: white;
}

#toggle {
  display: none;
}

.hamburger {
  position: absolute;
  top: 3.1em;
  right: 5%;
  margin-left: -2em;
  margin-top: -45px;
  margin-right: 31px;
  width: 0.7em;
  height: 45px;
  z-index: 5;
}

.hamburger div {
  position: sticky;
  width: 2.3em;
  height: 7px;
  border-radius: 3px;
  background-color: white;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}

.white-bun {
  background-color: white !important;
}

.nav {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: #1b1b1d;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  transform: scale(0);
}

.nav-wrapper {
  position: relative;
  overflow: hidden;
  overflow-y: auto;
  height: 100%;
  margin-top: 40%;
  flex-direction: column;
}

.nav-ham a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  flex-direction: column;
  margin-top: 1em;
  transition: color 0.2s ease-in-out;
  font-weight: 100;
}

.nav-ham a:before {
  content: "";
  height: 0;
  position: absolute;
  width: 0.25em;
  background-color: white;
  left: -0.5em;
  transition: all 0.2s ease-in-out;
}

.nav-ham a:hover {
  color: white;
}

.nav-ham a:hover:before {
  height: 100%;
}

.logo-ham {
  margin-left: 200px;
  margin-top: 35px;
  width: 200px;
  cursor: pointer;
  z-index: 3;
  position: absolute;
}

.globe-ham {
  width: 30px;
  margin-bottom: -6px;
  margin-top: 20px;
}

#toggle:checked + .hamburger .top-bun {
  transform: rotate(-45deg);
  margin-top: 25px;
}

#toggle:checked + .hamburger .bottom-bun {
  opacity: 0;
  transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
  transform: rotate(45deg);
  margin-top: -7px;
}

#toggle:checked + .hamburger + .nav {
  top: 0;
  transform: scale(1);
}

.hamburger-menü {
  display: none;
}

.ham-link {
  color: white !important;
}

@media screen and (max-width: 768px) {
  .link {
    display: none;
  }

  .language-switch {
    display: none;
  }

  .globe_icon {
    display: none;
  }

  .hamburger-menü {
    display: block;
  }

  .logo_header {
    margin-top: -20px;
  }

  header nav {
    padding: 45px;
  }

  header nav {
    display: block;
    justify-content: flex-end;
    align-items: center;
    transition: background-color 0.3s;
  }

  .nav-ham a {
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  header nav {
    padding: 50px;
  }

  header nav {
    padding: 45px;
  }

  header nav {
    display: block;
    justify-content: flex-end;
    align-items: center;
    transition: background-color 0.3s;
  }

  .nav-ham a {
    display: block;
  }

  .logo_header {
    margin-top: -20px;
  }

  .hamburger-menü {
    display: block;
  }

  .link {
    display: none;
  }
}

main {
  display: flex;
  justify-content: center;
  align-items: center;
}

main p {
  color: white;
  font-weight: 200;
  font-size: 0.8rem;
}

form {
  width: 45%;
  max-width: 800px;
  margin: 0 auto;
}

.intro {
  margin-top: 10%;
  text-align: center;
  color: white;
  margin-bottom: 5%;
}

h1 {
  font-size: 2.9rem;
}

.intro p {
  font-weight: 100;
  font-size: 1.2rem;
  color: #425466;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 100;
  color: white;
  font-size: 1.3rem;
}

input[type="tel"],
input[type="email"],
input[type="text"],
select,
textarea,
input[type="file"] {
  width: 100%;
  padding: 18px;
  margin-bottom: 30px;
  box-sizing: border-box;
  border: none;
  background-color: #cbd5e1;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: 100;
  font-family: sans-serif;
}

input[type="file"] {
  padding: 10px;
}

.disclaimer_form_wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}

.disclaimer_form_wrapper label {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  cursor: pointer;
}

.disclaimer_form_wrapper a {
  color: #67e8f9;
}

.disclaimer_form_wrapper input {
  cursor: pointer;
}

.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.action_btn_one {
  cursor: pointer;
  width: 180px;
  height: 40px;
  font-size: 0.9rem;
  margin-top: 2%;
  border: none;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.action_btn_one:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: white;
}

.action_btn_one:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

.action_btn_one::before {
  content: "";
  display: block;
  width: 0px;
  height: 50%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 30px 10px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.action_btn_one:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

@media screen and (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 10px;
  }

  h5 {
    margin-bottom: 15px;
  }

  .logo-footer {
    display: none;
  }

  .rechtliches {
    margin-top: 7%;
  }

  h1 {
    margin-top: 40%;
    text-align: center;
  }

  main {
    margin-left: 3%;
    margin-right: 3%;
  }

  .btn-div {
    margin-top: 10%;
    display: flex;
    justify-content: center;
  }
}

footer {
  background-color: #27272a;
  margin-top: 10%;
  padding: 30px;
  padding-left: 0;
  padding-top: 50px;
}

.footer_container {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  color: white;
  margin-left: 10%;
}

.credits {
  font-weight: 200;
  margin-right: 10%;
}

.credits p {
  font-size: 0.8rem;
}

.logo_footer {
  width: 120px;
  margin-bottom: 25px;
}

.logo_footer {
  width: 120px;
}

footer h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  font-weight: 200;
  font-size: 1rem;
}

footer ul li a {
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  color: white;
}

.underline {
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
}

footer {
  background-color: #27272a;
  margin-top: 10%;
  padding: 30px;
  padding-left: 0;
  padding-top: 50px;
}

.footer_container {
  display: flex;
  justify-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px;
  color: white;
  margin-left: 10%;
}

.credits {
  font-weight: 200;
  margin-right: 10%;
}

.credits p {
  font-size: 0.8rem;
}

.logo_footer {
  width: 120px;
  margin-bottom: 25px;
}

.logo_footer {
  width: 120px;
}

footer h3 {
  font-size: 1.1rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 10px;
}

footer ul {
  padding: 0;
}

footer ul li {
  list-style: none;
  font-weight: 200;
  font-size: 1rem;
}

footer ul li a {
  text-decoration: none;
  font-weight: 200;
  font-size: 1rem;
  color: white;
}

.underline {
  cursor: pointer;
}

.underline:hover {
  text-decoration: underline;
}

.instagram {
  width: 20px;
  margin-right: 20px;
}

.tiktok {
  width: 17px;
  position: absolute;
  margin-top: 2px;
}

@media screen and (max-width: 767px) {
  form {
    width: 90%;
    max-width: 800px;
    margin: 0 auto;
  }

  .contact_section h2 {
    font-size: 2.1rem;
    text-align: center;
    margin-bottom: 10%;
    margin-top: 20%;
  }

  .contact_container {
    flex-direction: column-reverse;
    gap: 40px;
    text-align: center;
  }

  .contact ul li div {
    justify-content: center;
  }

  .footer_container {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .standort_wrapper {
    flex-direction: column;
  }

  .btn_margin_two {
    margin-top: 5%;
    margin-bottom: 5%;
    width: 200px;
  }

  footer {
    margin-top: 10%;
  }
}

@media screen and (min-width: 1700px) {
  .credits {
    margin-right: 20%;
  }
}

.vietec {
  position: absolute;
  right: 20px;
  width: auto;
}

.vietec p {
  margin: 0;
  padding: 0;
  color: white;
  font-weight: 100;
  font-size: 0.7rem;
}

.vietec a {
  color: #a5f3fc;
  text-decoration: none;
}
