:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

html {
  line-height: 1.15;
}

body {
  margin: 0;
  --sb-track-color: #d0d0d0;
  --sb-thumb-color: #2461ff;
  --sb-size: 13px;

  scrollbar-color: var(--sb-thumb-color) var(--sb-track-color);
}


/* scrollbar */
body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 33px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 33px; 
}
/* scrollbar end */



* {
  box-sizing: border-box;
}

p,
li,
ul,
pre,
div,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
blockquote,
figcaption {
  margin: 0;
  padding: 0;
}

button {
  background-color: transparent;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

html {
  font-family: Poppins;
  font-size: 16px;
}

body {
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.15;
  color: var(--dl-color-gray-black);
  background-color: var(--dl-color-gray-white);

}


@keyframes fade-in-left {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focus,
[type="button"]:-moz-focus,
[type="reset"]:-moz-focus,
[type="submit"]:-moz-focus {
  outline: 1px dotted ButtonText;
}

a {
  color: inherit;
  text-decoration: inherit;
}

input {
  padding: 2px 4px;
}

img {
  display: block;
}

html {
  scroll-behavior: smooth
}







.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  scroll-behavior: smooth;
}







.home-lottie-node {
  width: var(--dl-size-size-large);
  height: var(--dl-size-size-medium);
  margin-left: var(--dl-space-space-twounits);
}

.home-navigations-wide {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-link {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.home-link:hover {
  opacity: 0.5;
  transform: scale(1.1);
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
}

.home-link01 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.home-link01:hover {
  opacity: 0.5;
  transform: scale(1.1);
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
}

.home-link02 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.home-link02:hover {
  opacity: 0.5;
  transform: scale(1.1);
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
}

.home-link03 {
  cursor: pointer;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.home-link03:hover {
  opacity: 0.5;
  transform: scale(1.1);
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
}

.home-right {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-phone {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  align-items: center;
  border-width: 0px;
  flex-direction: row;
  justify-content: center;
  text-decoration: none;
}

.home-image {
  width: 18px;
  object-fit: cover;
}

.home-text {
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.home-book {
  text-decoration: none;
}

.home-image01 {
  width: 18px;
  object-fit: cover;
}

.home-text01 {
  font-family: Inter;
}

.home-burger-menu {
  display: none;
  align-items: center;
  justify-content: center;
}

.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 1000;
  position: fixed;
  transform: translateY(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}

.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-container1 {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}

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

.home-icon2 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}

.home-nav1 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-text02 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text03 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text04 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-text05 {
  margin-bottom: var(--dl-space-space-unit);
}

.home-book1 {
  text-decoration: none;
}

.home-image02 {
  width: 18px;
  object-fit: cover;
}

.home-text06 {
  font-family: Inter;
}

.home-welcome-page-main {
  flex: 1;
  width: 100%;
  display: flex;
  z-index: 100;
  max-width: 1440px;
  align-items: center;
  padding-left: var(--dl-space-space-unit);
  padding-right: var(--dl-space-space-unit);
  padding-top: 150px;
  padding-bottom: 150px;
  flex-direction: row;
  justify-content: space-between;
}



.home-heading {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-header {
  width: 100%;
  font-size: 62px;
  max-width: 750px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px;
}

.home-caption {
  width: 100%;
  font-size: 18px;
  max-width: 600px;
  line-height: 27px;
}

.home-book2 {
  text-decoration: none;
}

.home-image03 {
  width: 18px;
  object-fit: cover;
}

.home-welcome-page-main-img {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height: auto;
  margin: 20px;

}

.home-image04 {
  /* transition: filter 0.5s, transform 0.5s; */
  width: 100%;
  height: 100%;
  border-radius: 1px;
}


.home-features {
  width: 100%;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  z-index: 100;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #2461FF;
}

.home-background {
  right: 0px;
  width: 37%;
  bottom: 0px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #D0F4FD;
}




.home-our-services {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  padding-top: 100px;
  padding-bottom: 200px;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}

.home-our-services-header {
  cursor: pointer;
  font-size: 3rem;
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-twounits);
}

.home-our-services-header:hover {
  transform: scale(1.1);
}

.home-our-services-text {
  color: var(--dl-color-gray-700);
  width: 70%;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-twounits);
  line-height: 1.5;
}

.home-our-services-column {
  /* width: 100%; */
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.home-service1 {
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  margin-top: var(--dl-space-space-oneandhalfunits);
  transition: 0.3s;
  align-items: center;
  margin-left: var(--dl-space-space-oneandhalfunits);
  margin-right: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}

.home-service1:hover {
  transform: scale(1.2);
}

.home-image05 {
  width: 100px;
  object-fit: cover;
}

.home-text13 {
  color: var(--dl-color-gray-black);
  font-size: 1.15rem;
  font-weight: 500;
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
}

.home-image06 {
  width: 100px;
  object-fit: cover;
}


.home-image10 {
  width: 100px;
  object-fit: cover;
}

.home-adress {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.home-adress-row {
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}

.home-adress-row-header {
  cursor: pointer;
  font-size: 3rem;
  max-width: 25rem;
  transition: 0.3s;
}

.home-adress-row-header:hover {
  transform: scale(1.1);
}

.home-adress-row-text {
  font-size: 1.15rem;
  margin-top: var(--dl-space-space-oneandhalfunits);
  margin-bottom: var(--dl-space-space-twounits);
}

.home-map {
  width: 60%;
  height: 50vh;
}

.home-contact-and-open {
  width: 100%;
  height: auto;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  flex-direction: row;
  justify-content: space-around;
}

.home-contact {
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-contact-header {
  cursor: pointer;
  font-size: 3rem;
  max-width: 25rem;
  transition: 0.3s;
}

.home-contact-header:hover {
  transform: scale(1.1);
}

.home-contact-number {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-contact-fax {
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-opentime {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-opentime-header {
  cursor: pointer;
  font-size: 3rem;
  max-width: 25rem;
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}

.home-opentime-header:hover {
  transform: scale(1.1);
}

.home-opentime-days {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-opentime-days-mo-di-mi {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.home-text33 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text34 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text35 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-opentime-days-do-fr-sa {
  flex: 0 0 auto;
  width: 200px;
  height: 100px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.home-text36 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text37 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-text38 {
  margin-top: var(--dl-space-space-halfunit);
  margin-bottom: var(--dl-space-space-halfunit);
}

.home-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;

  padding-bottom: var(--dl-space-space-unit);
  justify-content: space-around;
  background-color: #000000;
}

.home-footer-list {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  margin-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: column;
}

.home-text39 {
  color: rgb(255, 255, 255);
  font-size: 20px;
  line-height: 21px;
  text-transform: uppercase;
}

.home-footer-list {
  gap: var(--dl-space-space-unit);
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-header1 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
}

.home-links {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-link05 {
  color: rgb(255, 255, 255);
  width: auto;
  cursor: pointer;
  transition: 0.3s;
}

.home-link05:hover {
  opacity: 0.5;
}

.home-link06 {
  color: rgb(255, 255, 255);
  width: auto;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.home-link06:hover {
  opacity: 0.5;
}

.home-header2 {
  color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 600;
}

.home-links1 {
  gap: 12px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-link07 {
  color: rgb(255, 255, 255);
  width: auto;
  cursor: pointer;
  transition: 0.3s;
}

.home-link07:hover {
  opacity: 0.5;
}

.home-link08 {
  color: rgb(255, 255, 255);
  width: auto;
  cursor: pointer;
  transition: 0.3s;
}

.home-link08:hover {
  opacity: 0.5;
}

.home-link09 {
  color: rgb(255, 255, 255);
  width: auto;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}

.home-link09:hover {
  opacity: 0.5;
}

.home-left {
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.home-image11 {
  width: 24px;
  object-fit: cover;
}

.home-image12 {
  width: 24px;
  object-fit: cover;
}


.home-copyright {
  color: rgb(255, 255, 255);
  font-size: 12px;
  margin-bottom: var(--dl-space-space-unit);
}











.pop-impressum {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}


.popup-impressum-content {
  text-align: left;
  height: auto;
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.popup-impressum-contenth1,
.popup-impressum-contenth2,
.popup-impressum-contenth3 {
  line-height: 2;
}

.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}







.popup {
  display: none; /* Verstecke das Popup standardmäßig */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 600px)
{
  .popup {
    width: 90%;
  }
}



.popup-content {
  text-align: left;
  height: 400px; 
  overflow-y: auto;
}
.popup-content h1,
.popup-content h2,
.popup-content h3 {
  line-height: 2;
}
.popup-content::-webkit-scrollbar {
  width: 12px;
}

.popup-content::-webkit-scrollbar-track {
  background: #ffffff;
}

.popup-content::-webkit-scrollbar-thumb {
  background-color: #141416;
  border-radius: 8px;
  border: 4px solid #ffffff;
}
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #aaa;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.agree-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-bottom: 10px;
  transform: translateX(-50%);
  background-color: #141416;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  color: #f1f1f1;
  border-radius: 5px;

}


.home-burger-checkbox:checked ~ .home-mobile-menu {
  display: block;
}
.home-menu-close-label {
  cursor: pointer;
  font-size: 24px;
  color: #000;
  position: absolute;
  top: 10px;
  right: 20px;
}







.home-slide-to-top {
  right: var(--dl-space-space-threeunits);
  width: 50px;
  bottom: var(--dl-space-space-threeunits);
  cursor: pointer;
  height: 50px;
  position: fixed;
  align-self: flex-end;
  border: 1px solid #000;
  border-radius: var(--dl-radius-radius-round);
  text-decoration: none;
  background-color: white;
  display: none;
  z-index: 1000;
}





@media(max-width: 1200px) {
  .home-text13 {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }

}

@media(max-width: 991px) {
  .home-welcome-page {
    flex: 1;
    width: 100%;
    height: 0px;
  }

  .home-navbar {
    z-index: 1000;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-lottie-node {
    margin-left: 0;
  }

  .home-navigations-wide {
    display: none;
  }

  .home-right {
    display: none;
  }

  .home-burger-menu {
    display: flex;
    padding: var(--dl-space-space-unit);
    border-radius: var(--dl-radius-radius-round);
    background-color: #2461FF;
  }

  .home-icon {
    fill: white;
  }

  .home-mobile-menu {
    height: 40vh;
  }

  .home-welcome-page-main {
    flex-direction: column;
  }

  .home-welcome-page-main-content {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-header {
    font-size: 62px;
    max-width: 75%;
    font-style: normal;
    font-weight: 600;
    line-height: 74px;
  }

  .home-caption {
    font-size: 18px;
    max-width: 75%;
    line-height: 27px;
  }

  .home-features {
    padding-top: var(--dl-space-space-fourunits);
    flex-direction: row;
    padding-bottom: var(--dl-space-space-fourunits);
  }

  .home-background {
    left: 0px;
    width: 100%;
    bottom: 0px;
    height: 55%;
    position: absolute;
    justify-content: flex-end;
  }

  .home-about-us-text {
    max-width: 100%;
  }

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

  .home-our-services-header {
    text-align: center;
  }

  .home-our-services-text {
    text-align: center;
    margin-bottom: var(--dl-space-space-twounits);
  }

  .home-adress {
    width: 100%;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
  }

  .home-adress-row {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
  }

  .home-map {
    width: 100%;
  }

  .home-contact-and-open {
    width: 100%;
    height: auto;
    padding-left: var(--dl-space-space-threeunits);
    padding-right: var(--dl-space-space-threeunits);
    flex-direction: column;
  }

  .home-contact {
    width: auto;
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
  }

  .home-opentime {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-twounits);
  }

  .home-opentime-days-mo-di-mi {
    width: 50%;
  }

  .home-opentime-days-do-fr-sa {
    width: 50%;
    align-items: flex-start;
  }

  .home-footer {
    gap: 100px;
    padding: var(--dl-space-space-threeunits);
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }

  .home-right1 {
    gap: var(--dl-space-space-twounits);
    flex-direction: column;
  }

  .home-left {
    padding-right: 0px;
  }
}

@media(max-width: 941px) {
  .home-text13 {
    text-align: center;
  }

}

@media(max-width: 767px) {
  .home-navbar {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-unit);
  }

  .home-lottie-node {
    margin-left: 0;
  }

  .home-burger-menu {
    display: flex;
  }

  .home-mobile-menu {
    height: 40vh;
  }

  .home-text06 {
    font-family: Inter;
  }

  .home-welcome-page-main {
    gap: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    justify-content: center;
  }

  .home-header {
    font-size: 32px;
    max-width: 70%;
    line-height: 38px;
  }

  .home-caption {
    font-size: 16px;
    max-width: 70%;
    line-height: 24px;
  }

  .home-about-us {
    height: 100%;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-about-us-text {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }

  .home-our-services {
    height: 100%;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-our-services-header {
    text-align: center;
  }

  .home-service1 {
    padding: var(--dl-space-space-unit);
  }

  .home-adress {
    align-items: center;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-adress-row-header {
    text-align: center;
  }

  .home-contact-and-open {
    align-items: center;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }

  .home-contact-header {
    text-align: center;
  }

  .home-opentime-header {
    text-align: center;
  }

  .home-footer {
    padding-top: var(--dl-space-space-fourunits);
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
    padding-bottom: var(--dl-space-space-threeunits);
  }

  .home-text39 {
    font-size: 12px;
    line-height: 18px;
  }

}

@media(max-width: 479px) {
  .home-navbar {
    padding: var(--dl-space-space-unit);
  }

  .home-lottie-node {
    margin-left: 0;
  }

  .home-mobile-menu {
    height: 40vh;
    padding: 16px;
  }

  .home-header {
    font-size: 2rem;
    max-width: 80%;
  }

  .home-caption {
    max-width: 100%;
  }

  .home-book2 {
    width: 100%;
  }

  .home-welcome-page-main-img {
    width: 100%;
  }

  .home-about-us {
    height: 100%;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-about-us-header {
    font-size: 2rem;
  }

  .home-our-services {
    height: 100%;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-our-services-header {
    font-size: 2rem;
  }

  .home-our-services-column {
    height: auto;
  }

  .home-adress {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-adress-row-header {
    font-size: 2rem;
  }

  .home-contact-and-open {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }

  .home-contact {
    align-self: flex-start;
  }

  .home-contact-header {
    font-size: 2rem;
  }

  .home-opentime {
    align-self: flex-start;
  }

  .home-opentime-header {
    font-size: 2rem;
  }

  .home-opentime-days {
    align-items: flex-start;
    flex-direction: column;
  }
}

.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  outline: none;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}
.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}
.list-item {
  display: list-item;
}
.teleport-show {
  display: flex !important;
  transform: translateY(0%) !important;
}
.button-main {
  gap: var(--dl-space-space-halfunit);
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: flex;
  font-style: normal;
  transition: 0.3s;
  align-items: center;
  font-family: Inter;
  font-weight: 600;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: rgb(36, 97, 255);
}
.button-main:hover {
  opacity: 0.75;
}
.quick-links {
  gap: var(--dl-space-space-unit);
  width: 100%;
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: flex-start;
  border-color: #ffffff;
  flex-direction: column;
  border-right-width: 1px;
}
.quick-links:hover {
  opacity: 0.5;
}
.read-more {
  gap: var(--dl-space-space-halfunit);
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  flex-direction: row;
}
.read-more:hover {
  opacity: 0.5;
}
.button-white {
  color: #000000;
  background-color: #ffffff;
}
.symptom {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: #E9E9EB;
}
.symptom:hover {
  opacity: 0.5;
}
.letter {
  width: 100%;
  cursor: pointer;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: 60px;
  transition: 0.3s;
  align-items: center;
  aspect-ratio: 1;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: var(--dl-radius-radius-round);
  padding-right: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  background-color: #E9E9EB;
}
.letter:hover {
  opacity: 0.5;
}
.book-type {
  cursor: pointer;
  display: flex;
  transition: 0.3s;
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
}
.book-type:hover {
  color: white;
  background-color: black;
}
.book-input {
  width: 100%;
  padding-top: 0px;
  border-color: #B4B9C6;
  border-width: 0px;
  padding-left: var(--dl-space-space-unit);
  border-radius: 0px;
  padding-right: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-unit);
  background-color: transparent;
  border-bottom-width: 1px;
}
.arrow {
  width: 60px;
  cursor: pointer;
  object-fit: cover;
  transition: 0.3s;
}
.arrow:hover {
  opacity: 0.5;
}
.legal-link {
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-size: 12px;
  transition: 0.3s;
}
.legal-link:hover {
  opacity: 0.5;
}
.social {
  width: 40px;
  cursor: pointer;
  height: 40px;
  display: flex;
  padding: var(--dl-space-space-halfunit);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(236, 233, 234, 0.2);
}
.social:hover {
  opacity: 0.5;
}
.letter-active {
  color: white;
  background-color: #2461FF;
}
.search-result {
  width: 100%;
  display: flex;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-oneandhalfunits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-oneandhalfunits);
  padding-bottom: var(--dl-space-space-unit);
  justify-content: center;
  background-color: #E9E9EB;
}
.result-text {
  font-style: normal;
  font-family: Inter;
  font-weight: 600;
  white-space: nowrap;
}
.more-results {
  color: white;
  background-color: #2461FF;
}
.invisible {
  opacity: 0;
  animation: fade-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  transform-origin: 0 50%;
}
.Content {
  font-size: 16px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
.Heading {
  font-size: 32px;
  font-family: Poppins;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}
@media(max-width: 991px) {
  .letter {
    max-width: calc(100% / 6 - 20px);
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .arrow {
    width: 40px;
  }
}

