:root {
  --primary-color: #fe5454;
  --second-color: #003975;
}

.bg-primary-color {
  background: #fe5454;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
  scroll-behavior: smooth;
}
.fs-16 {
  font-size: 16px !important;
}
.banner {
  position: relative;
  width: 100%;
  height: 500px;
  display: flex;
  background: url("/images/services/rochrreinigung.webp") no-repeat center
    center/cover;
  align-items: center;
  justify-content: center;
  text-align: left;
  padding: 0 20px;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner > * {
  position: relative;
  z-index: 2;
}

.tp-caption {
  font-size: 15px !important;
  color: white;
}

.tp-caption a {
  font-weight: normal;
}

.display-head {
  font-size: 25px !important;
  color: #003975 !important;
  font-weight: 600 !important;
}

.display-lead {
  font-size: 18px !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.container2 p {
  font-size: 16px !important;
  font-weight: normal !important;
}

ul li {
  font-size: 16px !important;
}

.heading-wrap {
  margin-top: 23px !important;
}

.content {
  position: relative;
  max-width: 100%;
  color: white;
}

.btn {
  display: inline-block;
  background: #003975 !important;
  color: white !important;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
}

.btn:hover {
  background: white !important;
  color: #003975 !important;
  border-radius: 4px !important;
  border-color: #003975 !important;
}

.fw-6 {
  background-color: #2a3c68;
}

.navbar-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}

.navbar-nav li {
  margin: 0 15px;
}
.extra-info {
  padding-bottom: 20px !important;
}
.more-link {
  color: #2a3c68;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
  display: flex;
  position: absolute;
  bottom: 10px;
}

.quick-links ul li a i {
  color: #2a3c68;
}

.quick-links ul li a i:hover {
  color: #2a3c68;
}

.heading-main {
  padding-left: 0px !important;
  padding-bottom: 10px !important;
  margin: 0px !important;
  color: #2a3c68;
}

.icons-listing.theme-orange li i {
  color: #2a3c68;
}

.serive-content {
  display: flex !important;
  flex-wrap: wrap !important;
  min-height: 250px !important;
}

.serive-content h3 {
  color: #2a3c68;
  min-height: 45px !important;
  justify-content: center !important;
}

.serive-content p {
  font-size: 16px !important;
  text-align: center !important;
}

.contacts-details-simple {
  min-height: 175px !important;
}

.container-footer {
  max-width: 1200px;
}

.footer-heading {
  display: inline-block;
  margin-right: 40px;
  /* Adjust spacing between headings */
  white-space: nowrap;
  font-weight: bold;
}

.footer-heading::after {
  margin-left: 5px;
}

/* Optional: Remove column layout constraints if needed */
.footer-md-space .col-md-4 {
  flex: 0 0 auto;
  width: auto;
}

.footer-md-space .row {
  flex-wrap: nowrap;
  align-items: flex-start;
  overflow-x: auto;
}

.footer-timing a {
  font-size: 14px;
  color: white;
}

.container-footer {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

@media (max-width: 990px) {
  .container2 p {
    margin-top: 0px;
    font-size: 16px !important;
    font-weight: normal !important;
  }

  .contacts-details-simple h3 {
    display: flex !important;
    justify-content: center !important;
  }

  .contacts-details-simple p {
    font-size: 8px !important;
    display: flex !important;
    text-align: center !important;
  }
}

.footer-4 .contacts-details-simple i,
.widget-wrap .contacts-details-simple i {
  display: block;
  font-size: 2.5rem;
  color: #2a3c68;
  margin-bottom: 25px;
}

.title {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.alt-font h1 {
  font-size: 16px !important;
}

.alt-font {
  font-size: 16px !important;
  color: rgb(97, 97, 97) !important;
}

.alt-font a {
  color: rgb(97, 97, 97);
}

.alt-font a:hover {
  color: var(--primary-color);
  font-size: 17px !important;
}

.title h1 {
  font-size: 18px !important;
}

.title {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.alt-font h1 {
  font-size: 16px !important;
}

.alt-font {
  font-size: 16px !important;
  color: rgb(97, 97, 97) !important;
}

.alt-font a {
  color: rgb(97, 97, 97);
}

.alt-font a:hover {
  color: var(--primary-color);
  font-size: 17px !important;
}

.title h1 {
  font-size: 18px !important;
}

/* IMPRESSUM */

.impressum {
  display: flex;
  justify-content: space-between;
  padding-top: 50px !important;
  flex-wrap: wrap;
}

.impressum-container,
.datenschutz-container {
  background-size: cover;
}

.impressum-text,
.datenschutz-container {
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .impressum {
    padding: 10px;
    justify-content: center;
  }

  .arrow-btn {
    position: absolute;
    top: 13px !important;
    right: 0 !important;
  }
  .flex-md-row {
    flex-direction: column !important;
  }

  .row-topbar {
    flex-direction: column;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .title {
    text-align: center;
  }
}

@media (max-width: 787px) {
  .impressum .title {
    text-align: start;
  }

  .impressum-text {
    padding: 10px;
  }

  .impressum-container {
    background-size: contain;
  }
}

@media (max-width: 576px) {
  .impressum .title {
    font-size: 16px !important;
  }

  .header-4 .top-bar {
    margin: 0px 0 0px;
    padding-top: 0px !important;
    text-align: left;
  }

  .impressum-text {
    padding: 15px;
  }

  .callout-banner {
    margin-bottom: -14% !important;
  }
}

.customer-container {
  background-color: #e8eef2 !important;
}

.contacts-details-simple {
  background-color: #e8eef2 !important;
}

.client-inner-content h3 {
  text-align: center !important;
  color: #2a3c68;
}

/* DATENSCHUTZ STYLE */

.datenschutz-title,
.impresssum {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.datenschutz-subtitle,
.impressum-subtitle {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.datenschutz-header {
  padding-bottom: 10px !important;
}

.alt-font-datenschutz,
.alt-font-impressum {
  font-size: 15px !important;
  color: rgb(97, 97, 97) !important;
}

#privacy-list {
  margin-left: 20px;
  padding-left: 10px;
  list-style-type: disc;
}

#privacy-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

#contact-info {
  background-color: #f9f9f9;
  padding: 15px;
  margin-top: 15px;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 1.6;
}

#contact-info p {
  margin: 10px 0;
}

.contact-datenschutz,
.contact-impresssum {
  font-size: 16px !important;
  color: rgb(97, 97, 97) !important;
}

#contact-info a {
  color: #dd4b39;
  text-decoration: none;
  font-size: 14px !important;
  display: block;
  margin-bottom: 5px;
}

#contact-info a:hover {
  text-decoration: underline;
  font-size: 15px !important;
}

#contact-info strong {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

#datenschutz .nav-item a {
  color: #003975;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 600 !important;
  display: block !important;
  font-family: "Montserrat", sans-serif;
}

#datenschutz-footer {
  padding: 30px !important;
}

@media (max-width: 787px) {
  .mkdf-back-to-top.on {
    right: 15px !important;
    bottom: 20px !important;
  }
}

@media (max-width: 915px) {
  .mkdf-back-to-top.on {
    right: 8px !important;
    bottom: 5px !important;
  }
}

.footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo img {
  max-width: 175px;
}

.footer-widget--about {
  padding-bottom: 0px !important;
}

.number-in-resp {
  display: none;
}

.form-group:not(.last-form-group) {
  flex-direction: column;
}

@media (max-width: 787px) {
  .custom-footer {
    padding: 0px 45px;
  }

  .custom-cursor__cursor {
    display: none !important;
  }

  .number-in-resp {
    display: flex;
  }
}

@media (max-width: 768px) {
  .footer-contact-overlay {
    transform: none;
    margin-bottom: 40px;
    max-width: 90%;
    top: 2px !important;
  }

  .contacts-details-simple h3 {
    color: #003975;
    margin-top: 10px;
  }

  .heading-wrap {
    margin-bottom: 0px !important;
  }

  .location-style a {
    font-size: 13px !important;
  }

  .contacts-details-simple {
    justify-content: center !important;
    padding: 17px !important;
  }
}

.mobile-nav__social {
  display: none !important;
}

/* COOKIES */

.cookie-message-outer {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  width: 95%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  z-index: 99999;
  transition: opacity 0.3s ease-in;
}

.cookie-message-outer.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-message::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #101c21;
}

.cm-content {
  width: 100%;
}

.cm-content p,
.cm-content a {
  display: block;
  margin: 0;
  font-size: 16px !important;
}

.cmc-title {
  font-size: 20rpx;
  margin-bottom: 0.625rem;
  color: #fff;
}

.cookie-message {
  position: relative;
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #1b2e35;
  border-top: solid 2px #003975 !important;
  border-left: solid 1px #003975 !important;
}

.check-icon {
  color: #fff !important;
  font-weight: 600;
}

.cookie-btn {
  margin-left: 1.25rem;
  border-radius: 50%;
  padding: 0.1rem !important;
  color: #fff;
  background-color: #101c21;
}

.cookie-btn:hover {
  background-color: #2a3d45;
}

@media (min-width: 787px) {
  .cookie-message::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #101c21;
    opacity: 0.1;
  }
}

@media (max-width: 767.98px) {
  .cookie-message-outer .container {
    padding: 0;
  }

  .snip1533 figcaption:before {
    top: -30px !important;
  }

  .bg-overlay {
    background: #2a3c68 !important;
  }

  .mobile-font {
    font-size: 25px !important;
  }

  .bg-overlay.opacity-80 {
    opacity: 1;
  }
}

/* SERVICES 1 */

#home-services .item .icon-box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 315px;
  height: 100%;
}

#services .item h3 {
  font-size: 15px !important;
  margin-bottom: auto !important;
}

#services .item p {
  font-size: 14px !important;
  margin-bottom: auto !important;
}

#home-services-repeat .item .icon-box-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 315px;
  height: 100%;
}

#home-services-repeat .item h3 {
  font-size: 15px !important;
  margin-bottom: auto !important;
}

#home-services-repeat .item p {
  font-size: 14px !important;
  margin-bottom: auto !important;
}

/* SERVICES 2 */

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.service-page-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 10px;
  transition: all 0.3 ease-out;
  min-height: 500px !important;
  flex: 1 1 30px;
  box-sizing: border-box;
}

.service-page-item h3 {
  font-size: 15px !important;
  justify-content: center !important;
}

.service-page-item p {
  color: #555;
  font-size: 14px;
}
.header-4 .navbar-toggler .icon-bar {
  background-color: #000000;
}

.service-page-item h3 a {
  color: #003975;
}

.contacts-details-simple h3 {
  color: #003975;
}

.bg-overlay {
  background: #00397594;
}

/* .bg-overlay-1 {
  background: #0039756e;
} */

.border-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  border: 2px dashed white;
  /* Changed solid to dashed */
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.icon-box-3 p {
  font-size: 15px !important;
}

.contacts-details-simple {
  justify-content: center !important;
  padding: 30px;
}

/* .contacts-details-simple a:hover {
  font-size: 16px !important;
} */

.footer-bottom {
  font-size: 16px !important;
  font-weight: normal !important;
}

.footer-bottom a {
  color: #fcf91f;
}

.copyright-wrap a,
.copyright-links a {
  color: #fff;
  font-size: 14px !important;
  text-decoration: none !important;
}

.footer-timing ul li {
  border-color: transparent !important;
}

.copyright-wrap {
  padding-top: 10px !important;
  font-size: 12px !important;
  text-align: center !important;
}

#mkdf-back-to-top {
  background-color: #003975 !important;
}

#mkdf-back-to-top:hover {
  background-color: #fcf91f !important;
  color: black;
}

.text-right-custom {
  text-align: right !important;
}

a:hover {
  text-decoration: none;
}

header .header-logo {
  color: #001b4f;
  font-weight: 700;
  font-size: 23px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

header {
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  position: relative;
  top: 0;
  z-index: 1000;
}

header .main-menu > li {
  position: relative;
}

header .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  padding: 25px 1.5vw;
  font-weight: 700;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

header .main-menu > li.active > a {
  color: #fcf91f;
}

header .main-menu > li:hover > a {
  color: #636262;
}

header .main-menu > li > a > i {
  color: #000000;
}

header .main-menu > li > a:hover > i {
  color: #fff;
}

header .main-menu > li:hover > a i {
  color: #636262;
}

header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 108%;
  top: 100%;
  width: 300px;
  overflow: hidden;
  border-top: 2px solid #fcf91f;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

header .main-menu .sub-menu a {
  padding: 11px 10px;
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.dropdown-item.active,
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item:active,
.dropdown-menu > li.show > a {
  color: #003975;
  text-decoration: none;
  background-color: transparent;
}

header .main-menu .sub-menu a i {
  color: #000000;
}

header .main-menu .sub-menu a:hover {
  background: #fcf91f;
  color: #000000;
}

header .main-menu > li:hover .sub-menu {
  display: block;
}

header .header-logo figure img {
  max-width: 200px;
}

header .demo-link {
  margin-left: 1vw;
}

header .side-menu-close {
  background: transparent;
}

header .side-menu-close span {
  background: #000000;
  width: 28px;
}

#call-action .call-action {
  color: #001b4f;
  font-weight: 700;
  font-size: 23px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

#call-action .call-action:hover {
  color: #2a3c66;
}

/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  left: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 15000;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-wrap.opened {
  left: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}

.side-menu-logo {
  border-bottom: 2px solid #fe8204;
}

.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.side-menu-nav .main-menu > li > a > i {
  color: #000000;
}

.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid #fe8204;
  background: #fff;
  display: none;
}

.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #eee;
}

.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: #000000;
  font-weight: 600;
  font-size: 0.9em;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-nav .main-menu .sub-menu a i {
  color: #000000;
}

.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ffffff;
}

.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}

.side-menu-nav .main-menu > li > a {
  color: #212529;
  padding: 15px 30px 15px 10px;
  font-weight: 600;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 16px;
  top: 9px;
  height: 20px;
  width: 20px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.side-menu-close {
  height: 40px;
  width: 40px;
  background: #21395f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.side-menu-close span {
  height: 2px;
  width: 20px;
  background: #fff;
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.side-menu-close span:nth-child(1) {
  top: -5px;
}

.side-menu-close span:nth-child(3) {
  bottom: -5px;
}

.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}

.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}

.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}

/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

header .header-gray {
  background-color: #d9d9d9 !important;
}

@media (max-width: 787px) {
  .footer-bottom {
    font-size: 12px !important;
  }

  .bg-overlay {
    background: #2a3c68;
  }

  header .main-menu .sub-menu {
    display: none;
    position: relative;
    left: 50%;
    top: 100%;
    width: 100%;
    overflow: hidden;
    border-top: 2px solid #f49306;
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }

  .displayA {
    font-size: 14px;
  }

  .heading-kontakt a {
    color: #003975;
    font-size: 14px;
  }
  .text-right-custom {
    text-align: center !important;
  }
}

/* CONTACT*/
.contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.form-header {
  margin-bottom: 20px;
}

.form-subtitle {
  color: #777;
  font-size: 16px;
}

.form-control {
  border-radius: 0px;
  padding: 20px !important;
}

.form-label {
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.form-input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.custom-checkbox {
  display: flex;
  align-items: center;
}

.custom-checkbox .custom-control-input {
  margin-right: 10px;
}

.custom-checkbox .custom-control-label a {
  color: #007bff;
  text-decoration: none;
}

.custom-checkbox .custom-control-label a:hover {
  text-decoration: underline;
}
/*
.btn-theme {
  display: flex;
  justify-content: center;
  background-color: #fe5454;
  border: none;
  padding: 12px 30px;
  color: white;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-theme:hover {
  background-color: #fe5454;
}
*/
.spinner {
  margin-top: 15px;
  visibility: hidden;
}

.footer-contact-overlay {
  z-index: 410;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 997;
  pointer-events: none;
}

.leaflet-control {
  position: absolute;
  z-index: 286;
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.footer-contact-overlay {
  transform: translateY(-21%);
}

.footer-timing ul li {
  margin-bottom: 5px;
}

.service-page-item {
  text-align: center;
  margin-bottom: 30px;
}

.heading-wrap {
  margin-bottom: 23px;
}

@media (max-width: 787px) {
  .footer-contact-overlay {
    transform: translateY(-1%);
  }

  .btn-theme {
    width: 100%;
  }
}

.sub-head-text {
  font-size: 16px !important;
  color: #333 !important;
}

@media (max-width: 787px) {
  .display-head {
    font-size: 20px;
  }

  .form-control {
    font-size: 14px;
  }
}

.form-group input,
.form-group textarea {
  /* width: 100%; */
  padding: 12px;
}

.form-btn {
  padding: 12px 20px;
  width: 50% !important;
  text-align: center;
  background-color: #fe5454;
  color: white;
}

@media (max-width: 787px) {
  .form-btn {
    font-size: 16px;
    width: 100% !important;
  }
}
/*! purgecss ignore */
.grecaptcha-badge {
  visibility: hidden;
}

.center-round .owl-nav {
  text-align: center;
  margin-top: 0px;
  position: absolute;
  top: 50% !important;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}

@media (max-width: 787px) {
  .center-round .owl-nav {
    display: flex;
    justify-content: space-around;
    text-align: center;
    margin-top: 0px;
    position: absolute;
    top: 120% !important;
    right: 0;
    width: 100%;
    transform: translateY(-50%);
  }
}

/* BANNER */

.swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
}

.swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-bg-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.slide-content {
  position: relative;
  color: white;
  z-index: 2;
}

.slide-content h2 {
  font-weight: 700 !important;
  font-size: 50px;
}

.slide-content p {
  font-size: 18px;
}

.slide-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #dd4b39;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-top: 10px;
}

.slide-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;
}

@media (max-width: 787px) {
  .slide-content h2 {
    font-size: 20px;
    font-weight: 600;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none !important;
  }
}

.z-ind-2 {
  z-index: 2;
}
@media (max-width: 575px) {
  .heading-main {
    margin: 0 !important;
    padding-bottom: 5px !important;
    font-size: 1.65rem !important;
  }
}

.item {
  max-width: 320.25 !important;
  max-height: 200.16 !important;
}

.white-icon {
  color: black !important;
}

.service-buchen {
  max-width: 170px !important;
  max-height: 50px !important;
  font-size: 14px !important;
}

@media (max-width: 911px) {
  .service-buchen {
    max-width: 150px !important;
    max-height: 50px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 1200px) {
  .service-buchen {
    max-width: 150px !important;
    max-height: 50px !important;
    font-size: 10px !important;
  }
}

.icon-box-1 {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}

.icon-box-1 h3 {
  color: #333;
}

.icon-box-1 p {
  color: #444;
}

.icon-wrap i {
  color: white;
}

@media (max-width: 990px) {
  .inner-section h3 {
    font-size: 12px !important;
  }

  .inner-section p {
    font-size: 12px !important;
  }

  .slide-bg {
    height: 400px !important;
  }

  .slide-overlay {
    height: 400px !important;
  }

  .slide-content {
    height: 400px !important;
  }

  .swiper-slide {
    height: 400px;
  }

  .swiper-container {
    width: 100%;
    height: 460px;
    position: relative;
  }
}

.wide-tb-100 {
  padding-top: 40px !important;
  padding-bottom: 100px;
}

.slide-bg {
  width: 100%;
}

.header-2 {
  border: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 20px;
  color: #000000;
}

.swiper-button-next,
.swiper-button-prev {
  color: #9b8e8e !important;
}

.google-rev {
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  right: 0;
}

.google-img {
  width: 95px !important;
}

.row {
  display: flex;
  justify-content: space-between;
}

.left-content {
  text-align: left;
}

.right-content {
  text-align: right;
  right: 10px;
}

.navbar-nav .nav-link {
  color: #000000 !important;
  cursor: pointer;
}
.a-head {
  font-size: 14px;
}

.heading-kontakt {
  color: #003975;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  position: relative;
  margin-top: 8px;
}

.heading-kontakt a {
  color: #003975;
}
.heading-kontakt i {
  margin-top: 4px;
}

/* Adjust for Small Mobile Screens */
@media (max-width: 480px) {
  .top-bar {
    padding: 0px 10px 23px 10px;
  }

  .row {
    flex-direction: column;
    align-items: flex-start;
  }

  .col {
    text-align: center;
    padding: 10px 0;
  }

  .left-content {
    font-size: 14px;
  }

  .right-content {
    font-size: 16px;
  }

  a {
    font-size: 16px;
    text-align: left;
  }
}

#service2 .item {
  border: 2px solid #daf3ff;
  border-radius: 5px;
}

#service2 .owl-carousel .owl-item img {
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  width: 40% !important;
}

.service-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

.sticker-wrapper {
  position: relative;
  min-height: 150px;
  width: 100%;
}

.sticker {
  display: flex !important;
  justify-content: left !important;
  position: absolute;
  left: 160px;
  top: 0px;
}

@media (max-width: 998px) {
  .sticker-wrapper {
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 200px;
    width: 100%;
  }

  .sticker {
    display: flex;
    justify-content: center;
    top: 90px;
  }
}

@media (max-width: 998px) {
  .callout-banner {
    margin-top: 40px;
  }
}

/* Center the partner logo div */
.col-md-4.col-12 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffff00;

  padding: 10px;
  flex-wrap: wrap;
  color: black;
  text-align: center;
}

.header1 div {
  padding: 10px;
  font-weight: bold;
}

.phone span {
  color: black;
}

.logo {
  flex-grow: 1;
  text-align: center;
}

.emergency {
  border-left: 1px solid black;
}

.wide-tb-100-head {
  padding-top: 100px;
  padding-bottom: 100px;
}

.callout-banner {
  margin-top: 100px;
}

.icon-text small {
  color: #838383;
  font-size: 0.75rem;
  font-weight: 700;
  display: block;
  text-align: justify;
}

.title-head {
  text-align: center !important;
  padding: 60px 0 0 0 !important;
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
  position: relative;
}

.title-head h2 {
  font-weight: 600;
  text-transform: uppercase;
}

.logo-mobile img {
  display: none;
}

.bg-color-gray {
  background-color: rgb(247, 247, 247);
  /*
  border-bottom: 1px solid rgb(224, 224, 224);
  border-top: 1px solid rgb(224, 224, 224);
  */
}

.icofont-check {
  color: #003975;
  font-size: 25px !important;
  padding-right: 10px !important;
}

.wide-tb-100 {
  padding-bottom: 40px !important;
}

.btn-theme.large {
  padding: 0.85rem 1.7rem;
  font-size: 1rem;
  width: 311px;
}

.callout-img {
  margin-top: 0 !important;
}

.title-head-new {
  font-size: 2rem;
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  position: relative;
}

.icon-box-3 h3 {
  margin-top: 10px !important;
  margin-bottom: 0px !important;
  line-height: 1.222;
  color: #ffffff !important;
  font-weight: bold;
  font-size: 25px !important;
}

.header-2 {
  border: none;
  position: absolute;
  width: 100%;
  z-index: 99;
  padding: 20px;
  color: #fff;
  background-color: #d9d9d9 !important;
}

.snip1533 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 300px;
  /* allows it to grow/shrink equally */
  height: 100%;

  height: 350px;
  /* or any fixed value that fits your content */
}

.p-testimonial {
  font-size: 16px;
}

.snip1533 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  color: #9e9e9e;
  display: inline-block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  margin: 35px 10px 10px;
  max-width: 310px;
  min-width: 250px;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  border-top: 5px solid #003975;
}

.snip1533 *,
.snip1533 *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.snip1533 figcaption {
  padding: 13% 0% 0%;
}

.snip1533 figcaption:before {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  color: #003975;
  content: "\f10e";
  font-family: "FontAwesome";
  font-size: 32px;
  font-style: normal;
  left: 50%;
  line-height: 60px;
  position: absolute;
  top: -50px;
  width: 60px;
}

.snip1533 h3 {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  margin: 10px 0 5px;
}

.bg-6 {
  background-image: url(../images/alb.jpg) !important;
}

.snip1533 h4 {
  font-weight: 400;
  margin: 0;
  opacity: 0.5;
}

.snip1533 blockquote {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 20px;
}

.container-head {
  padding-top: 120px !important;
  background-color: white;
}

.header-text {
  background-color: white !important;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.27); */
  padding: 9rem 0;
  color: #000000 !important;
  /* text-align: center; */
}

.heading-uber {
  margin: 70px 0 23px 0;
}

.btn-theme {
  background-color: #2a3c68 !important;
  display: block !important;
}

.icon-box-3 i {
  height: 100%;
  font-size: 19px;
  color: #041d26;
  width: 100%;
  left: 0;
  line-height: 80px;
}

.contact-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border: 2px solid #004c80;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
}

.form-group {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.form-group.full {
  flex-direction: column;
}

.form-group input,
.form-group textarea {
  flex: 1;
  padding: 10px;
  border: 1px solid #004c80;
  border-radius: 4px;
  font-size: 14px;
}

.form-group.checkbox {
  font-size: 14px;
}

.form-group.checkbox input {
  margin-right: 10px;
}

.submit-row {
  justify-content: center;
}

button[type="submit"] {
  background-color: #004c80;
  color: white;
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
}

.wide-tb-100-galerie {
  padding-top: 40px;
  padding-bottom: 40px;
}

.light-social-icons a,
.dark-social-icons a {
  font-weight: 600;
}
.dark-blue-link a {
  color: #004c80;
  font-weight: 600;
}
.bg-overlay {
  background: #2a3c68d1;
}

.div-24 {
  padding: 31px;
  font-size: 21px;
  text-align: center;
  background: #fcf91f;
}
.font-size-16 {
  font-size: 16px;
}
.pristine-error {
  color: red;
  font-size: smaller;
}

.side-menu-wrap .sub-menu i {
  transition: transform 0.3s ease;
  /* Smooth rotation */
}

.side-menu-wrap .sub-menu.d-block i {
  transform: rotate(90deg);
  /* Rotate 90deg when submenu is open */
}

.callout-img {
  margin-bottom: 0px !important;
}

.rotate-90 {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.side-menu-wrap nav > ul > li > i {
  cursor: pointer;
  padding: 10px;
  z-index: 222 !important;
  position: relative;
}

.icon-box-3 {
  position: relative;
}

.border-icon {
  position: relative;
  display: inline-block;
  padding: 20px;
}

.circle-number {
  position: absolute;
  top: 40%;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fcf91f;
  color: black;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
}

.star-rating {
  display: flex;
  justify-content: center;
  gap: 5px;
  /* Controls the gap between the stars */
}

.star-icon {
  font-size: 30px;
  /* Adjusts the size of the star */
  color: gold;
  /* Makes the stars golden */
}

.text-right-top {
  text-align: right;
}

.arrow-btn {
  position: absolute;
  top: 27%;
  right: -6px;
}

.btco-hover-menu .collapse ul > li:hover > a {
  background: none;
  color: #fff;
}

.arrow-clicked {
  position: absolute;
  top: 13px;
  right: -6px;
}

.side-menu-close span {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin: 6px 0;
  transition: all 0.3s ease;
}

/* Change the hamburger icon to 'X' when side menu is open */
.side-menu-close.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  /* Move the first line */
}

.side-menu-close.active span:nth-child(2) {
  opacity: 0;
  /* Hide the middle line */
}

.side-menu-close.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -10px;
  /* Move the last line */
}

.fixed-top {
  position: fixed !important;
  animation: none;
}

.emergency-test a:hover div {
  color: #dd4b39 !important;
}
@media only screen and (min-width: 991.99px) {
  .header-fixed.fixed-top {
    background-color: rgb(247, 247, 247);
  }
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.header-3 .btco-hover-menu .collapse ul > li:hover > a.nav-link {
  background: rgba(255, 255, 255, 0.3);
  color: #dd4b39;
}
.header-1 .btco-hover-menu .collapse ul > li:hover > a.nav-link {
  color: #dd4b39;
  background: transparent;
}
.btco-hover-menu .collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
  background: #2a3c68;
  color: #fff;
}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a {
  background: #2a3c68;
  color: #fff;
}

/*third level*/
.btco-hover-menu .collapse ul ul,
.btco-hover-menu .collapse ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul,
.btco-hover-menu .collapse ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.btco-hover-menu .collapse ul ul ul ul,
.btco-hover-menu .collapse ul ul ul ul.dropdown-menu {
  background: #f5f5f5;
}
.icofont-rounded-down:before {
  color: black !important;
  content: "\ea99";
}

@media (max-width: 992px) {
  .icofont-rounded-down:before {
    color: black !important;
    content: "\ea99";
    border: 1px solid #c7bfbf;
    font-size: 19px;
  }

  .contact-infos-row {
    flex-direction: column !important;
  }

  .info-kontakt {
    margin-bottom: 10px;
    max-width: 340px !important;
  }

  .order-mobile-2 {
    order: 2 !important;
  }

  .order-mobile-1 {
    order: 1 !important;
    margin-bottom: 20px !important;
  }

  .text-right-top {
    display: none !important;
  }

  .light-social-icons {
    text-align: center;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
  .wide-tb-100-galerie {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .header-4 .top-bar {
    margin: 0px 0 0px;
    padding-top: 20px;
    text-align: left;
  }

  .d-md-flex {
    display: block !important;
  }

  #body-content [class*="col-"],
  footer [class*="col-"] {
    margin-bottom: 23px;
  }

  .callout-img .btn-theme {
    margin-left: 0rem;
    margin-top: 15px;
  }
}

.side-menu-nav .main-menu > li > a > i {
  display: none;
  color: #000000;
}

.header1 {
  flex-direction: column;
  text-align: center;
}

.email,
.phone,
.logo,
.emergency {
  width: 100%;
  border: none;
  padding: 5px;
}

.logo-mobile img {
  display: block;
}

.title-head {
  text-align: center !important;
  padding: 60px 0px 0px 0px !important;
}

.logo {
  display: none;
}

.wide-tb-100-head {
  padding-top: 0;
  padding-bottom: 60px;
}

.heading-uber {
  margin: 0px 0 0 0;
}

.owl-carousel .client-testimonial-2 h3 {
  color: #2a3c68;
}

body {
  background-color: #fff !important;
}

.header-text-wrap {
  margin-top: 2px;
  background: url(../images/curve-bg.svg) no-repeat center 127px;
  background-size: cover;
  background-color: rgb(255, 255, 255);
}

.bg-head-color {
  background-color: white !important;
}

header {
  border-bottom: none !important;
  padding: 0.875rem 0 0;
  opacity: 16.3;
  background: #003975;
}

.callout-banner {
  font-family: "Montserrat", sans-serif;
  padding: 1rem;
  color: #fff;
  transform: translateY(-50%);
  font-size: 1.875rem;
  font-weight: 700;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0%;
}

.side-menu-wrap nav i {
  transition: transform 0.3s ease;
}

.mobile-testimonial {
  display: none;
}

.desktop-testimonial {
  display: block;
}

.owl-carousel .owl-dot:hover span {
  background: #293b66 !important;
}

.owl-carousel .owl-dot.active span,
.owl-controls.clickable .owl-dot:hover span,
.owl-carousel .owl-dot:hover span {
  background: #293b66 !important;
}

.top-bar {
  background-color: #003975;
}

.header-fixed {
  transition: top 0.3s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: rgb(247, 247, 247);
  border-bottom: 1px solid lightgray;
}

.arrow-btn .fa-solid {
  color: #000000 !important;
}

@media (max-width: 450px) {
  .contacts-details-simple {
    justify-content: center !important;
    padding: 30px !important;
  }

  .snip1533 {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    color: #9e9e9e;
    display: inline-block;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    margin: 35px 10px 10px;
    max-width: fit-content;
    min-width: fit-content;
    position: relative;
    text-align: center;
    width: auto;
    background-color: #ffffff;
    border-radius: 5px;
    border-top: 5px solid #003975;
  }

  .location-style a {
    font-size: 16px !important;
  }

  .contacts-details-simple h3 {
    font-size: 16px;
    display: flex !important;
    justify-content: center !important;
  }

  .footer-md-space .row {
    flex-wrap: wrap;
    align-items: flex-start;
    overflow-x: auto;
  }
}

@media (max-width: 650px) {
  .row {
    flex-direction: column;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .mobile-testimonial {
    display: block;
  }

  .desktop-testimonial {
    display: none;
  }

  .owl-carousel .owl-stage {
    justify-content: center;
    text-align: center;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
  }
}
.mt-200 {
  margin-top: 200px !important;
}
