/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 767px) {
  .container {
    padding: 0 2rem;
  }
}

@media (max-width: 992px) {
  .md-pb {
    padding-bottom: 2rem !important;
  }
}

a {
  font-weight: 600;
  transition: color 0.4s;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #222222;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #343434;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  left: 50%;
  position: fixed;
  text-align: center;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  transform: translateX(-50%) rotate(180deg);
  -webkit-transform: translateX(-50%) rotate(180deg);
}


.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    transform: translateX(-50%) rotate(180deg);
    -webkit-transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (max-width: 1023px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (min-width: 1024px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

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

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

.form-inline {
  display: -webkit-flex;
  -webkit-align-items: center;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 1.07em .5em;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em .5em;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

@media (max-width: 575px) {
  .navbar-toggleable .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-toggleable {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-toggleable-sm .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-sm > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-toggleable-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-sm > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-sm .navbar-collapse {
    display: none;
    width: 100%;
  }
  .navbar-toggleable-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1023px) {
  .navbar-toggleable-md .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-md > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1024px) {
  .navbar-toggleable-md {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-md > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-toggleable-lg .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
  .navbar-toggleable-lg > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-toggleable-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-toggleable-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-toggleable-lg > .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .navbar-toggleable-lg .navbar-collapse {
    display: flex !important;
    width: 100%;
  }
  .navbar-toggleable-lg .navbar-toggler {
    display: none;
  }
}

.navbar-toggleable-xl {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-toggleable-xl > .container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggleable-xl .navbar-nav {
  flex-direction: row;
}

.navbar-toggleable-xl .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-toggleable-xl > .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.navbar-toggleable-xl .navbar-collapse {
  display: flex !important;
  width: 100%;
}

.navbar-toggleable-xl .navbar-toggler {
  display: none;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.6;
}

.btn {
  font-weight: 500;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 0px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  display: -webkit-inline-flex;
}

.btn-sm {
  font-weight: 500;
  letter-spacing: 0px;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 500;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 500;
  letter-spacing: 0px;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn {
  font-weight: 700 !important;
  letter-spacing: 0px !important;
}

.btn:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

.btn-form {
  margin: 0;
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}
.container
{
    max-width:1500px!important
}

.ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
.ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.3s, opacity 0.3s linear;
}
body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Mulish', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #e9af04 !important;
}
.bg-success {
  background-color: #333333 !important;
}
.bg-info {
  background-color: #bf0000 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b69b74 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e9af04 !important;
  border-color: #e9af04 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9e7703 !important;
  border-color: #9e7703 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9e7703 !important;
  border-color: #9e7703 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #01497b !important;
  border-color: #01497b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #001c2f !important;
  border-color: #001c2f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001c2f !important;
  border-color: #001c2f !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf0000 !important;
  border-color: #bf0000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #730000 !important;
  border-color: #730000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #730000 !important;
  border-color: #730000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #91754c !important;
  border-color: #91754c !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #856402;
  color: #856402;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #e9af04;
}
.btn-primary-outline:hover:before,
.btn-primary-outline:focus:before,
.btn-primary-outline.focus:before,
.btn-primary-outline.active:before {
  transform: scaleX(1);
}
.btn-primary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e9af04;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e9af04 !important;
  border-color: #e9af04 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000d16;
  color: #000d16;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #01497b;
}
.btn-secondary-outline:hover:before,
.btn-secondary-outline:focus:before,
.btn-secondary-outline.focus:before,
.btn-secondary-outline.active:before {
  transform: scaleX(1);
}
.btn-secondary-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #01497b;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01497b !important;
  border-color: #01497b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #590000;
  color: #590000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #bf0000;
}
.btn-info-outline:hover:before,
.btn-info-outline:focus:before,
.btn-info-outline.focus:before,
.btn-info-outline.active:before {
  transform: scaleX(1);
}
.btn-info-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bf0000;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf0000 !important;
  border-color: #bf0000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-success-outline:hover:before,
.btn-success-outline:focus:before,
.btn-success-outline.focus:before,
.btn-success-outline.active:before {
  transform: scaleX(1);
}
.btn-success-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #879a9f;
}
.btn-warning-outline:hover:before,
.btn-warning-outline:focus:before,
.btn-warning-outline.focus:before,
.btn-warning-outline.active:before {
  transform: scaleX(1);
}
.btn-warning-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #879a9f;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #816843;
  color: #816843;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #b69b74;
}
.btn-danger-outline:hover:before,
.btn-danger-outline:focus:before,
.btn-danger-outline.focus:before,
.btn-danger-outline.active:before {
  transform: scaleX(1);
}
.btn-danger-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #b69b74;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b69b74 !important;
  border-color: #b69b74 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: white !important;
  background: transparent !important;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2) !important;
  border-color: #333333;
}
.btn-black-outline:hover:before,
.btn-black-outline:focus:before,
.btn-black-outline.focus:before,
.btn-black-outline.active:before {
  transform: scaleX(1);
}
.btn-black-outline:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333333;
  transition: all 0.3s;
  transform-origin: center;
  transform: scaleX(0);
  z-index: -1;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e9af04 !important;
}
.text-secondary {
  color: #01497b !important;
}
.text-success {
  color: #333333 !important;
}
.text-info {
  color: #bf0000 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b69b74 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #856402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000d16 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #590000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #816843 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf0000;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b69b74;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e9af04;
  border-color: #e9af04;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e9af04;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #feedbb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a6a6a6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ff4040;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e2d7c8;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Mulish', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #e9af04;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e9af04;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e9af04;
  border-bottom-color: #e9af04;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #e9af04 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #01497b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e9af04' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-v0kFBLSA3J {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v0kFBLSA3J .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.7);
  width: fit-content;
  padding: 2rem;
}
.cid-v0kFBLSA3J .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-v0kFBLSA3J .content-wrap {
    bottom: 10rem;
  }
}
.cid-v0kFBLSA3J .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-v0kFBLSA3J .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0kFBLSA3J .container-fluid {
    padding-right: 1rem;
  }
}
.cid-v0kFBLSA3J .wrapper {
  position: relative;
}
.cid-v0kFBLSA3J .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-v0kFBLSA3J .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-v0kFBLSA3J .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-v0kFBLSA3J .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-v0kFBLSA3J .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-v0kFBLSA3J .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-v0kFBLSA3J .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-v0kFBLSA3J .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v0kFBLSA3J .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v0kFBLSA3J .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-v0kFBLSA3J .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-v0kFBLSA3J .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-v0kFBLSA3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kFBLSA3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kFBLSA3J .mbr-section-title,
.cid-v0kFBLSA3J .mbr-section-btn {
  text-align: justify;
}
.cid-udqAyqQ83V {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-udqAyqQ83V .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-udqAyqQ83V .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-udqAyqQ83V .container {
    padding: 0 1rem;
  }
}
.cid-udqAyqQ83V .mbr-text,
.cid-udqAyqQ83V .mbr-section-btn {
  color: #333333;
}
.cid-udqAyqQ83V .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-udqAyqQ83V .btn .mbr-iconfont {
  order: 2;
}
.cid-udqAyqQ83V .pt-5 {
  padding-top: 4rem!important;
}
.cid-udqAyqQ83V H1 {
  color: #333333;
  text-align: left;
}
.cid-udqAyqQ83V H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-udqAyqQ83V .align-left {
    text-align: center;
  }
  .cid-udqAyqQ83V H1,
  .cid-udqAyqQ83V h3 {
    text-align: center;
  }
  .cid-udqAyqQ83V .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-udqAyqQ83V .mbr-section-title {
    text-align: center;
  }
  .cid-udqAyqQ83V H1,
  .cid-udqAyqQ83V h3 {
    text-align: center;
  }
}
.cid-ugjwotinJb {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ugjwotinJb .showAlerts {
  display: block !important;
}
.cid-ugjwotinJb .rowflexrev {
  display: -webkit-flex;
}
.cid-ugjwotinJb .ws-form-alerts {
  margin-top: 1rem;
}
.cid-ugjwotinJb .title {
  margin-bottom: 2rem;
}
.cid-ugjwotinJb .mbr-section-subtitle {
  color: #767676;
}
.cid-ugjwotinJb textarea.form-control {
  min-height: 188px;
}
.cid-ugjwotinJb LABEL {
  color: #232323;
  display: initial;
}
.cid-ugjwotinJb .mbr-section-terms {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugjwotinJb .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-ugjwotinJb .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugjwotinJb .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-ugjwotinJb .alert {
  margin-bottom: 0;
}
.cid-ugjwotinJb .alert-success {
  background-color: #70c770;
}
.cid-ugjwotinJb .alert-danger {
  background-color: #ff4a52;
}
.cid-ugjwotinJb .btn {
  display: inline-flex;
}
.cid-ugjwotinJb .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-ugjwotinJb .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-ugjwotinJb .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-ugjwotinJb input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ugjwotinJb input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ugjwotinJb input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-ugjwotinJb input,
.cid-ugjwotinJb option,
.cid-ugjwotinJb textarea {
  color: #000000;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYZDAxtD1X {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYZDAxtD1X .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-rArXEdIV84 {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-rArXEdIV84 H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-rArXEdIV84 .mbr-text,
.cid-rArXEdIV84 .mbr-section-btn {
  color: #333333;
}
.cid-rArXEdIV84 .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-rArXEdIV84 .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-rArXEdIV84 .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-rArXEdIV84 #id-beratung,
  .cid-rArXEdIV84 #IDlogo {
    display: none;
  }
}
.cid-rArXEdIV84 .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-rArXEdIV84 .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-rXRYrCzGlR {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rXRYrCzGlR .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-rXRYrCzGlR .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-rXRYrCzGlR .container {
    padding: 0 1rem;
  }
}
.cid-rXRYrCzGlR .mbr-text,
.cid-rXRYrCzGlR .mbr-section-btn {
  color: #ffffff;
}
.cid-rXRYrCzGlR .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-rXRYrCzGlR .btn .mbr-iconfont {
  order: 2;
}
.cid-rXRYrCzGlR .pt-5 {
  padding-top: 4rem!important;
}
.cid-rXRYrCzGlR H1 {
  color: #ffffff;
  text-align: left;
}
.cid-rXRYrCzGlR H3 {
  text-align: left;
  color: #ffffff;
}
@media (max-width: 922px) {
  .cid-rXRYrCzGlR .align-left {
    text-align: center;
  }
  .cid-rXRYrCzGlR H1,
  .cid-rXRYrCzGlR h3 {
    text-align: center;
  }
  .cid-rXRYrCzGlR .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-rXRYrCzGlR .mbr-section-title {
    text-align: center;
  }
  .cid-rXRYrCzGlR H1,
  .cid-rXRYrCzGlR h3 {
    text-align: center;
  }
}
.cid-rArXEqnXGf {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rArXEqnXGf .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-rArXEqnXGf .mypic {
  max-width: 30px!important;
  position: relative;
  top: -5px;
}
.cid-rArXEqnXGf .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rArXEqnXGf .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rArXEqnXGf .text-wrap {
  padding: 0 1rem;
}
.cid-rArXEqnXGf .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rArXEqnXGf .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rArXEqnXGf .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rArXEqnXGf .card-block:hover img {
  transform: scale(1.1);
}
.cid-rArXEqnXGf .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-rArXEqnXGf .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rArXEqnXGf .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rArXEqnXGf .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-rArXEqnXGf .card .card-block .photo img {
    height: 280px;
  }
}
.cid-rArXEqnXGf H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rArXEqnXGf .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-rArXEqnXGf .mbr-text,
.cid-rArXEqnXGf .link-wrap {
  text-align: left;
  color: #ffffff;
}
.cid-rArXEqnXGf .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-rXRs4mtcLz {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #343434;
}
.cid-rXRs4mtcLz .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-rXRs4mtcLz .wrapper {
  position: relative;
}
.cid-rXRs4mtcLz .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-rXRs4mtcLz .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-rXRs4mtcLz .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-rXRs4mtcLz .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-rXRs4mtcLz .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-rXRs4mtcLz .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-rXRs4mtcLz .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-rXRs4mtcLz .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-rXRs4mtcLz .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-rXRs4mtcLz .img2 {
    width: 400px;
  }
  .cid-rXRs4mtcLz .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-rXRs4mtcLz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-rXRs4mtcLz .img2 {
    width: 400px;
  }
  .cid-rXRs4mtcLz .img1 {
    padding-right: 4rem;
  }
  .cid-rXRs4mtcLz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-rXRs4mtcLz .img1 {
    height: 250px;
    padding-right: 3rem;
  }
  .cid-rXRs4mtcLz .img2 {
    width: 150px;
  }
  .cid-rXRs4mtcLz .container-fluid {
    padding: 0 1rem;
  }
  .cid-rXRs4mtcLz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rXRs4mtcLz .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-rXRs4mtcLz .btn {
    min-width: unset;
  }
}
.cid-rXRs4mtcLz H1 {
  color: #ffffff;
}
.cid-rXRs4mtcLz .mbr-text,
.cid-rXRs4mtcLz .mbr-section-btn {
  color: #ffffff;
}
.cid-rXRs4mtcLz H2 {
  color: #ffffff;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYp3kuJG3p {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYp3kuJG3p .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px);
  width: fit-content;
  padding: 2rem;
}
.cid-uYp3kuJG3p .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYp3kuJG3p .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYp3kuJG3p .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYp3kuJG3p .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYp3kuJG3p .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYp3kuJG3p .wrapper {
  position: relative;
}
.cid-uYp3kuJG3p .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYp3kuJG3p .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYp3kuJG3p .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYp3kuJG3p .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYp3kuJG3p .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYp3kuJG3p .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYp3kuJG3p .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYp3kuJG3p .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYp3kuJG3p .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYp3kuJG3p .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYp3kuJG3p .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYp3kuJG3p .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYp3kuJG3p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYp3kuJG3p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYp3kuJG3p .mbr-section-title,
.cid-uYp3kuJG3p .mbr-section-btn {
  text-align: justify;
}
.cid-rYj8GOif3u {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYj8GOif3u .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYj8GOif3u .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYj8GOif3u .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYj8GOif3u .text-wrap {
  padding: 0 1rem;
}
.cid-rYj8GOif3u .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYj8GOif3u .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYj8GOif3u .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYj8GOif3u .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYj8GOif3u .card {
  padding: 5px;
}
.cid-rYj8GOif3u .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYj8GOif3u .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYj8GOif3u .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYj8GOif3u H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYj8GOif3u .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYj8GOif3u .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYj8GOif3u .mbr-text,
.cid-rYj8GOif3u .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYj8GOif3u .mbr-section-title {
  text-align: center;
}
.cid-rYj8GR2Ceh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYj8GR2Ceh .mbr-text {
  position: relative;
}
.cid-rYj8GR2Ceh .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYj8GR2Ceh .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYj8GR2Ceh .mbr-text:after,
  .cid-rYj8GR2Ceh .mbr-text:before {
    display: none;
  }
}
.cid-rYj8GR2Ceh .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-rYj8GR2Ceh .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-szDXLJgFha {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-szDXLJgFha .item {
  padding-bottom: 2rem;
}
.cid-szDXLJgFha .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-szDXLJgFha .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-szDXLJgFha .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-szDXLJgFha .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-szDXLJgFha .carousel-control,
.cid-szDXLJgFha .close {
  background: #1b1b1b;
}
.cid-szDXLJgFha .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-szDXLJgFha .carousel-control-prev span {
  margin-right: 5px;
}
.cid-szDXLJgFha .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-szDXLJgFha .carousel-control-next span {
  margin-left: 5px;
}
.cid-szDXLJgFha .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-szDXLJgFha .close::before {
  content: '\e91a';
}
.cid-szDXLJgFha .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-szDXLJgFha .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-szDXLJgFha .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szDXLJgFha .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-szDXLJgFha .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-szDXLJgFha .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-szDXLJgFha .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-szDXLJgFha .carousel-indicators li.active,
.cid-szDXLJgFha .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-szDXLJgFha .carousel-indicators li::after,
.cid-szDXLJgFha .carousel-indicators li::before {
  content: none;
}
.cid-szDXLJgFha .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-szDXLJgFha .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-szDXLJgFha .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-szDXLJgFha .carousel-indicators {
    display: none;
  }
}
.cid-szDXLJgFha .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-szDXLJgFha .carousel-inner > .active {
  display: block;
}
.cid-szDXLJgFha .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-szDXLJgFha .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-szDXLJgFha .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-szDXLJgFha .carousel-control,
  .cid-szDXLJgFha .carousel-indicators,
  .cid-szDXLJgFha .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-szDXLJgFha .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-szDXLJgFha .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-szDXLJgFha .carousel-indicators .active,
.cid-szDXLJgFha .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-szDXLJgFha .carousel-indicators .active {
  background: #fff;
}
.cid-szDXLJgFha .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-szDXLJgFha .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-szDXLJgFha .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-szDXLJgFha .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-szDXLJgFha .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-szDXLJgFha .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-szDXLJgFha .carousel {
  width: 100%;
}
.cid-szDXLJgFha .modal-backdrop.in {
  opacity: 0.8;
}
.cid-szDXLJgFha .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-szDXLJgFha .modal.fade .modal-dialog,
.cid-szDXLJgFha .modal.in .modal-dialog {
  transform: none;
}
.cid-szDXLJgFha .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-szDXLJgFha H6 {
  text-align: center;
}
.cid-rYjyCxloxN {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
}
.cid-rYjyCxloxN .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYjyCxloxN .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYjyCxloxN .schiefer-text {
    width: 300px;
  }
}
.cid-rYjyCxloxN .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYjyCxloxN H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYp5g1Qk0p {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYp5g1Qk0p .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.8);
  width: fit-content;
  padding: 2rem;
}
.cid-uYp5g1Qk0p .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYp5g1Qk0p .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYp5g1Qk0p .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYp5g1Qk0p .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYp5g1Qk0p .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYp5g1Qk0p .wrapper {
  position: relative;
}
.cid-uYp5g1Qk0p .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYp5g1Qk0p .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYp5g1Qk0p .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYp5g1Qk0p .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYp5g1Qk0p .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYp5g1Qk0p .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYp5g1Qk0p .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYp5g1Qk0p .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYp5g1Qk0p .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYp5g1Qk0p .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYp5g1Qk0p .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYp5g1Qk0p .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYp5g1Qk0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYp5g1Qk0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYp5g1Qk0p .mbr-section-title,
.cid-uYp5g1Qk0p .mbr-section-btn {
  text-align: justify;
}
.cid-ugpizwunUP {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ugpizwunUP .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ugpizwunUP .title {
  margin: auto;
}
.cid-ugpizwunUP .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-ugpizwunUP .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ugpizwunUP .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ugpizwunUP .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ugpizwunUP .card-block:hover img {
  transform: scale(1.1);
}
.cid-ugpizwunUP .card {
  padding: 0;
}
.cid-ugpizwunUP .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugpizwunUP .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ugpizwunUP .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-ugpizwunUP H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-ugpizwunUP .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-ugpizwunUP H1 {
  color: #333333;
  text-align: left;
}
.cid-ugpizwunUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugpizwunUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rYqBrEkNnx {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYqBrEkNnx .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYqBrEkNnx .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYqBrEkNnx .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYqBrEkNnx .text-wrap {
  padding: 0 1rem;
}
.cid-rYqBrEkNnx .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYqBrEkNnx .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYqBrEkNnx .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYqBrEkNnx .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYqBrEkNnx .card {
  padding: 5px;
}
.cid-rYqBrEkNnx .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYqBrEkNnx .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYqBrEkNnx .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYqBrEkNnx H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYqBrEkNnx .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYqBrEkNnx .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYqBrEkNnx .mbr-text,
.cid-rYqBrEkNnx .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYqBrEkNnx .mbr-section-title {
  text-align: center;
}
.cid-uuQrRcoqAP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uuQrRcoqAP .item {
  padding-bottom: 2rem;
}
.cid-uuQrRcoqAP .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uuQrRcoqAP .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uuQrRcoqAP .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uuQrRcoqAP .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uuQrRcoqAP .carousel-control,
.cid-uuQrRcoqAP .close {
  background: #1b1b1b;
}
.cid-uuQrRcoqAP .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uuQrRcoqAP .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uuQrRcoqAP .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uuQrRcoqAP .carousel-control-next span {
  margin-left: 5px;
}
.cid-uuQrRcoqAP .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uuQrRcoqAP .close::before {
  content: '\e91a';
}
.cid-uuQrRcoqAP .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uuQrRcoqAP .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uuQrRcoqAP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuQrRcoqAP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uuQrRcoqAP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uuQrRcoqAP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uuQrRcoqAP .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uuQrRcoqAP .carousel-indicators li.active,
.cid-uuQrRcoqAP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uuQrRcoqAP .carousel-indicators li::after,
.cid-uuQrRcoqAP .carousel-indicators li::before {
  content: none;
}
.cid-uuQrRcoqAP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uuQrRcoqAP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uuQrRcoqAP .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uuQrRcoqAP .carousel-indicators {
    display: none;
  }
}
.cid-uuQrRcoqAP .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uuQrRcoqAP .carousel-inner > .active {
  display: block;
}
.cid-uuQrRcoqAP .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuQrRcoqAP .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuQrRcoqAP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uuQrRcoqAP .carousel-control,
  .cid-uuQrRcoqAP .carousel-indicators,
  .cid-uuQrRcoqAP .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uuQrRcoqAP .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uuQrRcoqAP .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uuQrRcoqAP .carousel-indicators .active,
.cid-uuQrRcoqAP .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uuQrRcoqAP .carousel-indicators .active {
  background: #fff;
}
.cid-uuQrRcoqAP .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uuQrRcoqAP .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uuQrRcoqAP .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uuQrRcoqAP .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uuQrRcoqAP .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uuQrRcoqAP .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uuQrRcoqAP .carousel {
  width: 100%;
}
.cid-uuQrRcoqAP .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uuQrRcoqAP .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uuQrRcoqAP .modal.fade .modal-dialog,
.cid-uuQrRcoqAP .modal.in .modal-dialog {
  transform: none;
}
.cid-uuQrRcoqAP .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uuQrRcoqAP H6 {
  text-align: center;
}
.cid-rYqBrKSVjR {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYqBrKSVjR .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYqBrKSVjR .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYqBrKSVjR .schiefer-text {
    width: 300px;
  }
}
.cid-rYqBrKSVjR .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYqBrKSVjR H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYp82Dzh75 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYp82Dzh75 .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.8);
  width: fit-content;
  padding: 2rem;
}
.cid-uYp82Dzh75 .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYp82Dzh75 .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYp82Dzh75 .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYp82Dzh75 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYp82Dzh75 .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYp82Dzh75 .wrapper {
  position: relative;
}
.cid-uYp82Dzh75 .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYp82Dzh75 .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYp82Dzh75 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYp82Dzh75 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYp82Dzh75 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYp82Dzh75 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYp82Dzh75 .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYp82Dzh75 .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYp82Dzh75 .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYp82Dzh75 .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYp82Dzh75 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYp82Dzh75 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYp82Dzh75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYp82Dzh75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYp82Dzh75 .mbr-section-title,
.cid-uYp82Dzh75 .mbr-section-btn {
  text-align: justify;
}
.cid-rYzI1ZI0q7 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYzI1ZI0q7 .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYzI1ZI0q7 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYzI1ZI0q7 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYzI1ZI0q7 .text-wrap {
  padding: 0 1rem;
}
.cid-rYzI1ZI0q7 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYzI1ZI0q7 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYzI1ZI0q7 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYzI1ZI0q7 .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYzI1ZI0q7 .card {
  padding: 5px;
}
.cid-rYzI1ZI0q7 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYzI1ZI0q7 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYzI1ZI0q7 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYzI1ZI0q7 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYzI1ZI0q7 .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYzI1ZI0q7 .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYzI1ZI0q7 .mbr-text,
.cid-rYzI1ZI0q7 .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYzI1ZI0q7 .mbr-section-title {
  text-align: center;
}
.cid-szE1KyAnhN {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-szE1KyAnhN .mbr-text {
  position: relative;
}
.cid-szE1KyAnhN .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szE1KyAnhN .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szE1KyAnhN .mbr-text:after,
  .cid-szE1KyAnhN .mbr-text:before {
    display: none;
  }
}
.cid-szE1KyAnhN .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-szE1KyAnhN .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-rYzI22FyY2 {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYzI22FyY2 .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYzI22FyY2 .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYzI22FyY2 .schiefer-text {
    width: 300px;
  }
}
.cid-rYzI22FyY2 .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYzI22FyY2 H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYp9BA4ONa {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYp9BA4ONa .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px);
  width: fit-content;
  padding: 2rem;
}
.cid-uYp9BA4ONa .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYp9BA4ONa .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYp9BA4ONa .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYp9BA4ONa .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYp9BA4ONa .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYp9BA4ONa .wrapper {
  position: relative;
}
.cid-uYp9BA4ONa .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYp9BA4ONa .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYp9BA4ONa .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYp9BA4ONa .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYp9BA4ONa .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYp9BA4ONa .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYp9BA4ONa .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYp9BA4ONa .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYp9BA4ONa .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYp9BA4ONa .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYp9BA4ONa .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYp9BA4ONa .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYp9BA4ONa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYp9BA4ONa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYp9BA4ONa .mbr-section-title,
.cid-uYp9BA4ONa .mbr-section-btn {
  text-align: justify;
}
.cid-udOTiluajF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-udOTiluajF .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-udOTiluajF .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-udOTiluajF .container {
    padding: 0 1rem;
  }
}
.cid-udOTiluajF .mbr-text,
.cid-udOTiluajF .mbr-section-btn {
  color: #333333;
}
.cid-udOTiluajF .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-udOTiluajF .btn .mbr-iconfont {
  order: 2;
}
.cid-udOTiluajF .pt-5 {
  padding-top: 4rem!important;
}
.cid-udOTiluajF H1 {
  color: #333333;
  text-align: left;
}
.cid-udOTiluajF H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-udOTiluajF .align-left {
    text-align: center;
  }
  .cid-udOTiluajF H1,
  .cid-udOTiluajF h3 {
    text-align: center;
  }
  .cid-udOTiluajF .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-udOTiluajF .mbr-section-title {
    text-align: center;
  }
  .cid-udOTiluajF H1,
  .cid-udOTiluajF h3 {
    text-align: center;
  }
}
.cid-rYzMNTQnYP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYzMNTQnYP .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYzMNTQnYP .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYzMNTQnYP .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYzMNTQnYP .text-wrap {
  padding: 0 1rem;
}
.cid-rYzMNTQnYP .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYzMNTQnYP .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYzMNTQnYP .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYzMNTQnYP .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYzMNTQnYP .card {
  padding: 5px;
}
.cid-rYzMNTQnYP .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYzMNTQnYP .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYzMNTQnYP .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYzMNTQnYP H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYzMNTQnYP .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYzMNTQnYP .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYzMNTQnYP .mbr-text,
.cid-rYzMNTQnYP .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYzMNTQnYP .mbr-section-title {
  text-align: center;
}
.cid-szE27EFAQJ {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-szE27EFAQJ .mbr-text {
  position: relative;
}
.cid-szE27EFAQJ .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-szE27EFAQJ .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-szE27EFAQJ .mbr-text:after,
  .cid-szE27EFAQJ .mbr-text:before {
    display: none;
  }
}
.cid-szE27EFAQJ .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-szE27EFAQJ .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-rYzMNXqjM6 {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYzMNXqjM6 .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYzMNXqjM6 .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYzMNXqjM6 .schiefer-text {
    width: 300px;
  }
}
.cid-rYzMNXqjM6 .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYzMNXqjM6 H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYpb7QgDg8 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYpb7QgDg8 .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.8);
  width: fit-content;
  padding: 2rem;
}
.cid-uYpb7QgDg8 .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYpb7QgDg8 .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYpb7QgDg8 .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYpb7QgDg8 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpb7QgDg8 .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYpb7QgDg8 .wrapper {
  position: relative;
}
.cid-uYpb7QgDg8 .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYpb7QgDg8 .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYpb7QgDg8 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYpb7QgDg8 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYpb7QgDg8 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYpb7QgDg8 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYpb7QgDg8 .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYpb7QgDg8 .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYpb7QgDg8 .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYpb7QgDg8 .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYpb7QgDg8 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYpb7QgDg8 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYpb7QgDg8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpb7QgDg8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpb7QgDg8 .mbr-section-title,
.cid-uYpb7QgDg8 .mbr-section-btn {
  text-align: justify;
}
.cid-rYzKhFQvde {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYzKhFQvde .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYzKhFQvde .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYzKhFQvde .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYzKhFQvde .text-wrap {
  padding: 0 1rem;
}
.cid-rYzKhFQvde .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYzKhFQvde .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYzKhFQvde .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYzKhFQvde .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYzKhFQvde .card {
  padding: 5px;
}
.cid-rYzKhFQvde .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYzKhFQvde .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYzKhFQvde .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYzKhFQvde H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYzKhFQvde .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYzKhFQvde .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYzKhFQvde .mbr-text,
.cid-rYzKhFQvde .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYzKhFQvde .mbr-section-title {
  text-align: center;
}
.cid-rYzKhIS5Lu {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYzKhIS5Lu .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYzKhIS5Lu .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYzKhIS5Lu .schiefer-text {
    width: 300px;
  }
}
.cid-rYzKhIS5Lu .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYzKhIS5Lu H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-v0kVxEzCmj {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v0kVxEzCmj .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.5);
  width: fit-content;
  padding: 2rem;
}
.cid-v0kVxEzCmj .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-v0kVxEzCmj .content-wrap {
    bottom: 10rem;
  }
}
.cid-v0kVxEzCmj .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-v0kVxEzCmj .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0kVxEzCmj .container-fluid {
    padding-right: 1rem;
  }
}
.cid-v0kVxEzCmj .wrapper {
  position: relative;
}
.cid-v0kVxEzCmj .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-v0kVxEzCmj .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-v0kVxEzCmj .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-v0kVxEzCmj .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-v0kVxEzCmj .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-v0kVxEzCmj .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-v0kVxEzCmj .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-v0kVxEzCmj .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v0kVxEzCmj .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v0kVxEzCmj .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-v0kVxEzCmj .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-v0kVxEzCmj .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-v0kVxEzCmj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0kVxEzCmj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0kVxEzCmj .mbr-section-title,
.cid-v0kVxEzCmj .mbr-section-btn {
  text-align: justify;
}
.cid-s0XCojLh0e {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-s0XCojLh0e .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-s0XCojLh0e .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-s0XCojLh0e .title {
  max-width: 1200px;
  margin: auto;
}
.cid-s0XCojLh0e .text-wrap {
  padding: 0 1rem;
}
.cid-s0XCojLh0e .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-s0XCojLh0e .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-s0XCojLh0e .link:hover:before {
  margin-right: -0.4rem;
}
.cid-s0XCojLh0e .card-block:hover img {
  transform: scale(1.1);
}
.cid-s0XCojLh0e .card {
  padding: 5px;
}
.cid-s0XCojLh0e .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-s0XCojLh0e .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-s0XCojLh0e .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-s0XCojLh0e H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-s0XCojLh0e .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-s0XCojLh0e .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-s0XCojLh0e .mbr-text,
.cid-s0XCojLh0e .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-s0XCojLh0e .mbr-section-title {
  text-align: center;
}
.cid-ugvESEYLlS {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugvESEYLlS .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ugvESEYLlS .title {
  max-width: 800px;
  margin: auto;
}
.cid-ugvESEYLlS .mbr-testimonial {
  padding: 0;
}
.cid-ugvESEYLlS .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugvESEYLlS .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  margin-bottom: 1.6rem;
  overflow: hidden;
}
.cid-ugvESEYLlS .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
}
.cid-ugvESEYLlS .mbr-testimonial p {
  padding: 0 1rem;
}
.cid-ugvESEYLlS .mbr-testimonial .card-footer {
  margin-bottom: 2.2rem;
  border-top: 0;
  padding: 1rem 1rem 3rem 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
  position: relative;
}
.cid-ugvESEYLlS .mbr-testimonial .card-footer:before {
  content: '';
  position: absolute;
  background: #f1eeea;
  bottom: -1rem;
  left: 50%;
  width: 2px;
  height: 3rem;
}
@media (max-width: 300px) {
  .cid-ugvESEYLlS .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-ugvESEYLlS .mbr-author-desc {
  color: #343434;
}
.cid-ugvESEYLlS H2 {
  color: #343434;
}
@media (max-width: 992px) {
  .cid-ugvESEYLlS .md-pb {
    padding-bottom: 2rem !important;
  }
}
.cid-ugvESEYLlS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugvESEYLlS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugvESEYLlS .mbr-section-subtitle {
  color: #bf0000;
}
.cid-uusilvcliW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e7e7e7;
}
.cid-uusilvcliW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uusilvcliW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uusilvcliW .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uusilvcliW .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uusilvcliW .mbr-text,
.cid-uusilvcliW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-s0XCoqUo5K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-s0XCoqUo5K .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-v0so9IH5in {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-v0so9IH5in .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.5);
  width: fit-content;
  padding: 2rem;
}
.cid-v0so9IH5in .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-v0so9IH5in .content-wrap {
    bottom: 10rem;
  }
}
.cid-v0so9IH5in .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-v0so9IH5in .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v0so9IH5in .container-fluid {
    padding-right: 1rem;
  }
}
.cid-v0so9IH5in .wrapper {
  position: relative;
}
.cid-v0so9IH5in .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-v0so9IH5in .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-v0so9IH5in .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-v0so9IH5in .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-v0so9IH5in .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-v0so9IH5in .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-v0so9IH5in .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-v0so9IH5in .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-v0so9IH5in .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-v0so9IH5in .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-v0so9IH5in .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-v0so9IH5in .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-v0so9IH5in .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0so9IH5in .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0so9IH5in .mbr-section-title,
.cid-v0so9IH5in .mbr-section-btn {
  text-align: justify;
}
.cid-uBujvvkV8n {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uBujvvkV8n .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uBujvvkV8n .item {
    margin-bottom: 1rem;
  }
}
.cid-uBujvvkV8n .item-wrapper {
  position: relative;
}
.cid-uBujvvkV8n .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uBujvvkV8n .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uBujvvkV8n .carousel-control,
.cid-uBujvvkV8n .close {
  background: #1b1b1b;
}
.cid-uBujvvkV8n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uBujvvkV8n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uBujvvkV8n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uBujvvkV8n .carousel-control-next span {
  margin-left: 5px;
}
.cid-uBujvvkV8n .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uBujvvkV8n .close::before {
  content: '\e91a';
}
.cid-uBujvvkV8n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uBujvvkV8n .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uBujvvkV8n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBujvvkV8n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uBujvvkV8n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uBujvvkV8n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uBujvvkV8n .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uBujvvkV8n .carousel-indicators li.active,
.cid-uBujvvkV8n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uBujvvkV8n .carousel-indicators li::after,
.cid-uBujvvkV8n .carousel-indicators li::before {
  content: none;
}
.cid-uBujvvkV8n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uBujvvkV8n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uBujvvkV8n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uBujvvkV8n .carousel-indicators {
    display: none;
  }
}
.cid-uBujvvkV8n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uBujvvkV8n .carousel-inner > .active {
  display: block;
}
.cid-uBujvvkV8n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBujvvkV8n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBujvvkV8n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uBujvvkV8n .carousel-control,
  .cid-uBujvvkV8n .carousel-indicators,
  .cid-uBujvvkV8n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uBujvvkV8n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uBujvvkV8n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uBujvvkV8n .carousel-indicators .active,
.cid-uBujvvkV8n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uBujvvkV8n .carousel-indicators .active {
  background: #fff;
}
.cid-uBujvvkV8n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uBujvvkV8n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uBujvvkV8n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBujvvkV8n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uBujvvkV8n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uBujvvkV8n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uBujvvkV8n .carousel {
  width: 100%;
}
.cid-uBujvvkV8n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uBujvvkV8n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uBujvvkV8n .modal.fade .modal-dialog,
.cid-uBujvvkV8n .modal.in .modal-dialog {
  transform: none;
}
.cid-uBujvvkV8n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uBujvvkV8n .content-head {
  max-width: 800px;
}
.cid-rYzMLfUVXT {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYzMLfUVXT .container-flex {
  padding: 0!important;
  background: red;
}
.cid-rYzMLfUVXT .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYzMLfUVXT .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYzMLfUVXT .schiefer-text {
    width: 300px;
  }
}
.cid-rYzMLfUVXT .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYzMLfUVXT H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYunioxqHE {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYunioxqHE .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px);
  width: fit-content;
  padding: 2rem;
}
.cid-uYunioxqHE .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYunioxqHE .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYunioxqHE .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYunioxqHE .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYunioxqHE .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYunioxqHE .wrapper {
  position: relative;
}
.cid-uYunioxqHE .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYunioxqHE .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYunioxqHE .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYunioxqHE .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYunioxqHE .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYunioxqHE .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYunioxqHE .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYunioxqHE .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYunioxqHE .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYunioxqHE .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYunioxqHE .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYunioxqHE .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYunioxqHE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYunioxqHE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYunioxqHE .mbr-section-title,
.cid-uYunioxqHE .mbr-section-btn {
  text-align: justify;
}
.cid-rYpNiFwYWp {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYpNiFwYWp .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYpNiFwYWp .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYpNiFwYWp .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYpNiFwYWp .photo {
  width: 100%!important;
}
.cid-rYpNiFwYWp .text-wrap {
  padding: 0 1rem;
}
.cid-rYpNiFwYWp .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYpNiFwYWp .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYpNiFwYWp .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYpNiFwYWp .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYpNiFwYWp .card {
  padding: 5px;
}
.cid-rYpNiFwYWp .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYpNiFwYWp .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYpNiFwYWp .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYpNiFwYWp H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYpNiFwYWp .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYpNiFwYWp .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYpNiFwYWp .mbr-text,
.cid-rYpNiFwYWp .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYpNiFwYWp .mbr-section-title {
  text-align: center;
}
.cid-rYpP9kkjqZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYpP9kkjqZ .mbr-text {
  position: relative;
  text-align: left;
}
.cid-rYpP9kkjqZ .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYpP9kkjqZ .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYpP9kkjqZ .mbr-text:after,
  .cid-rYpP9kkjqZ .mbr-text:before {
    display: none;
  }
}
.cid-rYpP9kkjqZ .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-rYpP9kkjqZ .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-rYpNiGExl3 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rYpNiGExl3 .mbr-text {
  position: relative;
  text-align: left;
}
.cid-rYpNiGExl3 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYpNiGExl3 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYpNiGExl3 .mbr-text:after,
  .cid-rYpNiGExl3 .mbr-text:before {
    display: none;
  }
}
.cid-rYpNiGExl3 .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-rYpNiGExl3 .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-rYpVPEa6G7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rYpVPEa6G7 .mbr-text {
  position: relative;
  text-align: left;
}
.cid-rYpVPEa6G7 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-rYpVPEa6G7 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-rYpVPEa6G7 .mbr-text:after,
  .cid-rYpVPEa6G7 .mbr-text:before {
    display: none;
  }
}
.cid-rYpVPEa6G7 .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-rYpVPEa6G7 .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYoG00fuon {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYoG00fuon .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px);
  width: fit-content;
  padding: 2rem;
}
.cid-uYoG00fuon .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYoG00fuon .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYoG00fuon .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYoG00fuon .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYoG00fuon .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYoG00fuon .wrapper {
  position: relative;
}
.cid-uYoG00fuon .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYoG00fuon .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYoG00fuon .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYoG00fuon .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYoG00fuon .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYoG00fuon .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYoG00fuon .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYoG00fuon .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYoG00fuon .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYoG00fuon .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYoG00fuon .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYoG00fuon .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYoG00fuon .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYoG00fuon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYoG00fuon .mbr-section-title,
.cid-uYoG00fuon .mbr-section-btn {
  text-align: justify;
}
.cid-ugfC3Te9Jk {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ugfC3Te9Jk .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ugfC3Te9Jk .title {
  margin: auto;
}
.cid-ugfC3Te9Jk .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-ugfC3Te9Jk .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ugfC3Te9Jk .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ugfC3Te9Jk .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ugfC3Te9Jk .card-block:hover img {
  transform: scale(1.1);
}
.cid-ugfC3Te9Jk .card {
  padding: 0;
}
.cid-ugfC3Te9Jk .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugfC3Te9Jk .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ugfC3Te9Jk .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-ugfC3Te9Jk H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-ugfC3Te9Jk .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-ugfC3Te9Jk H1 {
  color: #333333;
  text-align: left;
}
.cid-ugfC3Te9Jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugfC3Te9Jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugfzgK1xjq {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugfzgK1xjq .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-ugfzgK1xjq .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ugfzgK1xjq .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ugfzgK1xjq .text-wrap {
  padding: 0 1rem;
}
.cid-ugfzgK1xjq .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ugfzgK1xjq .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ugfzgK1xjq .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ugfzgK1xjq .card-block:hover img {
  transform: scale(1.1);
}
.cid-ugfzgK1xjq .card {
  padding: 5px;
}
.cid-ugfzgK1xjq .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ugfzgK1xjq .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ugfzgK1xjq .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ugfzgK1xjq .card .card-block .photo {
    width: 100%;
  }
}
.cid-ugfzgK1xjq H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ugfzgK1xjq .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ugfzgK1xjq .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ugfzgK1xjq .mbr-text,
.cid-ugfzgK1xjq .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ugfzgK1xjq .mbr-section-title {
  text-align: center;
}
.cid-ugfzgKnX46 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ugfzgKnX46 .mbr-text {
  position: relative;
}
.cid-ugfzgKnX46 .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-ugfzgKnX46 .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-ugfzgKnX46 .mbr-text:after,
  .cid-ugfzgKnX46 .mbr-text:before {
    display: none;
  }
}
.cid-ugfzgKnX46 .white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}
.cid-ugfzgKnX46 .box {
  width: 300px;
  height: 500px;
  background-image: url("../../../assets/images/haken.png");
  background-size: cover;
  position: absolute;
  opacity: 100%;
  top: -4%;
  right: 5%;
  z-index: 1;
}
.cid-ugfzgKDyye {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugfzgKDyye .item {
  padding-bottom: 2rem;
}
.cid-ugfzgKDyye .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ugfzgKDyye .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ugfzgKDyye .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ugfzgKDyye .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ugfzgKDyye .carousel-control,
.cid-ugfzgKDyye .close {
  background: #1b1b1b;
}
.cid-ugfzgKDyye .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ugfzgKDyye .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ugfzgKDyye .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ugfzgKDyye .carousel-control-next span {
  margin-left: 5px;
}
.cid-ugfzgKDyye .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ugfzgKDyye .close::before {
  content: '\e91a';
}
.cid-ugfzgKDyye .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ugfzgKDyye .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ugfzgKDyye .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugfzgKDyye .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ugfzgKDyye .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ugfzgKDyye .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ugfzgKDyye .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ugfzgKDyye .carousel-indicators li.active,
.cid-ugfzgKDyye .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ugfzgKDyye .carousel-indicators li::after,
.cid-ugfzgKDyye .carousel-indicators li::before {
  content: none;
}
.cid-ugfzgKDyye .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ugfzgKDyye .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ugfzgKDyye .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ugfzgKDyye .carousel-indicators {
    display: none;
  }
}
.cid-ugfzgKDyye .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ugfzgKDyye .carousel-inner > .active {
  display: block;
}
.cid-ugfzgKDyye .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ugfzgKDyye .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ugfzgKDyye .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ugfzgKDyye .carousel-control,
  .cid-ugfzgKDyye .carousel-indicators,
  .cid-ugfzgKDyye .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ugfzgKDyye .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ugfzgKDyye .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ugfzgKDyye .carousel-indicators .active,
.cid-ugfzgKDyye .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ugfzgKDyye .carousel-indicators .active {
  background: #fff;
}
.cid-ugfzgKDyye .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ugfzgKDyye .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ugfzgKDyye .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ugfzgKDyye .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ugfzgKDyye .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ugfzgKDyye .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ugfzgKDyye .carousel {
  width: 100%;
}
.cid-ugfzgKDyye .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ugfzgKDyye .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ugfzgKDyye .modal.fade .modal-dialog,
.cid-ugfzgKDyye .modal.in .modal-dialog {
  transform: none;
}
.cid-ugfzgKDyye .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ugfzgKDyye H6 {
  text-align: center;
}
.cid-ugjnETmv5t {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ugjnETmv5t .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ugjnETmv5t .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}
.cid-ugjnETmv5t .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
  transition: all 1s;
}
.cid-ugjnETmv5t .row .img-item img:hover {
  transform: scale(1.1);
}
.cid-ugfzgL5xvB {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
}
.cid-ugfzgL5xvB .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-ugfzgL5xvB .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-ugfzgL5xvB .schiefer-text {
    width: 300px;
  }
}
.cid-ugfzgL5xvB .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-ugfzgL5xvB H1 {
  color: #073b4c;
}
.cid-ugfzgLLrg0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ugfzgLLrg0 .content {
    text-align: center;
  }
  .cid-ugfzgLLrg0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugfzgLLrg0 .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ugfzgLLrg0 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ugfzgLLrg0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugfzgLLrg0 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugfzgLLrg0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugfzgLLrg0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ugfzgLLrg0 .google-map {
    width: 100%;
  }
}
.cid-ugfzgLLrg0 H3 {
  color: #ffffff;
}
.cid-ugfzgLLrg0 P {
  color: #ffffff;
}
.cid-ugfzgLuClJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ugfzgLuClJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmsLq9gKW .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmsLq9gKW .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmsLq9gKW .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmsLq9gKW .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmsLq9gKW .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmsLq9gKW .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmsLq9gKW .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmsLq9gKW .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmsLq9gKW .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmsLq9gKW .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmsLq9gKW .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmsLq9gKW .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmsLq9gKW .navbar.opened {
  transition: all .3s;
}
.cid-ugmsLq9gKW .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmsLq9gKW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmsLq9gKW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmsLq9gKW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmsLq9gKW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmsLq9gKW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmsLq9gKW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmsLq9gKW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmsLq9gKW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmsLq9gKW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmsLq9gKW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmsLq9gKW .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmsLq9gKW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmsLq9gKW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmsLq9gKW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmsLq9gKW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmsLq9gKW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmsLq9gKW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmsLq9gKW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmsLq9gKW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmsLq9gKW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmsLq9gKW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmsLq9gKW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmsLq9gKW .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmsLq9gKW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmsLq9gKW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmsLq9gKW .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmsLq9gKW .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmsLq9gKW .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmsLq9gKW .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmsLq9gKW .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmsLq9gKW .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmsLq9gKW .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmsLq9gKW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmsLq9gKW .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmsLq9gKW .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmsLq9gKW .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmsLq9gKW .dropdown-menu,
.cid-ugmsLq9gKW .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmsLq9gKW .nav-item:focus,
.cid-ugmsLq9gKW .nav-link:focus {
  outline: none;
}
.cid-ugmsLq9gKW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmsLq9gKW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmsLq9gKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmsLq9gKW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmsLq9gKW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmsLq9gKW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmsLq9gKW .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmsLq9gKW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmsLq9gKW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmsLq9gKW .dropdown-item.active,
.cid-ugmsLq9gKW .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmsLq9gKW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmsLq9gKW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmsLq9gKW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmsLq9gKW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmsLq9gKW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmsLq9gKW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmsLq9gKW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmsLq9gKW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmsLq9gKW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmsLq9gKW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmsLq9gKW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmsLq9gKW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmsLq9gKW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmsLq9gKW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmsLq9gKW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmsLq9gKW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmsLq9gKW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmsLq9gKW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmsLq9gKW .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmsLq9gKW a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmsLq9gKW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmsLq9gKW .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmsLq9gKW .navbar {
    height: 77px;
  }
  .cid-ugmsLq9gKW .navbar.opened {
    height: auto;
  }
  .cid-ugmsLq9gKW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmsLq9gKW .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmsLq9gKW .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmsLq9gKW .spezidropdown {
    width: 17rem;
  }
}
.cid-ugmsLqSrq4 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-ugmsLqSrq4 .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #ffffff;
}
.cid-ugmsLqSrq4 img {
  width: 100%;
}
.cid-ugmsLqSrq4 p {
  margin-top: 6rem;
}
.cid-ugmsLqSrq4 .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-ugmsLqSrq4 .content-wrapper {
  padding-top: 6rem;
}
.cid-ugmsLqSrq4 h4 {
  position: absolute;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ugmsLqSrq4 .content-wrapper {
    padding-top: 0rem;
  }
  .cid-ugmsLqSrq4 p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-ugmsLqSrq4 .back {
    width: 100%;
    height: 75%;
  }
  .cid-ugmsLqSrq4 .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-ugmsLqSrq4 p {
    margin-top: 4rem;
  }
}
.cid-ugmsLqSrq4 .content-wrapper {
  padding-right: 8rem;
}
@media (max-width: 767px) {
  .cid-ugmsLqSrq4 .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-ugmsLqSrq4 .content-wrapper {
    padding-right: 3rem;
  }
  .cid-ugmsLqSrq4 h4 {
    right: 2rem;
  }
}
.cid-ugmsLqSrq4 H1 {
  color: #01497b;
}
.cid-ugmsLrtS3I {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ugmsLrtS3I .content {
    text-align: center;
  }
  .cid-ugmsLrtS3I .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ugmsLrtS3I .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ugmsLrtS3I .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ugmsLrtS3I .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ugmsLrtS3I .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ugmsLrtS3I .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ugmsLrtS3I .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ugmsLrtS3I .google-map {
    width: 100%;
  }
}
.cid-ugmsLrtS3I H3 {
  color: #ffffff;
}
.cid-ugmsLrtS3I P {
  color: #ffffff;
}
.cid-ugmsLrRFrY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ugmsLrRFrY .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ugmszrc51I .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ugmszrc51I .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .leerlogo {
    min-height: 50px;
  }
}
.cid-ugmszrc51I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ugmszrc51I .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ugmszrc51I .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ugmszrc51I .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ugmszrc51I .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ugmszrc51I .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ugmszrc51I .navbar.opened {
  transition: all .3s;
}
.cid-ugmszrc51I .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ugmszrc51I .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ugmszrc51I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ugmszrc51I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ugmszrc51I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ugmszrc51I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ugmszrc51I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ugmszrc51I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ugmszrc51I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ugmszrc51I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ugmszrc51I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ugmszrc51I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ugmszrc51I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ugmszrc51I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ugmszrc51I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ugmszrc51I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ugmszrc51I .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ugmszrc51I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ugmszrc51I .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ugmszrc51I .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ugmszrc51I .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ugmszrc51I .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ugmszrc51I .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ugmszrc51I .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ugmszrc51I .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ugmszrc51I .navbar-caption {
  padding-right: 4rem;
}
.cid-ugmszrc51I .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ugmszrc51I .dropdown-menu,
.cid-ugmszrc51I .navbar.opened {
  background: #ffffff !important;
}
.cid-ugmszrc51I .nav-item:focus,
.cid-ugmszrc51I .nav-link:focus {
  outline: none;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ugmszrc51I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ugmszrc51I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ugmszrc51I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ugmszrc51I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ugmszrc51I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ugmszrc51I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ugmszrc51I .dropdown-item.active,
.cid-ugmszrc51I .dropdown-item:active {
  background-color: transparent;
}
.cid-ugmszrc51I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ugmszrc51I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ugmszrc51I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ugmszrc51I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ugmszrc51I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ugmszrc51I .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ugmszrc51I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ugmszrc51I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ugmszrc51I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ugmszrc51I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ugmszrc51I a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ugmszrc51I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ugmszrc51I .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ugmszrc51I .navbar {
    height: 77px;
  }
  .cid-ugmszrc51I .navbar.opened {
    height: auto;
  }
  .cid-ugmszrc51I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugmszrc51I .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ugmszrc51I .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ugmszrc51I .spezidropdown {
    width: 17rem;
  }
}
.cid-uYp5X63Nkx {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYp5X63Nkx .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.8);
  width: fit-content;
  padding: 2rem;
}
.cid-uYp5X63Nkx .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYp5X63Nkx .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYp5X63Nkx .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYp5X63Nkx .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYp5X63Nkx .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYp5X63Nkx .wrapper {
  position: relative;
}
.cid-uYp5X63Nkx .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYp5X63Nkx .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYp5X63Nkx .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYp5X63Nkx .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYp5X63Nkx .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYp5X63Nkx .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYp5X63Nkx .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYp5X63Nkx .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYp5X63Nkx .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYp5X63Nkx .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYp5X63Nkx .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYp5X63Nkx .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYp5X63Nkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYp5X63Nkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYp5X63Nkx .mbr-section-title,
.cid-uYp5X63Nkx .mbr-section-btn {
  text-align: justify;
  color: #ffffff;
}
.cid-rYqH9K3ybn {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rYqH9K3ybn .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-rYqH9K3ybn .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-rYqH9K3ybn .title {
  max-width: 1200px;
  margin: auto;
}
.cid-rYqH9K3ybn .text-wrap {
  padding: 0 1rem;
}
.cid-rYqH9K3ybn .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-rYqH9K3ybn .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-rYqH9K3ybn .link:hover:before {
  margin-right: -0.4rem;
}
.cid-rYqH9K3ybn .card-block:hover img {
  transform: scale(1.1);
}
.cid-rYqH9K3ybn .card {
  padding: 5px;
}
.cid-rYqH9K3ybn .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-rYqH9K3ybn .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-rYqH9K3ybn .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-rYqH9K3ybn H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-rYqH9K3ybn .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-rYqH9K3ybn .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-rYqH9K3ybn .mbr-text,
.cid-rYqH9K3ybn .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-rYqH9K3ybn .mbr-section-title {
  text-align: center;
}
.cid-ulrOKO88Nw {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ulrOKO88Nw .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-ulrOKO88Nw .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulrOKO88Nw .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulrOKO88Nw .text-wrap {
  padding: 0 1rem;
}
.cid-ulrOKO88Nw .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulrOKO88Nw .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulrOKO88Nw .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulrOKO88Nw .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulrOKO88Nw .card {
  padding: 5px;
}
.cid-ulrOKO88Nw .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulrOKO88Nw .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulrOKO88Nw .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-ulrOKO88Nw H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulrOKO88Nw .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulrOKO88Nw .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulrOKO88Nw .mbr-text,
.cid-ulrOKO88Nw .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulrOKO88Nw .mbr-section-title {
  text-align: center;
}
.cid-ulrR1aSgMW {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ulrR1aSgMW .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulrR1aSgMW .title {
  margin: auto;
}
.cid-ulrR1aSgMW .text-wrap {
  padding: 0 1rem;
  padding-top: 0.6rem;
}
.cid-ulrR1aSgMW .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulrR1aSgMW .link:before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulrR1aSgMW .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulrR1aSgMW .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulrR1aSgMW .card {
  padding: 0;
}
.cid-ulrR1aSgMW .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulrR1aSgMW .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulrR1aSgMW .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-ulrR1aSgMW H4 {
  color: #b69b74;
}
@media (max-width: 992px) {
  .cid-ulrR1aSgMW .md-pb {
    margin-bottom: 2rem !important;
  }
}
.cid-ulrR1aSgMW H1 {
  color: #333333;
  text-align: left;
}
.cid-ulrR1aSgMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulrR1aSgMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rYqH9R7Vr2 {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-rYqH9R7Vr2 .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-rYqH9R7Vr2 .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-rYqH9R7Vr2 .schiefer-text {
    width: 300px;
  }
}
.cid-rYqH9R7Vr2 .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-rYqH9R7Vr2 H1 {
  color: #073b4c;
}
.cid-udqQeIaOzb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-udqQeIaOzb .content {
    text-align: center;
  }
  .cid-udqQeIaOzb .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-udqQeIaOzb .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-udqQeIaOzb .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-udqQeIaOzb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-udqQeIaOzb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udqQeIaOzb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-udqQeIaOzb .google-map {
    width: 100%;
  }
}
.cid-udqQeIaOzb H3 {
  color: #ffffff;
}
.cid-udqQeIaOzb P {
  color: #ffffff;
}
.cid-rYLLQOUdbO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-rYLLQOUdbO .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulsogp6Fv4 .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulsogp6Fv4 .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulsogp6Fv4 .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulsogp6Fv4 .leerlogo {
    min-height: 50px;
  }
}
.cid-ulsogp6Fv4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulsogp6Fv4 .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulsogp6Fv4 .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulsogp6Fv4 .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulsogp6Fv4 .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulsogp6Fv4 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulsogp6Fv4 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulsogp6Fv4 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulsogp6Fv4 .navbar.opened {
  transition: all .3s;
}
.cid-ulsogp6Fv4 .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulsogp6Fv4 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulsogp6Fv4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulsogp6Fv4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulsogp6Fv4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulsogp6Fv4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulsogp6Fv4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulsogp6Fv4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulsogp6Fv4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulsogp6Fv4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulsogp6Fv4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulsogp6Fv4 .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulsogp6Fv4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulsogp6Fv4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulsogp6Fv4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulsogp6Fv4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulsogp6Fv4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulsogp6Fv4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulsogp6Fv4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulsogp6Fv4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulsogp6Fv4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulsogp6Fv4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulsogp6Fv4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulsogp6Fv4 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulsogp6Fv4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulsogp6Fv4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulsogp6Fv4 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulsogp6Fv4 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulsogp6Fv4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulsogp6Fv4 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulsogp6Fv4 .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulsogp6Fv4 .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulsogp6Fv4 .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulsogp6Fv4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulsogp6Fv4 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulsogp6Fv4 .navbar-caption {
  padding-right: 4rem;
}
.cid-ulsogp6Fv4 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulsogp6Fv4 .dropdown-menu,
.cid-ulsogp6Fv4 .navbar.opened {
  background: #ffffff !important;
}
.cid-ulsogp6Fv4 .nav-item:focus,
.cid-ulsogp6Fv4 .nav-link:focus {
  outline: none;
}
.cid-ulsogp6Fv4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulsogp6Fv4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulsogp6Fv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulsogp6Fv4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulsogp6Fv4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulsogp6Fv4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulsogp6Fv4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulsogp6Fv4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulsogp6Fv4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulsogp6Fv4 .dropdown-item.active,
.cid-ulsogp6Fv4 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulsogp6Fv4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulsogp6Fv4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulsogp6Fv4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulsogp6Fv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulsogp6Fv4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulsogp6Fv4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulsogp6Fv4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulsogp6Fv4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulsogp6Fv4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulsogp6Fv4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulsogp6Fv4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulsogp6Fv4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulsogp6Fv4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulsogp6Fv4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulsogp6Fv4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulsogp6Fv4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulsogp6Fv4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulsogp6Fv4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulsogp6Fv4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulsogp6Fv4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulsogp6Fv4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulsogp6Fv4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulsogp6Fv4 .navbar {
    height: 77px;
  }
  .cid-ulsogp6Fv4 .navbar.opened {
    height: auto;
  }
  .cid-ulsogp6Fv4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulsogp6Fv4 .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulsogp6Fv4 .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulsogp6Fv4 .spezidropdown {
    width: 17rem;
  }
}
.cid-ulsogpYUmF {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulsogpYUmF H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulsogpYUmF .mbr-text,
.cid-ulsogpYUmF .mbr-section-btn {
  color: #333333;
}
.cid-ulsogpYUmF .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulsogpYUmF .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulsogpYUmF .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulsogpYUmF #id-beratung,
  .cid-ulsogpYUmF #IDlogo {
    display: none;
  }
}
.cid-ulsogpYUmF .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulsogpYUmF .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulsogrg50N {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulsogrg50N .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulsogrg50N .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulsogrg50N .container {
    padding: 0 1rem;
  }
}
.cid-ulsogrg50N .mbr-text,
.cid-ulsogrg50N .mbr-section-btn {
  color: #333333;
}
.cid-ulsogrg50N .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulsogrg50N .btn .mbr-iconfont {
  order: 2;
}
.cid-ulsogrg50N .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulsogrg50N H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulsogrg50N H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulsogrg50N .align-left {
    text-align: center;
  }
  .cid-ulsogrg50N H1,
  .cid-ulsogrg50N h3 {
    text-align: center;
  }
  .cid-ulsogrg50N .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulsogrg50N .mbr-section-title {
    text-align: center;
  }
  .cid-ulsogrg50N H1,
  .cid-ulsogrg50N h3 {
    text-align: center;
  }
}
.cid-ulsogrg50N H2 {
  color: #343434;
}
.cid-ulsogrL1tW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulsogrL1tW .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulsogrL1tW .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulsogrL1tW .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulsogrL1tW .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulsogrL1tW .text-wrap {
  padding: 0 1rem;
}
.cid-ulsogrL1tW .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulsogrL1tW .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulsogrL1tW .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulsogrL1tW .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulsogrL1tW .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulsogrL1tW .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulsogrL1tW .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulsogrL1tW .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulsogrL1tW .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulsogrL1tW H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulsogrL1tW .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulsogrL1tW .mbr-text,
.cid-ulsogrL1tW .link-wrap {
  text-align: left;
}
.cid-ulsogrL1tW .mbr-section-title {
  text-align: left;
}
.cid-ulsogswtpo {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulsogswtpo .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulsogswtpo .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulsogswtpo .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulsogswtpo .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulsogswtpo .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulsogswtpo .mypic-big {
    display: none;
  }
}
.cid-ulsogswtpo .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulsogswtpo .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulsogswtpo .text-wrap {
  padding: 0 1rem;
}
.cid-ulsogswtpo .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulsogswtpo .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulsogswtpo .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulsogswtpo .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulsogswtpo .card {
  padding: 5px;
}
.cid-ulsogswtpo .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulsogswtpo .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulsogswtpo .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulsogswtpo .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulsogswtpo H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulsogswtpo .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulsogswtpo .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulsogswtpo .mbr-text,
.cid-ulsogswtpo .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulsogswtpo .mbr-section-title {
  text-align: left;
}
.cid-ulsogtSpOv {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulsogtSpOv .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulsogtSpOv .wrapper {
  position: relative;
}
.cid-ulsogtSpOv .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulsogtSpOv .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulsogtSpOv .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulsogtSpOv .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulsogtSpOv .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulsogtSpOv .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulsogtSpOv .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulsogtSpOv .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulsogtSpOv .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulsogtSpOv .img2 {
    width: 400px;
  }
  .cid-ulsogtSpOv .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulsogtSpOv .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulsogtSpOv .img2 {
    width: 400px;
  }
  .cid-ulsogtSpOv .img1 {
    padding-right: 4rem;
  }
  .cid-ulsogtSpOv .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulsogtSpOv .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulsogtSpOv .img2 {
    width: 200px;
  }
  .cid-ulsogtSpOv .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulsogtSpOv .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulsogtSpOv .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulsogtSpOv .btn {
    min-width: unset;
  }
}
.cid-uluUGb6JbD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uluUGb6JbD .mbr-text {
  color: #8d97ad;
}
.cid-uluUGb6JbD .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uluUGb6JbD .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uluUGb6JbD .blockquote-quote {
    text-align: left;
  }
  .cid-uluUGb6JbD .signature {
    text-align: left;
  }
}
.cid-uluUGb6JbD .mbr-text,
.cid-uluUGb6JbD .blockquote-quote {
  color: #343434;
}
.cid-ulsogujt6n {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulsogujt6n .content {
    text-align: center;
  }
  .cid-ulsogujt6n .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulsogujt6n .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulsogujt6n .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulsogujt6n .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulsogujt6n .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulsogujt6n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulsogujt6n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulsogujt6n .google-map {
    width: 100%;
  }
}
.cid-ulsogujt6n H3 {
  color: #ffffff;
}
.cid-ulsogujt6n P {
  color: #ffffff;
}
.cid-ulsoguKurf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulsoguKurf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uluZnIhM6x .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uluZnIhM6x .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uluZnIhM6x .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uluZnIhM6x .leerlogo {
    min-height: 50px;
  }
}
.cid-uluZnIhM6x .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uluZnIhM6x .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uluZnIhM6x .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uluZnIhM6x .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uluZnIhM6x .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uluZnIhM6x .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uluZnIhM6x .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uluZnIhM6x .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uluZnIhM6x .navbar.opened {
  transition: all .3s;
}
.cid-uluZnIhM6x .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uluZnIhM6x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uluZnIhM6x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uluZnIhM6x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uluZnIhM6x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uluZnIhM6x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uluZnIhM6x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uluZnIhM6x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uluZnIhM6x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uluZnIhM6x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uluZnIhM6x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uluZnIhM6x .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uluZnIhM6x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uluZnIhM6x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uluZnIhM6x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uluZnIhM6x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uluZnIhM6x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uluZnIhM6x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uluZnIhM6x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uluZnIhM6x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uluZnIhM6x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uluZnIhM6x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uluZnIhM6x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uluZnIhM6x .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uluZnIhM6x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uluZnIhM6x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uluZnIhM6x .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uluZnIhM6x .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uluZnIhM6x .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uluZnIhM6x .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uluZnIhM6x .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uluZnIhM6x .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uluZnIhM6x .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uluZnIhM6x .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uluZnIhM6x .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uluZnIhM6x .navbar-caption {
  padding-right: 4rem;
}
.cid-uluZnIhM6x .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uluZnIhM6x .dropdown-menu,
.cid-uluZnIhM6x .navbar.opened {
  background: #ffffff !important;
}
.cid-uluZnIhM6x .nav-item:focus,
.cid-uluZnIhM6x .nav-link:focus {
  outline: none;
}
.cid-uluZnIhM6x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uluZnIhM6x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uluZnIhM6x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uluZnIhM6x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uluZnIhM6x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uluZnIhM6x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uluZnIhM6x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uluZnIhM6x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uluZnIhM6x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uluZnIhM6x .dropdown-item.active,
.cid-uluZnIhM6x .dropdown-item:active {
  background-color: transparent;
}
.cid-uluZnIhM6x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uluZnIhM6x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uluZnIhM6x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uluZnIhM6x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uluZnIhM6x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uluZnIhM6x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uluZnIhM6x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uluZnIhM6x .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uluZnIhM6x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uluZnIhM6x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uluZnIhM6x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uluZnIhM6x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uluZnIhM6x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uluZnIhM6x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uluZnIhM6x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uluZnIhM6x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uluZnIhM6x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uluZnIhM6x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uluZnIhM6x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uluZnIhM6x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uluZnIhM6x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uluZnIhM6x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uluZnIhM6x .navbar {
    height: 77px;
  }
  .cid-uluZnIhM6x .navbar.opened {
    height: auto;
  }
  .cid-uluZnIhM6x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uluZnIhM6x .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uluZnIhM6x .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uluZnIhM6x .spezidropdown {
    width: 17rem;
  }
}
.cid-uluZnJKDCM {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uluZnJKDCM H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uluZnJKDCM .mbr-text,
.cid-uluZnJKDCM .mbr-section-btn {
  color: #333333;
}
.cid-uluZnJKDCM .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uluZnJKDCM .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uluZnJKDCM .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uluZnJKDCM #id-beratung,
  .cid-uluZnJKDCM #IDlogo {
    display: none;
  }
}
.cid-uluZnJKDCM .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uluZnJKDCM .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uluZnKCCXt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uluZnKCCXt .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uluZnKCCXt .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uluZnKCCXt .container {
    padding: 0 1rem;
  }
}
.cid-uluZnKCCXt .mbr-text,
.cid-uluZnKCCXt .mbr-section-btn {
  color: #333333;
}
.cid-uluZnKCCXt .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uluZnKCCXt .btn .mbr-iconfont {
  order: 2;
}
.cid-uluZnKCCXt .pt-5 {
  padding-top: 4rem!important;
}
.cid-uluZnKCCXt H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uluZnKCCXt H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uluZnKCCXt .align-left {
    text-align: center;
  }
  .cid-uluZnKCCXt H1,
  .cid-uluZnKCCXt h3 {
    text-align: center;
  }
  .cid-uluZnKCCXt .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uluZnKCCXt .mbr-section-title {
    text-align: center;
  }
  .cid-uluZnKCCXt H1,
  .cid-uluZnKCCXt h3 {
    text-align: center;
  }
}
.cid-uluZnKCCXt H2 {
  color: #343434;
}
.cid-uluZnL4NfV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uluZnL4NfV .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uluZnL4NfV .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uluZnL4NfV .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uluZnL4NfV .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uluZnL4NfV .text-wrap {
  padding: 0 1rem;
}
.cid-uluZnL4NfV .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uluZnL4NfV .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uluZnL4NfV .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uluZnL4NfV .card-block:hover img {
  transform: scale(1.1);
}
.cid-uluZnL4NfV .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uluZnL4NfV .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uluZnL4NfV .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uluZnL4NfV .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uluZnL4NfV .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uluZnL4NfV H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uluZnL4NfV .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uluZnL4NfV .mbr-text,
.cid-uluZnL4NfV .link-wrap {
  text-align: left;
}
.cid-uluZnL4NfV .mbr-section-title {
  text-align: left;
}
.cid-uluZnLBgar {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uluZnLBgar .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-uluZnLBgar .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-uluZnLBgar .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uluZnLBgar .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-uluZnLBgar .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-uluZnLBgar .mypic-big {
    display: none;
  }
}
.cid-uluZnLBgar .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uluZnLBgar .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uluZnLBgar .text-wrap {
  padding: 0 1rem;
}
.cid-uluZnLBgar .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uluZnLBgar .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uluZnLBgar .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uluZnLBgar .card-block:hover img {
  transform: scale(1.1);
}
.cid-uluZnLBgar .card {
  padding: 5px;
}
.cid-uluZnLBgar .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uluZnLBgar .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uluZnLBgar .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uluZnLBgar .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uluZnLBgar H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uluZnLBgar .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uluZnLBgar .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uluZnLBgar .mbr-text,
.cid-uluZnLBgar .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uluZnLBgar .mbr-section-title {
  text-align: left;
}
.cid-uluZnMmsdx {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uluZnMmsdx .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uluZnMmsdx .wrapper {
  position: relative;
}
.cid-uluZnMmsdx .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uluZnMmsdx .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uluZnMmsdx .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uluZnMmsdx .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uluZnMmsdx .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uluZnMmsdx .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uluZnMmsdx .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uluZnMmsdx .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uluZnMmsdx .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uluZnMmsdx .img2 {
    width: 400px;
  }
  .cid-uluZnMmsdx .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uluZnMmsdx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uluZnMmsdx .img2 {
    width: 400px;
  }
  .cid-uluZnMmsdx .img1 {
    padding-right: 4rem;
  }
  .cid-uluZnMmsdx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uluZnMmsdx .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uluZnMmsdx .img2 {
    width: 200px;
  }
  .cid-uluZnMmsdx .container-fluid {
    padding: 0 1rem;
  }
  .cid-uluZnMmsdx .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uluZnMmsdx .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uluZnMmsdx .btn {
    min-width: unset;
  }
}
.cid-uluZnMOl5y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uluZnMOl5y .mbr-text {
  color: #8d97ad;
}
.cid-uluZnMOl5y .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uluZnMOl5y .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uluZnMOl5y .blockquote-quote {
    text-align: left;
  }
  .cid-uluZnMOl5y .signature {
    text-align: left;
  }
}
.cid-uluZnMOl5y .mbr-text,
.cid-uluZnMOl5y .blockquote-quote {
  color: #343434;
}
.cid-uluZnN9Z0Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uluZnN9Z0Q .content {
    text-align: center;
  }
  .cid-uluZnN9Z0Q .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uluZnN9Z0Q .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uluZnN9Z0Q .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uluZnN9Z0Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uluZnN9Z0Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uluZnN9Z0Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uluZnN9Z0Q .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uluZnN9Z0Q .google-map {
    width: 100%;
  }
}
.cid-uluZnN9Z0Q H3 {
  color: #ffffff;
}
.cid-uluZnN9Z0Q P {
  color: #ffffff;
}
.cid-uluZnNG9JJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uluZnNG9JJ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulxJurP6jK .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulxJurP6jK .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulxJurP6jK .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulxJurP6jK .leerlogo {
    min-height: 50px;
  }
}
.cid-ulxJurP6jK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxJurP6jK .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulxJurP6jK .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulxJurP6jK .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulxJurP6jK .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulxJurP6jK .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulxJurP6jK .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulxJurP6jK .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulxJurP6jK .navbar.opened {
  transition: all .3s;
}
.cid-ulxJurP6jK .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulxJurP6jK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulxJurP6jK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxJurP6jK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxJurP6jK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulxJurP6jK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxJurP6jK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxJurP6jK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulxJurP6jK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxJurP6jK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulxJurP6jK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulxJurP6jK .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulxJurP6jK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxJurP6jK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxJurP6jK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxJurP6jK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxJurP6jK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulxJurP6jK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulxJurP6jK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulxJurP6jK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxJurP6jK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulxJurP6jK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulxJurP6jK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulxJurP6jK .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulxJurP6jK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulxJurP6jK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulxJurP6jK .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulxJurP6jK .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulxJurP6jK .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulxJurP6jK .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulxJurP6jK .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulxJurP6jK .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulxJurP6jK .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulxJurP6jK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulxJurP6jK .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulxJurP6jK .navbar-caption {
  padding-right: 4rem;
}
.cid-ulxJurP6jK .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulxJurP6jK .dropdown-menu,
.cid-ulxJurP6jK .navbar.opened {
  background: #ffffff !important;
}
.cid-ulxJurP6jK .nav-item:focus,
.cid-ulxJurP6jK .nav-link:focus {
  outline: none;
}
.cid-ulxJurP6jK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxJurP6jK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxJurP6jK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulxJurP6jK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxJurP6jK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxJurP6jK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxJurP6jK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxJurP6jK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxJurP6jK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxJurP6jK .dropdown-item.active,
.cid-ulxJurP6jK .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxJurP6jK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxJurP6jK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxJurP6jK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulxJurP6jK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulxJurP6jK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulxJurP6jK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxJurP6jK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulxJurP6jK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulxJurP6jK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulxJurP6jK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulxJurP6jK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulxJurP6jK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxJurP6jK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxJurP6jK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulxJurP6jK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxJurP6jK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulxJurP6jK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulxJurP6jK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxJurP6jK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulxJurP6jK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulxJurP6jK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulxJurP6jK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxJurP6jK .navbar {
    height: 77px;
  }
  .cid-ulxJurP6jK .navbar.opened {
    height: auto;
  }
  .cid-ulxJurP6jK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxJurP6jK .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulxJurP6jK .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulxJurP6jK .spezidropdown {
    width: 17rem;
  }
}
.cid-ulxJusy2yS {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulxJusy2yS H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulxJusy2yS .mbr-text,
.cid-ulxJusy2yS .mbr-section-btn {
  color: #333333;
}
.cid-ulxJusy2yS .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulxJusy2yS .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulxJusy2yS .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulxJusy2yS #id-beratung,
  .cid-ulxJusy2yS #IDlogo {
    display: none;
  }
}
.cid-ulxJusy2yS .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulxJusy2yS .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulxJusVGtz {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulxJusVGtz .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulxJusVGtz .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulxJusVGtz .container {
    padding: 0 1rem;
  }
}
.cid-ulxJusVGtz .mbr-text,
.cid-ulxJusVGtz .mbr-section-btn {
  color: #333333;
}
.cid-ulxJusVGtz .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulxJusVGtz .btn .mbr-iconfont {
  order: 2;
}
.cid-ulxJusVGtz .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulxJusVGtz H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulxJusVGtz H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulxJusVGtz .align-left {
    text-align: center;
  }
  .cid-ulxJusVGtz H1,
  .cid-ulxJusVGtz h3 {
    text-align: center;
  }
  .cid-ulxJusVGtz .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulxJusVGtz .mbr-section-title {
    text-align: center;
  }
  .cid-ulxJusVGtz H1,
  .cid-ulxJusVGtz h3 {
    text-align: center;
  }
}
.cid-ulxJusVGtz H2 {
  color: #343434;
}
.cid-ulxJutf7tY {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxJutf7tY .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulxJutf7tY .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxJutf7tY .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxJutf7tY .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxJutf7tY .text-wrap {
  padding: 0 1rem;
}
.cid-ulxJutf7tY .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxJutf7tY .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxJutf7tY .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxJutf7tY .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxJutf7tY .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulxJutf7tY .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxJutf7tY .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxJutf7tY .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxJutf7tY .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxJutf7tY H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxJutf7tY .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulxJutf7tY .mbr-text,
.cid-ulxJutf7tY .link-wrap {
  text-align: left;
}
.cid-ulxJutf7tY .mbr-section-title {
  text-align: left;
}
.cid-ulxJutWGrl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxJutWGrl .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulxJutWGrl .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulxJutWGrl .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxJutWGrl .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulxJutWGrl .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulxJutWGrl .mypic-big {
    display: none;
  }
}
.cid-ulxJutWGrl .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxJutWGrl .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxJutWGrl .text-wrap {
  padding: 0 1rem;
}
.cid-ulxJutWGrl .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxJutWGrl .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxJutWGrl .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxJutWGrl .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxJutWGrl .card {
  padding: 5px;
}
.cid-ulxJutWGrl .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxJutWGrl .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxJutWGrl .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxJutWGrl .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxJutWGrl H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxJutWGrl .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulxJutWGrl .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulxJutWGrl .mbr-text,
.cid-ulxJutWGrl .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulxJutWGrl .mbr-section-title {
  text-align: left;
}
.cid-ulxJuuMav5 {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulxJuuMav5 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulxJuuMav5 .wrapper {
  position: relative;
}
.cid-ulxJuuMav5 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulxJuuMav5 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulxJuuMav5 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulxJuuMav5 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulxJuuMav5 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulxJuuMav5 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulxJuuMav5 .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulxJuuMav5 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulxJuuMav5 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulxJuuMav5 .img2 {
    width: 400px;
  }
  .cid-ulxJuuMav5 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulxJuuMav5 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulxJuuMav5 .img2 {
    width: 400px;
  }
  .cid-ulxJuuMav5 .img1 {
    padding-right: 4rem;
  }
  .cid-ulxJuuMav5 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxJuuMav5 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulxJuuMav5 .img2 {
    width: 200px;
  }
  .cid-ulxJuuMav5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulxJuuMav5 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulxJuuMav5 .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulxJuuMav5 .btn {
    min-width: unset;
  }
}
.cid-ulxJuvf61K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulxJuvf61K .mbr-text {
  color: #8d97ad;
}
.cid-ulxJuvf61K .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulxJuvf61K .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulxJuvf61K .blockquote-quote {
    text-align: left;
  }
  .cid-ulxJuvf61K .signature {
    text-align: left;
  }
}
.cid-ulxJuvf61K .mbr-text,
.cid-ulxJuvf61K .blockquote-quote {
  color: #343434;
}
.cid-ulxJuvyJoK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulxJuvyJoK .content {
    text-align: center;
  }
  .cid-ulxJuvyJoK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulxJuvyJoK .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulxJuvyJoK .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulxJuvyJoK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulxJuvyJoK .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulxJuvyJoK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulxJuvyJoK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulxJuvyJoK .google-map {
    width: 100%;
  }
}
.cid-ulxJuvyJoK H3 {
  color: #ffffff;
}
.cid-ulxJuvyJoK P {
  color: #ffffff;
}
.cid-ulxJuvVvYh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulxJuvVvYh .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulxLtTqs1o .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulxLtTqs1o .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulxLtTqs1o .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulxLtTqs1o .leerlogo {
    min-height: 50px;
  }
}
.cid-ulxLtTqs1o .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxLtTqs1o .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulxLtTqs1o .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulxLtTqs1o .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulxLtTqs1o .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulxLtTqs1o .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulxLtTqs1o .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulxLtTqs1o .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulxLtTqs1o .navbar.opened {
  transition: all .3s;
}
.cid-ulxLtTqs1o .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulxLtTqs1o .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulxLtTqs1o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxLtTqs1o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxLtTqs1o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulxLtTqs1o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxLtTqs1o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxLtTqs1o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulxLtTqs1o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxLtTqs1o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulxLtTqs1o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulxLtTqs1o .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulxLtTqs1o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxLtTqs1o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxLtTqs1o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxLtTqs1o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxLtTqs1o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulxLtTqs1o .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulxLtTqs1o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulxLtTqs1o .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxLtTqs1o .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulxLtTqs1o .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulxLtTqs1o .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulxLtTqs1o .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulxLtTqs1o .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulxLtTqs1o .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulxLtTqs1o .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulxLtTqs1o .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulxLtTqs1o .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulxLtTqs1o .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulxLtTqs1o .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulxLtTqs1o .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulxLtTqs1o .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulxLtTqs1o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulxLtTqs1o .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulxLtTqs1o .navbar-caption {
  padding-right: 4rem;
}
.cid-ulxLtTqs1o .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulxLtTqs1o .dropdown-menu,
.cid-ulxLtTqs1o .navbar.opened {
  background: #ffffff !important;
}
.cid-ulxLtTqs1o .nav-item:focus,
.cid-ulxLtTqs1o .nav-link:focus {
  outline: none;
}
.cid-ulxLtTqs1o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxLtTqs1o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxLtTqs1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulxLtTqs1o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxLtTqs1o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxLtTqs1o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxLtTqs1o .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxLtTqs1o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxLtTqs1o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxLtTqs1o .dropdown-item.active,
.cid-ulxLtTqs1o .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxLtTqs1o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxLtTqs1o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxLtTqs1o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulxLtTqs1o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulxLtTqs1o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulxLtTqs1o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxLtTqs1o ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulxLtTqs1o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulxLtTqs1o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulxLtTqs1o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulxLtTqs1o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulxLtTqs1o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxLtTqs1o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxLtTqs1o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulxLtTqs1o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxLtTqs1o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulxLtTqs1o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulxLtTqs1o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxLtTqs1o .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulxLtTqs1o a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulxLtTqs1o .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulxLtTqs1o .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxLtTqs1o .navbar {
    height: 77px;
  }
  .cid-ulxLtTqs1o .navbar.opened {
    height: auto;
  }
  .cid-ulxLtTqs1o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxLtTqs1o .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulxLtTqs1o .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulxLtTqs1o .spezidropdown {
    width: 17rem;
  }
}
.cid-ulxLtUavxf {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulxLtUavxf H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulxLtUavxf .mbr-text,
.cid-ulxLtUavxf .mbr-section-btn {
  color: #333333;
}
.cid-ulxLtUavxf .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulxLtUavxf .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulxLtUavxf .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulxLtUavxf #id-beratung,
  .cid-ulxLtUavxf #IDlogo {
    display: none;
  }
}
.cid-ulxLtUavxf .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulxLtUavxf .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulxLtUDhpT {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulxLtUDhpT .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulxLtUDhpT .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulxLtUDhpT .container {
    padding: 0 1rem;
  }
}
.cid-ulxLtUDhpT .mbr-text,
.cid-ulxLtUDhpT .mbr-section-btn {
  color: #333333;
}
.cid-ulxLtUDhpT .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulxLtUDhpT .btn .mbr-iconfont {
  order: 2;
}
.cid-ulxLtUDhpT .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulxLtUDhpT H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulxLtUDhpT H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulxLtUDhpT .align-left {
    text-align: center;
  }
  .cid-ulxLtUDhpT H1,
  .cid-ulxLtUDhpT h3 {
    text-align: center;
  }
  .cid-ulxLtUDhpT .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulxLtUDhpT .mbr-section-title {
    text-align: center;
  }
  .cid-ulxLtUDhpT H1,
  .cid-ulxLtUDhpT h3 {
    text-align: center;
  }
}
.cid-ulxLtUDhpT H2 {
  color: #343434;
}
.cid-ulxLtV0tlB {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxLtV0tlB .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulxLtV0tlB .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxLtV0tlB .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxLtV0tlB .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxLtV0tlB .text-wrap {
  padding: 0 1rem;
}
.cid-ulxLtV0tlB .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxLtV0tlB .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxLtV0tlB .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxLtV0tlB .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxLtV0tlB .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulxLtV0tlB .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxLtV0tlB .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxLtV0tlB .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxLtV0tlB .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxLtV0tlB H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxLtV0tlB .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulxLtV0tlB .mbr-text,
.cid-ulxLtV0tlB .link-wrap {
  text-align: left;
}
.cid-ulxLtV0tlB .mbr-section-title {
  text-align: left;
}
.cid-ulxLtVI6T1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxLtVI6T1 .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulxLtVI6T1 .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulxLtVI6T1 .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxLtVI6T1 .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulxLtVI6T1 .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulxLtVI6T1 .mypic-big {
    display: none;
  }
}
.cid-ulxLtVI6T1 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxLtVI6T1 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxLtVI6T1 .text-wrap {
  padding: 0 1rem;
}
.cid-ulxLtVI6T1 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxLtVI6T1 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxLtVI6T1 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxLtVI6T1 .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxLtVI6T1 .card {
  padding: 5px;
}
.cid-ulxLtVI6T1 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxLtVI6T1 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxLtVI6T1 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxLtVI6T1 .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxLtVI6T1 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxLtVI6T1 .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulxLtVI6T1 .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulxLtVI6T1 .mbr-text,
.cid-ulxLtVI6T1 .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulxLtVI6T1 .mbr-section-title {
  text-align: left;
}
.cid-ulxLtWwFUJ {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulxLtWwFUJ .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulxLtWwFUJ .wrapper {
  position: relative;
}
.cid-ulxLtWwFUJ .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulxLtWwFUJ .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulxLtWwFUJ .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulxLtWwFUJ .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulxLtWwFUJ .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulxLtWwFUJ .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulxLtWwFUJ .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulxLtWwFUJ .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulxLtWwFUJ .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulxLtWwFUJ .img2 {
    width: 400px;
  }
  .cid-ulxLtWwFUJ .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulxLtWwFUJ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulxLtWwFUJ .img2 {
    width: 400px;
  }
  .cid-ulxLtWwFUJ .img1 {
    padding-right: 4rem;
  }
  .cid-ulxLtWwFUJ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxLtWwFUJ .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulxLtWwFUJ .img2 {
    width: 200px;
  }
  .cid-ulxLtWwFUJ .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulxLtWwFUJ .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulxLtWwFUJ .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulxLtWwFUJ .btn {
    min-width: unset;
  }
}
.cid-ulxLtWRilj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulxLtWRilj .mbr-text {
  color: #8d97ad;
}
.cid-ulxLtWRilj .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulxLtWRilj .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulxLtWRilj .blockquote-quote {
    text-align: left;
  }
  .cid-ulxLtWRilj .signature {
    text-align: left;
  }
}
.cid-ulxLtWRilj .mbr-text,
.cid-ulxLtWRilj .blockquote-quote {
  color: #343434;
}
.cid-ulxLtX8YIz {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulxLtX8YIz .content {
    text-align: center;
  }
  .cid-ulxLtX8YIz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulxLtX8YIz .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulxLtX8YIz .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulxLtX8YIz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulxLtX8YIz .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulxLtX8YIz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulxLtX8YIz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulxLtX8YIz .google-map {
    width: 100%;
  }
}
.cid-ulxLtX8YIz H3 {
  color: #ffffff;
}
.cid-ulxLtX8YIz P {
  color: #ffffff;
}
.cid-ulxLtXwCB7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulxLtXwCB7 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulxMIyqh7T .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulxMIyqh7T .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulxMIyqh7T .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulxMIyqh7T .leerlogo {
    min-height: 50px;
  }
}
.cid-ulxMIyqh7T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxMIyqh7T .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulxMIyqh7T .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulxMIyqh7T .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulxMIyqh7T .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulxMIyqh7T .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulxMIyqh7T .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulxMIyqh7T .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulxMIyqh7T .navbar.opened {
  transition: all .3s;
}
.cid-ulxMIyqh7T .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulxMIyqh7T .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulxMIyqh7T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulxMIyqh7T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulxMIyqh7T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulxMIyqh7T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulxMIyqh7T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulxMIyqh7T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulxMIyqh7T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulxMIyqh7T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulxMIyqh7T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulxMIyqh7T .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulxMIyqh7T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulxMIyqh7T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulxMIyqh7T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulxMIyqh7T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulxMIyqh7T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulxMIyqh7T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulxMIyqh7T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulxMIyqh7T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulxMIyqh7T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulxMIyqh7T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulxMIyqh7T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulxMIyqh7T .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulxMIyqh7T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulxMIyqh7T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulxMIyqh7T .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulxMIyqh7T .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulxMIyqh7T .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulxMIyqh7T .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulxMIyqh7T .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulxMIyqh7T .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulxMIyqh7T .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulxMIyqh7T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulxMIyqh7T .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulxMIyqh7T .navbar-caption {
  padding-right: 4rem;
}
.cid-ulxMIyqh7T .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulxMIyqh7T .dropdown-menu,
.cid-ulxMIyqh7T .navbar.opened {
  background: #ffffff !important;
}
.cid-ulxMIyqh7T .nav-item:focus,
.cid-ulxMIyqh7T .nav-link:focus {
  outline: none;
}
.cid-ulxMIyqh7T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxMIyqh7T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulxMIyqh7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulxMIyqh7T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulxMIyqh7T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulxMIyqh7T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulxMIyqh7T .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulxMIyqh7T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulxMIyqh7T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulxMIyqh7T .dropdown-item.active,
.cid-ulxMIyqh7T .dropdown-item:active {
  background-color: transparent;
}
.cid-ulxMIyqh7T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulxMIyqh7T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulxMIyqh7T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulxMIyqh7T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulxMIyqh7T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulxMIyqh7T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulxMIyqh7T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulxMIyqh7T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulxMIyqh7T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulxMIyqh7T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulxMIyqh7T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulxMIyqh7T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxMIyqh7T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulxMIyqh7T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulxMIyqh7T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxMIyqh7T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulxMIyqh7T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulxMIyqh7T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulxMIyqh7T .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulxMIyqh7T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulxMIyqh7T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulxMIyqh7T .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulxMIyqh7T .navbar {
    height: 77px;
  }
  .cid-ulxMIyqh7T .navbar.opened {
    height: auto;
  }
  .cid-ulxMIyqh7T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulxMIyqh7T .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulxMIyqh7T .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulxMIyqh7T .spezidropdown {
    width: 17rem;
  }
}
.cid-ulxMIzbfJv {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulxMIzbfJv H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulxMIzbfJv .mbr-text,
.cid-ulxMIzbfJv .mbr-section-btn {
  color: #333333;
}
.cid-ulxMIzbfJv .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulxMIzbfJv .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulxMIzbfJv .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulxMIzbfJv #id-beratung,
  .cid-ulxMIzbfJv #IDlogo {
    display: none;
  }
}
.cid-ulxMIzbfJv .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulxMIzbfJv .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulxMIzDBW5 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulxMIzDBW5 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulxMIzDBW5 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulxMIzDBW5 .container {
    padding: 0 1rem;
  }
}
.cid-ulxMIzDBW5 .mbr-text,
.cid-ulxMIzDBW5 .mbr-section-btn {
  color: #333333;
}
.cid-ulxMIzDBW5 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulxMIzDBW5 .btn .mbr-iconfont {
  order: 2;
}
.cid-ulxMIzDBW5 .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulxMIzDBW5 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulxMIzDBW5 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulxMIzDBW5 .align-left {
    text-align: center;
  }
  .cid-ulxMIzDBW5 H1,
  .cid-ulxMIzDBW5 h3 {
    text-align: center;
  }
  .cid-ulxMIzDBW5 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulxMIzDBW5 .mbr-section-title {
    text-align: center;
  }
  .cid-ulxMIzDBW5 H1,
  .cid-ulxMIzDBW5 h3 {
    text-align: center;
  }
}
.cid-ulxMIzDBW5 H2 {
  color: #343434;
}
.cid-ulxMIA08Ux {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxMIA08Ux .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulxMIA08Ux .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxMIA08Ux .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxMIA08Ux .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxMIA08Ux .text-wrap {
  padding: 0 1rem;
}
.cid-ulxMIA08Ux .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxMIA08Ux .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxMIA08Ux .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxMIA08Ux .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxMIA08Ux .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulxMIA08Ux .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxMIA08Ux .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxMIA08Ux .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxMIA08Ux .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxMIA08Ux H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxMIA08Ux .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulxMIA08Ux .mbr-text,
.cid-ulxMIA08Ux .link-wrap {
  text-align: left;
}
.cid-ulxMIA08Ux .mbr-section-title {
  text-align: left;
}
.cid-ulxMIAGOmi {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulxMIAGOmi .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulxMIAGOmi .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulxMIAGOmi .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulxMIAGOmi .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulxMIAGOmi .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulxMIAGOmi .mypic-big {
    display: none;
  }
}
.cid-ulxMIAGOmi .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulxMIAGOmi .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulxMIAGOmi .text-wrap {
  padding: 0 1rem;
}
.cid-ulxMIAGOmi .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulxMIAGOmi .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulxMIAGOmi .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulxMIAGOmi .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulxMIAGOmi .card {
  padding: 5px;
}
.cid-ulxMIAGOmi .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulxMIAGOmi .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulxMIAGOmi .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulxMIAGOmi .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulxMIAGOmi H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulxMIAGOmi .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulxMIAGOmi .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulxMIAGOmi .mbr-text,
.cid-ulxMIAGOmi .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulxMIAGOmi .mbr-section-title {
  text-align: left;
}
.cid-ulxMIBoXLA {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulxMIBoXLA .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulxMIBoXLA .wrapper {
  position: relative;
}
.cid-ulxMIBoXLA .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulxMIBoXLA .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulxMIBoXLA .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulxMIBoXLA .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulxMIBoXLA .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulxMIBoXLA .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulxMIBoXLA .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulxMIBoXLA .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulxMIBoXLA .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulxMIBoXLA .img2 {
    width: 400px;
  }
  .cid-ulxMIBoXLA .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulxMIBoXLA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulxMIBoXLA .img2 {
    width: 400px;
  }
  .cid-ulxMIBoXLA .img1 {
    padding-right: 4rem;
  }
  .cid-ulxMIBoXLA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulxMIBoXLA .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulxMIBoXLA .img2 {
    width: 200px;
  }
  .cid-ulxMIBoXLA .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulxMIBoXLA .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulxMIBoXLA .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulxMIBoXLA .btn {
    min-width: unset;
  }
}
.cid-ulxMIBKjaU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulxMIBKjaU .mbr-text {
  color: #8d97ad;
}
.cid-ulxMIBKjaU .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulxMIBKjaU .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulxMIBKjaU .blockquote-quote {
    text-align: left;
  }
  .cid-ulxMIBKjaU .signature {
    text-align: left;
  }
}
.cid-ulxMIBKjaU .mbr-text,
.cid-ulxMIBKjaU .blockquote-quote {
  color: #343434;
}
.cid-ulxMIC1aE1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulxMIC1aE1 .content {
    text-align: center;
  }
  .cid-ulxMIC1aE1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulxMIC1aE1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulxMIC1aE1 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulxMIC1aE1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulxMIC1aE1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulxMIC1aE1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulxMIC1aE1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulxMIC1aE1 .google-map {
    width: 100%;
  }
}
.cid-ulxMIC1aE1 H3 {
  color: #ffffff;
}
.cid-ulxMIC1aE1 P {
  color: #ffffff;
}
.cid-ulxMICtPd5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulxMICtPd5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulAf8NB8gV .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulAf8NB8gV .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulAf8NB8gV .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulAf8NB8gV .leerlogo {
    min-height: 50px;
  }
}
.cid-ulAf8NB8gV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAf8NB8gV .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulAf8NB8gV .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulAf8NB8gV .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulAf8NB8gV .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulAf8NB8gV .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulAf8NB8gV .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulAf8NB8gV .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulAf8NB8gV .navbar.opened {
  transition: all .3s;
}
.cid-ulAf8NB8gV .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulAf8NB8gV .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulAf8NB8gV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulAf8NB8gV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulAf8NB8gV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulAf8NB8gV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulAf8NB8gV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulAf8NB8gV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulAf8NB8gV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulAf8NB8gV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulAf8NB8gV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulAf8NB8gV .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulAf8NB8gV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulAf8NB8gV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulAf8NB8gV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulAf8NB8gV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulAf8NB8gV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulAf8NB8gV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulAf8NB8gV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulAf8NB8gV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulAf8NB8gV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulAf8NB8gV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulAf8NB8gV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulAf8NB8gV .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulAf8NB8gV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulAf8NB8gV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulAf8NB8gV .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulAf8NB8gV .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulAf8NB8gV .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulAf8NB8gV .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulAf8NB8gV .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulAf8NB8gV .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulAf8NB8gV .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulAf8NB8gV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulAf8NB8gV .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulAf8NB8gV .navbar-caption {
  padding-right: 4rem;
}
.cid-ulAf8NB8gV .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulAf8NB8gV .dropdown-menu,
.cid-ulAf8NB8gV .navbar.opened {
  background: #ffffff !important;
}
.cid-ulAf8NB8gV .nav-item:focus,
.cid-ulAf8NB8gV .nav-link:focus {
  outline: none;
}
.cid-ulAf8NB8gV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAf8NB8gV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulAf8NB8gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulAf8NB8gV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAf8NB8gV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulAf8NB8gV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulAf8NB8gV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulAf8NB8gV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulAf8NB8gV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulAf8NB8gV .dropdown-item.active,
.cid-ulAf8NB8gV .dropdown-item:active {
  background-color: transparent;
}
.cid-ulAf8NB8gV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulAf8NB8gV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulAf8NB8gV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulAf8NB8gV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulAf8NB8gV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulAf8NB8gV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulAf8NB8gV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulAf8NB8gV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulAf8NB8gV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulAf8NB8gV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulAf8NB8gV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulAf8NB8gV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulAf8NB8gV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulAf8NB8gV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulAf8NB8gV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulAf8NB8gV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulAf8NB8gV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulAf8NB8gV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulAf8NB8gV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulAf8NB8gV a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulAf8NB8gV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulAf8NB8gV .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulAf8NB8gV .navbar {
    height: 77px;
  }
  .cid-ulAf8NB8gV .navbar.opened {
    height: auto;
  }
  .cid-ulAf8NB8gV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulAf8NB8gV .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulAf8NB8gV .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulAf8NB8gV .spezidropdown {
    width: 17rem;
  }
}
.cid-ulAf8OuaIG {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulAf8OuaIG H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulAf8OuaIG .mbr-text,
.cid-ulAf8OuaIG .mbr-section-btn {
  color: #333333;
}
.cid-ulAf8OuaIG .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulAf8OuaIG .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulAf8OuaIG .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulAf8OuaIG #id-beratung,
  .cid-ulAf8OuaIG #IDlogo {
    display: none;
  }
}
.cid-ulAf8OuaIG .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulAf8OuaIG .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulAf8P0HMV {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulAf8P0HMV .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulAf8P0HMV .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulAf8P0HMV .container {
    padding: 0 1rem;
  }
}
.cid-ulAf8P0HMV .mbr-text,
.cid-ulAf8P0HMV .mbr-section-btn {
  color: #333333;
}
.cid-ulAf8P0HMV .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulAf8P0HMV .btn .mbr-iconfont {
  order: 2;
}
.cid-ulAf8P0HMV .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulAf8P0HMV H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulAf8P0HMV H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulAf8P0HMV .align-left {
    text-align: center;
  }
  .cid-ulAf8P0HMV H1,
  .cid-ulAf8P0HMV h3 {
    text-align: center;
  }
  .cid-ulAf8P0HMV .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulAf8P0HMV .mbr-section-title {
    text-align: center;
  }
  .cid-ulAf8P0HMV H1,
  .cid-ulAf8P0HMV h3 {
    text-align: center;
  }
}
.cid-ulAf8P0HMV H2 {
  color: #343434;
}
.cid-ulAf8Pwvk1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulAf8Pwvk1 .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulAf8Pwvk1 .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulAf8Pwvk1 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulAf8Pwvk1 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulAf8Pwvk1 .text-wrap {
  padding: 0 1rem;
}
.cid-ulAf8Pwvk1 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulAf8Pwvk1 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulAf8Pwvk1 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulAf8Pwvk1 .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulAf8Pwvk1 .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulAf8Pwvk1 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulAf8Pwvk1 .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulAf8Pwvk1 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulAf8Pwvk1 .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulAf8Pwvk1 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulAf8Pwvk1 .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulAf8Pwvk1 .mbr-text,
.cid-ulAf8Pwvk1 .link-wrap {
  text-align: left;
}
.cid-ulAf8Pwvk1 .mbr-section-title {
  text-align: left;
}
.cid-ulAf8Qc6wq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulAf8Qc6wq .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulAf8Qc6wq .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulAf8Qc6wq .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulAf8Qc6wq .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulAf8Qc6wq .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulAf8Qc6wq .mypic-big {
    display: none;
  }
}
.cid-ulAf8Qc6wq .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulAf8Qc6wq .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulAf8Qc6wq .text-wrap {
  padding: 0 1rem;
}
.cid-ulAf8Qc6wq .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulAf8Qc6wq .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulAf8Qc6wq .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulAf8Qc6wq .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulAf8Qc6wq .card {
  padding: 5px;
}
.cid-ulAf8Qc6wq .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulAf8Qc6wq .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulAf8Qc6wq .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulAf8Qc6wq .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulAf8Qc6wq H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulAf8Qc6wq .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulAf8Qc6wq .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulAf8Qc6wq .mbr-text,
.cid-ulAf8Qc6wq .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulAf8Qc6wq .mbr-section-title {
  text-align: left;
}
.cid-ulAf8QZl49 {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulAf8QZl49 .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulAf8QZl49 .wrapper {
  position: relative;
}
.cid-ulAf8QZl49 .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulAf8QZl49 .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulAf8QZl49 .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulAf8QZl49 .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulAf8QZl49 .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulAf8QZl49 .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulAf8QZl49 .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulAf8QZl49 .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulAf8QZl49 .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulAf8QZl49 .img2 {
    width: 400px;
  }
  .cid-ulAf8QZl49 .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulAf8QZl49 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulAf8QZl49 .img2 {
    width: 400px;
  }
  .cid-ulAf8QZl49 .img1 {
    padding-right: 4rem;
  }
  .cid-ulAf8QZl49 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulAf8QZl49 .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulAf8QZl49 .img2 {
    width: 200px;
  }
  .cid-ulAf8QZl49 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulAf8QZl49 .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulAf8QZl49 .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulAf8QZl49 .btn {
    min-width: unset;
  }
}
.cid-ulAf8RpFMj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulAf8RpFMj .mbr-text {
  color: #8d97ad;
}
.cid-ulAf8RpFMj .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulAf8RpFMj .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulAf8RpFMj .blockquote-quote {
    text-align: left;
  }
  .cid-ulAf8RpFMj .signature {
    text-align: left;
  }
}
.cid-ulAf8RpFMj .mbr-text,
.cid-ulAf8RpFMj .blockquote-quote {
  color: #343434;
}
.cid-ulAf8RHbsu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulAf8RHbsu .content {
    text-align: center;
  }
  .cid-ulAf8RHbsu .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulAf8RHbsu .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulAf8RHbsu .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulAf8RHbsu .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulAf8RHbsu .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulAf8RHbsu .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulAf8RHbsu .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulAf8RHbsu .google-map {
    width: 100%;
  }
}
.cid-ulAf8RHbsu H3 {
  color: #ffffff;
}
.cid-ulAf8RHbsu P {
  color: #ffffff;
}
.cid-ulAf8ScHNZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulAf8ScHNZ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulAiLdpoOH .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulAiLdpoOH .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulAiLdpoOH .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulAiLdpoOH .leerlogo {
    min-height: 50px;
  }
}
.cid-ulAiLdpoOH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAiLdpoOH .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulAiLdpoOH .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulAiLdpoOH .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulAiLdpoOH .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulAiLdpoOH .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulAiLdpoOH .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulAiLdpoOH .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulAiLdpoOH .navbar.opened {
  transition: all .3s;
}
.cid-ulAiLdpoOH .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulAiLdpoOH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulAiLdpoOH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulAiLdpoOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulAiLdpoOH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulAiLdpoOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulAiLdpoOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulAiLdpoOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulAiLdpoOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulAiLdpoOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulAiLdpoOH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulAiLdpoOH .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulAiLdpoOH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulAiLdpoOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulAiLdpoOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulAiLdpoOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulAiLdpoOH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulAiLdpoOH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulAiLdpoOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulAiLdpoOH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulAiLdpoOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulAiLdpoOH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulAiLdpoOH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulAiLdpoOH .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulAiLdpoOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulAiLdpoOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulAiLdpoOH .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulAiLdpoOH .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulAiLdpoOH .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulAiLdpoOH .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulAiLdpoOH .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulAiLdpoOH .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulAiLdpoOH .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulAiLdpoOH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulAiLdpoOH .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulAiLdpoOH .navbar-caption {
  padding-right: 4rem;
}
.cid-ulAiLdpoOH .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulAiLdpoOH .dropdown-menu,
.cid-ulAiLdpoOH .navbar.opened {
  background: #ffffff !important;
}
.cid-ulAiLdpoOH .nav-item:focus,
.cid-ulAiLdpoOH .nav-link:focus {
  outline: none;
}
.cid-ulAiLdpoOH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAiLdpoOH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulAiLdpoOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulAiLdpoOH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulAiLdpoOH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulAiLdpoOH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulAiLdpoOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulAiLdpoOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulAiLdpoOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulAiLdpoOH .dropdown-item.active,
.cid-ulAiLdpoOH .dropdown-item:active {
  background-color: transparent;
}
.cid-ulAiLdpoOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulAiLdpoOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulAiLdpoOH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulAiLdpoOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulAiLdpoOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulAiLdpoOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulAiLdpoOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulAiLdpoOH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulAiLdpoOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulAiLdpoOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulAiLdpoOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulAiLdpoOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulAiLdpoOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulAiLdpoOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulAiLdpoOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulAiLdpoOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulAiLdpoOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulAiLdpoOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulAiLdpoOH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulAiLdpoOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulAiLdpoOH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulAiLdpoOH .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulAiLdpoOH .navbar {
    height: 77px;
  }
  .cid-ulAiLdpoOH .navbar.opened {
    height: auto;
  }
  .cid-ulAiLdpoOH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulAiLdpoOH .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulAiLdpoOH .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulAiLdpoOH .spezidropdown {
    width: 17rem;
  }
}
.cid-ulAiLeawju {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulAiLeawju H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulAiLeawju .mbr-text,
.cid-ulAiLeawju .mbr-section-btn {
  color: #333333;
}
.cid-ulAiLeawju .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulAiLeawju .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulAiLeawju .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulAiLeawju #id-beratung,
  .cid-ulAiLeawju #IDlogo {
    display: none;
  }
}
.cid-ulAiLeawju .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulAiLeawju .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulAiLexmSO {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulAiLexmSO .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulAiLexmSO .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulAiLexmSO .container {
    padding: 0 1rem;
  }
}
.cid-ulAiLexmSO .mbr-text,
.cid-ulAiLexmSO .mbr-section-btn {
  color: #333333;
}
.cid-ulAiLexmSO .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulAiLexmSO .btn .mbr-iconfont {
  order: 2;
}
.cid-ulAiLexmSO .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulAiLexmSO H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulAiLexmSO H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulAiLexmSO .align-left {
    text-align: center;
  }
  .cid-ulAiLexmSO H1,
  .cid-ulAiLexmSO h3 {
    text-align: center;
  }
  .cid-ulAiLexmSO .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulAiLexmSO .mbr-section-title {
    text-align: center;
  }
  .cid-ulAiLexmSO H1,
  .cid-ulAiLexmSO h3 {
    text-align: center;
  }
}
.cid-ulAiLexmSO H2 {
  color: #343434;
}
.cid-ulAiLeYzel {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulAiLeYzel .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulAiLeYzel .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulAiLeYzel .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulAiLeYzel .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulAiLeYzel .text-wrap {
  padding: 0 1rem;
}
.cid-ulAiLeYzel .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulAiLeYzel .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulAiLeYzel .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulAiLeYzel .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulAiLeYzel .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulAiLeYzel .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulAiLeYzel .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulAiLeYzel .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulAiLeYzel .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulAiLeYzel H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulAiLeYzel .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulAiLeYzel .mbr-text,
.cid-ulAiLeYzel .link-wrap {
  text-align: left;
}
.cid-ulAiLeYzel .mbr-section-title {
  text-align: left;
}
.cid-ulAiLfz9hN {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulAiLfz9hN .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulAiLfz9hN .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulAiLfz9hN .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulAiLfz9hN .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulAiLfz9hN .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulAiLfz9hN .mypic-big {
    display: none;
  }
}
.cid-ulAiLfz9hN .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulAiLfz9hN .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulAiLfz9hN .text-wrap {
  padding: 0 1rem;
}
.cid-ulAiLfz9hN .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulAiLfz9hN .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulAiLfz9hN .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulAiLfz9hN .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulAiLfz9hN .card {
  padding: 5px;
}
.cid-ulAiLfz9hN .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulAiLfz9hN .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulAiLfz9hN .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulAiLfz9hN .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulAiLfz9hN H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulAiLfz9hN .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulAiLfz9hN .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulAiLfz9hN .mbr-text,
.cid-ulAiLfz9hN .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulAiLfz9hN .mbr-section-title {
  text-align: left;
}
.cid-ulAiLglaCX {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulAiLglaCX .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulAiLglaCX .wrapper {
  position: relative;
}
.cid-ulAiLglaCX .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulAiLglaCX .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulAiLglaCX .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulAiLglaCX .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulAiLglaCX .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulAiLglaCX .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulAiLglaCX .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulAiLglaCX .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulAiLglaCX .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulAiLglaCX .img2 {
    width: 400px;
  }
  .cid-ulAiLglaCX .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulAiLglaCX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulAiLglaCX .img2 {
    width: 400px;
  }
  .cid-ulAiLglaCX .img1 {
    padding-right: 4rem;
  }
  .cid-ulAiLglaCX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulAiLglaCX .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulAiLglaCX .img2 {
    width: 200px;
  }
  .cid-ulAiLglaCX .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulAiLglaCX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulAiLglaCX .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulAiLglaCX .btn {
    min-width: unset;
  }
}
.cid-ulAiLgG95v {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulAiLgG95v .mbr-text {
  color: #8d97ad;
}
.cid-ulAiLgG95v .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulAiLgG95v .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulAiLgG95v .blockquote-quote {
    text-align: left;
  }
  .cid-ulAiLgG95v .signature {
    text-align: left;
  }
}
.cid-ulAiLgG95v .mbr-text,
.cid-ulAiLgG95v .blockquote-quote {
  color: #343434;
}
.cid-ulAiLgXbVG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulAiLgXbVG .content {
    text-align: center;
  }
  .cid-ulAiLgXbVG .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulAiLgXbVG .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulAiLgXbVG .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulAiLgXbVG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulAiLgXbVG .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulAiLgXbVG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulAiLgXbVG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulAiLgXbVG .google-map {
    width: 100%;
  }
}
.cid-ulAiLgXbVG H3 {
  color: #ffffff;
}
.cid-ulAiLgXbVG P {
  color: #ffffff;
}
.cid-ulAiLhlfwp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulAiLhlfwp .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-ulDZ5lUaqm .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-ulDZ5lUaqm .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-ulDZ5lUaqm .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-ulDZ5lUaqm .leerlogo {
    min-height: 50px;
  }
}
.cid-ulDZ5lUaqm .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulDZ5lUaqm .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-ulDZ5lUaqm .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-ulDZ5lUaqm .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-ulDZ5lUaqm .navbar-caption {
    font-size: 100%!important;
  }
  .cid-ulDZ5lUaqm .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-ulDZ5lUaqm .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-ulDZ5lUaqm .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-ulDZ5lUaqm .navbar.opened {
  transition: all .3s;
}
.cid-ulDZ5lUaqm .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-ulDZ5lUaqm .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-ulDZ5lUaqm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulDZ5lUaqm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulDZ5lUaqm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-ulDZ5lUaqm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulDZ5lUaqm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulDZ5lUaqm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ulDZ5lUaqm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulDZ5lUaqm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ulDZ5lUaqm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-ulDZ5lUaqm .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-ulDZ5lUaqm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulDZ5lUaqm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulDZ5lUaqm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulDZ5lUaqm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulDZ5lUaqm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ulDZ5lUaqm .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ulDZ5lUaqm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulDZ5lUaqm .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulDZ5lUaqm .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulDZ5lUaqm .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ulDZ5lUaqm .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ulDZ5lUaqm .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-ulDZ5lUaqm .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ulDZ5lUaqm .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ulDZ5lUaqm .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-ulDZ5lUaqm .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-ulDZ5lUaqm .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-ulDZ5lUaqm .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-ulDZ5lUaqm .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-ulDZ5lUaqm .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-ulDZ5lUaqm .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-ulDZ5lUaqm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulDZ5lUaqm .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ulDZ5lUaqm .navbar-caption {
  padding-right: 4rem;
}
.cid-ulDZ5lUaqm .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-ulDZ5lUaqm .dropdown-menu,
.cid-ulDZ5lUaqm .navbar.opened {
  background: #ffffff !important;
}
.cid-ulDZ5lUaqm .nav-item:focus,
.cid-ulDZ5lUaqm .nav-link:focus {
  outline: none;
}
.cid-ulDZ5lUaqm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulDZ5lUaqm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulDZ5lUaqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ulDZ5lUaqm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-ulDZ5lUaqm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulDZ5lUaqm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulDZ5lUaqm .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulDZ5lUaqm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulDZ5lUaqm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulDZ5lUaqm .dropdown-item.active,
.cid-ulDZ5lUaqm .dropdown-item:active {
  background-color: transparent;
}
.cid-ulDZ5lUaqm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulDZ5lUaqm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulDZ5lUaqm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-ulDZ5lUaqm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-ulDZ5lUaqm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulDZ5lUaqm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulDZ5lUaqm ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ulDZ5lUaqm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulDZ5lUaqm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ulDZ5lUaqm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ulDZ5lUaqm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ulDZ5lUaqm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ulDZ5lUaqm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ulDZ5lUaqm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ulDZ5lUaqm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulDZ5lUaqm nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ulDZ5lUaqm nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ulDZ5lUaqm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ulDZ5lUaqm .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ulDZ5lUaqm a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ulDZ5lUaqm .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-ulDZ5lUaqm .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulDZ5lUaqm .navbar {
    height: 77px;
  }
  .cid-ulDZ5lUaqm .navbar.opened {
    height: auto;
  }
  .cid-ulDZ5lUaqm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulDZ5lUaqm .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-ulDZ5lUaqm .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-ulDZ5lUaqm .spezidropdown {
    width: 17rem;
  }
}
.cid-ulDZ5mGLon {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-ulDZ5mGLon H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-ulDZ5mGLon .mbr-text,
.cid-ulDZ5mGLon .mbr-section-btn {
  color: #333333;
}
.cid-ulDZ5mGLon .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-ulDZ5mGLon .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-ulDZ5mGLon .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-ulDZ5mGLon #id-beratung,
  .cid-ulDZ5mGLon #IDlogo {
    display: none;
  }
}
.cid-ulDZ5mGLon .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-ulDZ5mGLon .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-ulDZ5n1u1F {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-ulDZ5n1u1F .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-ulDZ5n1u1F .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-ulDZ5n1u1F .container {
    padding: 0 1rem;
  }
}
.cid-ulDZ5n1u1F .mbr-text,
.cid-ulDZ5n1u1F .mbr-section-btn {
  color: #333333;
}
.cid-ulDZ5n1u1F .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-ulDZ5n1u1F .btn .mbr-iconfont {
  order: 2;
}
.cid-ulDZ5n1u1F .pt-5 {
  padding-top: 4rem!important;
}
.cid-ulDZ5n1u1F H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-ulDZ5n1u1F H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-ulDZ5n1u1F .align-left {
    text-align: center;
  }
  .cid-ulDZ5n1u1F H1,
  .cid-ulDZ5n1u1F h3 {
    text-align: center;
  }
  .cid-ulDZ5n1u1F .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-ulDZ5n1u1F .mbr-section-title {
    text-align: center;
  }
  .cid-ulDZ5n1u1F H1,
  .cid-ulDZ5n1u1F h3 {
    text-align: center;
  }
}
.cid-ulDZ5n1u1F H2 {
  color: #343434;
}
.cid-ulDZ5njpgD {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulDZ5njpgD .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-ulDZ5njpgD .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulDZ5njpgD .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulDZ5njpgD .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulDZ5njpgD .text-wrap {
  padding: 0 1rem;
}
.cid-ulDZ5njpgD .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulDZ5njpgD .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulDZ5njpgD .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulDZ5njpgD .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulDZ5njpgD .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-ulDZ5njpgD .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulDZ5njpgD .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulDZ5njpgD .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulDZ5njpgD .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulDZ5njpgD H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulDZ5njpgD .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-ulDZ5njpgD .mbr-text,
.cid-ulDZ5njpgD .link-wrap {
  text-align: left;
}
.cid-ulDZ5njpgD .mbr-section-title {
  text-align: left;
}
.cid-ulDZ5nZTPm {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-ulDZ5nZTPm .infofenster {
  background: #ddd;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
@media (max-width: 992px) {
  .cid-ulDZ5nZTPm .infofenster {
    padding: 2rem 0.5rem !important;
  }
}
.cid-ulDZ5nZTPm .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-ulDZ5nZTPm .mytext {
  background: #fefefe;
  padding: 1rem 2rem;
  border-radius: 4px;
}
.cid-ulDZ5nZTPm .mypic-big {
  max-width: 150px!important;
  padding: 15px;
  position: relative;
  left: -100px;
  top: -50px;
  transform: rotate(0deg);
  opacity: 0.5;
}
@media (max-width: 992px) {
  .cid-ulDZ5nZTPm .mypic-big {
    display: none;
  }
}
.cid-ulDZ5nZTPm .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-ulDZ5nZTPm .title {
  max-width: 1200px;
  margin: auto;
}
.cid-ulDZ5nZTPm .text-wrap {
  padding: 0 1rem;
}
.cid-ulDZ5nZTPm .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-ulDZ5nZTPm .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-ulDZ5nZTPm .link:hover:before {
  margin-right: -0.4rem;
}
.cid-ulDZ5nZTPm .card-block:hover img {
  transform: scale(1.1);
}
.cid-ulDZ5nZTPm .card {
  padding: 5px;
}
.cid-ulDZ5nZTPm .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-ulDZ5nZTPm .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-ulDZ5nZTPm .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-ulDZ5nZTPm .card .card-block .photo img {
    height: 280px;
  }
}
.cid-ulDZ5nZTPm H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-ulDZ5nZTPm .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-ulDZ5nZTPm .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-ulDZ5nZTPm .mbr-text,
.cid-ulDZ5nZTPm .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-ulDZ5nZTPm .mbr-section-title {
  text-align: left;
}
.cid-ulDZ5oL8mz {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-ulDZ5oL8mz .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-ulDZ5oL8mz .wrapper {
  position: relative;
}
.cid-ulDZ5oL8mz .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-ulDZ5oL8mz .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-ulDZ5oL8mz .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-ulDZ5oL8mz .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-ulDZ5oL8mz .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-ulDZ5oL8mz .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-ulDZ5oL8mz .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-ulDZ5oL8mz .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-ulDZ5oL8mz .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-ulDZ5oL8mz .img2 {
    width: 400px;
  }
  .cid-ulDZ5oL8mz .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-ulDZ5oL8mz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-ulDZ5oL8mz .img2 {
    width: 400px;
  }
  .cid-ulDZ5oL8mz .img1 {
    padding-right: 4rem;
  }
  .cid-ulDZ5oL8mz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulDZ5oL8mz .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-ulDZ5oL8mz .img2 {
    width: 200px;
  }
  .cid-ulDZ5oL8mz .container-fluid {
    padding: 0 1rem;
  }
  .cid-ulDZ5oL8mz .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-ulDZ5oL8mz .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-ulDZ5oL8mz .btn {
    min-width: unset;
  }
}
.cid-ulDZ5pcRZQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-ulDZ5pcRZQ .mbr-text {
  color: #8d97ad;
}
.cid-ulDZ5pcRZQ .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-ulDZ5pcRZQ .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-ulDZ5pcRZQ .blockquote-quote {
    text-align: left;
  }
  .cid-ulDZ5pcRZQ .signature {
    text-align: left;
  }
}
.cid-ulDZ5pcRZQ .mbr-text,
.cid-ulDZ5pcRZQ .blockquote-quote {
  color: #343434;
}
.cid-ulDZ5ptdLN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-ulDZ5ptdLN .content {
    text-align: center;
  }
  .cid-ulDZ5ptdLN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-ulDZ5ptdLN .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-ulDZ5ptdLN .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-ulDZ5ptdLN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulDZ5ptdLN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulDZ5ptdLN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulDZ5ptdLN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-ulDZ5ptdLN .google-map {
    width: 100%;
  }
}
.cid-ulDZ5ptdLN H3 {
  color: #ffffff;
}
.cid-ulDZ5ptdLN P {
  color: #ffffff;
}
.cid-ulDZ5pRBGe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-ulDZ5pRBGe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uubE9pt6ja .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uubE9pt6ja .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uubE9pt6ja .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uubE9pt6ja .leerlogo {
    min-height: 50px;
  }
}
.cid-uubE9pt6ja .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uubE9pt6ja .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uubE9pt6ja .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uubE9pt6ja .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uubE9pt6ja .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uubE9pt6ja .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uubE9pt6ja .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uubE9pt6ja .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uubE9pt6ja .navbar.opened {
  transition: all .3s;
}
.cid-uubE9pt6ja .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uubE9pt6ja .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uubE9pt6ja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uubE9pt6ja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uubE9pt6ja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uubE9pt6ja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uubE9pt6ja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uubE9pt6ja .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uubE9pt6ja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uubE9pt6ja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uubE9pt6ja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uubE9pt6ja .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uubE9pt6ja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uubE9pt6ja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uubE9pt6ja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uubE9pt6ja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uubE9pt6ja .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uubE9pt6ja .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uubE9pt6ja .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uubE9pt6ja .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uubE9pt6ja .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uubE9pt6ja .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uubE9pt6ja .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uubE9pt6ja .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uubE9pt6ja .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uubE9pt6ja .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uubE9pt6ja .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uubE9pt6ja .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uubE9pt6ja .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uubE9pt6ja .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uubE9pt6ja .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uubE9pt6ja .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uubE9pt6ja .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uubE9pt6ja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uubE9pt6ja .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uubE9pt6ja .navbar-caption {
  padding-right: 4rem;
}
.cid-uubE9pt6ja .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uubE9pt6ja .dropdown-menu,
.cid-uubE9pt6ja .navbar.opened {
  background: #ffffff !important;
}
.cid-uubE9pt6ja .nav-item:focus,
.cid-uubE9pt6ja .nav-link:focus {
  outline: none;
}
.cid-uubE9pt6ja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uubE9pt6ja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uubE9pt6ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uubE9pt6ja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uubE9pt6ja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uubE9pt6ja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uubE9pt6ja .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uubE9pt6ja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uubE9pt6ja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uubE9pt6ja .dropdown-item.active,
.cid-uubE9pt6ja .dropdown-item:active {
  background-color: transparent;
}
.cid-uubE9pt6ja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uubE9pt6ja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uubE9pt6ja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uubE9pt6ja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uubE9pt6ja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uubE9pt6ja .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uubE9pt6ja ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uubE9pt6ja .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uubE9pt6ja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uubE9pt6ja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uubE9pt6ja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uubE9pt6ja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uubE9pt6ja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uubE9pt6ja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uubE9pt6ja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uubE9pt6ja nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uubE9pt6ja nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uubE9pt6ja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uubE9pt6ja .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uubE9pt6ja a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uubE9pt6ja .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uubE9pt6ja .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uubE9pt6ja .navbar {
    height: 77px;
  }
  .cid-uubE9pt6ja .navbar.opened {
    height: auto;
  }
  .cid-uubE9pt6ja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uubE9pt6ja .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uubE9pt6ja .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uubE9pt6ja .spezidropdown {
    width: 17rem;
  }
}
.cid-uubE9pRVHd {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uubE9pRVHd H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uubE9pRVHd .mbr-text,
.cid-uubE9pRVHd .mbr-section-btn {
  color: #333333;
}
.cid-uubE9pRVHd .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uubE9pRVHd .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uubE9pRVHd .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uubE9pRVHd #id-beratung,
  .cid-uubE9pRVHd #IDlogo {
    display: none;
  }
}
.cid-uubE9pRVHd .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uubE9pRVHd .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uubE9q0dm2 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uubE9q0dm2 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uubE9q0dm2 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uubE9q0dm2 .container {
    padding: 0 1rem;
  }
}
.cid-uubE9q0dm2 .mbr-text,
.cid-uubE9q0dm2 .mbr-section-btn {
  color: #333333;
}
.cid-uubE9q0dm2 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uubE9q0dm2 .btn .mbr-iconfont {
  order: 2;
}
.cid-uubE9q0dm2 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uubE9q0dm2 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uubE9q0dm2 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uubE9q0dm2 .align-left {
    text-align: center;
  }
  .cid-uubE9q0dm2 H1,
  .cid-uubE9q0dm2 h3 {
    text-align: center;
  }
  .cid-uubE9q0dm2 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uubE9q0dm2 .mbr-section-title {
    text-align: center;
  }
  .cid-uubE9q0dm2 H1,
  .cid-uubE9q0dm2 h3 {
    text-align: center;
  }
}
.cid-uubE9q0dm2 H2 {
  color: #343434;
}
.cid-uubE9qbe8g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uubE9qbe8g .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uubE9qbe8g .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uubE9qbe8g .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uubE9qbe8g .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uubE9qbe8g .text-wrap {
  padding: 0 1rem;
}
.cid-uubE9qbe8g .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uubE9qbe8g .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uubE9qbe8g .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uubE9qbe8g .card-block:hover img {
  transform: scale(1.1);
}
.cid-uubE9qbe8g .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uubE9qbe8g .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uubE9qbe8g .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uubE9qbe8g .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uubE9qbe8g .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uubE9qbe8g H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uubE9qbe8g .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uubE9qbe8g .mbr-text,
.cid-uubE9qbe8g .link-wrap {
  text-align: left;
}
.cid-uubE9qbe8g .mbr-section-title {
  text-align: left;
}
.cid-uubE9qXFWI {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uubE9qXFWI .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uubE9qXFWI .wrapper {
  position: relative;
}
.cid-uubE9qXFWI .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uubE9qXFWI .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uubE9qXFWI .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uubE9qXFWI .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uubE9qXFWI .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uubE9qXFWI .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uubE9qXFWI .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uubE9qXFWI .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uubE9qXFWI .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uubE9qXFWI .img2 {
    width: 400px;
  }
  .cid-uubE9qXFWI .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uubE9qXFWI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uubE9qXFWI .img2 {
    width: 400px;
  }
  .cid-uubE9qXFWI .img1 {
    padding-right: 4rem;
  }
  .cid-uubE9qXFWI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uubE9qXFWI .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uubE9qXFWI .img2 {
    width: 200px;
  }
  .cid-uubE9qXFWI .container-fluid {
    padding: 0 1rem;
  }
  .cid-uubE9qXFWI .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uubE9qXFWI .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uubE9qXFWI .btn {
    min-width: unset;
  }
}
.cid-uubE9rcuJd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uubE9rcuJd .mbr-text {
  color: #8d97ad;
}
.cid-uubE9rcuJd .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uubE9rcuJd .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uubE9rcuJd .blockquote-quote {
    text-align: left;
  }
  .cid-uubE9rcuJd .signature {
    text-align: left;
  }
}
.cid-uubE9rcuJd .mbr-text,
.cid-uubE9rcuJd .blockquote-quote {
  color: #343434;
}
.cid-uubE9rkvE3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uubE9rkvE3 .content {
    text-align: center;
  }
  .cid-uubE9rkvE3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uubE9rkvE3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uubE9rkvE3 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uubE9rkvE3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uubE9rkvE3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uubE9rkvE3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uubE9rkvE3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uubE9rkvE3 .google-map {
    width: 100%;
  }
}
.cid-uubE9rkvE3 H3 {
  color: #ffffff;
}
.cid-uubE9rkvE3 P {
  color: #ffffff;
}
.cid-uubE9rAqLF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uubE9rAqLF .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uujNd7vZrt .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uujNd7vZrt .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uujNd7vZrt .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uujNd7vZrt .leerlogo {
    min-height: 50px;
  }
}
.cid-uujNd7vZrt .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uujNd7vZrt .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uujNd7vZrt .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uujNd7vZrt .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uujNd7vZrt .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uujNd7vZrt .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uujNd7vZrt .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uujNd7vZrt .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uujNd7vZrt .navbar.opened {
  transition: all .3s;
}
.cid-uujNd7vZrt .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uujNd7vZrt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uujNd7vZrt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uujNd7vZrt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uujNd7vZrt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uujNd7vZrt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uujNd7vZrt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uujNd7vZrt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uujNd7vZrt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uujNd7vZrt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uujNd7vZrt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uujNd7vZrt .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uujNd7vZrt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uujNd7vZrt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uujNd7vZrt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uujNd7vZrt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uujNd7vZrt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uujNd7vZrt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uujNd7vZrt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uujNd7vZrt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uujNd7vZrt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uujNd7vZrt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uujNd7vZrt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uujNd7vZrt .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uujNd7vZrt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uujNd7vZrt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uujNd7vZrt .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uujNd7vZrt .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uujNd7vZrt .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uujNd7vZrt .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uujNd7vZrt .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uujNd7vZrt .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uujNd7vZrt .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uujNd7vZrt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uujNd7vZrt .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uujNd7vZrt .navbar-caption {
  padding-right: 4rem;
}
.cid-uujNd7vZrt .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uujNd7vZrt .dropdown-menu,
.cid-uujNd7vZrt .navbar.opened {
  background: #ffffff !important;
}
.cid-uujNd7vZrt .nav-item:focus,
.cid-uujNd7vZrt .nav-link:focus {
  outline: none;
}
.cid-uujNd7vZrt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uujNd7vZrt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uujNd7vZrt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uujNd7vZrt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uujNd7vZrt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uujNd7vZrt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uujNd7vZrt .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uujNd7vZrt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uujNd7vZrt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uujNd7vZrt .dropdown-item.active,
.cid-uujNd7vZrt .dropdown-item:active {
  background-color: transparent;
}
.cid-uujNd7vZrt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uujNd7vZrt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uujNd7vZrt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uujNd7vZrt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uujNd7vZrt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uujNd7vZrt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uujNd7vZrt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uujNd7vZrt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uujNd7vZrt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uujNd7vZrt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uujNd7vZrt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uujNd7vZrt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uujNd7vZrt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uujNd7vZrt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uujNd7vZrt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uujNd7vZrt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uujNd7vZrt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uujNd7vZrt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uujNd7vZrt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uujNd7vZrt a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uujNd7vZrt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uujNd7vZrt .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uujNd7vZrt .navbar {
    height: 77px;
  }
  .cid-uujNd7vZrt .navbar.opened {
    height: auto;
  }
  .cid-uujNd7vZrt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uujNd7vZrt .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uujNd7vZrt .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uujNd7vZrt .spezidropdown {
    width: 17rem;
  }
}
.cid-uYpgWlPbEO {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYpgWlPbEO .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.8);
  width: fit-content;
  padding: 2rem;
}
.cid-uYpgWlPbEO .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYpgWlPbEO .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYpgWlPbEO .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYpgWlPbEO .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpgWlPbEO .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYpgWlPbEO .wrapper {
  position: relative;
}
.cid-uYpgWlPbEO .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYpgWlPbEO .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYpgWlPbEO .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYpgWlPbEO .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYpgWlPbEO .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYpgWlPbEO .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYpgWlPbEO .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYpgWlPbEO .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYpgWlPbEO .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYpgWlPbEO .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYpgWlPbEO .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYpgWlPbEO .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYpgWlPbEO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpgWlPbEO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpgWlPbEO .mbr-section-title,
.cid-uYpgWlPbEO .mbr-section-btn {
  text-align: justify;
}
.cid-uujNd8qiVg {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uujNd8qiVg .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uujNd8qiVg .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uujNd8qiVg .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uujNd8qiVg .text-wrap {
  padding: 0 1rem;
}
.cid-uujNd8qiVg .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uujNd8qiVg .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uujNd8qiVg .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uujNd8qiVg .card-block:hover img {
  transform: scale(1.1);
}
.cid-uujNd8qiVg .card {
  padding: 5px;
}
.cid-uujNd8qiVg .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uujNd8qiVg .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uujNd8qiVg .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uujNd8qiVg H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uujNd8qiVg .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uujNd8qiVg .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uujNd8qiVg .mbr-text,
.cid-uujNd8qiVg .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uujNd8qiVg .mbr-section-title {
  text-align: center;
}
.cid-uumWrvHcAN {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uumWrvHcAN .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uumWrvHcAN .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uumWrvHcAN .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uumWrvHcAN .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uumWrvHcAN .text-wrap {
  padding: 0 1rem;
}
.cid-uumWrvHcAN .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uumWrvHcAN .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uumWrvHcAN .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uumWrvHcAN .card-block:hover img {
  transform: scale(1.1);
}
.cid-uumWrvHcAN .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uumWrvHcAN .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uumWrvHcAN .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uumWrvHcAN .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uumWrvHcAN .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uumWrvHcAN H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uumWrvHcAN .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uumWrvHcAN .mbr-text,
.cid-uumWrvHcAN .link-wrap {
  text-align: left;
}
.cid-uumWrvHcAN .mbr-section-title {
  text-align: left;
}
.cid-uumRtSpY8Q {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uumRtSpY8Q .item {
  padding-bottom: 2rem;
}
.cid-uumRtSpY8Q .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uumRtSpY8Q .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uumRtSpY8Q .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uumRtSpY8Q .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uumRtSpY8Q .carousel-control,
.cid-uumRtSpY8Q .close {
  background: #1b1b1b;
}
.cid-uumRtSpY8Q .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uumRtSpY8Q .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uumRtSpY8Q .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uumRtSpY8Q .carousel-control-next span {
  margin-left: 5px;
}
.cid-uumRtSpY8Q .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uumRtSpY8Q .close::before {
  content: '\e91a';
}
.cid-uumRtSpY8Q .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uumRtSpY8Q .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uumRtSpY8Q .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uumRtSpY8Q .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uumRtSpY8Q .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uumRtSpY8Q .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uumRtSpY8Q .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uumRtSpY8Q .carousel-indicators li.active,
.cid-uumRtSpY8Q .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uumRtSpY8Q .carousel-indicators li::after,
.cid-uumRtSpY8Q .carousel-indicators li::before {
  content: none;
}
.cid-uumRtSpY8Q .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uumRtSpY8Q .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uumRtSpY8Q .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uumRtSpY8Q .carousel-indicators {
    display: none;
  }
}
.cid-uumRtSpY8Q .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uumRtSpY8Q .carousel-inner > .active {
  display: block;
}
.cid-uumRtSpY8Q .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uumRtSpY8Q .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uumRtSpY8Q .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uumRtSpY8Q .carousel-control,
  .cid-uumRtSpY8Q .carousel-indicators,
  .cid-uumRtSpY8Q .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uumRtSpY8Q .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uumRtSpY8Q .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uumRtSpY8Q .carousel-indicators .active,
.cid-uumRtSpY8Q .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uumRtSpY8Q .carousel-indicators .active {
  background: #fff;
}
.cid-uumRtSpY8Q .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uumRtSpY8Q .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uumRtSpY8Q .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uumRtSpY8Q .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uumRtSpY8Q .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uumRtSpY8Q .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uumRtSpY8Q .carousel {
  width: 100%;
}
.cid-uumRtSpY8Q .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uumRtSpY8Q .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uumRtSpY8Q .modal.fade .modal-dialog,
.cid-uumRtSpY8Q .modal.in .modal-dialog {
  transform: none;
}
.cid-uumRtSpY8Q .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uumRtSpY8Q H6 {
  text-align: center;
}
.cid-uumPLdY2GV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uumPLdY2GV H1 {
  text-align: left;
}
.cid-uumPLdY2GV .mbr-text,
.cid-uumPLdY2GV .mbr-section-btn {
  text-align: left;
}
.cid-uujNd8FHkV {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uujNd8FHkV .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uujNd8FHkV .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uujNd8FHkV .schiefer-text {
    width: 300px;
  }
}
.cid-uujNd8FHkV .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uujNd8FHkV H1 {
  color: #073b4c;
}
.cid-uujNd8SvFU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uujNd8SvFU .content {
    text-align: center;
  }
  .cid-uujNd8SvFU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uujNd8SvFU .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uujNd8SvFU .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uujNd8SvFU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uujNd8SvFU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uujNd8SvFU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uujNd8SvFU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uujNd8SvFU .google-map {
    width: 100%;
  }
}
.cid-uujNd8SvFU H3 {
  color: #ffffff;
}
.cid-uujNd8SvFU P {
  color: #ffffff;
}
.cid-uujNd98373 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uujNd98373 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uumvYDSEF1 .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uumvYDSEF1 .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uumvYDSEF1 .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uumvYDSEF1 .leerlogo {
    min-height: 50px;
  }
}
.cid-uumvYDSEF1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uumvYDSEF1 .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uumvYDSEF1 .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uumvYDSEF1 .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uumvYDSEF1 .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uumvYDSEF1 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uumvYDSEF1 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uumvYDSEF1 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uumvYDSEF1 .navbar.opened {
  transition: all .3s;
}
.cid-uumvYDSEF1 .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uumvYDSEF1 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uumvYDSEF1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uumvYDSEF1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uumvYDSEF1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uumvYDSEF1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uumvYDSEF1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uumvYDSEF1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uumvYDSEF1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uumvYDSEF1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uumvYDSEF1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uumvYDSEF1 .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uumvYDSEF1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uumvYDSEF1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uumvYDSEF1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uumvYDSEF1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uumvYDSEF1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uumvYDSEF1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uumvYDSEF1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uumvYDSEF1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uumvYDSEF1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uumvYDSEF1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uumvYDSEF1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uumvYDSEF1 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uumvYDSEF1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uumvYDSEF1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uumvYDSEF1 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uumvYDSEF1 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uumvYDSEF1 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uumvYDSEF1 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uumvYDSEF1 .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uumvYDSEF1 .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uumvYDSEF1 .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uumvYDSEF1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uumvYDSEF1 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uumvYDSEF1 .navbar-caption {
  padding-right: 4rem;
}
.cid-uumvYDSEF1 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uumvYDSEF1 .dropdown-menu,
.cid-uumvYDSEF1 .navbar.opened {
  background: #ffffff !important;
}
.cid-uumvYDSEF1 .nav-item:focus,
.cid-uumvYDSEF1 .nav-link:focus {
  outline: none;
}
.cid-uumvYDSEF1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uumvYDSEF1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uumvYDSEF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uumvYDSEF1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uumvYDSEF1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uumvYDSEF1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uumvYDSEF1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uumvYDSEF1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uumvYDSEF1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uumvYDSEF1 .dropdown-item.active,
.cid-uumvYDSEF1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uumvYDSEF1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uumvYDSEF1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uumvYDSEF1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uumvYDSEF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uumvYDSEF1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uumvYDSEF1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uumvYDSEF1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uumvYDSEF1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uumvYDSEF1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uumvYDSEF1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uumvYDSEF1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uumvYDSEF1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uumvYDSEF1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uumvYDSEF1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uumvYDSEF1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uumvYDSEF1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uumvYDSEF1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uumvYDSEF1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uumvYDSEF1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uumvYDSEF1 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uumvYDSEF1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uumvYDSEF1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uumvYDSEF1 .navbar {
    height: 77px;
  }
  .cid-uumvYDSEF1 .navbar.opened {
    height: auto;
  }
  .cid-uumvYDSEF1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uumvYDSEF1 .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uumvYDSEF1 .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uumvYDSEF1 .spezidropdown {
    width: 17rem;
  }
}
.cid-uYpi1p5sng {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYpi1p5sng .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px);
  width: fit-content;
  padding: 2rem;
}
.cid-uYpi1p5sng .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYpi1p5sng .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYpi1p5sng .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYpi1p5sng .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpi1p5sng .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYpi1p5sng .wrapper {
  position: relative;
}
.cid-uYpi1p5sng .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYpi1p5sng .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYpi1p5sng .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYpi1p5sng .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYpi1p5sng .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYpi1p5sng .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYpi1p5sng .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYpi1p5sng .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYpi1p5sng .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYpi1p5sng .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYpi1p5sng .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYpi1p5sng .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYpi1p5sng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpi1p5sng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpi1p5sng .mbr-section-title,
.cid-uYpi1p5sng .mbr-section-btn {
  text-align: justify;
}
.cid-uumvYExuvq {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uumvYExuvq .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uumvYExuvq .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uumvYExuvq .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uumvYExuvq .text-wrap {
  padding: 0 1rem;
}
.cid-uumvYExuvq .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uumvYExuvq .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uumvYExuvq .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uumvYExuvq .card-block:hover img {
  transform: scale(1.1);
}
.cid-uumvYExuvq .card {
  padding: 5px;
}
.cid-uumvYExuvq .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uumvYExuvq .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uumvYExuvq .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uumvYExuvq H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uumvYExuvq .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uumvYExuvq .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uumvYExuvq .mbr-text,
.cid-uumvYExuvq .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uumvYExuvq .mbr-section-title {
  text-align: center;
}
.cid-uumD6utESL {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uumD6utESL .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uumD6utESL .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uumD6utESL .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uumD6utESL .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uumD6utESL .text-wrap {
  padding: 0 1rem;
}
.cid-uumD6utESL .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uumD6utESL .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uumD6utESL .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uumD6utESL .card-block:hover img {
  transform: scale(1.1);
}
.cid-uumD6utESL .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uumD6utESL .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uumD6utESL .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uumD6utESL .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uumD6utESL .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uumD6utESL H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uumD6utESL .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uumD6utESL .mbr-text,
.cid-uumD6utESL .link-wrap {
  text-align: left;
}
.cid-uumD6utESL .mbr-section-title {
  text-align: left;
}
.cid-uumDAHG26P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uumDAHG26P H1 {
  text-align: left;
}
.cid-uumDAHG26P .mbr-text,
.cid-uumDAHG26P .mbr-section-btn {
  text-align: left;
}
.cid-uumvYEGYOP {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uumvYEGYOP .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uumvYEGYOP .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uumvYEGYOP .schiefer-text {
    width: 300px;
  }
}
.cid-uumvYEGYOP .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uumvYEGYOP H1 {
  color: #073b4c;
}
.cid-uumvYEP2tt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uumvYEP2tt .content {
    text-align: center;
  }
  .cid-uumvYEP2tt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uumvYEP2tt .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uumvYEP2tt .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uumvYEP2tt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uumvYEP2tt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uumvYEP2tt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uumvYEP2tt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uumvYEP2tt .google-map {
    width: 100%;
  }
}
.cid-uumvYEP2tt H3 {
  color: #ffffff;
}
.cid-uumvYEP2tt P {
  color: #ffffff;
}
.cid-uumvYEYeXe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uumvYEYeXe .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwCB0iiP2T .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwCB0iiP2T .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwCB0iiP2T .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwCB0iiP2T .leerlogo {
    min-height: 50px;
  }
}
.cid-uwCB0iiP2T .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCB0iiP2T .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwCB0iiP2T .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwCB0iiP2T .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwCB0iiP2T .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwCB0iiP2T .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwCB0iiP2T .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwCB0iiP2T .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwCB0iiP2T .navbar.opened {
  transition: all .3s;
}
.cid-uwCB0iiP2T .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwCB0iiP2T .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwCB0iiP2T .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwCB0iiP2T .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwCB0iiP2T .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwCB0iiP2T .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwCB0iiP2T .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwCB0iiP2T .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwCB0iiP2T .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwCB0iiP2T .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwCB0iiP2T .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwCB0iiP2T .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwCB0iiP2T .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwCB0iiP2T .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwCB0iiP2T .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwCB0iiP2T .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwCB0iiP2T .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwCB0iiP2T .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwCB0iiP2T .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwCB0iiP2T .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwCB0iiP2T .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwCB0iiP2T .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwCB0iiP2T .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwCB0iiP2T .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwCB0iiP2T .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwCB0iiP2T .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwCB0iiP2T .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwCB0iiP2T .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwCB0iiP2T .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwCB0iiP2T .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwCB0iiP2T .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwCB0iiP2T .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwCB0iiP2T .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwCB0iiP2T .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwCB0iiP2T .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwCB0iiP2T .navbar-caption {
  padding-right: 4rem;
}
.cid-uwCB0iiP2T .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwCB0iiP2T .dropdown-menu,
.cid-uwCB0iiP2T .navbar.opened {
  background: #ffffff !important;
}
.cid-uwCB0iiP2T .nav-item:focus,
.cid-uwCB0iiP2T .nav-link:focus {
  outline: none;
}
.cid-uwCB0iiP2T .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCB0iiP2T .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwCB0iiP2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwCB0iiP2T .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCB0iiP2T .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwCB0iiP2T .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwCB0iiP2T .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwCB0iiP2T .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwCB0iiP2T .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwCB0iiP2T .dropdown-item.active,
.cid-uwCB0iiP2T .dropdown-item:active {
  background-color: transparent;
}
.cid-uwCB0iiP2T .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwCB0iiP2T .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwCB0iiP2T .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwCB0iiP2T .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwCB0iiP2T .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwCB0iiP2T .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwCB0iiP2T ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwCB0iiP2T .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwCB0iiP2T button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwCB0iiP2T button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwCB0iiP2T button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwCB0iiP2T button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCB0iiP2T button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCB0iiP2T button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwCB0iiP2T nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCB0iiP2T nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwCB0iiP2T nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwCB0iiP2T nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCB0iiP2T .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwCB0iiP2T a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwCB0iiP2T .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwCB0iiP2T .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwCB0iiP2T .navbar {
    height: 77px;
  }
  .cid-uwCB0iiP2T .navbar.opened {
    height: auto;
  }
  .cid-uwCB0iiP2T .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwCB0iiP2T .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwCB0iiP2T .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwCB0iiP2T .spezidropdown {
    width: 17rem;
  }
}
.cid-uwCB0iRPyN {
  background-image: url("../../../assets/images/farbtoepfe-malerarbeiten.jpg");
}
.cid-uwCB0iRPyN H1 {
  color: #000000;
  latter-spacing: 0.5;
  text-align: center;
}
.cid-uwCB0iRPyN .kiste {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px) brightness(1.2);
  -webkit-backdrop-filter: blur(10px) brightness(1.2);
}
.cid-uwCB0iRPyN .mbr-text,
.cid-uwCB0iRPyN .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uwCB0iRPyN .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uwCB0iRPyN .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uwCB0iRPyN .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uwCB0iRPyN #id-beratung,
  .cid-uwCB0iRPyN #IDlogo {
    display: none;
  }
}
.cid-uwCB0iRPyN .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uwCB0iRPyN .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uwCB0jc918 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uwCB0jc918 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwCB0jc918 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwCB0jc918 .container {
    padding: 0 1rem;
  }
}
.cid-uwCB0jc918 .mbr-text,
.cid-uwCB0jc918 .mbr-section-btn {
  color: #333333;
}
.cid-uwCB0jc918 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwCB0jc918 .btn .mbr-iconfont {
  order: 2;
}
.cid-uwCB0jc918 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwCB0jc918 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwCB0jc918 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwCB0jc918 .align-left {
    text-align: center;
  }
  .cid-uwCB0jc918 H1,
  .cid-uwCB0jc918 h3 {
    text-align: center;
  }
  .cid-uwCB0jc918 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwCB0jc918 .mbr-section-title {
    text-align: center;
  }
  .cid-uwCB0jc918 H1,
  .cid-uwCB0jc918 h3 {
    text-align: center;
  }
}
.cid-uwCB0jc918 H2 {
  color: #343434;
}
.cid-uwCB0jsYsj {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uwCB0jsYsj .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uwCB0jsYsj .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uwCB0jsYsj .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uwCB0jsYsj .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uwCB0jsYsj .text-wrap {
  padding: 0 1rem;
}
.cid-uwCB0jsYsj .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uwCB0jsYsj .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uwCB0jsYsj .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uwCB0jsYsj .card-block:hover img {
  transform: scale(1.1);
}
.cid-uwCB0jsYsj .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uwCB0jsYsj .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uwCB0jsYsj .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uwCB0jsYsj .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uwCB0jsYsj .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uwCB0jsYsj H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uwCB0jsYsj .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uwCB0jsYsj .mbr-text,
.cid-uwCB0jsYsj .link-wrap {
  text-align: left;
}
.cid-uwCB0jsYsj .mbr-section-title {
  text-align: left;
}
.cid-uwCB0jWsiW {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uwCB0jWsiW .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uwCB0jWsiW .wrapper {
  position: relative;
}
.cid-uwCB0jWsiW .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uwCB0jWsiW .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uwCB0jWsiW .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uwCB0jWsiW .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uwCB0jWsiW .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uwCB0jWsiW .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uwCB0jWsiW .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uwCB0jWsiW .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uwCB0jWsiW .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uwCB0jWsiW .img2 {
    width: 400px;
  }
  .cid-uwCB0jWsiW .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uwCB0jWsiW .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uwCB0jWsiW .img2 {
    width: 400px;
  }
  .cid-uwCB0jWsiW .img1 {
    padding-right: 4rem;
  }
  .cid-uwCB0jWsiW .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCB0jWsiW .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uwCB0jWsiW .img2 {
    width: 200px;
  }
  .cid-uwCB0jWsiW .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwCB0jWsiW .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uwCB0jWsiW .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uwCB0jWsiW .btn {
    min-width: unset;
  }
}
.cid-uwCB0kevmy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uwCB0kevmy .mbr-text {
  color: #8d97ad;
}
.cid-uwCB0kevmy .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uwCB0kevmy .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uwCB0kevmy .blockquote-quote {
    text-align: left;
  }
  .cid-uwCB0kevmy .signature {
    text-align: left;
  }
}
.cid-uwCB0kevmy .mbr-text,
.cid-uwCB0kevmy .blockquote-quote {
  color: #343434;
}
.cid-v0QJeGF5tp {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/maler.jpg");
}
.cid-v0QJeGF5tp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0QJeGF5tp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0QMuNJRae {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0QMuNJRae H1 {
  text-align: left;
}
.cid-v0QMuNJRae .mbr-text,
.cid-v0QMuNJRae .mbr-section-btn {
  text-align: left;
}
.cid-uwCB0ksA0m {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwCB0ksA0m .content {
    text-align: center;
  }
  .cid-uwCB0ksA0m .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwCB0ksA0m .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwCB0ksA0m .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwCB0ksA0m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwCB0ksA0m .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwCB0ksA0m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwCB0ksA0m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwCB0ksA0m .google-map {
    width: 100%;
  }
}
.cid-uwCB0ksA0m H3 {
  color: #ffffff;
}
.cid-uwCB0ksA0m P {
  color: #ffffff;
}
.cid-uwCB0kNG4g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwCB0kNG4g .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwCCAvk9Sq .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwCCAvk9Sq .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwCCAvk9Sq .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwCCAvk9Sq .leerlogo {
    min-height: 50px;
  }
}
.cid-uwCCAvk9Sq .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCCAvk9Sq .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwCCAvk9Sq .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwCCAvk9Sq .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwCCAvk9Sq .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwCCAvk9Sq .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwCCAvk9Sq .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwCCAvk9Sq .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwCCAvk9Sq .navbar.opened {
  transition: all .3s;
}
.cid-uwCCAvk9Sq .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwCCAvk9Sq .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwCCAvk9Sq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwCCAvk9Sq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwCCAvk9Sq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwCCAvk9Sq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwCCAvk9Sq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwCCAvk9Sq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwCCAvk9Sq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwCCAvk9Sq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwCCAvk9Sq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwCCAvk9Sq .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwCCAvk9Sq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwCCAvk9Sq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwCCAvk9Sq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwCCAvk9Sq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwCCAvk9Sq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwCCAvk9Sq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwCCAvk9Sq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwCCAvk9Sq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwCCAvk9Sq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwCCAvk9Sq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwCCAvk9Sq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwCCAvk9Sq .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwCCAvk9Sq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwCCAvk9Sq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwCCAvk9Sq .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwCCAvk9Sq .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwCCAvk9Sq .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwCCAvk9Sq .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwCCAvk9Sq .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwCCAvk9Sq .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwCCAvk9Sq .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwCCAvk9Sq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwCCAvk9Sq .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwCCAvk9Sq .navbar-caption {
  padding-right: 4rem;
}
.cid-uwCCAvk9Sq .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwCCAvk9Sq .dropdown-menu,
.cid-uwCCAvk9Sq .navbar.opened {
  background: #ffffff !important;
}
.cid-uwCCAvk9Sq .nav-item:focus,
.cid-uwCCAvk9Sq .nav-link:focus {
  outline: none;
}
.cid-uwCCAvk9Sq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCCAvk9Sq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwCCAvk9Sq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwCCAvk9Sq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCCAvk9Sq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwCCAvk9Sq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwCCAvk9Sq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwCCAvk9Sq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwCCAvk9Sq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwCCAvk9Sq .dropdown-item.active,
.cid-uwCCAvk9Sq .dropdown-item:active {
  background-color: transparent;
}
.cid-uwCCAvk9Sq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwCCAvk9Sq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwCCAvk9Sq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwCCAvk9Sq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwCCAvk9Sq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwCCAvk9Sq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwCCAvk9Sq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwCCAvk9Sq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwCCAvk9Sq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwCCAvk9Sq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwCCAvk9Sq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwCCAvk9Sq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCCAvk9Sq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCCAvk9Sq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwCCAvk9Sq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCCAvk9Sq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwCCAvk9Sq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwCCAvk9Sq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCCAvk9Sq .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwCCAvk9Sq a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwCCAvk9Sq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwCCAvk9Sq .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwCCAvk9Sq .navbar {
    height: 77px;
  }
  .cid-uwCCAvk9Sq .navbar.opened {
    height: auto;
  }
  .cid-uwCCAvk9Sq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwCCAvk9Sq .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwCCAvk9Sq .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwCCAvk9Sq .spezidropdown {
    width: 17rem;
  }
}
.cid-uwCCAvS4Yf {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uwCCAvS4Yf H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uwCCAvS4Yf .mbr-text,
.cid-uwCCAvS4Yf .mbr-section-btn {
  color: #333333;
}
.cid-uwCCAvS4Yf .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uwCCAvS4Yf .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uwCCAvS4Yf .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uwCCAvS4Yf #id-beratung,
  .cid-uwCCAvS4Yf #IDlogo {
    display: none;
  }
}
.cid-uwCCAvS4Yf .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uwCCAvS4Yf .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uwCCAw6R2I {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uwCCAw6R2I .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwCCAw6R2I .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwCCAw6R2I .container {
    padding: 0 1rem;
  }
}
.cid-uwCCAw6R2I .mbr-text,
.cid-uwCCAw6R2I .mbr-section-btn {
  color: #333333;
}
.cid-uwCCAw6R2I .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwCCAw6R2I .btn .mbr-iconfont {
  order: 2;
}
.cid-uwCCAw6R2I .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwCCAw6R2I H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwCCAw6R2I H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwCCAw6R2I .align-left {
    text-align: center;
  }
  .cid-uwCCAw6R2I H1,
  .cid-uwCCAw6R2I h3 {
    text-align: center;
  }
  .cid-uwCCAw6R2I .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwCCAw6R2I .mbr-section-title {
    text-align: center;
  }
  .cid-uwCCAw6R2I H1,
  .cid-uwCCAw6R2I h3 {
    text-align: center;
  }
}
.cid-uwCCAw6R2I H2 {
  color: #343434;
}
.cid-uwCCAwpjQM {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uwCCAwpjQM .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uwCCAwpjQM .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uwCCAwpjQM .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uwCCAwpjQM .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uwCCAwpjQM .text-wrap {
  padding: 0 1rem;
}
.cid-uwCCAwpjQM .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uwCCAwpjQM .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uwCCAwpjQM .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uwCCAwpjQM .card-block:hover img {
  transform: scale(1.1);
}
.cid-uwCCAwpjQM .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uwCCAwpjQM .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uwCCAwpjQM .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uwCCAwpjQM .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uwCCAwpjQM .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uwCCAwpjQM H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uwCCAwpjQM .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uwCCAwpjQM .mbr-text,
.cid-uwCCAwpjQM .link-wrap {
  text-align: left;
}
.cid-uwCCAwpjQM .mbr-section-title {
  text-align: left;
}
.cid-uwCCAwSqRC {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uwCCAwSqRC .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uwCCAwSqRC .wrapper {
  position: relative;
}
.cid-uwCCAwSqRC .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uwCCAwSqRC .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uwCCAwSqRC .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uwCCAwSqRC .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uwCCAwSqRC .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uwCCAwSqRC .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uwCCAwSqRC .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uwCCAwSqRC .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uwCCAwSqRC .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uwCCAwSqRC .img2 {
    width: 400px;
  }
  .cid-uwCCAwSqRC .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uwCCAwSqRC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uwCCAwSqRC .img2 {
    width: 400px;
  }
  .cid-uwCCAwSqRC .img1 {
    padding-right: 4rem;
  }
  .cid-uwCCAwSqRC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCCAwSqRC .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uwCCAwSqRC .img2 {
    width: 200px;
  }
  .cid-uwCCAwSqRC .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwCCAwSqRC .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uwCCAwSqRC .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uwCCAwSqRC .btn {
    min-width: unset;
  }
}
.cid-uwCCAx4kWQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uwCCAx4kWQ .mbr-text {
  color: #8d97ad;
}
.cid-uwCCAx4kWQ .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uwCCAx4kWQ .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uwCCAx4kWQ .blockquote-quote {
    text-align: left;
  }
  .cid-uwCCAx4kWQ .signature {
    text-align: left;
  }
}
.cid-uwCCAx4kWQ .mbr-text,
.cid-uwCCAx4kWQ .blockquote-quote {
  color: #343434;
}
.cid-uwCCAxc77o {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwCCAxc77o .content {
    text-align: center;
  }
  .cid-uwCCAxc77o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwCCAxc77o .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwCCAxc77o .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwCCAxc77o .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwCCAxc77o .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwCCAxc77o .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwCCAxc77o .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwCCAxc77o .google-map {
    width: 100%;
  }
}
.cid-uwCCAxc77o H3 {
  color: #ffffff;
}
.cid-uwCCAxc77o P {
  color: #ffffff;
}
.cid-uwCCAxsrA4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwCCAxsrA4 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwCDoOF4fI .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwCDoOF4fI .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwCDoOF4fI .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwCDoOF4fI .leerlogo {
    min-height: 50px;
  }
}
.cid-uwCDoOF4fI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCDoOF4fI .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwCDoOF4fI .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwCDoOF4fI .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwCDoOF4fI .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwCDoOF4fI .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwCDoOF4fI .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwCDoOF4fI .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwCDoOF4fI .navbar.opened {
  transition: all .3s;
}
.cid-uwCDoOF4fI .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwCDoOF4fI .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwCDoOF4fI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwCDoOF4fI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwCDoOF4fI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwCDoOF4fI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwCDoOF4fI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwCDoOF4fI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwCDoOF4fI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwCDoOF4fI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwCDoOF4fI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwCDoOF4fI .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwCDoOF4fI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwCDoOF4fI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwCDoOF4fI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwCDoOF4fI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwCDoOF4fI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwCDoOF4fI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwCDoOF4fI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwCDoOF4fI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwCDoOF4fI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwCDoOF4fI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwCDoOF4fI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwCDoOF4fI .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwCDoOF4fI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwCDoOF4fI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwCDoOF4fI .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwCDoOF4fI .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwCDoOF4fI .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwCDoOF4fI .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwCDoOF4fI .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwCDoOF4fI .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwCDoOF4fI .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwCDoOF4fI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwCDoOF4fI .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwCDoOF4fI .navbar-caption {
  padding-right: 4rem;
}
.cid-uwCDoOF4fI .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwCDoOF4fI .dropdown-menu,
.cid-uwCDoOF4fI .navbar.opened {
  background: #ffffff !important;
}
.cid-uwCDoOF4fI .nav-item:focus,
.cid-uwCDoOF4fI .nav-link:focus {
  outline: none;
}
.cid-uwCDoOF4fI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCDoOF4fI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwCDoOF4fI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwCDoOF4fI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCDoOF4fI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwCDoOF4fI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwCDoOF4fI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwCDoOF4fI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwCDoOF4fI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwCDoOF4fI .dropdown-item.active,
.cid-uwCDoOF4fI .dropdown-item:active {
  background-color: transparent;
}
.cid-uwCDoOF4fI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwCDoOF4fI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwCDoOF4fI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwCDoOF4fI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwCDoOF4fI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwCDoOF4fI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwCDoOF4fI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwCDoOF4fI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwCDoOF4fI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwCDoOF4fI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwCDoOF4fI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwCDoOF4fI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCDoOF4fI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCDoOF4fI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwCDoOF4fI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCDoOF4fI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwCDoOF4fI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwCDoOF4fI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCDoOF4fI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwCDoOF4fI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwCDoOF4fI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwCDoOF4fI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwCDoOF4fI .navbar {
    height: 77px;
  }
  .cid-uwCDoOF4fI .navbar.opened {
    height: auto;
  }
  .cid-uwCDoOF4fI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwCDoOF4fI .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwCDoOF4fI .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwCDoOF4fI .spezidropdown {
    width: 17rem;
  }
}
.cid-uwCDoP3kk3 {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uwCDoP3kk3 H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uwCDoP3kk3 .mbr-text,
.cid-uwCDoP3kk3 .mbr-section-btn {
  color: #333333;
}
.cid-uwCDoP3kk3 .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uwCDoP3kk3 .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uwCDoP3kk3 .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uwCDoP3kk3 #id-beratung,
  .cid-uwCDoP3kk3 #IDlogo {
    display: none;
  }
}
.cid-uwCDoP3kk3 .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uwCDoP3kk3 .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uwCDoPeIwC {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uwCDoPeIwC .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwCDoPeIwC .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwCDoPeIwC .container {
    padding: 0 1rem;
  }
}
.cid-uwCDoPeIwC .mbr-text,
.cid-uwCDoPeIwC .mbr-section-btn {
  color: #333333;
}
.cid-uwCDoPeIwC .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwCDoPeIwC .btn .mbr-iconfont {
  order: 2;
}
.cid-uwCDoPeIwC .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwCDoPeIwC H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwCDoPeIwC H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwCDoPeIwC .align-left {
    text-align: center;
  }
  .cid-uwCDoPeIwC H1,
  .cid-uwCDoPeIwC h3 {
    text-align: center;
  }
  .cid-uwCDoPeIwC .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwCDoPeIwC .mbr-section-title {
    text-align: center;
  }
  .cid-uwCDoPeIwC H1,
  .cid-uwCDoPeIwC h3 {
    text-align: center;
  }
}
.cid-uwCDoPeIwC H2 {
  color: #343434;
}
.cid-uwCDoPte9e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uwCDoPte9e .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uwCDoPte9e .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uwCDoPte9e .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uwCDoPte9e .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uwCDoPte9e .text-wrap {
  padding: 0 1rem;
}
.cid-uwCDoPte9e .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uwCDoPte9e .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uwCDoPte9e .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uwCDoPte9e .card-block:hover img {
  transform: scale(1.1);
}
.cid-uwCDoPte9e .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uwCDoPte9e .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uwCDoPte9e .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uwCDoPte9e .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uwCDoPte9e .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uwCDoPte9e H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uwCDoPte9e .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uwCDoPte9e .mbr-text,
.cid-uwCDoPte9e .link-wrap {
  text-align: left;
}
.cid-uwCDoPte9e .mbr-section-title {
  text-align: left;
}
.cid-uwCDoPYCHi {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uwCDoPYCHi .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uwCDoPYCHi .wrapper {
  position: relative;
}
.cid-uwCDoPYCHi .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uwCDoPYCHi .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uwCDoPYCHi .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uwCDoPYCHi .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uwCDoPYCHi .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uwCDoPYCHi .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uwCDoPYCHi .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uwCDoPYCHi .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uwCDoPYCHi .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uwCDoPYCHi .img2 {
    width: 400px;
  }
  .cid-uwCDoPYCHi .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uwCDoPYCHi .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uwCDoPYCHi .img2 {
    width: 400px;
  }
  .cid-uwCDoPYCHi .img1 {
    padding-right: 4rem;
  }
  .cid-uwCDoPYCHi .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCDoPYCHi .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uwCDoPYCHi .img2 {
    width: 200px;
  }
  .cid-uwCDoPYCHi .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwCDoPYCHi .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uwCDoPYCHi .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uwCDoPYCHi .btn {
    min-width: unset;
  }
}
.cid-uwCDoQevYi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uwCDoQevYi .mbr-text {
  color: #8d97ad;
}
.cid-uwCDoQevYi .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uwCDoQevYi .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uwCDoQevYi .blockquote-quote {
    text-align: left;
  }
  .cid-uwCDoQevYi .signature {
    text-align: left;
  }
}
.cid-uwCDoQevYi .mbr-text,
.cid-uwCDoQevYi .blockquote-quote {
  color: #343434;
}
.cid-uwCDoQsXWJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwCDoQsXWJ .content {
    text-align: center;
  }
  .cid-uwCDoQsXWJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwCDoQsXWJ .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwCDoQsXWJ .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwCDoQsXWJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwCDoQsXWJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwCDoQsXWJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwCDoQsXWJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwCDoQsXWJ .google-map {
    width: 100%;
  }
}
.cid-uwCDoQsXWJ H3 {
  color: #ffffff;
}
.cid-uwCDoQsXWJ P {
  color: #ffffff;
}
.cid-uwCDoQJsYo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwCDoQJsYo .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwCFfKrP9D .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwCFfKrP9D .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .leerlogo {
    min-height: 50px;
  }
}
.cid-uwCFfKrP9D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwCFfKrP9D .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwCFfKrP9D .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwCFfKrP9D .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwCFfKrP9D .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwCFfKrP9D .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwCFfKrP9D .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwCFfKrP9D .navbar.opened {
  transition: all .3s;
}
.cid-uwCFfKrP9D .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwCFfKrP9D .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwCFfKrP9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwCFfKrP9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwCFfKrP9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwCFfKrP9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwCFfKrP9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwCFfKrP9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwCFfKrP9D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwCFfKrP9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwCFfKrP9D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwCFfKrP9D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwCFfKrP9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwCFfKrP9D .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwCFfKrP9D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwCFfKrP9D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwCFfKrP9D .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwCFfKrP9D .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwCFfKrP9D .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwCFfKrP9D .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwCFfKrP9D .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwCFfKrP9D .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwCFfKrP9D .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwCFfKrP9D .navbar-caption {
  padding-right: 4rem;
}
.cid-uwCFfKrP9D .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwCFfKrP9D .dropdown-menu,
.cid-uwCFfKrP9D .navbar.opened {
  background: #ffffff !important;
}
.cid-uwCFfKrP9D .nav-item:focus,
.cid-uwCFfKrP9D .nav-link:focus {
  outline: none;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwCFfKrP9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwCFfKrP9D .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwCFfKrP9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwCFfKrP9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwCFfKrP9D .dropdown-item.active,
.cid-uwCFfKrP9D .dropdown-item:active {
  background-color: transparent;
}
.cid-uwCFfKrP9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwCFfKrP9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwCFfKrP9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwCFfKrP9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwCFfKrP9D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwCFfKrP9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwCFfKrP9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCFfKrP9D .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwCFfKrP9D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwCFfKrP9D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwCFfKrP9D .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwCFfKrP9D .navbar {
    height: 77px;
  }
  .cid-uwCFfKrP9D .navbar.opened {
    height: auto;
  }
  .cid-uwCFfKrP9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwCFfKrP9D .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwCFfKrP9D .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .spezidropdown {
    width: 17rem;
  }
}
.cid-uwCFfL2sDV {
  background-image: url("../../../assets/images/altbau-neubau.jpg");
}
.cid-uwCFfL2sDV H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uwCFfL2sDV .mbr-text,
.cid-uwCFfL2sDV .mbr-section-btn {
  color: #333333;
}
.cid-uwCFfL2sDV .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uwCFfL2sDV .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uwCFfL2sDV .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uwCFfL2sDV #id-beratung,
  .cid-uwCFfL2sDV #IDlogo {
    display: none;
  }
}
.cid-uwCFfL2sDV .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uwCFfL2sDV .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uwCFfLm4a6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uwCFfLm4a6 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwCFfLm4a6 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwCFfLm4a6 .container {
    padding: 0 1rem;
  }
}
.cid-uwCFfLm4a6 .mbr-text,
.cid-uwCFfLm4a6 .mbr-section-btn {
  color: #333333;
}
.cid-uwCFfLm4a6 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwCFfLm4a6 .btn .mbr-iconfont {
  order: 2;
}
.cid-uwCFfLm4a6 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwCFfLm4a6 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwCFfLm4a6 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwCFfLm4a6 .align-left {
    text-align: center;
  }
  .cid-uwCFfLm4a6 H1,
  .cid-uwCFfLm4a6 h3 {
    text-align: center;
  }
  .cid-uwCFfLm4a6 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwCFfLm4a6 .mbr-section-title {
    text-align: center;
  }
  .cid-uwCFfLm4a6 H1,
  .cid-uwCFfLm4a6 h3 {
    text-align: center;
  }
}
.cid-uwCFfLm4a6 H2 {
  color: #343434;
}
.cid-uwCFfLzzsJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uwCFfLzzsJ .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uwCFfLzzsJ .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uwCFfLzzsJ .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uwCFfLzzsJ .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uwCFfLzzsJ .text-wrap {
  padding: 0 1rem;
}
.cid-uwCFfLzzsJ .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uwCFfLzzsJ .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uwCFfLzzsJ .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uwCFfLzzsJ .card-block:hover img {
  transform: scale(1.1);
}
.cid-uwCFfLzzsJ .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uwCFfLzzsJ .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uwCFfLzzsJ .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uwCFfLzzsJ .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uwCFfLzzsJ .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uwCFfLzzsJ H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uwCFfLzzsJ .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uwCFfLzzsJ .mbr-text,
.cid-uwCFfLzzsJ .link-wrap {
  text-align: left;
}
.cid-uwCFfLzzsJ .mbr-section-title {
  text-align: left;
}
.cid-uwCFfM99zX {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uwCFfM99zX .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uwCFfM99zX .wrapper {
  position: relative;
}
.cid-uwCFfM99zX .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uwCFfM99zX .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uwCFfM99zX .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uwCFfM99zX .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uwCFfM99zX .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uwCFfM99zX .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uwCFfM99zX .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uwCFfM99zX .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uwCFfM99zX .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uwCFfM99zX .img2 {
    width: 400px;
  }
  .cid-uwCFfM99zX .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uwCFfM99zX .img2 {
    width: 400px;
  }
  .cid-uwCFfM99zX .img1 {
    padding-right: 4rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCFfM99zX .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uwCFfM99zX .img2 {
    width: 200px;
  }
  .cid-uwCFfM99zX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uwCFfM99zX .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uwCFfM99zX .btn {
    min-width: unset;
  }
}
.cid-uwCFfMoHDZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uwCFfMoHDZ .mbr-text {
  color: #8d97ad;
}
.cid-uwCFfMoHDZ .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uwCFfMoHDZ .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uwCFfMoHDZ .blockquote-quote {
    text-align: left;
  }
  .cid-uwCFfMoHDZ .signature {
    text-align: left;
  }
}
.cid-uwCFfMoHDZ .mbr-text,
.cid-uwCFfMoHDZ .blockquote-quote {
  color: #343434;
}
.cid-uwCFfMxp2N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwCFfMxp2N .content {
    text-align: center;
  }
  .cid-uwCFfMxp2N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwCFfMxp2N .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwCFfMxp2N .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwCFfMxp2N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwCFfMxp2N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwCFfMxp2N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwCFfMxp2N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwCFfMxp2N .google-map {
    width: 100%;
  }
}
.cid-uwCFfMxp2N H3 {
  color: #ffffff;
}
.cid-uwCFfMxp2N P {
  color: #ffffff;
}
.cid-uwCFfMLTbf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwCFfMLTbf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwCFfKrP9D .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwCFfKrP9D .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .leerlogo {
    min-height: 50px;
  }
}
.cid-uwCFfKrP9D .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwCFfKrP9D .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwCFfKrP9D .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwCFfKrP9D .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwCFfKrP9D .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwCFfKrP9D .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwCFfKrP9D .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwCFfKrP9D .navbar.opened {
  transition: all .3s;
}
.cid-uwCFfKrP9D .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwCFfKrP9D .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwCFfKrP9D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwCFfKrP9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwCFfKrP9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwCFfKrP9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwCFfKrP9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwCFfKrP9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwCFfKrP9D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwCFfKrP9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwCFfKrP9D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwCFfKrP9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwCFfKrP9D .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwCFfKrP9D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwCFfKrP9D .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwCFfKrP9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwCFfKrP9D .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwCFfKrP9D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwCFfKrP9D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwCFfKrP9D .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwCFfKrP9D .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwCFfKrP9D .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwCFfKrP9D .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwCFfKrP9D .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwCFfKrP9D .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwCFfKrP9D .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwCFfKrP9D .navbar-caption {
  padding-right: 4rem;
}
.cid-uwCFfKrP9D .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwCFfKrP9D .dropdown-menu,
.cid-uwCFfKrP9D .navbar.opened {
  background: #ffffff !important;
}
.cid-uwCFfKrP9D .nav-item:focus,
.cid-uwCFfKrP9D .nav-link:focus {
  outline: none;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwCFfKrP9D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwCFfKrP9D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwCFfKrP9D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwCFfKrP9D .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwCFfKrP9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwCFfKrP9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwCFfKrP9D .dropdown-item.active,
.cid-uwCFfKrP9D .dropdown-item:active {
  background-color: transparent;
}
.cid-uwCFfKrP9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwCFfKrP9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwCFfKrP9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwCFfKrP9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwCFfKrP9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwCFfKrP9D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwCFfKrP9D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwCFfKrP9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwCFfKrP9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwCFfKrP9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwCFfKrP9D .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwCFfKrP9D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwCFfKrP9D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwCFfKrP9D .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwCFfKrP9D .navbar {
    height: 77px;
  }
  .cid-uwCFfKrP9D .navbar.opened {
    height: auto;
  }
  .cid-uwCFfKrP9D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwCFfKrP9D .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwCFfKrP9D .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwCFfKrP9D .spezidropdown {
    width: 17rem;
  }
}
.cid-uwCFfL2sDV {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uwCFfL2sDV H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uwCFfL2sDV .mbr-text,
.cid-uwCFfL2sDV .mbr-section-btn {
  color: #333333;
}
.cid-uwCFfL2sDV .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uwCFfL2sDV .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uwCFfL2sDV .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uwCFfL2sDV #id-beratung,
  .cid-uwCFfL2sDV #IDlogo {
    display: none;
  }
}
.cid-uwCFfL2sDV .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uwCFfL2sDV .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uwCFfLm4a6 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f1eeea;
}
.cid-uwCFfLm4a6 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwCFfLm4a6 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwCFfLm4a6 .container {
    padding: 0 1rem;
  }
}
.cid-uwCFfLm4a6 .mbr-text,
.cid-uwCFfLm4a6 .mbr-section-btn {
  color: #333333;
}
.cid-uwCFfLm4a6 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwCFfLm4a6 .btn .mbr-iconfont {
  order: 2;
}
.cid-uwCFfLm4a6 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwCFfLm4a6 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwCFfLm4a6 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwCFfLm4a6 .align-left {
    text-align: center;
  }
  .cid-uwCFfLm4a6 H1,
  .cid-uwCFfLm4a6 h3 {
    text-align: center;
  }
  .cid-uwCFfLm4a6 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwCFfLm4a6 .mbr-section-title {
    text-align: center;
  }
  .cid-uwCFfLm4a6 H1,
  .cid-uwCFfLm4a6 h3 {
    text-align: center;
  }
}
.cid-uwCFfLm4a6 H2 {
  color: #343434;
}
.cid-uwCFfLzzsJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f1eeea;
}
.cid-uwCFfLzzsJ .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uwCFfLzzsJ .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uwCFfLzzsJ .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uwCFfLzzsJ .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uwCFfLzzsJ .text-wrap {
  padding: 0 1rem;
}
.cid-uwCFfLzzsJ .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uwCFfLzzsJ .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uwCFfLzzsJ .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uwCFfLzzsJ .card-block:hover img {
  transform: scale(1.1);
}
.cid-uwCFfLzzsJ .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uwCFfLzzsJ .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uwCFfLzzsJ .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uwCFfLzzsJ .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uwCFfLzzsJ .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uwCFfLzzsJ H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uwCFfLzzsJ .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uwCFfLzzsJ .mbr-text,
.cid-uwCFfLzzsJ .link-wrap {
  text-align: left;
}
.cid-uwCFfLzzsJ .mbr-section-title {
  text-align: left;
}
.cid-uwCFfM99zX {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f1eeea;
}
.cid-uwCFfM99zX .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uwCFfM99zX .wrapper {
  position: relative;
}
.cid-uwCFfM99zX .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uwCFfM99zX .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uwCFfM99zX .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uwCFfM99zX .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uwCFfM99zX .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uwCFfM99zX .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uwCFfM99zX .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uwCFfM99zX .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uwCFfM99zX .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uwCFfM99zX .img2 {
    width: 400px;
  }
  .cid-uwCFfM99zX .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uwCFfM99zX .img2 {
    width: 400px;
  }
  .cid-uwCFfM99zX .img1 {
    padding-right: 4rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uwCFfM99zX .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uwCFfM99zX .img2 {
    width: 200px;
  }
  .cid-uwCFfM99zX .container-fluid {
    padding: 0 1rem;
  }
  .cid-uwCFfM99zX .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uwCFfM99zX .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uwCFfM99zX .btn {
    min-width: unset;
  }
}
.cid-uwCFfMoHDZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uwCFfMoHDZ .mbr-text {
  color: #8d97ad;
}
.cid-uwCFfMoHDZ .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uwCFfMoHDZ .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uwCFfMoHDZ .blockquote-quote {
    text-align: left;
  }
  .cid-uwCFfMoHDZ .signature {
    text-align: left;
  }
}
.cid-uwCFfMoHDZ .mbr-text,
.cid-uwCFfMoHDZ .blockquote-quote {
  color: #343434;
}
.cid-uwCFfMxp2N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwCFfMxp2N .content {
    text-align: center;
  }
  .cid-uwCFfMxp2N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwCFfMxp2N .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwCFfMxp2N .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwCFfMxp2N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwCFfMxp2N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwCFfMxp2N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwCFfMxp2N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwCFfMxp2N .google-map {
    width: 100%;
  }
}
.cid-uwCFfMxp2N H3 {
  color: #ffffff;
}
.cid-uwCFfMxp2N P {
  color: #ffffff;
}
.cid-uwCFfMLTbf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwCFfMLTbf .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uwDVd0h4Y0 .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uwDVd0h4Y0 .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uwDVd0h4Y0 .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uwDVd0h4Y0 .leerlogo {
    min-height: 50px;
  }
}
.cid-uwDVd0h4Y0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwDVd0h4Y0 .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uwDVd0h4Y0 .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uwDVd0h4Y0 .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uwDVd0h4Y0 .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uwDVd0h4Y0 .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uwDVd0h4Y0 .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uwDVd0h4Y0 .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uwDVd0h4Y0 .navbar.opened {
  transition: all .3s;
}
.cid-uwDVd0h4Y0 .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uwDVd0h4Y0 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uwDVd0h4Y0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwDVd0h4Y0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uwDVd0h4Y0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uwDVd0h4Y0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwDVd0h4Y0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwDVd0h4Y0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uwDVd0h4Y0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwDVd0h4Y0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uwDVd0h4Y0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uwDVd0h4Y0 .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uwDVd0h4Y0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwDVd0h4Y0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwDVd0h4Y0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwDVd0h4Y0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwDVd0h4Y0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uwDVd0h4Y0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uwDVd0h4Y0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwDVd0h4Y0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwDVd0h4Y0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwDVd0h4Y0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uwDVd0h4Y0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uwDVd0h4Y0 .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uwDVd0h4Y0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uwDVd0h4Y0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uwDVd0h4Y0 .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uwDVd0h4Y0 .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uwDVd0h4Y0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uwDVd0h4Y0 .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uwDVd0h4Y0 .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uwDVd0h4Y0 .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uwDVd0h4Y0 .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uwDVd0h4Y0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwDVd0h4Y0 .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uwDVd0h4Y0 .navbar-caption {
  padding-right: 4rem;
}
.cid-uwDVd0h4Y0 .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uwDVd0h4Y0 .dropdown-menu,
.cid-uwDVd0h4Y0 .navbar.opened {
  background: #ffffff !important;
}
.cid-uwDVd0h4Y0 .nav-item:focus,
.cid-uwDVd0h4Y0 .nav-link:focus {
  outline: none;
}
.cid-uwDVd0h4Y0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwDVd0h4Y0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwDVd0h4Y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uwDVd0h4Y0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uwDVd0h4Y0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwDVd0h4Y0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwDVd0h4Y0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwDVd0h4Y0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwDVd0h4Y0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwDVd0h4Y0 .dropdown-item.active,
.cid-uwDVd0h4Y0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uwDVd0h4Y0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwDVd0h4Y0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwDVd0h4Y0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uwDVd0h4Y0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uwDVd0h4Y0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwDVd0h4Y0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwDVd0h4Y0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uwDVd0h4Y0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwDVd0h4Y0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uwDVd0h4Y0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uwDVd0h4Y0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uwDVd0h4Y0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uwDVd0h4Y0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uwDVd0h4Y0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uwDVd0h4Y0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwDVd0h4Y0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uwDVd0h4Y0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uwDVd0h4Y0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uwDVd0h4Y0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uwDVd0h4Y0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uwDVd0h4Y0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uwDVd0h4Y0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uwDVd0h4Y0 .navbar {
    height: 77px;
  }
  .cid-uwDVd0h4Y0 .navbar.opened {
    height: auto;
  }
  .cid-uwDVd0h4Y0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uwDVd0h4Y0 .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uwDVd0h4Y0 .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uwDVd0h4Y0 .spezidropdown {
    width: 17rem;
  }
}
.cid-uYpiTwEdgf {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uYpiTwEdgf .content-wrap {
  position: absolute;
  bottom: 0px;
  backdrop-filter: blur(3px) brightness(0.7);
  width: fit-content;
  padding: 2rem;
}
.cid-uYpiTwEdgf .content-wrap img {
  width: 20px;
}
@media (max-width: 767px) {
  .cid-uYpiTwEdgf .content-wrap {
    bottom: 10rem;
  }
}
.cid-uYpiTwEdgf .container-fluid {
  position: relative;
  padding-right: 4rem;
  padding-left: 0;
}
@media (max-width: 1400px) {
  .cid-uYpiTwEdgf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYpiTwEdgf .container-fluid {
    padding-right: 1rem;
  }
}
.cid-uYpiTwEdgf .wrapper {
  position: relative;
}
.cid-uYpiTwEdgf .img1 {
  width: 100%;
  padding-right: 2rem;
  object-fit: cover;
  height: 600px;
  filter: brightness(1) saturate(0.5);
}
@media (max-width: 768px) {
  .cid-uYpiTwEdgf .img1 {
    padding-right: 1rem;
    height: 400px;
  }
}
.cid-uYpiTwEdgf .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uYpiTwEdgf .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uYpiTwEdgf .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uYpiTwEdgf .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uYpiTwEdgf .img2 {
  z-index: 2;
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 1400px) {
  .cid-uYpiTwEdgf .img2 {
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-uYpiTwEdgf .img2 {
    bottom: 5rem;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uYpiTwEdgf .img2 {
    bottom: -2.6rem;
    width: 200px;
  }
}
.cid-uYpiTwEdgf .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-uYpiTwEdgf .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
.cid-uYpiTwEdgf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYpiTwEdgf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYpiTwEdgf .mbr-section-title,
.cid-uYpiTwEdgf .mbr-section-btn {
  text-align: justify;
}
.cid-uwDVd0RBsN {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uwDVd0RBsN .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uwDVd0RBsN .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uwDVd0RBsN .container {
    padding: 0 1rem;
  }
}
.cid-uwDVd0RBsN .mbr-text,
.cid-uwDVd0RBsN .mbr-section-btn {
  color: #333333;
}
.cid-uwDVd0RBsN .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uwDVd0RBsN .btn .mbr-iconfont {
  order: 2;
}
.cid-uwDVd0RBsN .pt-5 {
  padding-top: 4rem!important;
}
.cid-uwDVd0RBsN H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uwDVd0RBsN H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uwDVd0RBsN .align-left {
    text-align: center;
  }
  .cid-uwDVd0RBsN H1,
  .cid-uwDVd0RBsN h3 {
    text-align: center;
  }
  .cid-uwDVd0RBsN .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uwDVd0RBsN .mbr-section-title {
    text-align: center;
  }
  .cid-uwDVd0RBsN H1,
  .cid-uwDVd0RBsN h3 {
    text-align: center;
  }
}
.cid-uwDVd0RBsN H2 {
  color: #343434;
}
.cid-uwE5w0cjlb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7f4f0;
}
.cid-uwE5w0cjlb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uwE5w0cjlb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uwE5w0cjlb .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uwE5w0cjlb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uwE5w0cjlb .container {
    padding: 0 20px;
  }
}
.cid-uwE5w0cjlb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uwE5w0cjlb .link-wrapper {
  display: block;
}
.cid-uwE5w0cjlb .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uwE5w0cjlb .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uwE5w0cjlb .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uwE5w0cjlb .row.items {
  margin: 0 -28px;
}
.cid-uwE5w0cjlb .item {
  padding: 0 28px;
  margin-bottom: 56px;
}
.cid-uwE5w0cjlb .item .item-wrapper a {
  display: block;
}
.cid-uwE5w0cjlb .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uwE5w0cjlb .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 445px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
@media (max-width: 767px) {
  .cid-uwE5w0cjlb .item .item-wrapper a .item-img {
    min-height: 300px;
  }
}
.cid-uwE5w0cjlb .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uwE5w0cjlb .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uwE5w0cjlb .item .item-wrapper a .item-img .item-content .title-wrap {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-uwE5w0cjlb .item .item-wrapper a .item-img .item-content .title-wrap {
    width: 100%;
  }
}
.cid-uwE5w0cjlb .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uwE5w0cjlb .mbr-section-title {
  color: #000000;
}
.cid-uwE5w0cjlb .mbr-link {
  color: #cb0000;
  text-align: right;
}
.cid-uwE5w0cjlb .mbr-desc {
  color: #f2f2f2;
}
.cid-uwDVd37r2V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uwDVd37r2V .content {
    text-align: center;
  }
  .cid-uwDVd37r2V .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uwDVd37r2V .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uwDVd37r2V .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uwDVd37r2V .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uwDVd37r2V .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uwDVd37r2V .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uwDVd37r2V .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uwDVd37r2V .google-map {
    width: 100%;
  }
}
.cid-uwDVd37r2V H3 {
  color: #ffffff;
}
.cid-uwDVd37r2V P {
  color: #ffffff;
}
.cid-uwDVd3r2GN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uwDVd3r2GN .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uAP3aVKgrK .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uAP3aVKgrK .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uAP3aVKgrK .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uAP3aVKgrK .leerlogo {
    min-height: 50px;
  }
}
.cid-uAP3aVKgrK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAP3aVKgrK .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uAP3aVKgrK .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uAP3aVKgrK .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uAP3aVKgrK .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uAP3aVKgrK .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uAP3aVKgrK .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uAP3aVKgrK .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uAP3aVKgrK .navbar.opened {
  transition: all .3s;
}
.cid-uAP3aVKgrK .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uAP3aVKgrK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uAP3aVKgrK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAP3aVKgrK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAP3aVKgrK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uAP3aVKgrK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAP3aVKgrK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAP3aVKgrK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uAP3aVKgrK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAP3aVKgrK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uAP3aVKgrK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uAP3aVKgrK .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uAP3aVKgrK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAP3aVKgrK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAP3aVKgrK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAP3aVKgrK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAP3aVKgrK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uAP3aVKgrK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uAP3aVKgrK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAP3aVKgrK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAP3aVKgrK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAP3aVKgrK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uAP3aVKgrK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uAP3aVKgrK .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uAP3aVKgrK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uAP3aVKgrK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uAP3aVKgrK .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uAP3aVKgrK .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uAP3aVKgrK .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uAP3aVKgrK .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uAP3aVKgrK .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uAP3aVKgrK .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uAP3aVKgrK .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uAP3aVKgrK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAP3aVKgrK .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uAP3aVKgrK .navbar-caption {
  padding-right: 4rem;
}
.cid-uAP3aVKgrK .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uAP3aVKgrK .dropdown-menu,
.cid-uAP3aVKgrK .navbar.opened {
  background: #ffffff !important;
}
.cid-uAP3aVKgrK .nav-item:focus,
.cid-uAP3aVKgrK .nav-link:focus {
  outline: none;
}
.cid-uAP3aVKgrK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAP3aVKgrK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAP3aVKgrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAP3aVKgrK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAP3aVKgrK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAP3aVKgrK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAP3aVKgrK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAP3aVKgrK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAP3aVKgrK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAP3aVKgrK .dropdown-item.active,
.cid-uAP3aVKgrK .dropdown-item:active {
  background-color: transparent;
}
.cid-uAP3aVKgrK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAP3aVKgrK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAP3aVKgrK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uAP3aVKgrK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uAP3aVKgrK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAP3aVKgrK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAP3aVKgrK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAP3aVKgrK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAP3aVKgrK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAP3aVKgrK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uAP3aVKgrK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAP3aVKgrK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAP3aVKgrK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAP3aVKgrK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAP3aVKgrK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAP3aVKgrK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAP3aVKgrK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAP3aVKgrK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAP3aVKgrK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uAP3aVKgrK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAP3aVKgrK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uAP3aVKgrK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAP3aVKgrK .navbar {
    height: 77px;
  }
  .cid-uAP3aVKgrK .navbar.opened {
    height: auto;
  }
  .cid-uAP3aVKgrK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAP3aVKgrK .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uAP3aVKgrK .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uAP3aVKgrK .spezidropdown {
    width: 17rem;
  }
}
.cid-uAP3aWeUHL {
  background-image: url("../../../assets/images/adobestock-186250281.jpeg");
}
.cid-uAP3aWeUHL H1 {
  color: #000000;
  latter-spacing: 0.5;
}
.cid-uAP3aWeUHL p {
  font-weight: 400;
}
.cid-uAP3aWeUHL .mbr-text,
.cid-uAP3aWeUHL .mbr-section-btn {
  color: #000000;
}
.cid-uAP3aWeUHL .container {
  padding: 5rem 2rem;
}
.cid-uAP3aWeUHL .kiste {
  padding: 2rem 2rem 1rem 2rem;
  background: rgba(255, 255, 255, 0.3);
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.3);
}
@media (max-width: 768px) {
  .cid-uAP3aWeUHL .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uAP3aWeUHL .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uAP3aWeUHL #id-beratung,
  .cid-uAP3aWeUHL #IDlogo {
    display: none;
  }
}
.cid-uAP3aWeUHL .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAP3aWeUHL .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uAP3aWw6x1 {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #f7f4f0;
}
.cid-uAP3aWw6x1 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uAP3aWw6x1 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uAP3aWw6x1 .container {
    padding: 0 1rem;
  }
}
.cid-uAP3aWw6x1 .mbr-text,
.cid-uAP3aWw6x1 .mbr-section-btn {
  color: #333333;
}
.cid-uAP3aWw6x1 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uAP3aWw6x1 .btn .mbr-iconfont {
  order: 2;
}
.cid-uAP3aWw6x1 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uAP3aWw6x1 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uAP3aWw6x1 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uAP3aWw6x1 .align-left {
    text-align: center;
  }
  .cid-uAP3aWw6x1 H1,
  .cid-uAP3aWw6x1 h3 {
    text-align: center;
  }
  .cid-uAP3aWw6x1 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uAP3aWw6x1 .mbr-section-title {
    text-align: center;
  }
  .cid-uAP3aWw6x1 H1,
  .cid-uAP3aWw6x1 h3 {
    text-align: center;
  }
}
.cid-uAP3aWw6x1 H2 {
  color: #343434;
}
.cid-uAP3aWW28b {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f4f0;
}
.cid-uAP3aWW28b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAP3aWW28b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAP3aWW28b .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uAP3aWW28b .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uAP3aWW28b .container {
    padding: 0 20px;
  }
}
.cid-uAP3aWW28b .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uAP3aWW28b .link-wrapper {
  display: block;
}
.cid-uAP3aWW28b .link-wrapper .mbr-link {
  margin-bottom: 50px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uAP3aWW28b .link-wrapper .mbr-link {
    text-align: left;
  }
}
.cid-uAP3aWW28b .link-wrapper:hover .mbr-link {
  text-decoration: none;
}
.cid-uAP3aWW28b .row.items {
  margin: 0 -28px;
}
.cid-uAP3aWW28b .item {
  padding: 0 28px;
  margin-bottom: 56px;
}
.cid-uAP3aWW28b .item .item-wrapper a {
  display: block;
}
.cid-uAP3aWW28b .item .item-wrapper a:hover .item-img img {
  transform: scale(1.05);
}
.cid-uAP3aWW28b .item .item-wrapper a .item-img {
  position: relative;
  overflow: hidden;
  min-height: 445px;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
@media (max-width: 767px) {
  .cid-uAP3aWW28b .item .item-wrapper a .item-img {
    min-height: 300px;
  }
}
.cid-uAP3aWW28b .item .item-wrapper a .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uAP3aWW28b .item .item-wrapper a .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uAP3aWW28b .item .item-wrapper a .item-img .item-content .title-wrap {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.3);
  padding: 1rem;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .cid-uAP3aWW28b .item .item-wrapper a .item-img .item-content .title-wrap {
    width: 100%;
  }
}
.cid-uAP3aWW28b .item .item-wrapper a .item-img .item-content .title-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uAP3aWW28b .mbr-section-title {
  color: #000000;
}
.cid-uAP3aWW28b .mbr-link {
  color: #cb0000;
  text-align: right;
}
.cid-uAP3aWW28b .mbr-desc {
  color: #f2f2f2;
}
.cid-uAP3aXhRbc {
  padding-top: 50px;
  padding-bottom: 175px;
  background-color: #f7f4f0;
}
.cid-uAP3aXhRbc .container-fluid {
  position: relative;
  padding-right: 10.4rem;
}
.cid-uAP3aXhRbc .wrapper {
  position: relative;
}
.cid-uAP3aXhRbc .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-uAP3aXhRbc .img1 {
  width: 100%;
  padding-right: 6rem;
  object-fit: cover;
  height: 700px;
}
.cid-uAP3aXhRbc .mbr-iconfont {
  font-size: 1.8rem;
  color: #232323;
}
.cid-uAP3aXhRbc .mbr-iconfont:hover {
  cursor: pointer;
}
.cid-uAP3aXhRbc .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-uAP3aXhRbc .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-uAP3aXhRbc .img2 {
  position: absolute;
  bottom: -5rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-uAP3aXhRbc .title {
  position: absolute;
  right: 0rem;
  transform: rotate(90deg);
  transform-origin: top right;
  top: 20rem;
  padding: 0;
}
.cid-uAP3aXhRbc .title:before {
  content: '';
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-uAP3aXhRbc .img2 {
    width: 400px;
  }
  .cid-uAP3aXhRbc .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-uAP3aXhRbc .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 992px) {
  .cid-uAP3aXhRbc .img2 {
    width: 400px;
  }
  .cid-uAP3aXhRbc .img1 {
    padding-right: 4rem;
  }
  .cid-uAP3aXhRbc .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uAP3aXhRbc .img1 {
    height: 600px;
    padding-right: 3rem;
  }
  .cid-uAP3aXhRbc .img2 {
    width: 200px;
  }
  .cid-uAP3aXhRbc .container-fluid {
    padding: 0 1rem;
  }
  .cid-uAP3aXhRbc .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uAP3aXhRbc .btn {
  padding: 1rem 1.5rem !Important;
  min-width: 350px;
}
@media (max-width: 767px) {
  .cid-uAP3aXhRbc .btn {
    min-width: unset;
  }
}
.cid-uAP4RUuGaQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #dcd4ca;
}
.cid-uAP4RUuGaQ .mbr-text {
  color: #8d97ad;
}
.cid-uAP4RUuGaQ .blockquote-quote svg {
  height: 40px;
  width: 40px;
  fill: #333333;
}
.cid-uAP4RUuGaQ .signature > span {
  color: #e9af04;
}
@media (max-width: 767px) {
  .cid-uAP4RUuGaQ .blockquote-quote {
    text-align: left;
  }
  .cid-uAP4RUuGaQ .signature {
    text-align: left;
  }
}
.cid-uAP4RUuGaQ .mbr-text,
.cid-uAP4RUuGaQ .blockquote-quote {
  color: #343434;
}
.cid-uAP3aXwKZB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uAP3aXwKZB .content {
    text-align: center;
  }
  .cid-uAP3aXwKZB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uAP3aXwKZB .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uAP3aXwKZB .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uAP3aXwKZB .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uAP3aXwKZB .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uAP3aXwKZB .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uAP3aXwKZB .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uAP3aXwKZB .google-map {
    width: 100%;
  }
}
.cid-uAP3aXwKZB H3 {
  color: #ffffff;
}
.cid-uAP3aXwKZB P {
  color: #ffffff;
}
.cid-uAP3aXLJNv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uAP3aXLJNv .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uWJZFpbV9f .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uWJZFpbV9f .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uWJZFpbV9f .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uWJZFpbV9f .leerlogo {
    min-height: 50px;
  }
}
.cid-uWJZFpbV9f .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWJZFpbV9f .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uWJZFpbV9f .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uWJZFpbV9f .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uWJZFpbV9f .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uWJZFpbV9f .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uWJZFpbV9f .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uWJZFpbV9f .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uWJZFpbV9f .navbar.opened {
  transition: all .3s;
}
.cid-uWJZFpbV9f .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uWJZFpbV9f .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uWJZFpbV9f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWJZFpbV9f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWJZFpbV9f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uWJZFpbV9f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWJZFpbV9f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWJZFpbV9f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWJZFpbV9f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWJZFpbV9f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uWJZFpbV9f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uWJZFpbV9f .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uWJZFpbV9f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWJZFpbV9f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWJZFpbV9f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWJZFpbV9f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWJZFpbV9f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWJZFpbV9f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWJZFpbV9f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWJZFpbV9f .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWJZFpbV9f .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWJZFpbV9f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWJZFpbV9f .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWJZFpbV9f .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uWJZFpbV9f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWJZFpbV9f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWJZFpbV9f .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uWJZFpbV9f .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uWJZFpbV9f .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uWJZFpbV9f .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uWJZFpbV9f .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uWJZFpbV9f .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uWJZFpbV9f .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uWJZFpbV9f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWJZFpbV9f .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uWJZFpbV9f .navbar-caption {
  padding-right: 4rem;
}
.cid-uWJZFpbV9f .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uWJZFpbV9f .dropdown-menu,
.cid-uWJZFpbV9f .navbar.opened {
  background: #ffffff !important;
}
.cid-uWJZFpbV9f .nav-item:focus,
.cid-uWJZFpbV9f .nav-link:focus {
  outline: none;
}
.cid-uWJZFpbV9f .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWJZFpbV9f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWJZFpbV9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWJZFpbV9f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWJZFpbV9f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWJZFpbV9f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWJZFpbV9f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWJZFpbV9f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWJZFpbV9f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWJZFpbV9f .dropdown-item.active,
.cid-uWJZFpbV9f .dropdown-item:active {
  background-color: transparent;
}
.cid-uWJZFpbV9f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWJZFpbV9f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWJZFpbV9f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uWJZFpbV9f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uWJZFpbV9f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWJZFpbV9f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWJZFpbV9f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWJZFpbV9f .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWJZFpbV9f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWJZFpbV9f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uWJZFpbV9f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWJZFpbV9f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWJZFpbV9f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWJZFpbV9f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWJZFpbV9f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWJZFpbV9f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWJZFpbV9f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWJZFpbV9f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWJZFpbV9f .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWJZFpbV9f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWJZFpbV9f .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uWJZFpbV9f .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWJZFpbV9f .navbar {
    height: 77px;
  }
  .cid-uWJZFpbV9f .navbar.opened {
    height: auto;
  }
  .cid-uWJZFpbV9f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWJZFpbV9f .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uWJZFpbV9f .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uWJZFpbV9f .spezidropdown {
    width: 17rem;
  }
}
.cid-uWK0u8wlro {
  background-image: url("../../../assets/images/titel-1.jpg");
}
.cid-uWK0u8wlro H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uWK0u8wlro .mbr-text,
.cid-uWK0u8wlro .mbr-section-btn {
  color: #333333;
}
.cid-uWK0u8wlro .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uWK0u8wlro .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uWK0u8wlro .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uWK0u8wlro #id-beratung,
  .cid-uWK0u8wlro #IDlogo {
    display: none;
  }
}
.cid-uWK0u8wlro .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uWK0u8wlro .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uWK0zTdloa {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWK0zTdloa .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uWK0zTdloa .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uWK0zTdloa .container {
    padding: 0 1rem;
  }
}
.cid-uWK0zTdloa .mbr-text,
.cid-uWK0zTdloa .mbr-section-btn {
  color: #333333;
}
.cid-uWK0zTdloa .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uWK0zTdloa .btn .mbr-iconfont {
  order: 2;
}
.cid-uWK0zTdloa .pt-5 {
  padding-top: 4rem!important;
}
.cid-uWK0zTdloa H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uWK0zTdloa H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uWK0zTdloa .align-left {
    text-align: center;
  }
  .cid-uWK0zTdloa H1,
  .cid-uWK0zTdloa h3 {
    text-align: center;
  }
  .cid-uWK0zTdloa .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uWK0zTdloa .mbr-section-title {
    text-align: center;
  }
  .cid-uWK0zTdloa H1,
  .cid-uWK0zTdloa h3 {
    text-align: center;
  }
}
.cid-uWK0zTdloa H2 {
  color: #343434;
}
.cid-uWJZFpPgJ5 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uWJZFpPgJ5 .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uWJZFpPgJ5 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uWJZFpPgJ5 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uWJZFpPgJ5 .text-wrap {
  padding: 0 1rem;
}
.cid-uWJZFpPgJ5 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uWJZFpPgJ5 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uWJZFpPgJ5 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uWJZFpPgJ5 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uWJZFpPgJ5 .card {
  padding: 5px;
}
.cid-uWJZFpPgJ5 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uWJZFpPgJ5 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uWJZFpPgJ5 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uWJZFpPgJ5 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uWJZFpPgJ5 .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uWJZFpPgJ5 .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uWJZFpPgJ5 .mbr-text,
.cid-uWJZFpPgJ5 .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uWJZFpPgJ5 .mbr-section-title {
  text-align: center;
}
.cid-uWJZFpZYUX {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWJZFpZYUX .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uWJZFpZYUX .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uWJZFpZYUX .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uWJZFpZYUX .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uWJZFpZYUX .text-wrap {
  padding: 0 1rem;
}
.cid-uWJZFpZYUX .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uWJZFpZYUX .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uWJZFpZYUX .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uWJZFpZYUX .card-block:hover img {
  transform: scale(1.1);
}
.cid-uWJZFpZYUX .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uWJZFpZYUX .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uWJZFpZYUX .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uWJZFpZYUX .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uWJZFpZYUX .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uWJZFpZYUX H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uWJZFpZYUX .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uWJZFpZYUX .mbr-text,
.cid-uWJZFpZYUX .link-wrap {
  text-align: left;
}
.cid-uWJZFpZYUX .mbr-section-title {
  text-align: left;
}
.cid-uWJZFqor97 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uWJZFqor97 .item {
  padding-bottom: 2rem;
}
.cid-uWJZFqor97 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uWJZFqor97 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uWJZFqor97 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uWJZFqor97 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uWJZFqor97 .carousel-control,
.cid-uWJZFqor97 .close {
  background: #1b1b1b;
}
.cid-uWJZFqor97 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uWJZFqor97 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uWJZFqor97 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uWJZFqor97 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uWJZFqor97 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uWJZFqor97 .close::before {
  content: '\e91a';
}
.cid-uWJZFqor97 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uWJZFqor97 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWJZFqor97 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWJZFqor97 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWJZFqor97 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWJZFqor97 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uWJZFqor97 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWJZFqor97 .carousel-indicators li.active,
.cid-uWJZFqor97 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWJZFqor97 .carousel-indicators li::after,
.cid-uWJZFqor97 .carousel-indicators li::before {
  content: none;
}
.cid-uWJZFqor97 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWJZFqor97 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uWJZFqor97 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uWJZFqor97 .carousel-indicators {
    display: none;
  }
}
.cid-uWJZFqor97 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWJZFqor97 .carousel-inner > .active {
  display: block;
}
.cid-uWJZFqor97 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWJZFqor97 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uWJZFqor97 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uWJZFqor97 .carousel-control,
  .cid-uWJZFqor97 .carousel-indicators,
  .cid-uWJZFqor97 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uWJZFqor97 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uWJZFqor97 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uWJZFqor97 .carousel-indicators .active,
.cid-uWJZFqor97 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uWJZFqor97 .carousel-indicators .active {
  background: #fff;
}
.cid-uWJZFqor97 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uWJZFqor97 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uWJZFqor97 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uWJZFqor97 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uWJZFqor97 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uWJZFqor97 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uWJZFqor97 .carousel {
  width: 100%;
}
.cid-uWJZFqor97 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uWJZFqor97 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uWJZFqor97 .modal.fade .modal-dialog,
.cid-uWJZFqor97 .modal.in .modal-dialog {
  transform: none;
}
.cid-uWJZFqor97 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uWJZFqor97 H6 {
  text-align: center;
}
.cid-uWK7TZmEbK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWK7TZmEbK H1 {
  text-align: left;
}
.cid-uWK7TZmEbK .mbr-text,
.cid-uWK7TZmEbK .mbr-section-btn {
  text-align: left;
}
.cid-uWK8e2CeGb {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uWK8e2CeGb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWK8e2CeGb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWJZFqIc8h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWJZFqIc8h H1 {
  text-align: left;
}
.cid-uWJZFqIc8h .mbr-text,
.cid-uWJZFqIc8h .mbr-section-btn {
  text-align: left;
}
.cid-uWJZFqSKqc {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/woman-2759487-1921.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uWJZFqSKqc .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uWJZFqSKqc .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uWJZFqSKqc .schiefer-text {
    width: 300px;
  }
}
.cid-uWJZFqSKqc .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uWJZFqSKqc H1 {
  color: #073b4c;
}
.cid-uWJZFr0fEw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uWJZFr0fEw .content {
    text-align: center;
  }
  .cid-uWJZFr0fEw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uWJZFr0fEw .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uWJZFr0fEw .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uWJZFr0fEw .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uWJZFr0fEw .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uWJZFr0fEw .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uWJZFr0fEw .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uWJZFr0fEw .google-map {
    width: 100%;
  }
}
.cid-uWJZFr0fEw H3 {
  color: #ffffff;
}
.cid-uWJZFr0fEw P {
  color: #ffffff;
}
.cid-uWJZFrb6RA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uWJZFrb6RA .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uXPhYIM02Q .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uXPhYIM02Q .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uXPhYIM02Q .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uXPhYIM02Q .leerlogo {
    min-height: 50px;
  }
}
.cid-uXPhYIM02Q .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPhYIM02Q .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uXPhYIM02Q .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uXPhYIM02Q .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uXPhYIM02Q .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uXPhYIM02Q .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uXPhYIM02Q .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uXPhYIM02Q .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uXPhYIM02Q .navbar.opened {
  transition: all .3s;
}
.cid-uXPhYIM02Q .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uXPhYIM02Q .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uXPhYIM02Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXPhYIM02Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXPhYIM02Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uXPhYIM02Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXPhYIM02Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXPhYIM02Q .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uXPhYIM02Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXPhYIM02Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uXPhYIM02Q .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uXPhYIM02Q .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uXPhYIM02Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXPhYIM02Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXPhYIM02Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXPhYIM02Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXPhYIM02Q .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXPhYIM02Q .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uXPhYIM02Q .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXPhYIM02Q .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXPhYIM02Q .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXPhYIM02Q .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXPhYIM02Q .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uXPhYIM02Q .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uXPhYIM02Q .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uXPhYIM02Q .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXPhYIM02Q .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uXPhYIM02Q .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uXPhYIM02Q .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uXPhYIM02Q .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uXPhYIM02Q .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uXPhYIM02Q .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uXPhYIM02Q .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uXPhYIM02Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXPhYIM02Q .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uXPhYIM02Q .navbar-caption {
  padding-right: 4rem;
}
.cid-uXPhYIM02Q .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uXPhYIM02Q .dropdown-menu,
.cid-uXPhYIM02Q .navbar.opened {
  background: #ffffff !important;
}
.cid-uXPhYIM02Q .nav-item:focus,
.cid-uXPhYIM02Q .nav-link:focus {
  outline: none;
}
.cid-uXPhYIM02Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPhYIM02Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXPhYIM02Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXPhYIM02Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPhYIM02Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXPhYIM02Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXPhYIM02Q .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXPhYIM02Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXPhYIM02Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXPhYIM02Q .dropdown-item.active,
.cid-uXPhYIM02Q .dropdown-item:active {
  background-color: transparent;
}
.cid-uXPhYIM02Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXPhYIM02Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXPhYIM02Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uXPhYIM02Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uXPhYIM02Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXPhYIM02Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXPhYIM02Q ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXPhYIM02Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXPhYIM02Q button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXPhYIM02Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXPhYIM02Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXPhYIM02Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXPhYIM02Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXPhYIM02Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXPhYIM02Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXPhYIM02Q nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXPhYIM02Q nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXPhYIM02Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXPhYIM02Q .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uXPhYIM02Q a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXPhYIM02Q .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uXPhYIM02Q .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXPhYIM02Q .navbar {
    height: 77px;
  }
  .cid-uXPhYIM02Q .navbar.opened {
    height: auto;
  }
  .cid-uXPhYIM02Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXPhYIM02Q .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uXPhYIM02Q .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uXPhYIM02Q .spezidropdown {
    width: 17rem;
  }
}
.cid-uXPhYJpgdi {
  background-image: url("../../../assets/images/altbau-neubau.jpg");
}
.cid-uXPhYJpgdi H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uXPhYJpgdi .mbr-text,
.cid-uXPhYJpgdi .mbr-section-btn {
  color: #333333;
}
.cid-uXPhYJpgdi .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uXPhYJpgdi .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uXPhYJpgdi .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uXPhYJpgdi #id-beratung,
  .cid-uXPhYJpgdi #IDlogo {
    display: none;
  }
}
.cid-uXPhYJpgdi .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uXPhYJpgdi .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uXPhYJIHw0 {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXPhYJIHw0 .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uXPhYJIHw0 .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uXPhYJIHw0 .container {
    padding: 0 1rem;
  }
}
.cid-uXPhYJIHw0 .mbr-text,
.cid-uXPhYJIHw0 .mbr-section-btn {
  color: #333333;
}
.cid-uXPhYJIHw0 .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uXPhYJIHw0 .btn .mbr-iconfont {
  order: 2;
}
.cid-uXPhYJIHw0 .pt-5 {
  padding-top: 4rem!important;
}
.cid-uXPhYJIHw0 H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uXPhYJIHw0 H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uXPhYJIHw0 .align-left {
    text-align: center;
  }
  .cid-uXPhYJIHw0 H1,
  .cid-uXPhYJIHw0 h3 {
    text-align: center;
  }
  .cid-uXPhYJIHw0 .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uXPhYJIHw0 .mbr-section-title {
    text-align: center;
  }
  .cid-uXPhYJIHw0 H1,
  .cid-uXPhYJIHw0 h3 {
    text-align: center;
  }
}
.cid-uXPhYJIHw0 H2 {
  color: #343434;
}
.cid-uXPhYK1YId {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uXPhYK1YId .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uXPhYK1YId .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uXPhYK1YId .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uXPhYK1YId .text-wrap {
  padding: 0 1rem;
}
.cid-uXPhYK1YId .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uXPhYK1YId .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uXPhYK1YId .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uXPhYK1YId .card-block:hover img {
  transform: scale(1.1);
}
.cid-uXPhYK1YId .card {
  padding: 5px;
}
.cid-uXPhYK1YId .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uXPhYK1YId .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uXPhYK1YId .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uXPhYK1YId H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uXPhYK1YId .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uXPhYK1YId .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uXPhYK1YId .mbr-text,
.cid-uXPhYK1YId .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uXPhYK1YId .mbr-section-title {
  text-align: center;
}
.cid-uXPhYKoMyC {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXPhYKoMyC .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uXPhYKoMyC .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uXPhYKoMyC .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uXPhYKoMyC .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uXPhYKoMyC .text-wrap {
  padding: 0 1rem;
}
.cid-uXPhYKoMyC .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uXPhYKoMyC .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uXPhYKoMyC .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uXPhYKoMyC .card-block:hover img {
  transform: scale(1.1);
}
.cid-uXPhYKoMyC .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uXPhYKoMyC .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uXPhYKoMyC .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uXPhYKoMyC .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uXPhYKoMyC .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uXPhYKoMyC H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uXPhYKoMyC .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uXPhYKoMyC .mbr-text,
.cid-uXPhYKoMyC .link-wrap {
  text-align: left;
}
.cid-uXPhYKoMyC .mbr-section-title {
  text-align: left;
}
.cid-uXPhYL4avm {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXPhYL4avm .item {
  padding-bottom: 2rem;
}
.cid-uXPhYL4avm .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uXPhYL4avm .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXPhYL4avm .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXPhYL4avm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXPhYL4avm .carousel-control,
.cid-uXPhYL4avm .close {
  background: #1b1b1b;
}
.cid-uXPhYL4avm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXPhYL4avm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXPhYL4avm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXPhYL4avm .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXPhYL4avm .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXPhYL4avm .close::before {
  content: '\e91a';
}
.cid-uXPhYL4avm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXPhYL4avm .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXPhYL4avm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXPhYL4avm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXPhYL4avm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXPhYL4avm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXPhYL4avm .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXPhYL4avm .carousel-indicators li.active,
.cid-uXPhYL4avm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXPhYL4avm .carousel-indicators li::after,
.cid-uXPhYL4avm .carousel-indicators li::before {
  content: none;
}
.cid-uXPhYL4avm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXPhYL4avm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXPhYL4avm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXPhYL4avm .carousel-indicators {
    display: none;
  }
}
.cid-uXPhYL4avm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXPhYL4avm .carousel-inner > .active {
  display: block;
}
.cid-uXPhYL4avm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXPhYL4avm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXPhYL4avm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXPhYL4avm .carousel-control,
  .cid-uXPhYL4avm .carousel-indicators,
  .cid-uXPhYL4avm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXPhYL4avm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXPhYL4avm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXPhYL4avm .carousel-indicators .active,
.cid-uXPhYL4avm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXPhYL4avm .carousel-indicators .active {
  background: #fff;
}
.cid-uXPhYL4avm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXPhYL4avm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXPhYL4avm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXPhYL4avm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXPhYL4avm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXPhYL4avm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXPhYL4avm .carousel {
  width: 100%;
}
.cid-uXPhYL4avm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXPhYL4avm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXPhYL4avm .modal.fade .modal-dialog,
.cid-uXPhYL4avm .modal.in .modal-dialog {
  transform: none;
}
.cid-uXPhYL4avm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXPhYL4avm H6 {
  text-align: center;
}
.cid-uXPhYLEInJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXPhYLEInJ H1 {
  text-align: left;
}
.cid-uXPhYLEInJ .mbr-text,
.cid-uXPhYLEInJ .mbr-section-btn {
  text-align: left;
}
.cid-uXPhYLZjtH {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uXPhYLZjtH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXPhYLZjtH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXPhYMrLUk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXPhYMrLUk H1 {
  text-align: left;
}
.cid-uXPhYMrLUk .mbr-text,
.cid-uXPhYMrLUk .mbr-section-btn {
  text-align: left;
}
.cid-uXPhYMJVYu {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/frau-mit-bauhelm-waldbroel.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uXPhYMJVYu .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uXPhYMJVYu .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uXPhYMJVYu .schiefer-text {
    width: 300px;
  }
}
.cid-uXPhYMJVYu .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uXPhYMJVYu H1 {
  color: #073b4c;
}
.cid-uXPhYN16DA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXPhYN16DA .content {
    text-align: center;
  }
  .cid-uXPhYN16DA .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXPhYN16DA .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uXPhYN16DA .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uXPhYN16DA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXPhYN16DA .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXPhYN16DA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXPhYN16DA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uXPhYN16DA .google-map {
    width: 100%;
  }
}
.cid-uXPhYN16DA H3 {
  color: #ffffff;
}
.cid-uXPhYN16DA P {
  color: #ffffff;
}
.cid-uXPhYNoVjQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uXPhYNoVjQ .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uXPrNTv2gU .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uXPrNTv2gU .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uXPrNTv2gU .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uXPrNTv2gU .leerlogo {
    min-height: 50px;
  }
}
.cid-uXPrNTv2gU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPrNTv2gU .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uXPrNTv2gU .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uXPrNTv2gU .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uXPrNTv2gU .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uXPrNTv2gU .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uXPrNTv2gU .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uXPrNTv2gU .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uXPrNTv2gU .navbar.opened {
  transition: all .3s;
}
.cid-uXPrNTv2gU .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uXPrNTv2gU .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uXPrNTv2gU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXPrNTv2gU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uXPrNTv2gU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uXPrNTv2gU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXPrNTv2gU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXPrNTv2gU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uXPrNTv2gU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXPrNTv2gU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uXPrNTv2gU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uXPrNTv2gU .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uXPrNTv2gU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXPrNTv2gU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXPrNTv2gU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXPrNTv2gU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXPrNTv2gU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uXPrNTv2gU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uXPrNTv2gU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXPrNTv2gU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uXPrNTv2gU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uXPrNTv2gU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uXPrNTv2gU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uXPrNTv2gU .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uXPrNTv2gU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uXPrNTv2gU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uXPrNTv2gU .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uXPrNTv2gU .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uXPrNTv2gU .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uXPrNTv2gU .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uXPrNTv2gU .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uXPrNTv2gU .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uXPrNTv2gU .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uXPrNTv2gU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXPrNTv2gU .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uXPrNTv2gU .navbar-caption {
  padding-right: 4rem;
}
.cid-uXPrNTv2gU .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uXPrNTv2gU .dropdown-menu,
.cid-uXPrNTv2gU .navbar.opened {
  background: #ffffff !important;
}
.cid-uXPrNTv2gU .nav-item:focus,
.cid-uXPrNTv2gU .nav-link:focus {
  outline: none;
}
.cid-uXPrNTv2gU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPrNTv2gU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uXPrNTv2gU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uXPrNTv2gU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uXPrNTv2gU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXPrNTv2gU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXPrNTv2gU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uXPrNTv2gU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uXPrNTv2gU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXPrNTv2gU .dropdown-item.active,
.cid-uXPrNTv2gU .dropdown-item:active {
  background-color: transparent;
}
.cid-uXPrNTv2gU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXPrNTv2gU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXPrNTv2gU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uXPrNTv2gU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uXPrNTv2gU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uXPrNTv2gU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXPrNTv2gU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uXPrNTv2gU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uXPrNTv2gU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uXPrNTv2gU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uXPrNTv2gU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uXPrNTv2gU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uXPrNTv2gU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uXPrNTv2gU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uXPrNTv2gU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXPrNTv2gU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uXPrNTv2gU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uXPrNTv2gU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uXPrNTv2gU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uXPrNTv2gU a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uXPrNTv2gU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uXPrNTv2gU .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uXPrNTv2gU .navbar {
    height: 77px;
  }
  .cid-uXPrNTv2gU .navbar.opened {
    height: auto;
  }
  .cid-uXPrNTv2gU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXPrNTv2gU .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uXPrNTv2gU .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uXPrNTv2gU .spezidropdown {
    width: 17rem;
  }
}
.cid-uXPrNUdoDF {
  background-image: url("../../../assets/images/altbau-neubau-olpe.jpg");
}
.cid-uXPrNUdoDF H1 {
  color: #333333;
  latter-spacing: 0.5;
}
.cid-uXPrNUdoDF .mbr-text,
.cid-uXPrNUdoDF .mbr-section-btn {
  color: #333333;
}
.cid-uXPrNUdoDF .container {
  padding: 5rem 2rem;
}
@media (max-width: 768px) {
  .cid-uXPrNUdoDF .kiste {
    background: rgba(255, 255, 255, 0.7);
  }
}
.cid-uXPrNUdoDF .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uXPrNUdoDF #id-beratung,
  .cid-uXPrNUdoDF #IDlogo {
    display: none;
  }
}
.cid-uXPrNUdoDF .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uXPrNUdoDF .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uXPrNUv8kl {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXPrNUv8kl .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uXPrNUv8kl .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uXPrNUv8kl .container {
    padding: 0 1rem;
  }
}
.cid-uXPrNUv8kl .mbr-text,
.cid-uXPrNUv8kl .mbr-section-btn {
  color: #333333;
}
.cid-uXPrNUv8kl .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uXPrNUv8kl .btn .mbr-iconfont {
  order: 2;
}
.cid-uXPrNUv8kl .pt-5 {
  padding-top: 4rem!important;
}
.cid-uXPrNUv8kl H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uXPrNUv8kl H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uXPrNUv8kl .align-left {
    text-align: center;
  }
  .cid-uXPrNUv8kl H1,
  .cid-uXPrNUv8kl h3 {
    text-align: center;
  }
  .cid-uXPrNUv8kl .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uXPrNUv8kl .mbr-section-title {
    text-align: center;
  }
  .cid-uXPrNUv8kl H1,
  .cid-uXPrNUv8kl h3 {
    text-align: center;
  }
}
.cid-uXPrNUv8kl H2 {
  color: #343434;
}
.cid-uXPrNUL362 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uXPrNUL362 .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uXPrNUL362 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uXPrNUL362 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uXPrNUL362 .text-wrap {
  padding: 0 1rem;
}
.cid-uXPrNUL362 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uXPrNUL362 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uXPrNUL362 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uXPrNUL362 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uXPrNUL362 .card {
  padding: 5px;
}
.cid-uXPrNUL362 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uXPrNUL362 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uXPrNUL362 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uXPrNUL362 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uXPrNUL362 .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uXPrNUL362 .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uXPrNUL362 .mbr-text,
.cid-uXPrNUL362 .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uXPrNUL362 .mbr-section-title {
  text-align: center;
}
.cid-uXPrNV6O3Z {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXPrNV6O3Z .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uXPrNV6O3Z .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uXPrNV6O3Z .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uXPrNV6O3Z .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uXPrNV6O3Z .text-wrap {
  padding: 0 1rem;
}
.cid-uXPrNV6O3Z .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uXPrNV6O3Z .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uXPrNV6O3Z .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uXPrNV6O3Z .card-block:hover img {
  transform: scale(1.1);
}
.cid-uXPrNV6O3Z .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uXPrNV6O3Z .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uXPrNV6O3Z .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uXPrNV6O3Z .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uXPrNV6O3Z .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uXPrNV6O3Z H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uXPrNV6O3Z .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uXPrNV6O3Z .mbr-text,
.cid-uXPrNV6O3Z .link-wrap {
  text-align: left;
}
.cid-uXPrNV6O3Z .mbr-section-title {
  text-align: left;
}
.cid-uXPrNVNKkV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uXPrNVNKkV .item {
  padding-bottom: 2rem;
}
.cid-uXPrNVNKkV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uXPrNVNKkV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uXPrNVNKkV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uXPrNVNKkV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uXPrNVNKkV .carousel-control,
.cid-uXPrNVNKkV .close {
  background: #1b1b1b;
}
.cid-uXPrNVNKkV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uXPrNVNKkV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uXPrNVNKkV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uXPrNVNKkV .carousel-control-next span {
  margin-left: 5px;
}
.cid-uXPrNVNKkV .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uXPrNVNKkV .close::before {
  content: '\e91a';
}
.cid-uXPrNVNKkV .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uXPrNVNKkV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uXPrNVNKkV .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXPrNVNKkV .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uXPrNVNKkV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uXPrNVNKkV .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uXPrNVNKkV .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uXPrNVNKkV .carousel-indicators li.active,
.cid-uXPrNVNKkV .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uXPrNVNKkV .carousel-indicators li::after,
.cid-uXPrNVNKkV .carousel-indicators li::before {
  content: none;
}
.cid-uXPrNVNKkV .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uXPrNVNKkV .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uXPrNVNKkV .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uXPrNVNKkV .carousel-indicators {
    display: none;
  }
}
.cid-uXPrNVNKkV .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uXPrNVNKkV .carousel-inner > .active {
  display: block;
}
.cid-uXPrNVNKkV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uXPrNVNKkV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uXPrNVNKkV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uXPrNVNKkV .carousel-control,
  .cid-uXPrNVNKkV .carousel-indicators,
  .cid-uXPrNVNKkV .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uXPrNVNKkV .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uXPrNVNKkV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uXPrNVNKkV .carousel-indicators .active,
.cid-uXPrNVNKkV .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uXPrNVNKkV .carousel-indicators .active {
  background: #fff;
}
.cid-uXPrNVNKkV .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uXPrNVNKkV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uXPrNVNKkV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uXPrNVNKkV .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uXPrNVNKkV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uXPrNVNKkV .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uXPrNVNKkV .carousel {
  width: 100%;
}
.cid-uXPrNVNKkV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uXPrNVNKkV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uXPrNVNKkV .modal.fade .modal-dialog,
.cid-uXPrNVNKkV .modal.in .modal-dialog {
  transform: none;
}
.cid-uXPrNVNKkV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uXPrNVNKkV H6 {
  text-align: center;
}
.cid-uXPrNWrASH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXPrNWrASH H1 {
  text-align: left;
}
.cid-uXPrNWrASH .mbr-text,
.cid-uXPrNWrASH .mbr-section-btn {
  text-align: left;
}
.cid-uXPrNWKfw7 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uXPrNWKfw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXPrNWKfw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXPrNX3WLH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uXPrNX3WLH H1 {
  text-align: left;
}
.cid-uXPrNX3WLH .mbr-text,
.cid-uXPrNX3WLH .mbr-section-btn {
  text-align: left;
}
.cid-uXPrNXmdi8 {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/frau-mit-bauhelm-waldbroel.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uXPrNXmdi8 .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uXPrNXmdi8 .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uXPrNXmdi8 .schiefer-text {
    width: 300px;
  }
}
.cid-uXPrNXmdi8 .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uXPrNXmdi8 H1 {
  color: #073b4c;
}
.cid-uXPrNXHyO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uXPrNXHyO1 .content {
    text-align: center;
  }
  .cid-uXPrNXHyO1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uXPrNXHyO1 .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uXPrNXHyO1 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uXPrNXHyO1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uXPrNXHyO1 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uXPrNXHyO1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uXPrNXHyO1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uXPrNXHyO1 .google-map {
    width: 100%;
  }
}
.cid-uXPrNXHyO1 H3 {
  color: #ffffff;
}
.cid-uXPrNXHyO1 P {
  color: #ffffff;
}
.cid-uXPrNY2k1S {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uXPrNY2k1S .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uY1497a6dc .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uY1497a6dc .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uY1497a6dc .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uY1497a6dc .leerlogo {
    min-height: 50px;
  }
}
.cid-uY1497a6dc .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uY1497a6dc .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uY1497a6dc .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uY1497a6dc .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uY1497a6dc .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uY1497a6dc .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uY1497a6dc .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uY1497a6dc .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uY1497a6dc .navbar.opened {
  transition: all .3s;
}
.cid-uY1497a6dc .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uY1497a6dc .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uY1497a6dc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uY1497a6dc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uY1497a6dc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uY1497a6dc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uY1497a6dc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uY1497a6dc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uY1497a6dc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uY1497a6dc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uY1497a6dc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uY1497a6dc .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uY1497a6dc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uY1497a6dc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uY1497a6dc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uY1497a6dc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uY1497a6dc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uY1497a6dc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uY1497a6dc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uY1497a6dc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uY1497a6dc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uY1497a6dc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uY1497a6dc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uY1497a6dc .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uY1497a6dc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uY1497a6dc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uY1497a6dc .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uY1497a6dc .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uY1497a6dc .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uY1497a6dc .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uY1497a6dc .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uY1497a6dc .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uY1497a6dc .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uY1497a6dc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uY1497a6dc .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uY1497a6dc .navbar-caption {
  padding-right: 4rem;
}
.cid-uY1497a6dc .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uY1497a6dc .dropdown-menu,
.cid-uY1497a6dc .navbar.opened {
  background: #ffffff !important;
}
.cid-uY1497a6dc .nav-item:focus,
.cid-uY1497a6dc .nav-link:focus {
  outline: none;
}
.cid-uY1497a6dc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uY1497a6dc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uY1497a6dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uY1497a6dc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uY1497a6dc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uY1497a6dc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uY1497a6dc .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uY1497a6dc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uY1497a6dc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uY1497a6dc .dropdown-item.active,
.cid-uY1497a6dc .dropdown-item:active {
  background-color: transparent;
}
.cid-uY1497a6dc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uY1497a6dc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uY1497a6dc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uY1497a6dc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uY1497a6dc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uY1497a6dc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uY1497a6dc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uY1497a6dc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uY1497a6dc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uY1497a6dc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uY1497a6dc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uY1497a6dc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uY1497a6dc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uY1497a6dc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uY1497a6dc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uY1497a6dc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uY1497a6dc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uY1497a6dc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uY1497a6dc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uY1497a6dc a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uY1497a6dc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uY1497a6dc .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uY1497a6dc .navbar {
    height: 77px;
  }
  .cid-uY1497a6dc .navbar.opened {
    height: auto;
  }
  .cid-uY1497a6dc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uY1497a6dc .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uY1497a6dc .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uY1497a6dc .spezidropdown {
    width: 17rem;
  }
}
.cid-uY1497wXyh {
  background-image: url("../../../assets/images/sanierung-alt-bau-aussenputz-gummersbach.jpeg");
}
.cid-uY1497wXyh H1 {
  color: #ffffff;
  latter-spacing: 0.5;
  text-align: right;
}
.cid-uY1497wXyh .mbr-text,
.cid-uY1497wXyh .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uY1497wXyh .container,
.cid-uY1497wXyh .container-fluid {
  padding: 5rem 2rem;
}
.cid-uY1497wXyh .kiste {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cid-uY1497wXyh .kiste {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: -100px;
  }
  .cid-uY1497wXyh .kiste .mbr-text,
  .cid-uY1497wXyh .kiste .mbr-section-btn,
  .cid-uY1497wXyh .kiste .mbr-section-title {
    color: #000;
    text-align: right;
  }
}
.cid-uY1497wXyh .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uY1497wXyh #id-beratung,
  .cid-uY1497wXyh #IDlogo {
    display: none;
  }
}
.cid-uY1497wXyh .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uY1497wXyh .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uY1497GR4h {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uY1497GR4h .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uY1497GR4h .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uY1497GR4h .container {
    padding: 0 1rem;
  }
}
.cid-uY1497GR4h .mbr-text,
.cid-uY1497GR4h .mbr-section-btn {
  color: #333333;
}
.cid-uY1497GR4h .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uY1497GR4h .btn .mbr-iconfont {
  order: 2;
}
.cid-uY1497GR4h .pt-5 {
  padding-top: 4rem!important;
}
.cid-uY1497GR4h H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uY1497GR4h H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uY1497GR4h .align-left {
    text-align: center;
  }
  .cid-uY1497GR4h H1,
  .cid-uY1497GR4h h3 {
    text-align: center;
  }
  .cid-uY1497GR4h .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uY1497GR4h .mbr-section-title {
    text-align: center;
  }
  .cid-uY1497GR4h H1,
  .cid-uY1497GR4h h3 {
    text-align: center;
  }
}
.cid-uY1497GR4h H2 {
  color: #343434;
}
.cid-uY1497QvU4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uY1497QvU4 .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uY1497QvU4 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uY1497QvU4 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uY1497QvU4 .text-wrap {
  padding: 0 1rem;
}
.cid-uY1497QvU4 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uY1497QvU4 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uY1497QvU4 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uY1497QvU4 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uY1497QvU4 .card {
  padding: 5px;
}
.cid-uY1497QvU4 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uY1497QvU4 .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uY1497QvU4 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uY1497QvU4 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uY1497QvU4 .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uY1497QvU4 .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uY1497QvU4 .mbr-text,
.cid-uY1497QvU4 .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uY1497QvU4 .mbr-section-title {
  text-align: center;
}
.cid-uY14982ni4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uY14982ni4 .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uY14982ni4 .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uY14982ni4 .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uY14982ni4 .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uY14982ni4 .text-wrap {
  padding: 0 1rem;
}
.cid-uY14982ni4 .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uY14982ni4 .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uY14982ni4 .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uY14982ni4 .card-block:hover img {
  transform: scale(1.1);
}
.cid-uY14982ni4 .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uY14982ni4 .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uY14982ni4 .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uY14982ni4 .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uY14982ni4 .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uY14982ni4 H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uY14982ni4 .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uY14982ni4 .mbr-text,
.cid-uY14982ni4 .link-wrap {
  text-align: left;
}
.cid-uY14982ni4 .mbr-section-title {
  text-align: left;
}
.cid-uY1498DKIm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uY1498DKIm H1 {
  text-align: left;
}
.cid-uY1498DKIm .mbr-text,
.cid-uY1498DKIm .mbr-section-btn {
  text-align: left;
}
.cid-uY1498NJFD {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uY1498NJFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1498NJFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY14990koI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uY14990koI H1 {
  text-align: left;
}
.cid-uY14990koI .mbr-text,
.cid-uY14990koI .mbr-section-btn {
  text-align: left;
}
.cid-uY1499bgbF {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/frau-mit-bauhelm-waldbroel.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uY1499bgbF .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uY1499bgbF .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uY1499bgbF .schiefer-text {
    width: 300px;
  }
}
.cid-uY1499bgbF .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uY1499bgbF H1 {
  color: #073b4c;
}
.cid-uY1499l9jt {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uY1499l9jt .content {
    text-align: center;
  }
  .cid-uY1499l9jt .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uY1499l9jt .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uY1499l9jt .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uY1499l9jt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uY1499l9jt .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uY1499l9jt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uY1499l9jt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uY1499l9jt .google-map {
    width: 100%;
  }
}
.cid-uY1499l9jt H3 {
  color: #ffffff;
}
.cid-uY1499l9jt P {
  color: #ffffff;
}
.cid-uY1499x7Qt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uY1499x7Qt .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uYiLQROdBv .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uYiLQROdBv .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uYiLQROdBv .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uYiLQROdBv .leerlogo {
    min-height: 50px;
  }
}
.cid-uYiLQROdBv .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiLQROdBv .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uYiLQROdBv .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uYiLQROdBv .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uYiLQROdBv .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uYiLQROdBv .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uYiLQROdBv .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uYiLQROdBv .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uYiLQROdBv .navbar.opened {
  transition: all .3s;
}
.cid-uYiLQROdBv .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uYiLQROdBv .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYiLQROdBv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYiLQROdBv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYiLQROdBv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uYiLQROdBv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYiLQROdBv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYiLQROdBv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYiLQROdBv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYiLQROdBv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYiLQROdBv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uYiLQROdBv .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uYiLQROdBv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYiLQROdBv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYiLQROdBv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYiLQROdBv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYiLQROdBv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYiLQROdBv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYiLQROdBv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYiLQROdBv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYiLQROdBv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYiLQROdBv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYiLQROdBv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYiLQROdBv .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uYiLQROdBv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYiLQROdBv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYiLQROdBv .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uYiLQROdBv .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uYiLQROdBv .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uYiLQROdBv .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uYiLQROdBv .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYiLQROdBv .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uYiLQROdBv .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uYiLQROdBv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYiLQROdBv .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYiLQROdBv .navbar-caption {
  padding-right: 4rem;
}
.cid-uYiLQROdBv .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uYiLQROdBv .dropdown-menu,
.cid-uYiLQROdBv .navbar.opened {
  background: #ffffff !important;
}
.cid-uYiLQROdBv .nav-item:focus,
.cid-uYiLQROdBv .nav-link:focus {
  outline: none;
}
.cid-uYiLQROdBv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiLQROdBv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYiLQROdBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYiLQROdBv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiLQROdBv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYiLQROdBv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYiLQROdBv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYiLQROdBv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYiLQROdBv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYiLQROdBv .dropdown-item.active,
.cid-uYiLQROdBv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYiLQROdBv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYiLQROdBv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYiLQROdBv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uYiLQROdBv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uYiLQROdBv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYiLQROdBv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYiLQROdBv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYiLQROdBv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYiLQROdBv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYiLQROdBv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYiLQROdBv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYiLQROdBv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYiLQROdBv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYiLQROdBv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYiLQROdBv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYiLQROdBv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYiLQROdBv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYiLQROdBv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYiLQROdBv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYiLQROdBv a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYiLQROdBv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uYiLQROdBv .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYiLQROdBv .navbar {
    height: 77px;
  }
  .cid-uYiLQROdBv .navbar.opened {
    height: auto;
  }
  .cid-uYiLQROdBv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYiLQROdBv .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uYiLQROdBv .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uYiLQROdBv .spezidropdown {
    width: 17rem;
  }
}
.cid-uYiLQSjPEE {
  background-image: url("../../../assets/images/fachwerk-alt-neu.jpg");
}
.cid-uYiLQSjPEE H1 {
  color: #ffffff;
  latter-spacing: 0.5;
  text-align: right;
}
.cid-uYiLQSjPEE .mbr-text,
.cid-uYiLQSjPEE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uYiLQSjPEE .container,
.cid-uYiLQSjPEE .container-fluid {
  padding: 5rem 2rem;
}
.cid-uYiLQSjPEE .kiste {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cid-uYiLQSjPEE .kiste {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: -100px;
  }
  .cid-uYiLQSjPEE .kiste .mbr-text,
  .cid-uYiLQSjPEE .kiste .mbr-section-btn,
  .cid-uYiLQSjPEE .kiste .mbr-section-title {
    color: #000;
    text-align: right;
  }
}
.cid-uYiLQSjPEE .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uYiLQSjPEE #id-beratung,
  .cid-uYiLQSjPEE #IDlogo {
    display: none;
  }
}
.cid-uYiLQSjPEE .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uYiLQSjPEE .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uYiLQSy7yy {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYiLQSy7yy .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uYiLQSy7yy .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uYiLQSy7yy .container {
    padding: 0 1rem;
  }
}
.cid-uYiLQSy7yy .mbr-text,
.cid-uYiLQSy7yy .mbr-section-btn {
  color: #333333;
}
.cid-uYiLQSy7yy .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uYiLQSy7yy .btn .mbr-iconfont {
  order: 2;
}
.cid-uYiLQSy7yy .pt-5 {
  padding-top: 4rem!important;
}
.cid-uYiLQSy7yy H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uYiLQSy7yy H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uYiLQSy7yy .align-left {
    text-align: center;
  }
  .cid-uYiLQSy7yy H1,
  .cid-uYiLQSy7yy h3 {
    text-align: center;
  }
  .cid-uYiLQSy7yy .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uYiLQSy7yy .mbr-section-title {
    text-align: center;
  }
  .cid-uYiLQSy7yy H1,
  .cid-uYiLQSy7yy h3 {
    text-align: center;
  }
}
.cid-uYiLQSy7yy H2 {
  color: #343434;
}
.cid-uYiLQSP45D {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYiLQSP45D .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uYiLQSP45D .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uYiLQSP45D .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uYiLQSP45D .text-wrap {
  padding: 0 1rem;
}
.cid-uYiLQSP45D .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uYiLQSP45D .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uYiLQSP45D .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uYiLQSP45D .card-block:hover img {
  transform: scale(1.1);
}
.cid-uYiLQSP45D .card {
  padding: 5px;
}
.cid-uYiLQSP45D .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYiLQSP45D .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uYiLQSP45D .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uYiLQSP45D H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uYiLQSP45D .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uYiLQSP45D .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uYiLQSP45D .mbr-text,
.cid-uYiLQSP45D .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uYiLQSP45D .mbr-section-title {
  text-align: center;
}
.cid-uYiLQT5pUJ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYiLQT5pUJ .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uYiLQT5pUJ .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uYiLQT5pUJ .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uYiLQT5pUJ .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uYiLQT5pUJ .text-wrap {
  padding: 0 1rem;
}
.cid-uYiLQT5pUJ .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uYiLQT5pUJ .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uYiLQT5pUJ .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uYiLQT5pUJ .card-block:hover img {
  transform: scale(1.1);
}
.cid-uYiLQT5pUJ .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uYiLQT5pUJ .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYiLQT5pUJ .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uYiLQT5pUJ .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uYiLQT5pUJ .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uYiLQT5pUJ H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uYiLQT5pUJ .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uYiLQT5pUJ .mbr-text,
.cid-uYiLQT5pUJ .link-wrap {
  text-align: left;
}
.cid-uYiLQT5pUJ .mbr-section-title {
  text-align: left;
}
.cid-uYiLQTJ0Bo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYiLQTJ0Bo H1 {
  text-align: left;
}
.cid-uYiLQTJ0Bo .mbr-text,
.cid-uYiLQTJ0Bo .mbr-section-btn {
  text-align: left;
}
.cid-uYiLQTXZCG {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uYiLQTXZCG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiLQTXZCG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYiLQUc1s1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYiLQUc1s1 H1 {
  text-align: left;
}
.cid-uYiLQUc1s1 .mbr-text,
.cid-uYiLQUc1s1 .mbr-section-btn {
  text-align: left;
}
.cid-uYiLQUpUCm {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/frau-mit-bauhelm-waldbroel.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uYiLQUpUCm .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uYiLQUpUCm .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uYiLQUpUCm .schiefer-text {
    width: 300px;
  }
}
.cid-uYiLQUpUCm .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uYiLQUpUCm H1 {
  color: #073b4c;
}
.cid-uYiLQUGCB3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYiLQUGCB3 .content {
    text-align: center;
  }
  .cid-uYiLQUGCB3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYiLQUGCB3 .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uYiLQUGCB3 .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uYiLQUGCB3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYiLQUGCB3 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYiLQUGCB3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYiLQUGCB3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uYiLQUGCB3 .google-map {
    width: 100%;
  }
}
.cid-uYiLQUGCB3 H3 {
  color: #ffffff;
}
.cid-uYiLQUGCB3 P {
  color: #ffffff;
}
.cid-uYiLQUUBVi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYiLQUUBVi .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
.cid-uYiTOg6gxb .mylogo {
  position: absolute;
  top: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
  background: white;
}
@media (max-width: 991px) {
  .cid-uYiTOg6gxb .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-uYiTOg6gxb .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-uYiTOg6gxb .leerlogo {
    min-height: 50px;
  }
}
.cid-uYiTOg6gxb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiTOg6gxb .dropdown-item:hover {
  background: #FDDAC3;
}
.cid-uYiTOg6gxb .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-uYiTOg6gxb .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-uYiTOg6gxb .navbar-caption {
    font-size: 100%!important;
  }
  .cid-uYiTOg6gxb .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-uYiTOg6gxb .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-uYiTOg6gxb .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #cccccc;
  background-color: rgba(204, 204, 204, 0.8);
}
.cid-uYiTOg6gxb .navbar.opened {
  transition: all .3s;
}
.cid-uYiTOg6gxb .navbar .dropdown-item {
  padding: .3rem 1.8rem;
}
.cid-uYiTOg6gxb .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uYiTOg6gxb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYiTOg6gxb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYiTOg6gxb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.5rem);
  }
}
.cid-uYiTOg6gxb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYiTOg6gxb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYiTOg6gxb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYiTOg6gxb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYiTOg6gxb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYiTOg6gxb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-uYiTOg6gxb .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-uYiTOg6gxb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYiTOg6gxb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYiTOg6gxb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYiTOg6gxb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYiTOg6gxb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYiTOg6gxb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYiTOg6gxb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYiTOg6gxb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYiTOg6gxb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uYiTOg6gxb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYiTOg6gxb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYiTOg6gxb .navbar.navbar-short {
  background: #cccccc !important;
  min-height: 60px;
}
.cid-uYiTOg6gxb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYiTOg6gxb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYiTOg6gxb .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-uYiTOg6gxb .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-uYiTOg6gxb .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-uYiTOg6gxb .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-uYiTOg6gxb .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-uYiTOg6gxb .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-uYiTOg6gxb .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-uYiTOg6gxb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYiTOg6gxb .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uYiTOg6gxb .navbar-caption {
  padding-right: 4rem;
}
.cid-uYiTOg6gxb .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-uYiTOg6gxb .dropdown-menu,
.cid-uYiTOg6gxb .navbar.opened {
  background: #ffffff !important;
}
.cid-uYiTOg6gxb .nav-item:focus,
.cid-uYiTOg6gxb .nav-link:focus {
  outline: none;
}
.cid-uYiTOg6gxb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiTOg6gxb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYiTOg6gxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYiTOg6gxb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYiTOg6gxb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYiTOg6gxb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYiTOg6gxb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYiTOg6gxb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYiTOg6gxb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYiTOg6gxb .dropdown-item.active,
.cid-uYiTOg6gxb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYiTOg6gxb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYiTOg6gxb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYiTOg6gxb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-uYiTOg6gxb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #cccccc;
}
.cid-uYiTOg6gxb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYiTOg6gxb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYiTOg6gxb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYiTOg6gxb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uYiTOg6gxb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYiTOg6gxb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYiTOg6gxb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYiTOg6gxb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYiTOg6gxb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYiTOg6gxb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYiTOg6gxb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYiTOg6gxb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYiTOg6gxb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYiTOg6gxb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYiTOg6gxb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYiTOg6gxb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uYiTOg6gxb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uYiTOg6gxb .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYiTOg6gxb .navbar {
    height: 77px;
  }
  .cid-uYiTOg6gxb .navbar.opened {
    height: auto;
  }
  .cid-uYiTOg6gxb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYiTOg6gxb .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-uYiTOg6gxb .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-uYiTOg6gxb .spezidropdown {
    width: 17rem;
  }
}
.cid-uYiTOgs1mE {
  background-image: url("../../../assets/images/haus-alt-neu-50erjahrebau.jpg");
}
.cid-uYiTOgs1mE H1 {
  color: #ffffff;
  latter-spacing: 0.5;
  text-align: right;
}
.cid-uYiTOgs1mE .mbr-text,
.cid-uYiTOgs1mE .mbr-section-btn {
  color: #ffffff;
  text-align: right;
}
.cid-uYiTOgs1mE .container,
.cid-uYiTOgs1mE .container-fluid {
  padding: 5rem 2rem;
}
.cid-uYiTOgs1mE .kiste {
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .cid-uYiTOgs1mE .kiste {
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: -100px;
  }
  .cid-uYiTOgs1mE .kiste .mbr-text,
  .cid-uYiTOgs1mE .kiste .mbr-section-btn,
  .cid-uYiTOgs1mE .kiste .mbr-section-title {
    color: #000;
    text-align: right;
  }
}
.cid-uYiTOgs1mE .mysw {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  backdrop-filter: grayscale(100);
}
@media (max-width: 768px) {
  .cid-uYiTOgs1mE #id-beratung,
  .cid-uYiTOgs1mE #IDlogo {
    display: none;
  }
}
.cid-uYiTOgs1mE .sonne {
  visibility: hidden;
  background-image: url("../../../assets/images/rabatt.jpeg");
  background-size: cover;
  position: absolute;
  border-style: solid;
  border-color: red;
  border-width: 1px;
  border-radius: 50%;
  bottom: 8rem;
  right: 3rem;
  width: 15rem;
  aspect-ratio: 1;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uYiTOgs1mE .sonne {
    top: unset;
    bottom: -8rem;
    width: 10rem;
    right: 0rem;
  }
}
.cid-uYiTOgDdqM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYiTOgDdqM .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-uYiTOgDdqM .haken {
  max-width: 15px;
  aspect-ratio: 1;
  position: relative;
  top: -3px;
}
@media (min-width: 767px) {
  .cid-uYiTOgDdqM .container {
    padding: 0 1rem;
  }
}
.cid-uYiTOgDdqM .mbr-text,
.cid-uYiTOgDdqM .mbr-section-btn {
  color: #333333;
}
.cid-uYiTOgDdqM .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-uYiTOgDdqM .btn .mbr-iconfont {
  order: 2;
}
.cid-uYiTOgDdqM .pt-5 {
  padding-top: 4rem!important;
}
.cid-uYiTOgDdqM H1 {
  color: #333333;
  text-align: left;
  font-size: clamp(2rem, 7vw, 5.1rem);
}
.cid-uYiTOgDdqM H3 {
  text-align: left;
  color: #343434;
}
@media (max-width: 922px) {
  .cid-uYiTOgDdqM .align-left {
    text-align: center;
  }
  .cid-uYiTOgDdqM H1,
  .cid-uYiTOgDdqM h3 {
    text-align: center;
  }
  .cid-uYiTOgDdqM .row {
    justify-content: center;
    padding: 0rem;
  }
}
@media (max-width: 768px) {
  .cid-uYiTOgDdqM .mbr-section-title {
    text-align: center;
  }
  .cid-uYiTOgDdqM H1,
  .cid-uYiTOgDdqM h3 {
    text-align: center;
  }
}
.cid-uYiTOgDdqM H2 {
  color: #343434;
}
.cid-uYiTOgMpmC {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uYiTOgMpmC .infofenster {
  background: #eee;
  padding: 3rem!important;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
}
.cid-uYiTOgMpmC .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uYiTOgMpmC .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uYiTOgMpmC .text-wrap {
  padding: 0 1rem;
}
.cid-uYiTOgMpmC .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uYiTOgMpmC .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uYiTOgMpmC .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uYiTOgMpmC .card-block:hover img {
  transform: scale(1.1);
}
.cid-uYiTOgMpmC .card {
  padding: 5px;
}
.cid-uYiTOgMpmC .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYiTOgMpmC .card .card-block .photo {
  display: inline-block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uYiTOgMpmC .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 320px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
.cid-uYiTOgMpmC H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uYiTOgMpmC .md-pb {
    margin-bottom: 2rem!important;
  }
  .cid-uYiTOgMpmC .infofenster {
    padding: 0.5rem!important;
  }
}
.cid-uYiTOgMpmC .mbr-text,
.cid-uYiTOgMpmC .link-wrap {
  text-align: left;
  color: #343434;
}
.cid-uYiTOgMpmC .mbr-section-title {
  text-align: center;
}
.cid-uYiTOgWuyF {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uYiTOgWuyF .div-schief {
  position: absolute;
  top: 0px;
  left: -5px;
  width: 200px;
  height: 30px;
  background: red;
  transform: rotate(-10deg);
  z-index: 2;
}
.cid-uYiTOgWuyF .mypic {
  max-width: 40px!important;
  position: relative;
  top: -5px;
}
.cid-uYiTOgWuyF .row {
  padding: 0 1rem;
  justify-content: center;
}
.cid-uYiTOgWuyF .title {
  max-width: 1200px;
  margin: auto;
}
.cid-uYiTOgWuyF .text-wrap {
  padding: 0 1rem;
}
.cid-uYiTOgWuyF .link {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 2rem;
  cursor: pointer;
}
.cid-uYiTOgWuyF .link:before {
  content: "\e966";
  font-family: MobiriseIcons !important;
  position: absolute;
  right: 0rem;
  transition: all 0.3s;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  color: currentColor;
}
.cid-uYiTOgWuyF .link:hover:before {
  margin-right: -0.4rem;
}
.cid-uYiTOgWuyF .card-block:hover img {
  transform: scale(1.1);
}
.cid-uYiTOgWuyF .card {
  padding: 5px;
  margin-bottom: 3rem;
}
.cid-uYiTOgWuyF .card .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uYiTOgWuyF .card .card-block .photo {
  display: block;
  margin-bottom: 1.4rem;
  overflow: hidden;
}
.cid-uYiTOgWuyF .card .card-block .photo img {
  width: 100%;
  min-width: 100%;
  height: 380px;
  object-fit: cover;
  min-height: 100%;
  transition: all 0.3s;
}
@media (max-width: 992px) {
  .cid-uYiTOgWuyF .card .card-block .photo img {
    height: 280px;
  }
}
.cid-uYiTOgWuyF H4 {
  color: #cf0000;
}
@media (max-width: 992px) {
  .cid-uYiTOgWuyF .md-pb {
    margin-bottom: 2rem!important;
  }
}
.cid-uYiTOgWuyF .mbr-text,
.cid-uYiTOgWuyF .link-wrap {
  text-align: left;
}
.cid-uYiTOgWuyF .mbr-section-title {
  text-align: left;
}
.cid-uYiTOhixYA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYiTOhixYA H1 {
  text-align: left;
}
.cid-uYiTOhixYA .mbr-text,
.cid-uYiTOhixYA .mbr-section-btn {
  text-align: left;
}
.cid-uYiTOhs7pT {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/verputzen-zahnspachtel.jpg");
}
.cid-uYiTOhs7pT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYiTOhs7pT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYiTOhCU6i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uYiTOhCU6i H1 {
  text-align: left;
}
.cid-uYiTOhCU6i .mbr-text,
.cid-uYiTOhCU6i .mbr-section-btn {
  text-align: left;
}
.cid-uYiTOhMLaZ {
  padding-top: 405px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/frau-mit-bauhelm-waldbroel.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
.cid-uYiTOhMLaZ .schiefer-text {
  font-family: 'arial';
  font-style: normal;
  font-size: 1rem;
  position: absolute;
  bottom: 60px;
  left: -15px;
  width: 400px;
  text-align: right;
  border-radius: 2px;
  background: #cf0000;
  color: white;
  -webkit-transform: skew(-8deg);
  -moz-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
}
@media (max-width: 768px) {
  .cid-uYiTOhMLaZ .schiefer-text {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .cid-uYiTOhMLaZ .schiefer-text {
    width: 300px;
  }
}
.cid-uYiTOhMLaZ .innencontainer {
  position: absolute;
  width: 100%;
  top: 0px;
  background: rgba(200, 214, 224, 0.8);
  padding: 3rem;
  border-style: solid;
  border-width: 0 0 3px 0;
  border-color: rgba(255, 255, 255, 0.6);
}
.cid-uYiTOhMLaZ H1 {
  color: #073b4c;
}
.cid-uYiTOhVapT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uYiTOhVapT .content {
    text-align: center;
  }
  .cid-uYiTOhVapT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uYiTOhVapT .img-logo-footer {
  margin-right: 1rem;
  max-width: 15rem;
}
.cid-uYiTOhVapT .google-map {
  height: 25rem;
  width: 90%;
  position: relative;
  box-shadow: 2.5px 4.3px 29px 0 rgba(0, 0, 0, 0.18);
}
.cid-uYiTOhVapT .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uYiTOhVapT .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uYiTOhVapT .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uYiTOhVapT .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-uYiTOhVapT .google-map {
    width: 100%;
  }
}
.cid-uYiTOhVapT H3 {
  color: #ffffff;
}
.cid-uYiTOhVapT P {
  color: #ffffff;
}
.cid-uYiTOi6KpD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uYiTOi6KpD .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-v0kMeoatN8 .whatsapp-wrapper {
  position: fixed;
  bottom: 25px;
  right: 12px;
  z-index: 9999;
}
.cid-v0kMeoatN8 .whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  position: relative;
  text-decoration: none;
  transition: transform 0.2s ease;
  width: auto;
  height: auto;
  min-width: calc(50px);
  min-height: calc(50px);
}
.cid-v0kMeoatN8 .whatsapp-button:hover {
  transform: scale(1.1);
}
.cid-v0kMeoatN8 .whatsapp-button::after {
  content: attr(data-tooltip);
  position: absolute;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.cid-v0kMeoatN8 .whatsapp-button:hover::after {
  opacity: 1;
}
.cid-v0kMeoatN8 .tooltip-top::after {
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-bottom::after {
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
.cid-v0kMeoatN8 .tooltip-left::after {
  top: 50%;
  right: 120%;
  transform: translateY(-50%);
}
.cid-v0kMeoatN8 .tooltip-right::after {
  top: 50%;
  left: 120%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .cid-v0kMeoatN8 .whatsapp-button::after {
    display: none;
  }
}
.cid-v0kMeoatN8 DIV {
  color: #ffffff;
}
.cid-v0kMeoatN8 p {
  color: #000;
}
.cid-v0kMeoatN8 .hidden {
  display: none;
}
