/* Base */

/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v18-latin-regular.woff2') format('woff2'); 
}

/* inter-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/inter-v18-latin-500.woff2') format('woff2'); 
}

/* inter-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/inter-v18-latin-600.woff2') format('woff2'); 
}

/* outfit-300 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/outfit-v11-latin-300.woff2') format('woff2'); 
}

/* outfit-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/outfit-v11-latin-regular.woff2') format('woff2'); 
}

/* outfit-500 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/outfit-v11-latin-500.woff2') format('woff2'); 
}

/* outfit-600 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/outfit-v11-latin-600.woff2') format('woff2'); 
}


html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  line-height: 26px;
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Outfit, sans-serif;
  margin: 0;
  font-weight: inherit;
}

h1 {
  font-size: 50px;
  line-height: 62px;
  font-weight: 600;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

.ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

main {
  margin-top: 90px;
}

.primary-button {
  font-size: 16px;
  line-height: 26px;
  padding: 0.75rem 1.875rem;
  color: #FFFFFF;
  background-color: #4E6BFF;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
}

/* Utility classes */

.pointer {
  cursor: pointer;
}

.flex {
  display: flex;
}

.col {
  display: flex;
  flex-direction: column;
}

.col-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.row {
  display: flex;
  flex-direction: row;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

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

.space-between {
  justify-content: space-between;
  align-items: center;
}

.space-around {
  justify-content: space-around;
  align-items: center;
}

.space-evenly {
  justify-content: space-evenly;
  align-items: center;
}

.start {
  justify-content: flex-start;
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.end {
  justify-content: flex-end;
  align-items: center;
}

.flex-wrap {
  flex-wrap: wrap;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.inline {
  display: inline;
}

.ggap {
  gap: 1rem;
}

.ggap-0625 {
  gap: 0.625rem;
}

.ggap-1875 {
  gap: 1.875rem;
}

.ggap-25 {
  gap: 2.5rem;
}

.gap {
  margin: 1rem;
}

.gap-5 {
  margin: 5rem;
}

.vgap {
  margin: 1 0rem;
}

.vgap-0375 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.hgap {
  margin: 0 1rem;
}

.lgap {
  margin-left: 1rem;
}

.lgap-0375 {
  margin-left: 0.375rem;
}

.lgap-3 {
  margin-left: 3rem;
}

.rgap {
  margin-right: 1rem;
}

.pad-0 {
  padding: 0;
}

.pad {
  padding: 1rem;
}

.pad-2 {
  padding: 2rem;
}

.tpad-2px {
  padding-top: 2px;
}

.tpad-5px {
  padding-top: 5px;
}

.tpad-5 {
  padding-top: 5rem;
}

.tpad-625 {
  padding-top: 6.25rem;
}

.rpad {
  padding-right: 1rem;
}

.bpad-1 {
  padding-bottom: 1rem;
}

.lpad-15 {
  padding-left: 1.5rem;
}

.lpad-65 {
  padding-left: 6.5rem;
}

.tgap-0 {
  margin-top: 0;
}

.tgap-0625 {
  margin-top: 0.625rem;
}

.tgap {
  margin-top: 1rem;
}

.tgap-1125 {
  margin-top: 1.125rem;
}

.tgap-125 {
  margin-top: 1.25rem;
}

.tgap-175 {
  margin-top: 1.75rem;
}

.tgap-1875 {
  margin-top: 1.875rem;
}

.tgap-25 {
  margin-top: 2.5rem;
}

.tgap-5 {
  margin-top: 5rem;
}

.bgap {
  margin-bottom: 1rem;
}

.bgap-15 {
  margin-bottom: 1.5rem;
}

.vgap-025 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.vpad-1875 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

.vpad-275 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.vpad-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.vpad-625 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.hpad-1875 {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.hpad-25 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.z-10 {
  z-index: 10;
}

.z-999 {
  z-index: 999;
}

.mobile-container {
  display: none;
}

.desktop-container {
  display: flex;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

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

.text-default {
  font-size: 1rem;
  line-height: 1.625rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-xxl {
  font-size: 50px;
  line-height: 62px;
}

.text-title-xsm {
  font-size: 22px;
  line-height: 26px
}

.text-title-sm {
  font-size: 26px;
  line-height: 32px;
}

.text-title-lg {
  font-size: 40px;
  line-height: 42px;
}

.minh-540px {
  min-height: 540px;
}

.minh-700px {
  min-height: 700px;
}

@media (max-width: 768px) {
  .mobile-container {
    display: flex;
  }

  .desktop-container {
    display: none;
  }

  .sm\:text-3xl {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }

  .sm\:text-4xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-title-sm {
    font-size: 26px;
    line-height: 32px;
  }

  .sm\:w-30 {
    width: 30%;
  }

  .sm\:w-45 {
    width: 45%;
  }

  .sm\:w-50 {
    width: 50%;
  }

  .sm\:w-60 {
    width: 60%;
  }

  .sm\:w-70 {
    width: 70%;
  }

  .sm\:w-80 {
    width: 80%;
  }

  .sm\:w-90 {
    width: 90%;
  }
}

@media (min-width: 769px) {
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-xxl {
    font-size: 50px;
    line-height: 62px;
  }

  .md\:text-title-sm {
    font-size: 26px;
    line-height: 32px;
  }

  .md\:w-30 {
    width: 30%;
  }

  .md\:w-45 {
    width: 45%;
  }

  .md\:w-50 {
    width: 50%;
  }

  .md\:w-60 {
    width: 60%;
  }

  .md\:w-70 {
    width: 70%;
  }

  .md\:w-80 {
    width: 80%;
  }

  .md\:w-90 {
    width: 90%;
  }
}

@media (min-width: 1024px) {
  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-default {
    font-size: 1rem;
    line-height: 1.625rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-xxl {
    font-size: 50px;
    line-height: 62px;
  }

  .lg\:text-title-sm {
    font-size: 26px;
    line-height: 32px;
  }

  .lg\:col {
    display: flex;
    flex-direction: column;
  }

  .lg\:row {
    display: flex;
    flex-direction: row;
  }

  .lg\:start {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lg\:end {
    justify-content: flex-end;
    align-items: center;
  }

  .lg\:center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:align-start {
    align-items: flex-start;
  }

  .lg\:align-center {
    align-items: center;
  }

  .lg\:space-evenly {
    justify-content: space-evenly;
    align-items: center;
  }

  .lg\:space-around {
    justify-content: space-around;
    align-items: center;
  }

  .lg\:ggap {
    gap: 1rem;
  }

  .lg\:tgap-0 {
    margin-top: 0;
  }

  .lg\:tgap-8 {
    margin-top: 8rem;
  }

  .lg\:w-30 {
    width: 30%;
  }

  .lg\:w-45 {
    width: 45%;
  }

  .lg\:w-50 {
    width: 50%;
  }

  .lg\:w-60 {
    width: 60%;
  }

  .lg\:w-70 {
    width: 70%;
  }

  .lg\:w-80 {
    width: 80%;
  }

  .lg\:w-90 {
    width: 90%;
  }

  .lg\:minh-580px {
    min-height: 580px;
  }

  .lg\:vpad-625 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-xxl {
    font-size: 50px;
    line-height: 62px;
  }

  .xl\:text-title-sm {
    font-size: 26px;
    line-height: 32px;
  }

  .xl\:w-30 {
    width: 30%;
  }

  .xl\:w-45 {
    width: 45%;
  }

  .xl\:w-50 {
    width: 50%;
  }

  .xl\:w-60 {
    width: 60%;
  }

  .xl\:w-70 {
    width: 70%;
  }

  .xl\:w-80 {
    width: 80%;
  }

  .xl\:w-90 {
    width: 90%;
  }
}

.border-box {
  box-sizing: border-box;
}

.container {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 12px;
  box-sizing: border-box;
}

.delay-0 {
  transition-delay: 0s;
}

.delay-150 {
  transition-delay: 150ms; 
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.top-0 {
  top: 0;
}

.top-1 {
  top: 1rem;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: 1rem;
}

.left-2 {
  left: 2rem;
}

.left-15 {
  left: 1.5rem;
}

.right-0 {
  right: 0;
}

.right-2 {
  right: 2rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-2 {
  bottom: 2rem;
}

.top-0625 {
  top: 0.625rem;
}

.left-0625 {
  left: 0.625rem;
}

.h-auto {
  height: auto;
}

.h-16px {
  height: 16px;
}

.h-24px {
  height: 24px;
}

.h-96px {
  height: 96px;
}

.h-0125 {
  height: 0.125rem;
}

.h-20 {
  height: 20%;
}

.h-80 {
  height: 80%;
}

.w-24px {
  width: 24px;
}

.w-16px {
  width: 16px;
}

.w-0125 {
  width: 0.125rem;
}

.w-125 {
  width: 1.25rem;
}

.w-25 {
  width: 2.5rem;
}

.w-25 {
  width: 2.5rem;
}

.w-3 {
  width: 3rem;
}

.w-5 {
  width: 5rem;
}

.w-525 {
  width: 5.25rem;
}

.w-20 {
  width: 20rem;
}

.w-56px {
  width: 56px;
}

.h-auto {
  height: auto;
}

.h-125 {
  height: 1.25rem;
}

.h-25 {
  height: 2.5rem;
}

.h-3 {
  height: 3rem;
}

.h-5 {
  height: 5rem;
}

.h-525 {
  height: 5.25rem;
}

.w-full {
  width: 100%;
}

.w-30 {
  width: 30%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-60 {
  width: 60%;
}

.w-70 {
  width: 70%;
}

.w-80 {
  width: 80%;
}

.w-90 {
  width: 90%;
}

.mw-full {
  max-width: 100%;
}

.mw-66 {
  max-width: 66%;
}

.mw-320px {
  max-width: 320px;
}

.mw-380px {
  max-width: 380px;
}

.h-full {
  height: 100%;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-primary {
  color: #4E6BFF;
}

.text-secondary {
  color: #79808a;
}

.text-black {
  color: #000000;
}

.text-white {
  color: #FFFFFF;
}

.text-italic {
  font-style: italic;
}

.bg-primary {
  background-color: #4E6BFF;
}

.bg-accent {
  background-color: #D6F7E7;
}

.bg-pink {
  background-color: #F36A8D;
}

.bg-green {
  background-color: #20CA66;
}

.bg-orange {
  background-color: #FA9161;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-whiter {
  background-color: rgb(244 247 250);
}

.fill-white {
  fill: #FFFFFF;
}

.border {
  border: 1px solid #E5E5E5;
}

.border-primary {
  border: 1px solid #4E6BFF;
}

.border-secondary {
  border: 1px solid #79808a;
}

.circle {
  border-radius: 50%;
}

.rounded {
  border-radius: 0.5rem;
}

.border-width-0 {
  border-width: 0;
}

.brounded {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;  
}

.tborder {
  border-top: 1px solid black;
}

.bborder {
  border-bottom: 1px solid black;
}

.lborder {
  border-left: 1px solid black;
}

.border-color-secondary {
  border-color: #79808a42;
}

.none-visible {
  visibility: hidden;
}

.hidden {
  display: none;
}

/* Navbar */
.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin: 0;
  padding: 0;
  background: white;
}

.navbar-area.shadow {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.navbar {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
}

.navbar-brand {
  margin-right: 1.25rem;
  padding: 0;
}

.navbar-brand img {
  width: 160px;
  height: auto;
}

.nav-list-desktop {
  display: flex;
  flex-direction: row;
  list-style: none;
}

.nav-item {
  margin-left: 40px;
  position: relative;
}

.nav-item.mobile {
  margin: 0;
  line-height: 25px;
  padding: 7px 0;
}

.nav-item a{
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  color: #79808a;
  padding: 10px 0;
}

.nav-item a::before {
  height: 5px;
  content: '';
  border-radius: 16px;
  background: #5ae4a7;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: -1;
  width: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.nav-item a:hover::before,
.nav-item.active a::before {
  width: 100%;
}

.navbar-toggle-container {
  position: relative;
  cursor: pointer;
  width: 1.375rem;
  height: 1.375rem;
  display: block;
}

.navbar-toggle-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-toggle-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.navbar-toggle-burger-line {
  width: 0;
  background-color: #000;
  display: block;
  position: relative;
  border-radius: 0.125rem;
  height: 0.125rem;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.navbar-toggle-close-line {
  background-color: #000;
  display: block;
  position: absolute;
  border-radius: 0.125rem;
  transition-property: width;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.navbar-toggle-line-show {
  width: 100%;
}

.navbar-toggle-line-hide {
  width: 0;
}

#navbar-menu-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 0;
  width: 100%;
  background-color: #FFFFFF;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  -webkit-transition: max-height 0.3s ease-out;
}

#navbar-menu-container.show {
  max-height: 320px;
}

.nav-list-mobile {
  width: 100%;
  list-style: none;
  padding: 0;
  padding-left: 25px;
  margin: 0;
}

/*===== All Preloader Style =====*/
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#preloader-spinner {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#preloader-spinner:before,
#preloader-spinner:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #5ae4a7;
}

#preloader-spinner:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#preloader-spinner:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#back-to-top {
  display: none;
  cursor: pointer;
}

#back-to-top.show {
  display: flex;
}

.swiper {
  width: 100%;
  height: 25rem;
  padding-bottom: 3rem;
}

.swiper-slide {
}

.slide-avatar-container {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 1.125rem;
  top: calc(80% - 1.667rem);
}

.tabButton {
  padding: 0.525rem;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 99;
  width: 105px;
  text-align: center;
}

.tabButton.active {
  color: #FFFFFF;
}

.tabIndicator {
  width: 33.33%;
  height: calc(100% - 2px);
  border-radius: 0.5rem;
  background-color: #4E6BFF;
  transition: all 0.3s ease-out;
  top: 1px;
  left: 0;
}

.form {
  display: none;
}

.form.active {
  display: flex;
}

label {
  width: 100%;
  text-wrap: wrap;
}

@media (min-width: 1024px) {
  label {
    min-width: 190px;
    width: 190px;
  }
}

label .required {
  color: red;
}

input[type="text"],
input[type="email"],
input[type="tel"], 
input[type="date"],
select,
textarea {
  background-color:  #fff;
  border : 1px solid #f1f1f1;
  border-radius: 0.25rem;
  padding: 8px;
  color: #495057;
  width: 100%;
  max-width: 440px;
  font-size: 16px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
}

select {
  height: 37px;
}

input[type="date"] {
  height: 37px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #4E6BFF;
  outline: none;
}

.checkbox {
  width: auto;
  min-width: 0;
  font-size: 16px;
}

.errorText {
  color: red;
  font-size: 14px;
}

#datenschutz,
#impressum {
  color: #79808a;
}

.cookieAlert {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #212327;
  color: #ecf0f1;
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  opacity: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookieAlert.active {
  opacity: 1;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookieButton {
  font-size: 16px;
  padding: 0.5rem 1.875rem;
  color: #FFFFFF;
  background-color: #4E6BFF;
  border-radius: 9999px;
  display: inline;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-weight: 400;
}

.pricing-annotation {
  padding: 4px 12px;
  background-color: #4E6BFF;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.5rem;
  z-index: 10;
}