@charset "UTF-8";
/*
$navbar-light-toggler-icon-bg:      url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>") !default;
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
}

.smallWidth {
  padding: 0 6em;
}

a {
  text-decoration: none;
  color: #29A3A2;
}

a:hover {
  color: #33cccb;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #29A3A2;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #31c4c2;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.search-container {
  position: relative;
}

.searchRespon .search-input {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 0 20px;
  border-radius: 25px;
  width: 400px;
  transition: width 0.3s ease; /* Übergangseffekt für die Breite */
}
.searchRespon .search-button {
  color: #000;
  height: 2.8em;
  width: 2.8em;
  background-color: #fff;
  border: 0px solid #000;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  margin-right: -1px;
  transition: background-color 0.3s ease;
}
.searchRespon .search-bar {
  background-color: #000;
  border-radius: 2.9em;
  height: 2.9em;
  /*
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  */
  border: 1px solid #fff;
  transition: width 0.3s ease; /* Übergangseffekt für die Breite */
}

.search-bar {
  background-color: #ffffff;
  border-radius: 2.9em;
  height: 2.9em;
  /*
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  */
  border: 1px solid #000;
  transition: width 0.3s ease; /* Übergangseffekt für die Breite */
}

.search-input {
  border: none;
  outline: none;
  flex-grow: 1;
  padding: 0 20px;
  border-radius: 25px;
  width: 200px;
  transition: width 0.3s ease; /* Übergangseffekt für die Breite */
}

.search-button {
  color: #fff;
  height: 2.8em;
  width: 2.8em;
  background-color: #000;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 5px;
  margin-left: 5px;
  transition: background-color 0.3s ease;
}

.search-button img {
  width: 20px;
  height: 20px;
  display: block;
}

.search-button:hover {
  background-color: #444;
}

/* Vergrößere das Eingabefeld, wenn es ausgewählt ist */
.search-input:focus {
  width: 400px; /* Anpassen der gewünschten Breite */
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  font-size: 15px;
  padding: 0;
}
#topbar .contact-info a {
  line-height: 0;
  color: #000000;
  transition: 0.3s;
}
#topbar .contact-info a:hover {
  color: #29A3A2;
}
#topbar .contact-info i {
  color: #29A3A2;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info .phone-icon {
  margin-left: 15px;
}
#topbar .social-links a {
  color: #6f6f6f;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
#topbar .social-links a:hover {
  color: #29A3A2;
}

.searchFld .searchBox {
  border: 1px solid #000;
  display: inline-block;
  height: 3em;
}
.searchFld .searchIcon {
  border: 1px solid #000;
  display: inline-block;
  background-color: #000;
  color: #fff;
  height: 3em;
  width: 3em;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 8em;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#header .logo a {
  color: #29A3A2;
}
#header .logo img {
  max-height: 80px;
}

.scrolled-offset {
  margin-top: 128px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.menubarWrapper .navbar {
  padding: 0;
}
.menubarWrapper .navbar .nav-item:first-child .nav-link {
  padding-left: 0px !important;
}
.menubarWrapper .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.menubarWrapper .navbar li {
  position: relative;
}
.menubarWrapper .navbar a, .menubarWrapper .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 20px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.menubarWrapper .navbar a i, .menubarWrapper .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.menubarWrapper .navbar .navcat a, .menubarWrapper .navbar .navcat a:focus {
  display: flex;
  align-items: center;
  justify-content: normal;
}
.menubarWrapper .navbar .dropdown-menu p {
  padding: 0px;
  margin: 0px;
}
.menubarWrapper .navbar .dropdown-menu p a {
  color: #29A3A2;
  padding: 0.1em;
}
.menubarWrapper .navbar a:hover, .menubarWrapper .navbar .active, .menubarWrapper .navbar .active:focus, .menubarWrapper .navbar li:hover > a {
  color: #29A3A2;
}
.menubarWrapper .navbar .getstarted, .menubarWrapper .navbar .getstarted:focus {
  color: #29A3A2;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid #29A3A2;
  transition: 0.3s;
  font-size: 14px;
}
.menubarWrapper .navbar .getstarted:hover, .menubarWrapper .navbar .getstarted:focus:hover {
  background: #29A3A2;
  color: #fff;
}
.menubarWrapper .navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.menubarWrapper .navbar .dropdown ul li {
  min-width: 200px;
}
.menubarWrapper .navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}
.menubarWrapper .navbar .dropdown ul a i {
  font-size: 12px;
}
.menubarWrapper .navbar .dropdown ul a:hover, .menubarWrapper .navbar .dropdown ul .active:hover, .menubarWrapper .navbar .dropdown ul li:hover > a {
  color: #29A3A2;
}
.menubarWrapper .navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.menubarWrapper .navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.menubarWrapper .navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .menubarWrapper .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .menubarWrapper .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
/*
.mobile-nav-toggle {
  color: $secondary;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  &.bi-x {
    color: #fff;
  }
}

@media (max-width: 991px) {

  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

}

.navbar-mobile {

  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(darken($secondary, 10), 0.9);
  transition: 0.3s;
  z-index: 999;

  .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
  }

  a, a:focus {
    padding: 10px 20px;
    font-size: 15px; 
    color: $secondary;
  }

  a:hover, .active, li:hover > a  {
    color: $primary;
  }

  .getstarted, .getstarted:focus {
    margin: 15px;
  }

  .dropdown {

    ul {
      position: static;
      display: none;
      margin: 10px 20px;
      padding: 10px 0;
      z-index: 99;
      opacity: 1;
      visibility: visible;
      background: #fff;
      box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);

      li {
        min-width: 200px;
      }

      a {
        padding: 10px 20px;

        i {
          font-size: 12px;
        }
      }

      a:hover, .active:hover, li:hover > a {
        color: $primary;
      }

    }

    > .dropdown-active {
      display: block;
    }

  }

}
*/
.menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.bar {
  width: 30px;
  height: 4px;
  background-color: #333;
  margin: 6px 0;
  transition: transform 0.4s ease;
}

.menu-button.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(9px, 6px);
}

.menu-button.open .bar:nth-child(2) {
  opacity: 0;
}

.menu-button.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -5px);
}

#modalMainMenu .modal-body, #modalMainMenu .modal-footerCustom {
  background-color: #000;
  color: #fff;
  border: 0px solid #000;
}

.menuCol {
  padding-top: 3em;
}
.menuCol ul {
  padding-left: 0;
}
.menuCol ul li {
  margin-bottom: 1em;
  list-style: none;
}
.menuCol .title {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 1em;
  font-weight: bold;
}
.menuCol .arrow-link {
  font-size: 1.2em;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.menuCol .arrow-link::before {
  color: #fff;
  content: "➔ ";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}
.menuCol .arrow-link:hover {
  padding-left: 25px;
}
.menuCol .arrow-link:hover::before {
  opacity: 1;
  left: 5px;
}

#footer .arrow-link {
  font-weight: 600;
  color: #fff;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
#footer .arrow-link::before {
  color: #fff;
  content: "➔ ";
  position: absolute;
  left: -20px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0.3s ease;
}
#footer .arrow-link:hover {
  color: #fff;
  padding-left: 30px;
}
#footer .arrow-link:hover::before {
  opacity: 1;
  left: 5px;
}

.navbar {
  padding: 0 1rem;
}
.navbar .nav-link {
  padding: 0 1.3em !important;
}
.navbar .megamenu {
  background-image: url("../img/navi/ah-background-signet.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 2.5em 0;
}

.dropdown-menu {
  border-radius: 0px !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 15px;
  }
}
/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
/* ============ mobile view .end// ============ */
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero.startpage {
  /*
  height: 70vh;
  */
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#hero .carousel-item::before {
  content: "";
  background-color: rgba(15, 61, 61, 0.8);
}
#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}
#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}
#hero .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
#hero .carousel-indicators li.active {
  opacity: 1;
  background: #29A3A2;
}
#hero .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  text-transform: uppercase;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #29A3A2;
}
#hero .btn-get-started:hover {
  background: #2eb7b6;
}
@media (max-width: 992px) {
  #hero {
    /*height: 100vh;

     */
  }
  #hero .carousel-container {
    top: 66px;
  }
}
@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
}
@media (max-height: 500px) {
  #hero {
    /*
    height: 120vh;

     */
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  /*padding: 60px 0;*/
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #4d4d4d;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services {
  padding: 20px 0;
}
.featured-services .icon-box {
  padding: 20px;
}
.featured-services .icon-box-bg {
  background-image: linear-gradient(0deg, #222222 0%, #2f2f2f 50%, #222222 100%);
}
.featured-services .icon {
  margin-bottom: 15px;
}
.featured-services .icon i {
  color: #29A3A2;
  font-size: 42px;
}
.featured-services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}
.featured-services .title a {
  color: #222222;
  transition: 0.3s;
}
.featured-services .icon-box:hover .title a {
  color: #29A3A2;
}
.featured-services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 28px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-bottom: 10px;
}
.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #29A3A2;
}
.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 0;
}
.why-us .row {
  overflow: hidden;
}
.why-us .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}
.why-us .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #2eb7b6;
}
.why-us .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}
.why-us .content-item p {
  color: #666666;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  .why-us .content-item {
    padding: 40px 0;
  }
}

/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}
.clients .swiper-slide img:hover {
  opacity: 1;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #29A3A2;
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #29A3A2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}
.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}
.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}
.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}
.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}
.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}
.services .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}
.services .iconbox-blue i {
  color: #47aeff;
}
.services .iconbox-blue:hover .icon i {
  color: #fff;
}
.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}
.services .iconbox-orange i {
  color: #ffa76e;
}
.services .iconbox-orange:hover .icon i {
  color: #fff;
}
.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}
.services .iconbox-pink i {
  color: #e80368;
}
.services .iconbox-pink:hover .icon i {
  color: #fff;
}
.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}
.services .iconbox-yellow i {
  color: #ffbb2c;
}
.services .iconbox-yellow:hover .icon i {
  color: #fff;
}
.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}
.services .iconbox-red i {
  color: #ff5828;
}
.services .iconbox-red:hover .icon i {
  color: #fff;
}
.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}
.services .iconbox-teal i {
  color: #11dbcf;
}
.services .iconbox-teal:hover .icon i {
  color: #fff;
}
.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #29A3A2;
  padding: 80px 0;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta p {
  color: #fff;
}
.cta .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}
.cta .cta-btn:hover {
  background: #fff;
  color: #29A3A2;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #29A3A2;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #2eb7b6;
}
.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #29A3A2;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #29A3A2;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(34, 34, 34, 0.07);
  padding: 30px 20px;
  background: #fff;
}
.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #666666;
}
.team .member .social {
  margin-top: 15px;
}
.team .member .social a {
  color: #4d4d4d;
  transition: 0.3s;
}
.team .member .social a:hover {
  color: #29A3A2;
}
.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #29A3A2;
  border-bottom: 3px solid #29A3A2;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .info i {
  font-size: 20px;
  color: #29A3A2;
  float: left;
  width: 44px;
  height: 44px;
  background: #aeebea;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #222222;
}
.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #555555;
}
.contact .info .social-links {
  padding-left: 60px;
}
.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}
.contact .info .social-links a:hover {
  background: #29A3A2;
  color: #fff;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #29A3A2;
  color: #fff;
}
.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #29A3A2;
  border-bottom: 3px solid #29A3A2;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #29A3A2;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #29A3A2;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #2eb7b6;
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #fbfbfb;
  min-height: 40px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 66px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #E5F2F2;
}
#footer .secondFooter, #footer .firstFooter {
  padding: 0 65px;
}
#footer a {
  color: #fff;
}
#footer .metaMenuCopyright {
  color: #29A3A2;
}
#footer .firstFooter {
  padding-bottom: 2em;
  color: #fff;
  font-size: 19px;
  background-color: #000000;
}
#footer .secondFooter {
  background-color: #fff;
}
#footer .secondFooter p {
  padding: 1.5em 0;
  font-size: 1em;
  margin: 0;
}
#footer .secondFooter a {
  color: #000;
}
#footer .secondFooter a:hover {
  color: #29A3A2;
}
#footer .logo {
  padding: 1.5em 0;
}
#footer h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Montserrat", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}
#footer p {
  font-size: 15;
  padding: 0;
  margin: 0 0 40px 0;
  line-height: 1.6em !important;
  letter-spacing: 0px;
  font-size: 19px;
  font-weight: 100;
}
#footer .social-links {
  margin: 0 0 40px 0;
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #29A3A2;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .social-links a:hover {
  background: #1f7a7a;
  color: #fff;
  text-decoration: none;
}
#footer .copyright {
  margin: 0 0 5px 0;
}
#footer .credits {
  font-size: 13px;
}

.hint-text {
  color: #29A3A2;
  font-weight: bold;
}

.checkmark, .checkmark-boxes h3 {
  /*color:$primary;*/
  display: flex;
}

.checkmark-boxes p {
  margin-left: 40px;
}

.phonenumber {
  line-height: 3em;
}

.font24 {
  font-size: 24px;
}

.phonenumber::before {
  vertical-align: middle;
  margin-right: 10px;
  /*

  background-size: 30px 30px;
  background-repeat:no-repeat;

   */
  display: inline-block;
  min-width: 35px;
  height: 35px;
  content: "";
  background-position-y: 0px;
  background-color: #29A3A2;
  mask: url("../img/icons/sidebar/icon-phone.svg") no-repeat;
  mask-size: auto;
  -webkit-mask-size: cover;
  mask-size: cover;
}

.checkmark h3 {
  padding-top: 4px;
}

.checkmark > div {
  padding-left: 0 !important;
}

.checkmark::before, .checkmark-boxes h3::before {
  background-image: url("../img/icons/icon-checkmark.svg");
  background-size: 38px 38px;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 58px;
  height: 45px;
  content: "";
  background-position-y: 0px;
}

.owl-theme.testimonialsSlider .item {
  background-color: #fff;
  padding: 2.5em;
}
.owl-theme.testimonialsSlider .item .content {
  background-image: url("../img/icons/icon-testimonials.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 19em;
}

.carouselNavButtons i {
  font-size: 3em;
  margin-right: 0.2em;
}

.meinungenBox .owl-item {
  background-color: #fff;
  padding: 3em;
}
.meinungenBox .owl-item p {
  color: #000000;
}
.meinungenBox .owl-item > div {
  background-image: url("../img/icons/quotePrimary.svg");
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.newsBox {
  min-height: 400px;
  margin: 2em;
  box-shadow: 0px 0px 25px 5px #aaa;
}
.newsBox .textBox {
  padding: 3em;
}
.newsBox .imageBox {
  justify-content: center;
  display: flex;
  background-size: cover;
}
.newsBox .dateBox {
  width: 140px;
  height: 140px;
  padding: 1em;
  color: #fff;
  background-color: #29A3A2;
  text-align: center;
}
.newsBox .dateBox .day {
  line-height: 1em;
  font-size: 40px;
  font-weight: bold;
}
.newsBox .dateBox .month, .newsBox .dateBox .year {
  font-size: 19px;
}

.sliderTopCe {
  background-color: #29A3A2;
  color: #fff;
  height: 560px;
}

.sliderTopCe h4 {
  font-size: 2em !important;
}

.sliderTopCe a {
  color: #fff !important;
  border: 1px solid #fff;
  padding: 13px 40px;
  font-size: 1.1em !important;
}

.sliderTopCe a:hover {
  color: #29A3A2 !important;
  border: 1px solid #fff;
}

.sliderTopCe .textFld {
  padding-left: 105px;
  padding-top: 102px;
  padding-bottom: 57px;
  padding-right: 40px;
}

.sliderTopCe a:hover {
  color: #29A3A2;
  background-color: #fff;
  text-decoration: none;
}

.sliderWrapper {
  overflow: hidden;
}
.sliderWrapper .owl-dot span {
  transition: transform 0.2s ease-in-out;
  width: 5px !important;
  height: 6px !important;
  background-color: #000000 !important;
  border-radius: 4px;
  border: 4px solid #000000;
}
.sliderWrapper .owl-dot.active span {
  transition: transform 0.2s ease-in-out;
  border-radius: 4px;
  width: 25px !important;
  background-color: #29A3A2 !important;
  border: 4px solid #29A3A2;
}

.primaryBg .sliderWrapper .owl-dot.active span {
  background-color: #fff !important;
  border: 4px solid #fff !important;
}

.sliderWrapper.sTypeHeader .owl-dot.active span {
  background-color: #fff !important;
  border: 4px solid #fff !important;
}
.sliderWrapper.sTypeHeader .owl-dots {
  text-align: left !important;
  position: absolute;
  bottom: 0px;
  /*
  position: relativ;
  margin-top: -30px !important;
  */
  padding: 20px 20px 20px 50px;
  z-index: 1000;
}
.sliderWrapper.sTypeHeader .owl-nav {
  text-align: left !important;
  position: relative;
  margin-top: -100px !important;
  padding-left: 10px;
  z-index: 1000;
}
.sliderWrapper.sTypeHeader .owl-carousel .owl-item img {
  height: 100%;
}

/**
* Custom
*/
/*all under lg*/
:root {
  /* Colors: */
  --unnamed-color-007e84: #007E84;
  --unnamed-color-e5f2f2: #E5F2F2;
  --unnamed-color-2c2c2c: #2C2C2C;
  --unnamed-color-ffffff: #FFFFFF;
  --unnamed-color-000000: #000000;
  --unnamed-color-208c39: #208C39;
  /* Font/text values */
  --unnamed-font-family-poppins: Poppins;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-600: 600px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-42: 42px;
  --unnamed-character-spacing-0: 0px;
  --unnamed-line-spacing-24: 24px;
  --unnamed-line-spacing-50: 50px;
  --unnamed-text-transform-uppercase: uppercase;
}

/* Character Styles */
.unnamed-character-style-1 {
  font-family: var(--unnamed-font-family-poppins);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-18);
  line-height: var(--unnamed-line-spacing-24);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-ffffff);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.unnamed-character-style-2 {
  font-family: var(--unnamed-font-family-poppins);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-18);
  line-height: var(--unnamed-line-spacing-24);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-000000);
  text-transform: var(--unnamed-text-transform-uppercase);
}

.unnamed-character-style-3 {
  font-family: var(--unnamed-font-family-poppins);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-600);
  font-size: var(--unnamed-font-size-42);
  line-height: var(--unnamed-line-spacing-50);
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-208c39);
}

.f3-widget-paginator {
  margin: 3em 0;
}
.f3-widget-paginator ul {
  display: inline-block;
}
.f3-widget-paginator li {
  display: inline-block;
  padding: 0.3em 0.5em;
}
.f3-widget-paginator li.current {
  background-color: #29A3A2;
}
.f3-widget-paginator li.current a {
  color: #fff;
}

.owl-carousel .owl-stage-outer {
  padding-bottom: 2em;
}

.accordion-collapse {
  margin-top: 2.5em;
}

.separator.page-7 {
  display: none;
}

.nextBtn, .prevBtn {
  color: #000;
  cursor: pointer;
}

.debugOn .frame-space-before-extra-large:before {
  content: "frame-space-before-extra-large";
  border: 1px solid #234;
}
.debugOn .frame-space-after-large:after {
  content: "frame-space-after-large";
  border: 1px solid #234;
}

#header .tx-indexedsearch-info-noresult {
  display: none;
}

#c205 div.input.checkbox {
  padding: 1em 0;
}

.menuMeta a {
  color: #fff;
}
.menuMeta .menuMetaTrenner {
  padding: 0 0.5em;
}

.bgThemeColorBlueBright {
  background-color: #F2F5FA;
}

.bgThemeColorBlue {
  color: #fff;
  background-color: #7D9CCB;
}
.bgThemeColorBlue h3 {
  color: #fff !important;
  font-weight: 400 !important;
}
.bgThemeColorBlue h3 b, .bgThemeColorBlue h3 strong {
  font-weight: 700 !important;
}

.card {
  border: 0px solid #000;
  border-radius: 0px;
  box-shadow: 0em 0em 1em #ccc;
}
.card .card-title {
  margin-top: 1em;
}
.card .card-subtitle {
  font-weight: bold;
  min-height: 3em;
}
.card .date, .card .time {
  /*font-weight: bold;*/
}
.card .bi-clock {
  margin-left: 0.6em;
}

.card-footer {
  background-color: inherit;
  border-top: 0px solid #fff !important;
  padding-bottom: 1.5em;
}
.card-footer .moreLink {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2em;
}
.card-footer .moreLink:after {
  font-family: "bootstrap-icons";
  display: inline-block;
  content: "\f134";
  font-size: 1.5em;
  padding-left: 0.5em;
  font-weight: normal;
  top: 8px;
  position: relative;
  color: #000;
}

.accordion-body > div {
  border-bottom: 1px solid #CE4B59;
  padding-bottom: 3.5em;
  margin-bottom: 3.5em;
}

.accordion-body > div:last-child {
  border-bottom: 0px solid #fff !important;
}

.eventCard .card-title, .eventView .card-title {
  color: #000 !important;
}
.eventCard .time, .eventView .time {
  display: inline-block;
}
.eventCard .bi-clock, .eventView .bi-clock {
  font-size: 1.3em;
  margin-right: 0.2em;
}
.eventCard .date, .eventView .date {
  color: #fff;
  background-color: #CE4B59;
  padding: 0.4em 0.8em;
  margin-right: 0.5em;
}

b, strong {
  font-weight: 600 !important;
}

h1, h2 {
  font-size: 42px !important;
  font-weight: bold;
}

footer {
  margin-top: 2em;
}

.branch-card .text {
  margin-top: -5em;
}

.debugBorder {
  padding: 1px;
  border: 1px solid #4433ff;
}

#modalMainMenu .modal-fullscreen {
  margin-top: 8em;
  height: calc(100vh - 8em);
}

#pageId-26 #breadcrumpMenu {
  display: none;
}

.container-fluid.fullWidth {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.container-fluid.fullWidth .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-fluid.fullWidth .row > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid.fullWidth .container .row > div:first-of-type {
  padding-left: inherit !important;
  padding-right: 1em !important;
}

@media (max-width: 767.98px) {
  .container-fluid.fullWidth .container .row > div:first-of-type {
    padding-left: inherit !important;
    padding-right: inherit !important;
  }
}
.contactCardBox {
  background-color: #F2F5FA;
}

.cardContact {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: 1em;
  background-color: #FFFFFF;
}
.cardContact i.bi {
  font-size: 1.2em;
  padding-right: 0.3em;
}
.cardContact .name {
  font-size: 1.2em;
  font-weight: bolder;
  text-transform: uppercase;
}
.cardContact .position {
  min-height: 4em;
  font-weight: bold;
}

.accordion-body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.courseOff {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #CE4B59;
}

.card-offer .img-fluid {
  width: 100%;
}
.card-offer .overlay {
  position: relative;
  top: -86px;
  background-color: rgba(0, 0, 0, 0.78);
  padding: 25px 15px;
}
.card-offer .overlay h3 {
  text-transform: inherit;
  padding-left: 1em;
  margin-bottom: 0 !important;
}

.backGroundImgBox {
  display: flex;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
}

.submit .btn-primary, .btn {
  border: 0px solid #fff;
}

h2, h3 {
  text-transform: uppercase;
}

.eventsSlider {
  background-image: url("../img/news/hintergrund-news-jump-walldorf.jpg");
  background-size: cover;
  padding-top: 2em;
}
.eventsSlider h2, .eventsSlider h3 {
  color: white;
  margin-bottom: 0.2em !important;
}

.stimmen {
  background-image: url("../img/start/hintergrund-testimonials-jump-walldorf.jpg");
  ´background-size: cover;
  padding-top: 6em;
}

.stimmenBox {
  background-color: #FFFFFF;
  margin: 6em;
}

.blackBg {
  padding: 6em 0;
  background-color: #000000;
  color: #FFFFFF;
}
.blackBg h2 {
  color: #FFFFFF;
}

.timelineItem {
  display: flex;
  min-height: 200px;
}
.timelineItem .leftCol, .timelineItem .rightCol, .timelineItem .middleCol {
  display: flex;
}
.timelineItem .leftCol div, .timelineItem .rightCol div {
  display: block;
}
.timelineItem .leftCol, .timelineItem .rightCol {
  border: 0px solid #234;
  border: 0px solid #234;
  width: 43%;
}
@media (max-width: 767.98px) {
  .timelineItem .leftCol, .timelineItem .rightCol {
    width: 100%;
  }
}
.timelineItem .middleCol {
  background-image: url("../img/icons/timeline.svg");
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  background-size: 12px 10px;
  width: 10%;
  min-width: 150px;
  text-align: center;
  align-content: center;
}
.timelineItem .middleCol .date {
  padding: 1em 0;
  background-color: #29A3A2;
  height: 130px;
  width: 130px;
  color: white;
  font-weight: bold;
  font-size: 2.5em;
}
@media (max-width: 767.98px) {
  .timelineItem .middleCol {
    width: 6%;
    min-width: 100px;
  }
  .timelineItem .middleCol .date {
    padding: 1em 0;
    height: 80px;
    width: 80px;
    font-size: 1.5em;
  }
}

.contentSectionInner.noMargin {
  margin-top: 0px !important;
}

.contentSectionInner {
  margin-top: -48px;
  /*
  padding-top: 2.5em;
  */
}
.contentSectionInner ul {
  padding-left: 1.2rem;
}
.contentSectionInner li {
  list-style-image: url("../img/icons/chevron-right-colorPrimary.svg");
}
.contentSectionInner p, .contentSectionInner li {
  line-height: 1.6em !important;
  letter-spacing: 0px;
  font-size: 19px;
  /*
  font-weight: 100;
   */
}

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

.row-flex div {
  height: 100% !important;
}

@media (min-width: 768px) {
  .backGroundImgBoxOverlayImg {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .backGroundImgBox {
    min-height: inherit !important;
  }
}
@media (max-width: 991.98px) {
  #footer .secondFooter, #footer .firstFooter {
    padding: 0 30px;
  }
  #footer .logo img {
    max-width: 250px;
  }
  #topbar {
    height: 82px;
  }
  h1 {
    font-size: 1.8em !important;
  }
  h2 {
    font-size: 1.6em !important;
    line-height: inherit !important;
  }
  h3 {
    font-size: 1.3em !important;
  }
  .heroFrontBox {
    position: absolute;
    top: 175px;
    background: inherit !important;
    background-image: url("") !important;
    background-color: #000000 !important;
    width: 100%;
  }
  .sliderWrapper .heroFrontBox {
    background-color: #29A3A2 !important;
  }
  .heroBackBox {
    background-size: 100% auto !important;
  }
  .heroText {
    padding: 2em !important;
    width: inherit !important;
  }
  .intendLeft {
    padding: 1em !important;
  }
  .owl-carousel {
    /*
    min-height: 566px;

     */
  }
  .owl-carousel .owl-stage-outer {
    padding-bottom: 2em;
  }
  .owl-carousel .newsBox .textBox {
    padding: 1em;
  }
  .newsBox {
    margin: 2em 1em;
  }
  #footer .firstFooter {
    padding: 0 1em !important;
    margin-top: 2em;
  }
}
@media (max-width: 1199.98px) {
  .heroFrontBox {
    top: 286px;
    min-height: 310px !important;
  }
  #hero {
    /*
    height: 741px !important;

     */
  }
}
@media (max-width: 991.98px) {
  .heroFrontBox {
    top: 286px;
    min-height: 310px !important;
  }
  .heroBackBox {
    min-height: 598px !important;
  }
  #hero {
    /*
    height: 741px !important;

     */
  }
  #hero.startpage {
    height: 597px !important;
  }
}
@media (max-width: 767.98px) {
  .heroFrontBox {
    top: 212px;
    min-height: 420px !important;
  }
  .heroBackBox {
    min-height: 530px !important;
  }
  #hero {
    /*
    height: 504px !important;

     */
  }
  #hero.startpage {
    height: 560px !important;
  }
  #breadcrumpMenu {
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
  }
}
@media (max-width: 575.98px) {
  .heroFrontBox {
    top: 165px;
  }
  .heroBackBox {
    min-height: 530px !important;
  }
  #hero {
    /*
    height: 470px !important;

     */
  }
  #hero.startpage {
    height: 560px !important;
  }
}
.branch-card .text p:first-of-type {
  min-height: 182px;
}

.bi-chevron-right {
  color: #29A3A2;
}

.darkBg p {
  color: #fff;
}

h2 {
  font: var(--unnamed-font-style-normal) normal bold var(--unnamed-font-size-42)/var(--unnamed-line-spacing-50) "Montserrat", sans-serif;
  letter-spacing: var(--unnamed-character-spacing-0);
  text-align: left;
  font: normal normal bold 42px/50px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

h3 {
  font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 24px/30px "Montserrat", sans-serif;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-007e84);
  font: normal normal 600 24px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #007E84;
  margin-bottom: 1.1em;
  line-height: 1.5em !important;
}

.fontColorBlue {
  color: #7D9CCB !important;
}

.fontColorRed {
  color: #CE4B59 !important;
}

.fontColorGreen {
  color: #29a3a2 !important;
}

h4 {
  /* UI Properties */
  font: var(--unnamed-font-style-normal) normal bold var(--unnamed-font-size-18)/30px "Montserrat", sans-serif;
  letter-spacing: var(--unnamed-character-spacing-0);
  color: var(--unnamed-color-007e84);
  font: normal normal bold 18px/30px "Montserrat", sans-serif;
  letter-spacing: 0px;
  color: #007E84;
  text-transform: uppercase;
}

.image100w {
  width: 100%;
}

.isAlink {
  cursor: pointer;
}

.moveTop {
  top: -3em;
  position: relative;
}

@media (min-width: 992px) {
  .pageWrapper {
    /*
    padding: 0 60px;

    max-width: 1920px;
    margin: 0 auto;

     */
  }
}
figure.image {
  margin: 0px;
}

.frame-space-after-extra-small {
  padding-bottom: 0.5em;
}

.frame-space-after-small {
  padding-bottom: 1.5em;
}

.frame-space-after-medium {
  padding-bottom: 3em;
}

.frame-space-after-large {
  padding-bottom: 4.5em;
}

.frame-space-after-extra-large {
  padding-bottom: 6em;
}

.frame-space-before-extra-small {
  padding-top: 0.5em;
}

.frame-space-before-small {
  padding-top: 1.5em;
}

.frame-space-before-medium {
  padding-top: 3em;
}

.frame-space-before-large {
  padding-top: 4.5em;
}

.frame-space-before-extra-large {
  padding-top: 6em;
}

@media (max-width: 991.98px) {
  .frame-space-after-extra-small {
    padding-bottom: 0.5em;
  }
  .frame-space-after-small {
    padding-bottom: 1em;
  }
  .frame-space-after-medium {
    padding-bottom: 2em;
  }
  .frame-space-after-large {
    padding-bottom: 3em;
  }
  .frame-space-after-extra-large {
    padding-bottom: 4em;
  }
  .frame-space-before-extra-small {
    padding-top: 0.5em;
  }
  .frame-space-before-small {
    padding-top: 1em;
  }
  .frame-space-before-medium {
    padding-top: 2em;
  }
  .frame-space-before-large {
    padding-top: 3em;
  }
  .frame-space-before-extra-large {
    padding-top: 4em;
  }
}
#featuredArea {
  /*
  background-image: url('../img/navi/ah-background-signet.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;

  padding: 4em 0;

  background-color: #E5F2F2;
  min-height: 10em;
  margin-bottom: 3em;
  p {
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-2c2c2c);

    letter-spacing: 0px;
    color: #2C2C2C;
    font-size: 22px;
  }
  */
}

.accordion-button {
  border-radius: 0 !important;
}

h2.accordion-header {
  font-size: 1.3em;
}
h2.accordion-header button {
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 1em;
}

.control-label {
  display: none;
}

#profilKontakt-16 .form-control {
  border-radius: 0;
  padding: 1.5em;
}

.colorPrimary {
  color: #29A3A2 !important;
}

.contactBox {
  margin-bottom: -2em;
}

#footer .metaMenuCopyright p {
  display: inline-block;
}

.navcat .title {
  color: #000000;
  font-size: 19px;
}

.box {
  box-shadow: 0em 0em 4em #bbb;
}
.box .headline {
  background-color: #29A3A2;
  padding: 1em;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
.box .text {
  padding: 2em;
}

@media (min-width: 992px) {
  .intendLeft {
    padding-top: 1em;
    padding-left: 1em;
  }
}
.branch-card {
  background-color: #fff;
}

.branch-card {
  margin-bottom: 2em;
}
.branch-card .iconBox {
  text-align: center;
  margin-bottom: 1.5em;
}
.branch-card h3 {
  text-align: center;
}
.branch-card .text {
  padding: 0.5em 1.5em 1.5em 1.5em;
}

.btn.white {
  border: 1px solid #fff;
  background-color: transparent;
}
.btn.white:hover {
  border: 1px solid #000 !important;
  background-color: #fff;
  color: #000;
}

.btn.search {
  padding: 11px 11px;
}

.btnCustom, .btn {
  border-radius: 2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 21px 32px;
  text-transform: uppercase;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #29A3A2;
}
.btnCustom:hover, .btn:hover {
  color: #fff;
  background: #2eb7b6;
}

.primaryBg .btn, .primaryColor .btn {
  background-color: #fff;
  color: #29A3A2;
}
.primaryBg .btn:hover, .primaryColor .btn:hover {
  color: #fff;
  background-color: #000000;
}

.primaryFullBg {
  background-color: #29A3A2;
  color: white importent;
  text-align: right;
  align-items: right;
  padding-right: 2em;
}
.primaryFullBg p, .primaryFullBg h3 {
  color: white;
}

.themeColor-1 .themeColor {
  color: #CE4B59;
}

.themeColor-2 .themeColor {
  color: #29a3a2;
}

.themeColor-3 .themeColor {
  color: #7D9CCB;
}

#breadcrumpMenu {
  padding: 1em;
  padding-left: 47px;
  color: #fff;
  background-color: #CE4B59;
}
#breadcrumpMenu .separator {
  padding: 0 0.5em;
}
#breadcrumpMenu a {
  color: #fff;
}

.themeColorBlack h3 {
  color: #000;
}
.themeColorBlack .btn {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #000;
}
.themeColorBlack .btn:hover {
  color: #000000;
  background-color: transparent !important;
  background: #d35f6b;
}

.themeColorRed .accordion-button, .themeColorRed .accordion-button:not(.collapsed) {
  color: #CE4B59;
  background-color: #FBEFF0;
}
.themeColorRed #breadcrumpMenu {
  background-color: #CE4B59;
}
.themeColorRed .btn {
  background-color: #CE4B59;
  color: #fff !important;
}
.themeColorRed .btn:hover {
  color: #fff;
  background: #d35f6b;
}
.themeColorRed .contentSectionInner h3 {
  color: #CE4B59;
}
.themeColorRed .contentSectionInner a {
  color: #CE4B59;
}

.themeColorGreen .accordion-button.collapsed::after, .themeColorGreen .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2329A3A2'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}
.themeColorGreen .accordion-button, .themeColorGreen .accordion-button:not(.collapsed) {
  color: #29a3a2;
  background-color: #EBF7F7;
}
.themeColorGreen #breadcrumpMenu {
  background-color: #29a3a2;
}
.themeColorGreen .contentSectionInner h3 {
  color: #29a3a2;
}
.themeColorGreen .contentSectionInner .btn {
  background-color: #29a3a2;
  color: #fff !important;
}
.themeColorGreen .contentSectionInner .btn:hover {
  color: #fff;
  background: #2eb7b6;
}

.themeColorBlue #breadcrumpMenu {
  background-color: #7D9CCB;
}
.themeColorBlue h3 {
  color: #7D9CCB;
}
.themeColorBlue .btn {
  color: #fff !important;
  background-color: #7D9CCB;
}
.themeColorBlue .btn:hover {
  color: #fff;
  background: #8faad2;
}
.themeColorBlue .contentSectionInner a {
  color: #7D9CCB;
}

#sideBarWrapper i.bi {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding-left: 3px;
}

.sideBarItem {
  font-size: 1.2em !important;
  color: #fff;
}

#sideBarWrapper {
  position: fixed;
  top: 120px;
  right: 0px;
  width: 50px;
  z-index: 100;
}

.sideBarIcon {
  height: 50px;
  width: 100%;
  display: inline-block;
  background-color: #29A3A2;
  margin-bottom: 0.1em;
}

.sideBarIcon > img, .sideBarIcon > a > img {
  position: fixed;
  padding: 0.7em;
  z-index: 110;
}

#main ul {
  list-style: none;
  padding-left: 0;
}
#main li:before {
  font-family: "bootstrap-icons";
  display: inline-block;
  content: "\f285";
  font-size: 15px;
  color: #29A3A2;
}

.primaryLightBg {
  background-color: #E5F2F2;
}

.primaryBg {
  background-color: #29A3A2;
}
.primaryBg h3 {
  color: #fff;
}
.primaryBg p {
  color: #fff;
}

.darkBg {
  color: #fff;
  background-color: #000000;
}
.darkBg H2 {
  color: #fff;
}

.intendLeft {
  /*
  padding-top: 5em;
  padding-left: 7em;
  padding-right: 2em;

   */
  padding: 2em 2em 2em 3em;
}

#sideBarDownloadIcon {
  padding-left: 0.9em;
}

.sideBarIcon a.sideBarLink {
  color: #fff !important;
  font-size: 1.5em;
}

#sideBarSearchFoldout input {
  margin-left: 10px;
  width: 89%;
}

#sideBarSearchFoldout {
  color: #000;
  font-size: 0.9em;
  padding: 0.6em;
  height: 77px; /* Specify a height */
  width: 328px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 105; /* Stay on top */
  right: -259px;
  background-color: #fff; /* Black*/
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}
#sideBarSearchFoldout img {
  margin-top: 0px;
  margin-right: 0.5em !important;
}
#sideBarSearchFoldout div {
  text-transform: uppercase;
  border: 0px solid #999;
}
#sideBarSearchFoldout .closeIcon {
  margin-top: -10px;
}
#sideBarSearchFoldout .bolder {
  font-weight: 800;
}

#sideBarDownloadFoldout {
  font-size: 0.9em;
  padding: 0.6em;
  height: 50px; /* Specify a height */
  width: 240px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 105; /* Stay on top */
  right: -240px;
  background-color: #29A3A2; /* Black*/
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

#sideBarLoginFoldout {
  font-size: 0.9em;
  padding: 0.6em;
  height: 50px; /* Specify a height */
  width: 240px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 105; /* Stay on top */
  right: -240px;
  background-color: #29A3A2; /* Black*/
  overflow: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
}

#sideBarContactFoldout {
  color: #fff;
  width: 240px; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 105; /* Stay on top */
  right: -240px;
  background-color: #000000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidepanel */
  overflow: hidden;
}
#sideBarContactFoldout h3 {
  font-size: 1.1em !important;
}
#sideBarContactFoldout p {
  font-size: 0.9em !important;
}
#sideBarContactFoldout .ce-bodytext {
  padding-top: 1em;
}

#sideBarContactFoldout.foldout,
#sideBarSearchFoldout.foldout,
#sideBarDownloadFoldout.foldout,
#sideBarLoginFoldout.foldout {
  right: 0px;
}

#sideBarContactFoldout {
  padding: 0 1em;
}
#sideBarContactFoldout img {
  margin: 0 -1em;
}
#sideBarContactFoldout h3 {
  color: #fff !important;
  height: 30px;
  font-size: 1.2em;
  margin-top: 0.6em;
}
#sideBarContactFoldout h4 {
  color: #29A3A2;
  font-size: 1.1em;
}

.accordion-item {
  border: inherit;
  margin-bottom: 1em;
}

.accordion-button, .accordion-button:not(.collapsed) {
  color: #29a3a2;
  font-weight: bold;
  background-image: inherit !important;
  background-color: #EBF7F7;
}

.accordion-button:focus {
  box-shadow: inherit;
  border: 0px;
}

.accordion-button::after, .accordion-button.collapsed::after {
  border-color: #fff;
  /* background-image: inherit !important;*/
}

.accordion-button.collapsed::after, .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23CE4B59'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button::before {
  color: #fff;
  width: 18px;
  height: 18px;
  content: " ";
  transition: transform 0.2s ease-in-out;
  background-repeat: no-repeat;
}

.accordion-button img {
  fill: #fff;
  margin-right: 1em;
}

.accordion-button img {
  color: #fff;
  transition: transform 0.2s ease-in-out;
}

.accordion-button.collapsed img {
  color: #fff;
  transform: rotate(-180deg);
}

.accordion-button.collapsed::before {
  color: #fff;
  width: 18px;
  height: 18px;
  content: " ";
  transform: rotate(-180deg);
  background-repeat: no-repeat;
}

.heroBackBox {
  min-height: 480px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.heroFrontBox {
  min-height: 470px;
  background: url("../img/heroDarkBg.svg") left top no-repeat;
  background-size: auto 100%;
}
.heroFrontBox.primaryColor {
  background: url("../img/heroPrimaryBg.svg") left top no-repeat;
  background-size: auto 100%;
}

.startpage .heroFrontBox {
  min-height: 570px;
}

.heroText {
  padding: 3em 0 0 3em;
  width: 535px;
  hyphens: auto;
}

section.subpage {
  padding: 0;
}

/*
.heroBackBox {
  min-height: 580px !important;
}

.heroFrontBox {

  min-height: 520px !important;
}

.owl-carousel .owl-item {
  min-height: 895px !important;
}

#hero {
  height: 591px !important;
}
*/
.contentSectionInner form#tx_indexedsearch {
  padding: 0.5em;
  background-color: #eeeeee;
}
.contentSectionInner .tx-indexedsearch-res dt, .contentSectionInner .tx-indexedsearch-res dd {
  display: inline-block;
  margin-bottom: 0px;
  color: #666;
  margin-right: 0.5em;
}
.contentSectionInner .tx-indexedsearch-res .tx-indexedsearch-info {
  background-color: #eeeeee;
  padding: 0.4em;
}
.contentSectionInner .tx-indexedsearch-res .tx-indexedsearch-info p {
  margin-bottom: 0px;
}
.contentSectionInner .searchBtnBox {
  margin-left: 1em;
}
.contentSectionInner .tx-indexedsearch-info-sword-word {
  font-weight: bold;
  padding: 0 1em;
}

#sideBarSearchFoldout .searchBtnBox i {
  margin-top: 3px;
}
#sideBarSearchFoldout #tx-indexedsearch-searchbox-sword {
  margin-top: 3px;
}
#sideBarSearchFoldout .tx-indexedsearch-info-sword, #sideBarSearchFoldout .tx-indexedsearch-browsebox, #sideBarSearchFoldout .tx-indexedsearch-res {
  display: none;
}

/*# sourceMappingURL=style.css.map */
