@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

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

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;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

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

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

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: #111111;
}

.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;
}

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

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

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

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

/*! Media  */
.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 {
  margin-bottom: 0;
  overflow: hidden;
}

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

img,
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 {
  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: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

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

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

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

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

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 0;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 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;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.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: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  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%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.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;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@-webkit-keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*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;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .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;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.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: 0.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;
}

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

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

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

.jq-selectbox li {
  padding: 1.07em 0.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;
  box-shadow: 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;
}

.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;
}

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

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

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.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;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 0.6rem 1.2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  margin: 0;
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .btn {
  display: flex;
  padding: 0.6rem 1.2rem;
  margin: 0;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

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

:focus {
  outline: none;
}

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

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

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

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

@media (min-width: 992px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .row > [class*=col] {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .mbr-container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.card-wrapper,
.item-wrapper {
  overflow: hidden;
}

.app-video-wrapper > img {
  opacity: 1;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}

.container
{
    max-width:1440px
}
.text-outline {
 
  text-shadow:
    -1px -1px 0 black,
     1px -1px 0 black,
    -1px  1px 0 black,
     1px  1px 0 black; /* optional für mehr Tiefe */
}

.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Outfit', sans-serif;
  font-size: 4.2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-2 {
  font-family: 'Outfit', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.94rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #393938 !important;
}
.bg-success {
  background-color: #879aa4 !important;
}
.bg-info {
  background-color: #237faf !important;
}
.bg-warning {
  background-color: #ffbc05 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #393938 !important;
  border-color: #393938 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #82ba00 !important;
  border-color: #82ba00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #456300 !important;
  border-color: #456300 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #456300 !important;
  border-color: #456300 !important;
}
.btn-info,
.btn-info:active {
  background-color: #237faf !important;
  border-color: #237faf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #154b67 !important;
  border-color: #154b67 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #154b67 !important;
  border-color: #154b67 !important;
}
.btn-success,
.btn-success:active {
  background-color: #879aa4 !important;
  border-color: #879aa4 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #5c6f79 !important;
  border-color: #5c6f79 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c6f79 !important;
  border-color: #5c6f79 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbc05 !important;
  border-color: #ffbc05 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ad7f00 !important;
  border-color: #ad7f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ad7f00 !important;
  border-color: #ad7f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #393938;
  color: #393938;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d0d0d !important;
  background-color: transparent!important;
  border-color: #0d0d0d !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #393938 !important;
  border-color: #393938 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #82ba00;
  color: #82ba00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #456300 !important;
  background-color: transparent!important;
  border-color: #456300 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #82ba00 !important;
  border-color: #82ba00 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #237faf;
  color: #237faf;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #154b67 !important;
  background-color: transparent!important;
  border-color: #154b67 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #237faf !important;
  border-color: #237faf !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #879aa4;
  color: #879aa4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #5c6f79 !important;
  background-color: transparent!important;
  border-color: #5c6f79 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #879aa4 !important;
  border-color: #879aa4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffbc05;
  color: #ffbc05;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ad7f00 !important;
  background-color: transparent!important;
  border-color: #ad7f00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbc05 !important;
  border-color: #ffbc05 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #393938 !important;
}
.text-secondary {
  color: #82ba00 !important;
}
.text-success {
  color: #879aa4 !important;
}
.text-info {
  color: #237faf !important;
}
.text-warning {
  color: #ffbc05 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #060605 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3b5400 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #556770 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #12415a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #9e7400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #393938;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #237faf;
}
.alert-warning {
  background-color: #ffbc05;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #393938;
  border-color: #393938;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #393938;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #acacab;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0d7db;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6fbbe2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff3d1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #393938 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #393938;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #393938;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #393938;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #393938;
  border-bottom-color: #393938;
}
.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: #ffffff !important;
  background-color: #393938 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #82ba00 !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%;
  width: 100%;
  height: auto;
}
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='%23393938' %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;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.btn-flip {
  width: 100%;
  opacity: 1;
  outline: 0;
  line-height: 55px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}
.btn-flip::before,
.btn-flip::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 55px;
  position: absolute;
  transition: 0.5s;
  content: attr(data-front);
  backface-visibility: hidden;
}
.btn-flip::before {
  opacity: 1;
  color: #fff!important;
  background: #323237;
  padding: 0 30px;
  position: relative;
  transform: translateY(0) rotateX(0);
  z-index: 2;
}
.btn-flip::after {
  opacity: 0;
  color: #000;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  z-index: 1;
}
.btn-flip:hover::before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.btn-flip:hover::after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.cid-uHk2g6R59p {
  z-index: 1000;
  width: 100%;
}
.cid-uHk2g6R59p .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uHk2g6R59p .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uHk2g6R59p .dropdown-width {
    width: unset !important;
  }
}
.cid-uHk2g6R59p .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uHk2g6R59p .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uHk2g6R59p .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uHk2g6R59p .img-wrapper {
  width: 100%;
}
.cid-uHk2g6R59p .img-wrapper img {
  object-fit: cover;
}
.cid-uHk2g6R59p .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uHk2g6R59p .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uHk2g6R59p #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uHk2g6R59p #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uHk2g6R59p .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .menu_box .navbar.opened,
  .cid-uHk2g6R59p .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uHk2g6R59p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uHk2g6R59p .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uHk2g6R59p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHk2g6R59p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHk2g6R59p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHk2g6R59p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHk2g6R59p .offcanvas-body .mbr-text,
  .cid-uHk2g6R59p .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHk2g6R59p .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uHk2g6R59p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHk2g6R59p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHk2g6R59p li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uHk2g6R59p li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uHk2g6R59p li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uHk2g6R59p .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHk2g6R59p .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uHk2g6R59p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHk2g6R59p .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHk2g6R59p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHk2g6R59p .offcanvas_box {
    display: none;
  }
}
.cid-uHk2g6R59p .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHk2g6R59p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHk2g6R59p .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHk2g6R59p .nav-link {
  position: relative;
}
.cid-uHk2g6R59p .container {
  display: flex;
  margin: auto;
}
.cid-uHk2g6R59p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHk2g6R59p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHk2g6R59p .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uHk2g6R59p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHk2g6R59p .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uHk2g6R59p .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uHk2g6R59p .dropdown-menu,
.cid-uHk2g6R59p .navbar.opened {
  background: #ffffff !important;
}
.cid-uHk2g6R59p .nav-item:focus,
.cid-uHk2g6R59p .nav-link:focus {
  outline: none;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHk2g6R59p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHk2g6R59p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHk2g6R59p .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uHk2g6R59p .navbar.opened {
  transition: all 0.3s;
}
.cid-uHk2g6R59p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHk2g6R59p .navbar .navbar-logo img {
  width: auto;
}
.cid-uHk2g6R59p .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uHk2g6R59p .navbar.collapsed {
  justify-content: center;
}
.cid-uHk2g6R59p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHk2g6R59p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHk2g6R59p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHk2g6R59p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHk2g6R59p .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uHk2g6R59p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHk2g6R59p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHk2g6R59p .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uHk2g6R59p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHk2g6R59p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHk2g6R59p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHk2g6R59p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHk2g6R59p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHk2g6R59p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHk2g6R59p .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uHk2g6R59p .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uHk2g6R59p .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .navbar-brand {
    min-width: unset;
  }
}
.cid-uHk2g6R59p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHk2g6R59p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHk2g6R59p .dropdown-item.active,
.cid-uHk2g6R59p .dropdown-item:active {
  background-color: transparent;
}
.cid-uHk2g6R59p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHk2g6R59p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHk2g6R59p ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uHk2g6R59p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHk2g6R59p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHk2g6R59p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHk2g6R59p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHk2g6R59p .navbar {
    height: 70px;
  }
  .cid-uHk2g6R59p .navbar.opened {
    height: auto;
  }
  .cid-uHk2g6R59p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHk2g6R59p .mbr-section-subtitle {
  color: #202020;
}
.cid-uHk2g6R59p .btn-black-outline {
  border-width: 1px !important;
}
.cid-uHk2g6R59p .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uHcv1VjAGO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  z-index: 0;
  background-color: #fafafa;
}
.cid-uHcv1VjAGO .carousel {
  height: 800px;
}
.cid-uHcv1VjAGO .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(50%);
}
@media (max-width: 767px) {
  .cid-uHcv1VjAGO .carousel {
    height: 80vh;
  }
}
.cid-uHcv1VjAGO .carousel-item,
.cid-uHcv1VjAGO .carousel-inner {
  height: 100%;
}
.cid-uHcv1VjAGO .mbr-section-subtitle {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0);
  width: fit-content;
  border-radius: 10px;
  padding: 5px 10px 10px 10px;
}
.cid-uHcv1VjAGO .mbr-section-btn {
  text-align: left;
}
.cid-uHcv1VjAGO .carousel-caption {
  top: 100px;
  z-index: 1;
}
.cid-uHcv1VjAGO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uHcv1VjAGO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uHcv1VjAGO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uHcv1VjAGO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uHcv1VjAGO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uHcv1VjAGO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uHcv1VjAGO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uHcv1VjAGO .carousel-control {
  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-uHcv1VjAGO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uHcv1VjAGO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uHcv1VjAGO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uHcv1VjAGO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uHcv1VjAGO .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-uHcv1VjAGO .carousel-indicators li.active,
.cid-uHcv1VjAGO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uHcv1VjAGO .carousel-indicators li::after,
.cid-uHcv1VjAGO .carousel-indicators li::before {
  content: none;
}
.cid-uHcv1VjAGO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uHcv1VjAGO .carousel-indicators {
    display: none !important;
  }
}
.cid-uHcv1VjAGO H5 {
  text-align: left;
}
.cid-uHcv1VjAGO P {
  text-align: left;
}
.cid-uIYWNDpgvl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIYWNDpgvl {
    background: transparent;
  }
}
.cid-uIYWNDpgvl .row {
  justify-content: center;
  margin: 0 -13px;
}
.cid-uIYWNDpgvl .row .item {
  padding: 0 13px;
}
@media (min-width: 991px) {
  .cid-uIYWNDpgvl .move-up {
    background: transparent;
    position: sticky;
    bottom: -140px;
  }
}
@media (min-width: 992px) {
  .cid-uIYWNDpgvl .item {
    margin-top: -7rem;
  }
}
.cid-uIYWNDpgvl .item {
  margin-bottom: 26px;
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item {
    margin-bottom: 16px;
  }
}
.cid-uIYWNDpgvl .item .back1 {
  transition: background-color 0.5s;
  background-color: rgba(35, 127, 175, 0.8);
}
.cid-uIYWNDpgvl .item .back1:hover {
  background-color: #237faf;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .back1 {
    background-color: #237faf;
  }
}
.cid-uIYWNDpgvl .item .back2 {
  transition: background-color 0.5s;
  background-color: rgba(83, 133, 159, 0.8);
}
.cid-uIYWNDpgvl .item .back2:hover {
  background-color: #53859f;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .back2 {
    background-color: #53859f;
  }
}
.cid-uIYWNDpgvl .item .back3 {
  transition: background-color 0.5s;
  background-color: rgba(115, 147, 164, 0.8);
}
.cid-uIYWNDpgvl .item .back3:hover {
  background-color: #7393a4;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .back3 {
    background-color: #7393a4;
  }
}
.cid-uIYWNDpgvl .item .item-wrapper {
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 100%;
  padding: 34px;
}
@media (max-width: 1200px) {
  .cid-uIYWNDpgvl .item .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .item-wrapper {
    padding: 10px 16px;
  }
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 30px;
  background-color: #151e11;
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .label-wrapper .label-wrap .item-label {
  margin-bottom: 0;
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #fff7ee;
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .item-wrapper .card-box .item-title {
    margin-bottom: 10px;
  }
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .item-Sub-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .item-wrapper .card-box .item-Sub-title {
    margin-bottom: 30px;
  }
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .text-wrap .item-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIYWNDpgvl .item .item-wrapper .card-box .text-wrap .item-text {
    width: 100%;
  }
}
.cid-uIYWNDpgvl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uIYWNDpgvl .item-label {
  color: #fff7ee;
}
.cid-uIYWNDpgvl .item-title {
  color: #fff7ee;
}
.cid-uIYWNDpgvl .item-sub-title {
  color: #fff7ee;
}
.cid-uIYWNDpgvl .item-text {
  color: #fff7ee;
}
.cid-uIYWNDpgvl .item-title,
.cid-uIYWNDpgvl .item-sub-title,
.cid-uIYWNDpgvl .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uIYWNDpgvl .item-text,
.cid-uIYWNDpgvl .text-wrap {
  text-align: center;
}
.cid-tzxwR8zjhZ {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-tzxwR8zjhZ .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-tzxwR8zjhZ .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-tzxwR8zjhZ .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-tzxwR8zjhZ .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-tzxwR8zjhZ .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-tzxwR8zjhZ .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-tzxwR8zjhZ #IDpdf,
.cid-tzxwR8zjhZ #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-tzxwR8zjhZ #IDpdf,
  .cid-tzxwR8zjhZ #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-tzxwR8zjhZ #IDpdf p,
  .cid-tzxwR8zjhZ #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-tzxwR8zjhZ #IDpdf span,
.cid-tzxwR8zjhZ #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-tzxwR8zjhZ #IDpdf2 {
  bottom: 33vh;
}
.cid-tzxwR8zjhZ .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-tzxwR8zjhZ .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-tzxwR8zjhZ .PDF2-pic img {
  border-radius: 5px;
}
.cid-tzxwR8zjhZ #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 10vh;
  outline: 1px solid #ffffff99;
  outline-offset: -6px;
}
.cid-tzxwR8zjhZ #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-tzxwR8zjhZ .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-tzxwR8zjhZ .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-tzxwR8zjhZ .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-tzxwR8zjhZ #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 991px) {
  .cid-tzxwR8zjhZ #IDmyinfo {
    top: -30px;
  }
}
@media (max-width: 768px) {
  .cid-tzxwR8zjhZ #IDmyinfo {
    left: 0%;
    top: -30px;
    height: 90px;
    width: 250px;
  }
}
.cid-tzxwR8zjhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzxwR8zjhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzxwR8zjhZ .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-tzxwR8zjhZ .mbr-section-title {
  color: #000000;
}
.cid-tzxwR8zjhZ .mbr-section-text {
  color: #393938;
  text-align: left;
}
.cid-uIEsBayz9h {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  z-index: 1;
}
.cid-uIEsBayz9h .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .container-fluid {
    padding: 0 25px;
  }
}
.cid-uIEsBayz9h #IDBackPic {
  width: 200px;
  background: transparent;
  position: absolute;
  bottom: 5%;
  opacity: 0.3;
  filter: saturate(50%);
  left: 5%;
  z-index: 11111;
}
@media (max-width: 768px) {
  .cid-uIEsBayz9h #IDBackPic {
    display: none;
  }
}
@media (max-width: 980px) {
  .cid-uIEsBayz9h #IDBackPic {
    width: 200px;
  }
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .container {
    padding: 0 25px;
  }
}
.cid-uIEsBayz9h .rahmen {
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
}
.cid-uIEsBayz9h .image-wrapper {
  height: 100%;
}
.cid-uIEsBayz9h .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIEsBayz9h .item:focus,
.cid-uIEsBayz9h span:focus {
  outline: none;
}
.cid-uIEsBayz9h .item-wrapper {
  position: relative;
}
.cid-uIEsBayz9h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uIEsBayz9h .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
}
@media (max-width: 1200px) {
  .cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content {
    display: block;
  }
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
  margin-right: 15px;
  min-width: 45px;
}
@media (max-width: 1200px) {
  .cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 16px;
}
.cid-uIEsBayz9h .embla__slide .slide-content .item-wrapper .item-content .title-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uIEsBayz9h .embla__button--next,
.cid-uIEsBayz9h .embla__button--prev {
  display: flex;
}
.cid-uIEsBayz9h .embla__button {
  bottom: 3rem;
  width: 54px;
  height: 24px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  opacity: 1 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Instrument_Sans", sans-serif;
}
.cid-uIEsBayz9h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uIEsBayz9h .embla__button:hover {
  background: transparent;
  color: #ffffff;
}
.cid-uIEsBayz9h .embla__button:hover.embla__button--prev .mbr-prev::after {
  width: 0;
}
.cid-uIEsBayz9h .embla__button:hover.embla__button--next .mbr-next::after {
  width: 0;
}
.cid-uIEsBayz9h .embla__button.embla__button--prev {
  right: 120px;
}
.cid-uIEsBayz9h .embla__button.embla__button--prev .mbr-prev {
  font-size: 20px;
}
.cid-uIEsBayz9h .embla__button.embla__button--prev .mbr-prev::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
.cid-uIEsBayz9h .embla__button.embla__button--next {
  right: 45px;
}
.cid-uIEsBayz9h .embla__button.embla__button--next .mbr-next {
  font-size: 20px;
}
.cid-uIEsBayz9h .embla__button.embla__button--next .mbr-next::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  height: 2px;
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .embla__button {
    bottom: 1.5rem;
  }
}
.cid-uIEsBayz9h .embla {
  position: relative;
  width: 100%;
  background-color: #53859f;
  padding: 35px 30px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIEsBayz9h .embla {
    padding: 35px 30px 60px;
  }
}
.cid-uIEsBayz9h .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uIEsBayz9h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uIEsBayz9h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uIEsBayz9h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uIEsBayz9h .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uIEsBayz9h .item-title {
  color: #ffffff;
}
.cid-uIEsBayz9h .mbr-text {
  color: #ffffff;
}
.cid-uIEGoB2Glv {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #384951;
  z-index: 1;
}
.cid-uIEGoB2Glv .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .container-fluid {
    padding: 0 25px;
  }
}
.cid-uIEGoB2Glv .linie {
  max-width: 180px;
  height: 2px;
  background-color: #879aa4;
  margin: 0px auto 60px auto;
}
.cid-uIEGoB2Glv img {
  filter: saturate(30%);
}
.cid-uIEGoB2Glv .rahmen {
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 350px;
}
.cid-uIEGoB2Glv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIEGoB2Glv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIEGoB2Glv .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-uIEGoB2Glv .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .title-wrapper .mbr-section-title {
    margin-bottom: 26px;
  }
}
.cid-uIEGoB2Glv .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .item {
    margin-bottom: 16px;
  }
}
.cid-uIEGoB2Glv .item:hover .item-wrapper .item-img img,
.cid-uIEGoB2Glv .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uIEGoB2Glv .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .item .item-wrapper {
    display: block;
  }
}
.cid-uIEGoB2Glv .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 64px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uIEGoB2Glv .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uIEGoB2Glv .item .item-wrapper .item-content .item-title_1,
.cid-uIEGoB2Glv .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uIEGoB2Glv .item .item-wrapper .item-content .item-text_1,
.cid-uIEGoB2Glv .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uIEGoB2Glv .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uIEGoB2Glv .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uIEGoB2Glv .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uIEGoB2Glv .item .card_1 {
  background-color: #7393a4;
}
.cid-uIEGoB2Glv .item .card_2 {
  background-color: #53859f;
}
.cid-uIEGoB2Glv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIEGoB2Glv .item-title_1 {
  color: #ffffff;
}
.cid-uIEGoB2Glv .item-title_2 {
  color: #ffffff;
}
.cid-uIEGoB2Glv .item-text_1 {
  color: #ffffff;
}
.cid-uIEGoB2Glv .item-text_2 {
  color: #12b82e;
}
.cid-uIEGoB2Glv .item-text_2,
.cid-uIEGoB2Glv .mbr-section-btn {
  color: #ffffff;
}
.cid-uIHiykL0q0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIHiykL0q0 {
    padding-top: 2rem;
  }
}
.cid-uIHiykL0q0 .simpleParallax {
  height: 100%!important;
}
.cid-uIHiykL0q0 .css-hover-btn3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  height: 3.5rem;
  padding: 0 2rem;
  border-radius: 3px;
  border-width: 0;
}
.cid-uIHiykL0q0 .css-hover-btn3 .btn-label {
  transition: transform 0.4s ease;
  z-index: 2;
  position: relative;
  display: block;
}
.cid-uIHiykL0q0 .css-hover-btn3::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
  transition: transform 0.4s ease;
  z-index: 1;
  white-space: nowrap;
}
.cid-uIHiykL0q0 .css-hover-btn3:hover .btn-label {
  transform: translateY(140%);
}
.cid-uIHiykL0q0 .css-hover-btn3:hover::after {
  transform: translateX(100%);
}
.cid-uIHiykL0q0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uIHiykL0q0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIHiykL0q0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIHiykL0q0 .content-wrap {
  margin: 0;
}
.cid-uIHiykL0q0 .content-wrap .card {
  padding: 0;
}
.cid-uIHiykL0q0 .image-wrapper {
  height: 100%;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
.cid-uIHiykL0q0 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .image-wrapper img {
    display: none;
  }
}
.cid-uIHiykL0q0 .image-wrapper-ueber {
  height: 20%;
  z-index: 1;
  opacity: 0.5;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.cid-uIHiykL0q0 .image-wrapper-ueber img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .image-wrapper-ueber {
    height: 100px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .cid-uIHiykL0q0 .image-wrapper-ueber {
    height: 70px;
    object-fit: cover;
  }
}
.cid-uIHiykL0q0 .content-wrapper {
  padding: 190px 72px;
  height: 100%;
}
@media (max-width: 1640px) {
  .cid-uIHiykL0q0 .content-wrapper {
    padding: 190px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .content-wrapper {
    padding: 40px 0;
  }
}
.cid-uIHiykL0q0 .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 8px 16px;
  background-color: #ffffff;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-uIHiykL0q0 .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uIHiykL0q0 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uIHiykL0q0 .mbr-section-title {
  color: #f4f2ef;
}
.cid-uIHiykL0q0 .mbr-desc,
.cid-uIHiykL0q0 .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uIHiykL0q0 .mbr-section-title,
.cid-uIHiykL0q0 .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-uIHiykL0q0 .mbr-section-title,
.cid-uIHiykL0q0 .mbr-section-btn DIV {
  text-align: left;
}
.cid-tA6loHv2b8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #40535d;
  z-index: 1;
}
.cid-tA6loHv2b8 h2 {
  line-height: 1.4!important;
}
.cid-tA6loHv2b8 .myform {
  background: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 100%;
  padding: 2rem;
  color: white!important;
}
@media (max-width: 768px) {
  .cid-tA6loHv2b8 .myform {
    padding: 2rem 1rem;
  }
}
.cid-tA6loHv2b8 #IDBackPic {
  width: 400px;
  background: transparent;
  position: absolute;
  top: 10px;
  opacity: 0.3;
  filter: saturate(50%);
  left: 1%;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-tA6loHv2b8 #IDBackPic {
    display: none;
  }
}
@media (max-width: 980px) {
  .cid-tA6loHv2b8 #IDBackPic {
    width: 300px;
  }
}
.cid-tA6loHv2b8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tA6loHv2b8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tA6loHv2b8 .mbr-section-subtitle {
  line-height: 1;
  color: #ffffff;
  text-align: left;
}
.cid-tA6loHv2b8 .df-spec-button-div {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cid-tA6loHv2b8 .df-spec-button-div a {
  width: 250px;
}
.cid-tA6loHv2b8 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tA6loHv2b8 .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-tA6loHv2b8 .btn-lr14 {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #393938;
  transition-duration: 0.4s;
}
.cid-tA6loHv2b8 .btn-lr14:hover {
  background-color: #82BA00;
  border: 2px solid white;
  color: white;
}
.cid-tA6loHv2b8 .btn-lr24 {
  background-color: #82BA00;
  border: 2px solid #F8F8F8;
  color: white;
  transition-duration: 0.4s;
}
.cid-uIER4l1BTz {
  padding-top: 0.5rem;
  padding-bottom: 5rem;
  background-color: #40535d;
  z-index: 1;
}
.cid-uIER4l1BTz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uIER4l1BTz .css-hover-btn3 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  overflow: hidden;
  height: 3.5rem;
  padding: 0 2rem;
  border-radius: 3px;
  border-width: 0;
}
.cid-uIER4l1BTz .css-hover-btn3 .btn-label {
  transition: transform 0.4s ease;
  z-index: 2;
  position: relative;
  display: block;
}
.cid-uIER4l1BTz .css-hover-btn3::after {
  content: attr(data-hover);
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #000000;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
  transition: transform 0.4s ease;
  z-index: 1;
  white-space: nowrap;
}
.cid-uIER4l1BTz .css-hover-btn3:hover .btn-label {
  transform: translateY(140%);
}
.cid-uIER4l1BTz .css-hover-btn3:hover::after {
  transform: translateX(100%);
}
.cid-uIER4l1BTz .rahmen {
  outline: 1px solid #aaa;
  outline-offset: -10px;
  height: 100%;
}
.cid-uIER4l1BTz form {
  padding: 4rem;
}
@media (max-width: 767px) {
  .cid-uIER4l1BTz form {
    padding: 2rem 0rem;
  }
}
.cid-uIER4l1BTz .border-radius {
  border-radius: 3px;
}
.cid-uIER4l1BTz input,
.cid-uIER4l1BTz textarea {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.cid-uIER4l1BTz input:hover,
.cid-uIER4l1BTz textarea:hover,
.cid-uIER4l1BTz input:focus,
.cid-uIER4l1BTz textarea:focus,
.cid-uIER4l1BTz input:active,
.cid-uIER4l1BTz textarea:active {
  border: none !important;
  border-bottom: 1px solid lightgray !important;
  box-shadow: none;
}
.cid-uIER4l1BTz .image-wrapper,
.cid-uIER4l1BTz img {
  height: 100%;
  object-fit: cover;
}
.cid-uIER4l1BTz .row {
  background: #ffffff;
  overflow: hidden;
  margin: 0;
}
.cid-uIER4l1BTz .btn {
  margin-top: 2rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-uIER4l1BTz .col-auto {
    margin: auto;
  }
}
.cid-uIER4l1BTz h5 {
  margin-bottom: 3rem;
}
.cid-uIER4l1BTz a {
  font-weight: bold;
}
.cid-uIER4l1BTz .mbr-section-title {
  color: #ffffff;
}
.cid-uIER4l1BTz .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uIER4l1BTz P {
  text-align: right;
}
.cid-uNJfGv6WaU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNJfGv6WaU .btn-flip {
  opacity: 1;
  outline: 0;
  line-height: 55px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
}
.cid-uNJfGv6WaU .btn-flip::before,
.cid-uNJfGv6WaU .btn-flip::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  line-height: 55px;
  position: absolute;
  transition: 0.5s;
  content: attr(data-front);
  backface-visibility: hidden;
}
.cid-uNJfGv6WaU .btn-flip::before {
  opacity: 1;
  color: #fff!important;
  background: #323237;
  padding: 0 30px;
  position: relative;
  transform: translateY(0) rotateX(0);
  z-index: 2;
}
.cid-uNJfGv6WaU .btn-flip::after {
  opacity: 0;
  color: #000;
  background: #adadaf;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
  z-index: 1;
}
.cid-uNJfGv6WaU .btn-flip:hover::before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
.cid-uNJfGv6WaU .btn-flip:hover::after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
.cid-uNJfGv6WaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNJfGv6WaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNJfGv6WaU .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uNJfGv6WaU .icon-box {
  background: #6592e6;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNJfGv6WaU .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uNJfGv6WaU .card {
    margin-bottom: 2rem;
  }
  .cid-uNJfGv6WaU .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNJfGv6WaU .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uIh0zj1X8c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIh0zj1X8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh0zj1X8c a:hover {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh0zj1X8c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container {
    padding: 0 26px;
  }
}
.cid-uIh0zj1X8c .row {
  justify-content: center;
}
.cid-uIh0zj1X8c .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIh0zj1X8c .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIh0zj1X8c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIh0zj1X8c .mbr-section-title {
  color: #ffffff;
}
.cid-uIh0zj1X8c .mbr-text {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .nav-wrapper,
.cid-uIh0zj1X8c .social-wrapper {
  text-align: right;
}
.cid-uIh0zj1X8c .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIh0zj1X8c #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .item-wrap,
.cid-uIh0zj1X8c .social-wrapper {
  color: #ffffff;
}
.cid-uIh0zj1X8c P {
  color: #ffffff;
}
.cid-uIgPowHmNB {
  z-index: 1000;
  width: 100%;
}
.cid-uIgPowHmNB .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIgPowHmNB .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIgPowHmNB .dropdown-width {
    width: unset !important;
  }
}
.cid-uIgPowHmNB .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIgPowHmNB .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIgPowHmNB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIgPowHmNB .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIgPowHmNB .img-wrapper {
  width: 100%;
}
.cid-uIgPowHmNB .img-wrapper img {
  object-fit: cover;
}
.cid-uIgPowHmNB .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIgPowHmNB .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIgPowHmNB #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgPowHmNB nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIgPowHmNB #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIgPowHmNB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIgPowHmNB .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIgPowHmNB .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIgPowHmNB .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIgPowHmNB .menu_box .navbar.opened,
  .cid-uIgPowHmNB .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIgPowHmNB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIgPowHmNB nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIgPowHmNB .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIgPowHmNB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIgPowHmNB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIgPowHmNB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIgPowHmNB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIgPowHmNB .offcanvas-body .mbr-text,
  .cid-uIgPowHmNB .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIgPowHmNB .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIgPowHmNB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIgPowHmNB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIgPowHmNB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIgPowHmNB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIgPowHmNB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIgPowHmNB li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIgPowHmNB li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIgPowHmNB li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIgPowHmNB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIgPowHmNB .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIgPowHmNB .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIgPowHmNB .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIgPowHmNB .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIgPowHmNB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIgPowHmNB .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIgPowHmNB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIgPowHmNB .offcanvas_box {
    display: none;
  }
}
.cid-uIgPowHmNB .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIgPowHmNB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIgPowHmNB .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIgPowHmNB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIgPowHmNB .nav-link {
  position: relative;
}
.cid-uIgPowHmNB .container {
  display: flex;
  margin: auto;
}
.cid-uIgPowHmNB .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIgPowHmNB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIgPowHmNB .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIgPowHmNB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIgPowHmNB .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIgPowHmNB .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIgPowHmNB .dropdown-menu,
.cid-uIgPowHmNB .navbar.opened {
  background: #ffffff !important;
}
.cid-uIgPowHmNB .nav-item:focus,
.cid-uIgPowHmNB .nav-link:focus {
  outline: none;
}
.cid-uIgPowHmNB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIgPowHmNB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIgPowHmNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIgPowHmNB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIgPowHmNB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIgPowHmNB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIgPowHmNB .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIgPowHmNB .navbar.opened {
  transition: all 0.3s;
}
.cid-uIgPowHmNB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIgPowHmNB .navbar .navbar-logo img {
  width: auto;
}
.cid-uIgPowHmNB .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIgPowHmNB .navbar.collapsed {
  justify-content: center;
}
.cid-uIgPowHmNB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIgPowHmNB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIgPowHmNB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIgPowHmNB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIgPowHmNB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIgPowHmNB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIgPowHmNB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIgPowHmNB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIgPowHmNB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIgPowHmNB .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIgPowHmNB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIgPowHmNB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIgPowHmNB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIgPowHmNB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIgPowHmNB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIgPowHmNB .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIgPowHmNB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIgPowHmNB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIgPowHmNB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIgPowHmNB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIgPowHmNB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIgPowHmNB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIgPowHmNB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIgPowHmNB .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIgPowHmNB .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIgPowHmNB .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIgPowHmNB .navbar-brand {
    min-width: unset;
  }
}
.cid-uIgPowHmNB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIgPowHmNB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIgPowHmNB .dropdown-item.active,
.cid-uIgPowHmNB .dropdown-item:active {
  background-color: transparent;
}
.cid-uIgPowHmNB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIgPowHmNB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIgPowHmNB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIgPowHmNB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIgPowHmNB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIgPowHmNB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIgPowHmNB ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIgPowHmNB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIgPowHmNB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIgPowHmNB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIgPowHmNB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIgPowHmNB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgPowHmNB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgPowHmNB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIgPowHmNB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgPowHmNB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIgPowHmNB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIgPowHmNB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgPowHmNB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIgPowHmNB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIgPowHmNB .navbar {
    height: 70px;
  }
  .cid-uIgPowHmNB .navbar.opened {
    height: auto;
  }
  .cid-uIgPowHmNB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIgPowHmNB .mbr-section-subtitle {
  color: #202020;
}
.cid-uIgPowHmNB .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIgPowHmNB .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIgPoxiGn3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
@media (max-width: 768px) {
  .cid-uIgPoxiGn3 {
    height: 85vh;
  }
}
.cid-uIgPoxiGn3 h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIgPoxiGn3 .my-bg {
  background-color: #82ba0055;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIgPoxiGn3 .my-bg {
    background-color: transparent;
  }
}
.cid-uIgPoxiGn3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgPoxiGn3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgPoxiGn3 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIgPoxiGn3 .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIgPoxiGn3 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIgPoxiGn3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIgPoxiGn3 .mbr-section-title {
  color: #ffffff;
}
.cid-uIgPoxiGn3 .mbr-text {
  color: #ffffff;
}
.cid-uIgPoxKHph {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIgPoxKHph .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIgPoxKHph .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIgPoxKHph .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgPoxKHph .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIgPoxKHph .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIgPoxKHph .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIgPoxKHph #IDpdf,
.cid-uIgPoxKHph #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIgPoxKHph #IDpdf,
  .cid-uIgPoxKHph #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIgPoxKHph #IDpdf p,
  .cid-uIgPoxKHph #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIgPoxKHph #IDpdf span,
.cid-uIgPoxKHph #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIgPoxKHph #IDpdf2 {
  bottom: 33vh;
}
.cid-uIgPoxKHph .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIgPoxKHph .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgPoxKHph .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIgPoxKHph #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIgPoxKHph #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIgPoxKHph .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIgPoxKHph .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIgPoxKHph .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIgPoxKHph #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIgPoxKHph #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIgPoxKHph .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgPoxKHph .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgPoxKHph .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIgPoxKHph .mbr-section-title {
  color: #000000;
}
.cid-uIgPoxKHph .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIgRpwCTw7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIgRpwCTw7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgRpwCTw7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgRpwCTw7 .mbr-text {
  color: #000000;
}
.cid-uIgRpwCTw7 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIgRpwCTw7 .item-wrapper {
  background: #fffcee;
  border-style: solid;
  border-color: #dbd093;
  border-width: 1px;
  border-radius: 4px;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uIgRpwCTw7 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIgRpwCTw7 .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uIgRpwCTw7 .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIgRpwCTw7 .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIgRpwCTw7 .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uIgRpwCTw7 .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uIgRpwCTw7 .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uIgRpwCTw7 .mbr-text UL {
  text-align: left;
}
.cid-uIgRpwCTw7 .mbr-section-subtitle,
.cid-uIgRpwCTw7 .main-button {
  color: #000000;
}
.cid-uIgR4qNqvV {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIgR4qNqvV .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIgR4qNqvV .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIgR4qNqvV .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgR4qNqvV .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIgR4qNqvV .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIgR4qNqvV .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIgR4qNqvV #IDpdf,
.cid-uIgR4qNqvV #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIgR4qNqvV #IDpdf,
  .cid-uIgR4qNqvV #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIgR4qNqvV #IDpdf p,
  .cid-uIgR4qNqvV #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIgR4qNqvV #IDpdf span,
.cid-uIgR4qNqvV #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIgR4qNqvV #IDpdf2 {
  bottom: 33vh;
}
.cid-uIgR4qNqvV .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIgR4qNqvV .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgR4qNqvV .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIgR4qNqvV #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIgR4qNqvV #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIgR4qNqvV .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIgR4qNqvV .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIgR4qNqvV .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIgR4qNqvV #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIgR4qNqvV #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIgR4qNqvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgR4qNqvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgR4qNqvV .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIgR4qNqvV .mbr-section-title {
  color: #000000;
}
.cid-uIgR4qNqvV .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIgTmzljvQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIgTmzljvQ .mbr-text {
  color: #000000;
}
.cid-uIgTmzljvQ .mbr-section-subtitle {
  color: #000000;
}
.cid-uIgTmzljvQ .mbr-section-title {
  color: #000000;
}
.cid-uIgUMPOvi3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIgUMPOvi3 .mbr-text {
  color: #000000;
}
.cid-uIgUMPOvi3 .mbr-section-subtitle {
  color: #000000;
}
.cid-uIgUMPOvi3 .mbr-section-title {
  color: #000000;
}
.cid-uIgVgiW5SI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIgVgiW5SI .mbr-text {
  color: #000000;
}
.cid-uIgVgiW5SI .mbr-section-subtitle {
  color: #000000;
}
.cid-uIgVgiW5SI .mbr-section-title {
  color: #000000;
}
.cid-uIgVEdzOnj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIgVEdzOnj .mbr-text {
  color: #000000;
}
.cid-uIgVEdzOnj .mbr-section-subtitle {
  color: #000000;
}
.cid-uIgVEdzOnj .mbr-section-title {
  color: #000000;
}
.cid-uLl3odPU18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uIgPoyR6lf {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
  border-style: solid;
  border-color: #237faf;
  border-width: 0 0 5px 0;
}
.cid-uIgPoyR6lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgPoyR6lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgPoyR6lf .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uIgPoyR6lf .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uIgPoyR6lf .container {
    padding: 0 25px;
  }
}
.cid-uIgPoyR6lf .row {
  justify-content: center;
}
.cid-uIgPoyR6lf .item-wrapper {
  margin-bottom: 32px;
}
.cid-uIgPoyR6lf .item-img {
  overflow: hidden;
}
.cid-uIgPoyR6lf .item-img img {
  height: 345px;
  object-fit: cover;
  object-position: top;
  margin-bottom: 15px;
  transform: scale(1.06) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-uIgPoyR6lf .item-img img:hover {
  transform: scale(1.06) translateX(6px);
}
.cid-uIh0zj1X8c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIh0zj1X8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh0zj1X8c a:hover {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh0zj1X8c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container {
    padding: 0 26px;
  }
}
.cid-uIh0zj1X8c .row {
  justify-content: center;
}
.cid-uIh0zj1X8c .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIh0zj1X8c .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIh0zj1X8c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIh0zj1X8c .mbr-section-title {
  color: #ffffff;
}
.cid-uIh0zj1X8c .mbr-text {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .nav-wrapper,
.cid-uIh0zj1X8c .social-wrapper {
  text-align: right;
}
.cid-uIh0zj1X8c .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIh0zj1X8c #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .item-wrap,
.cid-uIh0zj1X8c .social-wrapper {
  color: #ffffff;
}
.cid-uIh0zj1X8c P {
  color: #ffffff;
}
.cid-uIpK4UtpbT {
  z-index: 1000;
  width: 100%;
}
.cid-uIpK4UtpbT .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIpK4UtpbT .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIpK4UtpbT .dropdown-width {
    width: unset !important;
  }
}
.cid-uIpK4UtpbT .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIpK4UtpbT .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIpK4UtpbT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIpK4UtpbT .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIpK4UtpbT .img-wrapper {
  width: 100%;
}
.cid-uIpK4UtpbT .img-wrapper img {
  object-fit: cover;
}
.cid-uIpK4UtpbT .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIpK4UtpbT .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIpK4UtpbT #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIpK4UtpbT nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIpK4UtpbT #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIpK4UtpbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIpK4UtpbT .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIpK4UtpbT .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIpK4UtpbT .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIpK4UtpbT .menu_box .navbar.opened,
  .cid-uIpK4UtpbT .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIpK4UtpbT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIpK4UtpbT nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIpK4UtpbT .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIpK4UtpbT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIpK4UtpbT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIpK4UtpbT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIpK4UtpbT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIpK4UtpbT .offcanvas-body .mbr-text,
  .cid-uIpK4UtpbT .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIpK4UtpbT .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIpK4UtpbT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIpK4UtpbT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIpK4UtpbT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIpK4UtpbT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIpK4UtpbT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIpK4UtpbT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIpK4UtpbT li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIpK4UtpbT li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIpK4UtpbT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIpK4UtpbT .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIpK4UtpbT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIpK4UtpbT .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIpK4UtpbT .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIpK4UtpbT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIpK4UtpbT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIpK4UtpbT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIpK4UtpbT .offcanvas_box {
    display: none;
  }
}
.cid-uIpK4UtpbT .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIpK4UtpbT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIpK4UtpbT .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIpK4UtpbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIpK4UtpbT .nav-link {
  position: relative;
}
.cid-uIpK4UtpbT .container {
  display: flex;
  margin: auto;
}
.cid-uIpK4UtpbT .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIpK4UtpbT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIpK4UtpbT .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIpK4UtpbT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIpK4UtpbT .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIpK4UtpbT .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIpK4UtpbT .dropdown-menu,
.cid-uIpK4UtpbT .navbar.opened {
  background: #ffffff !important;
}
.cid-uIpK4UtpbT .nav-item:focus,
.cid-uIpK4UtpbT .nav-link:focus {
  outline: none;
}
.cid-uIpK4UtpbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIpK4UtpbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIpK4UtpbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIpK4UtpbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIpK4UtpbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIpK4UtpbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIpK4UtpbT .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIpK4UtpbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uIpK4UtpbT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIpK4UtpbT .navbar .navbar-logo img {
  width: auto;
}
.cid-uIpK4UtpbT .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIpK4UtpbT .navbar.collapsed {
  justify-content: center;
}
.cid-uIpK4UtpbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIpK4UtpbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIpK4UtpbT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIpK4UtpbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIpK4UtpbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIpK4UtpbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIpK4UtpbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIpK4UtpbT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIpK4UtpbT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIpK4UtpbT .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIpK4UtpbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIpK4UtpbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIpK4UtpbT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIpK4UtpbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIpK4UtpbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIpK4UtpbT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIpK4UtpbT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIpK4UtpbT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIpK4UtpbT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIpK4UtpbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIpK4UtpbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIpK4UtpbT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIpK4UtpbT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIpK4UtpbT .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIpK4UtpbT .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIpK4UtpbT .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIpK4UtpbT .navbar-brand {
    min-width: unset;
  }
}
.cid-uIpK4UtpbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIpK4UtpbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIpK4UtpbT .dropdown-item.active,
.cid-uIpK4UtpbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uIpK4UtpbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIpK4UtpbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIpK4UtpbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIpK4UtpbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIpK4UtpbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIpK4UtpbT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIpK4UtpbT ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIpK4UtpbT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIpK4UtpbT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIpK4UtpbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIpK4UtpbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIpK4UtpbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpK4UtpbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIpK4UtpbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIpK4UtpbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpK4UtpbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIpK4UtpbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIpK4UtpbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIpK4UtpbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIpK4UtpbT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIpK4UtpbT .navbar {
    height: 70px;
  }
  .cid-uIpK4UtpbT .navbar.opened {
    height: auto;
  }
  .cid-uIpK4UtpbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIpK4UtpbT .mbr-section-subtitle {
  color: #202020;
}
.cid-uIpK4UtpbT .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIpK4UtpbT .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIpK4Vgumj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/mbr-8.jpg");
}
@media (max-width: 768px) {
  .cid-uIpK4Vgumj {
    height: 85vh;
  }
}
.cid-uIpK4Vgumj h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIpK4Vgumj .my-bg {
  background-color: #82ba0055;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIpK4Vgumj .my-bg {
    background-color: transparent;
  }
}
.cid-uIpK4Vgumj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpK4Vgumj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpK4Vgumj .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIpK4Vgumj .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIpK4Vgumj .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIpK4Vgumj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIpK4Vgumj .mbr-section-title {
  color: #ffffff;
}
.cid-uIpK4Vgumj .mbr-text {
  color: #ffffff;
}
.cid-uIpK4VBdAh {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uIpK4VBdAh .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIpK4VBdAh .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIpK4VBdAh .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIpK4VBdAh .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIpK4VBdAh .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIpK4VBdAh .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIpK4VBdAh #IDpdf,
.cid-uIpK4VBdAh #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIpK4VBdAh #IDpdf,
  .cid-uIpK4VBdAh #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIpK4VBdAh #IDpdf p,
  .cid-uIpK4VBdAh #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIpK4VBdAh #IDpdf span,
.cid-uIpK4VBdAh #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIpK4VBdAh #IDpdf2 {
  bottom: 33vh;
}
.cid-uIpK4VBdAh .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIpK4VBdAh .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIpK4VBdAh .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIpK4VBdAh #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIpK4VBdAh #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIpK4VBdAh .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIpK4VBdAh .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIpK4VBdAh .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIpK4VBdAh #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIpK4VBdAh #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIpK4VBdAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpK4VBdAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpK4VBdAh .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIpK4VBdAh .mbr-section-title {
  color: #000000;
}
.cid-uIpK4VBdAh .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIpK4W22AF {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uIpK4W22AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpK4W22AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpK4W22AF .mbr-text {
  color: #000000;
}
.cid-uIpK4W22AF .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIpK4W22AF .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
  border-style: solid;
  border-color: #dbd093;
  border-width: 1px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uIpK4W22AF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIpK4W22AF .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uIpK4W22AF .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIpK4W22AF .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIpK4W22AF .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uIpK4W22AF .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uIpK4W22AF .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #82ba00;
  background-color: #82ba00;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uIpK4W22AF .mbr-text UL {
  text-align: left;
}
.cid-uIpK4W22AF .mbr-section-subtitle,
.cid-uIpK4W22AF .main-button {
  color: #000000;
}
.cid-uIpK4X2OvX {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIpK4X2OvX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIpK4X2OvX a:hover {
  color: #82ba00 !important;
}
.cid-uIpK4X2OvX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIpK4X2OvX .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .container {
    padding: 0 26px;
  }
}
.cid-uIpK4X2OvX .row {
  justify-content: center;
}
.cid-uIpK4X2OvX .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpK4X2OvX .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpK4X2OvX .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIpK4X2OvX .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIpK4X2OvX .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIpK4X2OvX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIpK4X2OvX .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIpK4X2OvX .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIpK4X2OvX .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIpK4X2OvX .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIpK4X2OvX .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIpK4X2OvX .mbr-section-title {
  color: #ffffff;
}
.cid-uIpK4X2OvX .mbr-text {
  color: #ffffff;
}
.cid-uIpK4X2OvX .list {
  color: #ffffff;
}
.cid-uIpK4X2OvX .list,
.cid-uIpK4X2OvX .nav-wrapper,
.cid-uIpK4X2OvX .social-wrapper {
  text-align: right;
}
.cid-uIpK4X2OvX .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIpK4X2OvX #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIpK4X2OvX .list,
.cid-uIpK4X2OvX .item-wrap,
.cid-uIpK4X2OvX .social-wrapper {
  color: #ffffff;
}
.cid-uIpK4X2OvX P {
  color: #ffffff;
}
.cid-uIQ3AuaxkJ {
  z-index: 1000;
  width: 100%;
}
.cid-uIQ3AuaxkJ .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIQ3AuaxkJ .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIQ3AuaxkJ .dropdown-width {
    width: unset !important;
  }
}
.cid-uIQ3AuaxkJ .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIQ3AuaxkJ .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIQ3AuaxkJ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIQ3AuaxkJ .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIQ3AuaxkJ .img-wrapper {
  width: 100%;
}
.cid-uIQ3AuaxkJ .img-wrapper img {
  object-fit: cover;
}
.cid-uIQ3AuaxkJ .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIQ3AuaxkJ .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIQ3AuaxkJ #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIQ3AuaxkJ nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIQ3AuaxkJ #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIQ3AuaxkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIQ3AuaxkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIQ3AuaxkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIQ3AuaxkJ .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIQ3AuaxkJ .menu_box .navbar.opened,
  .cid-uIQ3AuaxkJ .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIQ3AuaxkJ nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIQ3AuaxkJ nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIQ3AuaxkJ .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIQ3AuaxkJ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIQ3AuaxkJ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIQ3AuaxkJ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIQ3AuaxkJ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIQ3AuaxkJ .offcanvas-body .mbr-text,
  .cid-uIQ3AuaxkJ .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIQ3AuaxkJ .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIQ3AuaxkJ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIQ3AuaxkJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIQ3AuaxkJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIQ3AuaxkJ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIQ3AuaxkJ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIQ3AuaxkJ li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIQ3AuaxkJ li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIQ3AuaxkJ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIQ3AuaxkJ .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIQ3AuaxkJ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIQ3AuaxkJ .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIQ3AuaxkJ .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIQ3AuaxkJ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIQ3AuaxkJ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIQ3AuaxkJ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIQ3AuaxkJ .offcanvas_box {
    display: none;
  }
}
.cid-uIQ3AuaxkJ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIQ3AuaxkJ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIQ3AuaxkJ .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIQ3AuaxkJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIQ3AuaxkJ .nav-link {
  position: relative;
}
.cid-uIQ3AuaxkJ .container {
  display: flex;
  margin: auto;
}
.cid-uIQ3AuaxkJ .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIQ3AuaxkJ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIQ3AuaxkJ .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIQ3AuaxkJ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIQ3AuaxkJ .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIQ3AuaxkJ .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIQ3AuaxkJ .dropdown-menu,
.cid-uIQ3AuaxkJ .navbar.opened {
  background: #ffffff !important;
}
.cid-uIQ3AuaxkJ .nav-item:focus,
.cid-uIQ3AuaxkJ .nav-link:focus {
  outline: none;
}
.cid-uIQ3AuaxkJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIQ3AuaxkJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIQ3AuaxkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIQ3AuaxkJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIQ3AuaxkJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIQ3AuaxkJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIQ3AuaxkJ .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIQ3AuaxkJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIQ3AuaxkJ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIQ3AuaxkJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIQ3AuaxkJ .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIQ3AuaxkJ .navbar.collapsed {
  justify-content: center;
}
.cid-uIQ3AuaxkJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIQ3AuaxkJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIQ3AuaxkJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIQ3AuaxkJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIQ3AuaxkJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIQ3AuaxkJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIQ3AuaxkJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIQ3AuaxkJ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIQ3AuaxkJ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIQ3AuaxkJ .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIQ3AuaxkJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIQ3AuaxkJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIQ3AuaxkJ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIQ3AuaxkJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIQ3AuaxkJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIQ3AuaxkJ .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIQ3AuaxkJ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIQ3AuaxkJ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIQ3AuaxkJ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIQ3AuaxkJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIQ3AuaxkJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIQ3AuaxkJ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIQ3AuaxkJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIQ3AuaxkJ .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIQ3AuaxkJ .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIQ3AuaxkJ .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIQ3AuaxkJ .navbar-brand {
    min-width: unset;
  }
}
.cid-uIQ3AuaxkJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIQ3AuaxkJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIQ3AuaxkJ .dropdown-item.active,
.cid-uIQ3AuaxkJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIQ3AuaxkJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIQ3AuaxkJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIQ3AuaxkJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIQ3AuaxkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIQ3AuaxkJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIQ3AuaxkJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIQ3AuaxkJ ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIQ3AuaxkJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIQ3AuaxkJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIQ3AuaxkJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIQ3AuaxkJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIQ3AuaxkJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIQ3AuaxkJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIQ3AuaxkJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIQ3AuaxkJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIQ3AuaxkJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIQ3AuaxkJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIQ3AuaxkJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIQ3AuaxkJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIQ3AuaxkJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIQ3AuaxkJ .navbar {
    height: 70px;
  }
  .cid-uIQ3AuaxkJ .navbar.opened {
    height: auto;
  }
  .cid-uIQ3AuaxkJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIQ3AuaxkJ .mbr-section-subtitle {
  color: #202020;
}
.cid-uIQ3AuaxkJ .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIQ3AuaxkJ .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIQ3AuEH1b {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/mbr.jpg");
}
@media (max-width: 768px) {
  .cid-uIQ3AuEH1b {
    height: 85vh;
  }
}
.cid-uIQ3AuEH1b h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIQ3AuEH1b .my-bg {
  background-color: #7393a455;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIQ3AuEH1b .my-bg {
    background-color: transparent;
  }
}
.cid-uIQ3AuEH1b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ3AuEH1b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ3AuEH1b .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIQ3AuEH1b .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIQ3AuEH1b .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIQ3AuEH1b .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIQ3AuEH1b .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ3AuEH1b .mbr-text {
  color: #ffffff;
}
.cid-uIQ3AuEH1b P {
  color: #ffffff;
}
.cid-uIQ3AuTg1A {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #f3fbff;
}
.cid-uIQ3AuTg1A .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIQ3AuTg1A .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIQ3AuTg1A .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIQ3AuTg1A .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIQ3AuTg1A .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIQ3AuTg1A .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIQ3AuTg1A #IDpdf,
.cid-uIQ3AuTg1A #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIQ3AuTg1A #IDpdf,
  .cid-uIQ3AuTg1A #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIQ3AuTg1A #IDpdf p,
  .cid-uIQ3AuTg1A #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIQ3AuTg1A #IDpdf span,
.cid-uIQ3AuTg1A #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIQ3AuTg1A #IDpdf2 {
  bottom: 33vh;
}
.cid-uIQ3AuTg1A .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIQ3AuTg1A .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIQ3AuTg1A .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIQ3AuTg1A #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIQ3AuTg1A #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIQ3AuTg1A .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIQ3AuTg1A .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIQ3AuTg1A .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIQ3AuTg1A #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIQ3AuTg1A #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIQ3AuTg1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ3AuTg1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ3AuTg1A .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIQ3AuTg1A .mbr-section-title {
  color: #000000;
}
.cid-uIQ3AuTg1A .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIQ3JKU0xs {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #f3fbff;
}
.cid-uIQ3JKU0xs .container {
  background-color: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  padding: 3rem;
  color: white!important;
}
@media (max-width: 992px) {
  .cid-uIQ3JKU0xs .container {
    padding: 2rem 1rem;
  }
}
.cid-uIQ3JKU0xs .mbr-section-subtitle {
  padding-top: 4rem;
  text-align: center;
}
.cid-uIQ3AvH1Ue {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIQ3AvH1Ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIQ3AvH1Ue a:hover {
  color: #82ba00 !important;
}
.cid-uIQ3AvH1Ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIQ3AvH1Ue .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .container {
    padding: 0 26px;
  }
}
.cid-uIQ3AvH1Ue .row {
  justify-content: center;
}
.cid-uIQ3AvH1Ue .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIQ3AvH1Ue .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIQ3AvH1Ue .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIQ3AvH1Ue .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIQ3AvH1Ue .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIQ3AvH1Ue .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIQ3AvH1Ue .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIQ3AvH1Ue .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIQ3AvH1Ue .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIQ3AvH1Ue .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIQ3AvH1Ue .mbr-section-title {
  color: #ffffff;
}
.cid-uIQ3AvH1Ue .mbr-text {
  color: #ffffff;
}
.cid-uIQ3AvH1Ue .list {
  color: #ffffff;
}
.cid-uIQ3AvH1Ue .list,
.cid-uIQ3AvH1Ue .nav-wrapper,
.cid-uIQ3AvH1Ue .social-wrapper {
  text-align: right;
}
.cid-uIQ3AvH1Ue .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIQ3AvH1Ue #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIQ3AvH1Ue .list,
.cid-uIQ3AvH1Ue .item-wrap,
.cid-uIQ3AvH1Ue .social-wrapper {
  color: #ffffff;
}
.cid-uIQ3AvH1Ue P {
  color: #ffffff;
}
.cid-uHk2g6R59p {
  z-index: 1000;
  width: 100%;
}
.cid-uHk2g6R59p .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uHk2g6R59p .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uHk2g6R59p .dropdown-width {
    width: unset !important;
  }
}
.cid-uHk2g6R59p .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uHk2g6R59p .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uHk2g6R59p .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uHk2g6R59p .img-wrapper {
  width: 100%;
}
.cid-uHk2g6R59p .img-wrapper img {
  object-fit: cover;
}
.cid-uHk2g6R59p .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uHk2g6R59p .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uHk2g6R59p #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uHk2g6R59p nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uHk2g6R59p #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uHk2g6R59p .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .menu_box .navbar.opened,
  .cid-uHk2g6R59p .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uHk2g6R59p nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uHk2g6R59p .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uHk2g6R59p .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uHk2g6R59p .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uHk2g6R59p .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uHk2g6R59p .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uHk2g6R59p .offcanvas-body .mbr-text,
  .cid-uHk2g6R59p .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uHk2g6R59p .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uHk2g6R59p .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uHk2g6R59p ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uHk2g6R59p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uHk2g6R59p li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uHk2g6R59p li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uHk2g6R59p li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uHk2g6R59p .lg_brand {
    margin: 0 1rem;
  }
  .cid-uHk2g6R59p .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uHk2g6R59p .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uHk2g6R59p .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uHk2g6R59p .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uHk2g6R59p .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uHk2g6R59p .offcanvas_box {
    display: none;
  }
}
.cid-uHk2g6R59p .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uHk2g6R59p .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uHk2g6R59p .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uHk2g6R59p .nav-link {
  position: relative;
}
.cid-uHk2g6R59p .container {
  display: flex;
  margin: auto;
}
.cid-uHk2g6R59p .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uHk2g6R59p .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uHk2g6R59p .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uHk2g6R59p .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uHk2g6R59p .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uHk2g6R59p .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uHk2g6R59p .dropdown-menu,
.cid-uHk2g6R59p .navbar.opened {
  background: #ffffff !important;
}
.cid-uHk2g6R59p .nav-item:focus,
.cid-uHk2g6R59p .nav-link:focus {
  outline: none;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uHk2g6R59p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHk2g6R59p .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHk2g6R59p .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHk2g6R59p .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uHk2g6R59p .navbar.opened {
  transition: all 0.3s;
}
.cid-uHk2g6R59p .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uHk2g6R59p .navbar .navbar-logo img {
  width: auto;
}
.cid-uHk2g6R59p .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uHk2g6R59p .navbar.collapsed {
  justify-content: center;
}
.cid-uHk2g6R59p .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHk2g6R59p .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHk2g6R59p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHk2g6R59p .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHk2g6R59p .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uHk2g6R59p .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uHk2g6R59p .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uHk2g6R59p .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHk2g6R59p .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHk2g6R59p .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uHk2g6R59p .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uHk2g6R59p .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uHk2g6R59p .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uHk2g6R59p .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHk2g6R59p .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHk2g6R59p .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uHk2g6R59p .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHk2g6R59p .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uHk2g6R59p .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uHk2g6R59p .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uHk2g6R59p .navbar-brand {
    min-width: unset;
  }
}
.cid-uHk2g6R59p .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHk2g6R59p .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHk2g6R59p .dropdown-item.active,
.cid-uHk2g6R59p .dropdown-item:active {
  background-color: transparent;
}
.cid-uHk2g6R59p .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHk2g6R59p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHk2g6R59p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHk2g6R59p .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHk2g6R59p ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uHk2g6R59p .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHk2g6R59p button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uHk2g6R59p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uHk2g6R59p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uHk2g6R59p a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uHk2g6R59p .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHk2g6R59p .navbar {
    height: 70px;
  }
  .cid-uHk2g6R59p .navbar.opened {
    height: auto;
  }
  .cid-uHk2g6R59p .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHk2g6R59p .mbr-section-subtitle {
  color: #202020;
}
.cid-uHk2g6R59p .btn-black-outline {
  border-width: 1px !important;
}
.cid-uHk2g6R59p .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIgGFRKyo2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/mehrfamilienhaus-figuren-2-komp.jpg");
  filter: saturate(80%) brightness(1.1);
}
@media (max-width: 768px) {
  .cid-uIgGFRKyo2 {
    height: 85vh;
  }
}
.cid-uIgGFRKyo2 h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIgGFRKyo2 .my-bg {
  background-color: #53859f55;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIgGFRKyo2 .my-bg {
    background-color: transparent;
  }
}
.cid-uIgGFRKyo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgGFRKyo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgGFRKyo2 .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIgGFRKyo2 .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIgGFRKyo2 .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIgGFRKyo2 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIgGFRKyo2 .mbr-section-title {
  color: #ffffff;
}
.cid-uIgGFRKyo2 .mbr-text {
  color: #ffffff;
}
.cid-uIg31MPkAY {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIg31MPkAY .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIg31MPkAY .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIg31MPkAY .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIg31MPkAY .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIg31MPkAY .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIg31MPkAY .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIg31MPkAY #IDpdf,
.cid-uIg31MPkAY #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIg31MPkAY #IDpdf,
  .cid-uIg31MPkAY #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIg31MPkAY #IDpdf p,
  .cid-uIg31MPkAY #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIg31MPkAY #IDpdf span,
.cid-uIg31MPkAY #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIg31MPkAY #IDpdf2 {
  bottom: 33vh;
}
.cid-uIg31MPkAY .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIg31MPkAY .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIg31MPkAY .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIg31MPkAY #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIg31MPkAY #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIg31MPkAY .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIg31MPkAY .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIg31MPkAY .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIg31MPkAY #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIg31MPkAY #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIg31MPkAY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIg31MPkAY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIg31MPkAY .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIg31MPkAY .mbr-section-title {
  color: #000000;
}
.cid-uIg31MPkAY .mbr-section-text {
  color: #393938;
  text-align: left;
}
.cid-uIV2a2dy0w {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIV2a2dy0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIV2a2dy0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIV2a2dy0w .items-wrapper {
  margin: 0 ;
  justify-content: center;
}
.cid-uIV2a2dy0w .item-left {
  padding: 0px 10px 0px 0px ;
}
@media (max-width: 992px) {
  .cid-uIV2a2dy0w .item-left {
    padding: 0px;
  }
}
.cid-uIV2a2dy0w .item-right {
  padding: 0px 0px 0px 10px ;
}
@media (max-width: 992px) {
  .cid-uIV2a2dy0w .item-right {
    padding: 0px;
  }
}
.cid-uIV2a2dy0w .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIV2a2dy0w .item {
    margin-bottom: 28px;
  }
}
.cid-uIV2a2dy0w .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #53859f;
  overflow: hidden;
  myborder: 1px solid #252525;
}
.cid-uIV2a2dy0w .item .item-wrapper .item-content {
  height: 100%;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  padding: 50px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-uIV2a2dy0w .item .item-wrapper .item-content {
    padding: 26px;
    margin-bottom: 0;
  }
}
.cid-uIV2a2dy0w .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uIV2a2dy0w .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uIV2a2dy0w .item .item-wrapper .item-img {
  position: relative;
}
.cid-uIV2a2dy0w .item .item-wrapper .item-img .image-wrap img {
  filter: saturate(70%);
  height: 380px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uIV2a2dy0w .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIV2a2dy0w .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uIV2a2dy0w .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIV2a2dy0w .item-title {
  color: #ffffff;
}
.cid-uIV2a2dy0w .item-text {
  color: #ffffff;
}
.cid-uITk3DZ0bY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #384951;
}
.cid-uITk3DZ0bY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uITk3DZ0bY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uITk3DZ0bY .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uITk3DZ0bY .mbr-section-title {
  color: #fafafa;
}
.cid-uITk3DZ0bY .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uITk3DZ0bY .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uITk3DZ0bY .card {
  margin-top: 35px;
}
.cid-uITk3DZ0bY .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uITk3DZ0bY .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uITk3DZ0bY .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #bbbbbb 0%, #bbbbbb 100%);
}
.cid-uITk3DZ0bY .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #7393a4 0%, #7393a4 100%);
}
.cid-uITk3DZ0bY .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uITk3DZ0bY .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uITk3DZ0bY .panel-group {
  border: none;
}
.cid-uITk3DZ0bY .panel-body {
  padding: 20px 0 0;
}
.cid-uITk3DZ0bY .panel-text {
  color: #878e99;
}
.cid-uITk3DZ0bY .panel-title-edit {
  color: #ffffff;
}
.cid-uITk3DZ0bY .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uITk3DZ0bY .panel-text,
.cid-uITk3DZ0bY .mbr-section-btn {
  color: #fafafa;
}
.cid-uIV87gVjFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #384951;
}
.cid-uIV87gVjFS .myform {
  background: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 100%;
  padding: 2rem;
  color: white!important;
}
@media (max-width: 768px) {
  .cid-uIV87gVjFS .myform {
    padding: 2rem 1rem;
  }
}
.cid-uIV87gVjFS #IDBackPic {
  width: 400px;
  background: transparent;
  position: absolute;
  top: 10px;
  opacity: 0.3;
  filter: saturate(50%);
  left: 1%;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uIV87gVjFS #IDBackPic {
    display: none;
  }
}
@media (max-width: 980px) {
  .cid-uIV87gVjFS #IDBackPic {
    width: 300px;
  }
}
.cid-uIV87gVjFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIV87gVjFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIV87gVjFS .mbr-section-subtitle {
  line-height: 1;
  color: #ffffff;
  text-align: left;
}
.cid-uIV87gVjFS .df-spec-button-div {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cid-uIV87gVjFS .df-spec-button-div a {
  width: 250px;
}
.cid-uIV87gVjFS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIV87gVjFS .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIV87gVjFS .btn-lr14 {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #393938;
  transition-duration: 0.4s;
}
.cid-uIV87gVjFS .btn-lr14:hover {
  background-color: #82BA00;
  border: 2px solid white;
  color: white;
}
.cid-uIV87gVjFS .btn-lr24 {
  background-color: #82BA00;
  border: 2px solid #F8F8F8;
  color: white;
  transition-duration: 0.4s;
}
.cid-uIToPg91Hr {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIToPg91Hr .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uIToPg91Hr img,
.cid-uIToPg91Hr .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIToPg91Hr .item:focus,
.cid-uIToPg91Hr span:focus {
  outline: none;
}
.cid-uIToPg91Hr .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIToPg91Hr .item {
    margin-bottom: 1rem;
  }
}
.cid-uIToPg91Hr .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIToPg91Hr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIToPg91Hr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIToPg91Hr .mbr-text,
.cid-uIToPg91Hr .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uIToPg91Hr .item-title {
  color: #000000;
  text-align: left;
}
.cid-uIToPg91Hr .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uIh0zj1X8c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIh0zj1X8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh0zj1X8c a:hover {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh0zj1X8c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container {
    padding: 0 26px;
  }
}
.cid-uIh0zj1X8c .row {
  justify-content: center;
}
.cid-uIh0zj1X8c .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIh0zj1X8c .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIh0zj1X8c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIh0zj1X8c .mbr-section-title {
  color: #ffffff;
}
.cid-uIh0zj1X8c .mbr-text {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .nav-wrapper,
.cid-uIh0zj1X8c .social-wrapper {
  text-align: right;
}
.cid-uIh0zj1X8c .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIh0zj1X8c #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .item-wrap,
.cid-uIh0zj1X8c .social-wrapper {
  color: #ffffff;
}
.cid-uIh0zj1X8c P {
  color: #ffffff;
}
.cid-uIgMrKa9aE {
  z-index: 1000;
  width: 100%;
}
.cid-uIgMrKa9aE .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIgMrKa9aE .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIgMrKa9aE .dropdown-width {
    width: unset !important;
  }
}
.cid-uIgMrKa9aE .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIgMrKa9aE .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIgMrKa9aE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIgMrKa9aE .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIgMrKa9aE .img-wrapper {
  width: 100%;
}
.cid-uIgMrKa9aE .img-wrapper img {
  object-fit: cover;
}
.cid-uIgMrKa9aE .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIgMrKa9aE .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIgMrKa9aE #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIgMrKa9aE nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIgMrKa9aE #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIgMrKa9aE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIgMrKa9aE .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIgMrKa9aE .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIgMrKa9aE .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIgMrKa9aE .menu_box .navbar.opened,
  .cid-uIgMrKa9aE .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIgMrKa9aE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIgMrKa9aE nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIgMrKa9aE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIgMrKa9aE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIgMrKa9aE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIgMrKa9aE .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIgMrKa9aE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIgMrKa9aE .offcanvas-body .mbr-text,
  .cid-uIgMrKa9aE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIgMrKa9aE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIgMrKa9aE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIgMrKa9aE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIgMrKa9aE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIgMrKa9aE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIgMrKa9aE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIgMrKa9aE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIgMrKa9aE li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIgMrKa9aE li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIgMrKa9aE .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIgMrKa9aE .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIgMrKa9aE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIgMrKa9aE .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIgMrKa9aE .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIgMrKa9aE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIgMrKa9aE .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIgMrKa9aE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIgMrKa9aE .offcanvas_box {
    display: none;
  }
}
.cid-uIgMrKa9aE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIgMrKa9aE .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIgMrKa9aE .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIgMrKa9aE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIgMrKa9aE .nav-link {
  position: relative;
}
.cid-uIgMrKa9aE .container {
  display: flex;
  margin: auto;
}
.cid-uIgMrKa9aE .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIgMrKa9aE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIgMrKa9aE .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIgMrKa9aE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIgMrKa9aE .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIgMrKa9aE .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIgMrKa9aE .dropdown-menu,
.cid-uIgMrKa9aE .navbar.opened {
  background: #ffffff !important;
}
.cid-uIgMrKa9aE .nav-item:focus,
.cid-uIgMrKa9aE .nav-link:focus {
  outline: none;
}
.cid-uIgMrKa9aE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIgMrKa9aE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIgMrKa9aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIgMrKa9aE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIgMrKa9aE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIgMrKa9aE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIgMrKa9aE .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIgMrKa9aE .navbar.opened {
  transition: all 0.3s;
}
.cid-uIgMrKa9aE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIgMrKa9aE .navbar .navbar-logo img {
  width: auto;
}
.cid-uIgMrKa9aE .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIgMrKa9aE .navbar.collapsed {
  justify-content: center;
}
.cid-uIgMrKa9aE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIgMrKa9aE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIgMrKa9aE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIgMrKa9aE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIgMrKa9aE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIgMrKa9aE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIgMrKa9aE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIgMrKa9aE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIgMrKa9aE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIgMrKa9aE .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIgMrKa9aE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIgMrKa9aE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIgMrKa9aE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIgMrKa9aE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIgMrKa9aE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIgMrKa9aE .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIgMrKa9aE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIgMrKa9aE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIgMrKa9aE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIgMrKa9aE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIgMrKa9aE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIgMrKa9aE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIgMrKa9aE .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIgMrKa9aE .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIgMrKa9aE .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIgMrKa9aE .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIgMrKa9aE .navbar-brand {
    min-width: unset;
  }
}
.cid-uIgMrKa9aE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIgMrKa9aE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIgMrKa9aE .dropdown-item.active,
.cid-uIgMrKa9aE .dropdown-item:active {
  background-color: transparent;
}
.cid-uIgMrKa9aE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIgMrKa9aE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIgMrKa9aE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIgMrKa9aE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIgMrKa9aE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIgMrKa9aE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIgMrKa9aE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIgMrKa9aE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIgMrKa9aE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIgMrKa9aE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIgMrKa9aE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIgMrKa9aE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgMrKa9aE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIgMrKa9aE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIgMrKa9aE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgMrKa9aE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIgMrKa9aE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIgMrKa9aE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIgMrKa9aE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIgMrKa9aE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIgMrKa9aE .navbar {
    height: 70px;
  }
  .cid-uIgMrKa9aE .navbar.opened {
    height: auto;
  }
  .cid-uIgMrKa9aE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIgMrKa9aE .mbr-section-subtitle {
  color: #202020;
}
.cid-uIgMrKa9aE .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIgMrKa9aE .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIgMrKREcc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/mbr.jpg");
}
@media (max-width: 768px) {
  .cid-uIgMrKREcc {
    height: 85vh;
  }
}
.cid-uIgMrKREcc h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIgMrKREcc .my-bg {
  background-color: #53859f55;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIgMrKREcc .my-bg {
    background-color: transparent;
  }
}
.cid-uIgMrKREcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgMrKREcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgMrKREcc .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIgMrKREcc .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIgMrKREcc .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIgMrKREcc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIgMrKREcc .mbr-section-title {
  color: #ffffff;
}
.cid-uIgMrKREcc .mbr-text {
  color: #ffffff;
}
.cid-uIgMrLpZ3H {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-uIgMrLpZ3H .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIgMrLpZ3H .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIgMrLpZ3H .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgMrLpZ3H .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIgMrLpZ3H .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIgMrLpZ3H .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIgMrLpZ3H #IDpdf,
.cid-uIgMrLpZ3H #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIgMrLpZ3H #IDpdf,
  .cid-uIgMrLpZ3H #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIgMrLpZ3H #IDpdf p,
  .cid-uIgMrLpZ3H #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIgMrLpZ3H #IDpdf span,
.cid-uIgMrLpZ3H #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIgMrLpZ3H #IDpdf2 {
  bottom: 33vh;
}
.cid-uIgMrLpZ3H .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIgMrLpZ3H .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIgMrLpZ3H .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIgMrLpZ3H #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIgMrLpZ3H #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIgMrLpZ3H .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIgMrLpZ3H .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIgMrLpZ3H .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIgMrLpZ3H #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIgMrLpZ3H #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIgMrLpZ3H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIgMrLpZ3H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIgMrLpZ3H .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIgMrLpZ3H .mbr-section-title {
  color: #000000;
}
.cid-uIgMrLpZ3H .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIgNetsDJf {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-uIgNetsDJf .container {
  background-color: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  padding: 3rem;
  color: white!important;
}
@media (max-width: 992px) {
  .cid-uIgNetsDJf .container {
    padding: 2rem 1rem;
  }
}
.cid-uIgNetsDJf .showAlerts {
  display: block !important;
}
.cid-uIgNetsDJf .rowflexrev {
  display: -webkit-flex;
}
.cid-uIgNetsDJf .ws-form-alerts {
  margin-top: 1rem;
}
.cid-uIgNetsDJf .title {
  margin-bottom: 2rem;
}
.cid-uIgNetsDJf .mbr-section-subtitle {
  color: #767676;
}
.cid-uIgNetsDJf textarea.form-control {
  min-height: 188px;
}
.cid-uIgNetsDJf LABEL {
  color: #232323;
  display: initial;
}
.cid-uIgNetsDJf .mbr-section-terms {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uIgNetsDJf .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-uIgNetsDJf .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-uIgNetsDJf .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-uIgNetsDJf .alert {
  margin-bottom: 0;
}
.cid-uIgNetsDJf .alert-success {
  background-color: #70c770;
}
.cid-uIgNetsDJf .alert-danger {
  background-color: #ff4a52;
}
.cid-uIgNetsDJf .btn {
  display: inline-flex;
}
.cid-uIgNetsDJf .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-uIgNetsDJf .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-uIgNetsDJf .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-uIgNetsDJf 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-uIgNetsDJf 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-uIgNetsDJf 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-uIgNetsDJf input,
.cid-uIgNetsDJf option,
.cid-uIgNetsDJf textarea {
  color: #000000;
}
.cid-uIYyhO2iq0 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uIYyhO2iq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIYyhO2iq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIYyhO2iq0 ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uIYyhO2iq0 li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uIYyhO2iq0 ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #80b702;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uIh0zj1X8c {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIh0zj1X8c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIh0zj1X8c a:hover {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIh0zj1X8c .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .container {
    padding: 0 26px;
  }
}
.cid-uIh0zj1X8c .row {
  justify-content: center;
}
.cid-uIh0zj1X8c .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIh0zj1X8c .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIh0zj1X8c .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIh0zj1X8c .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIh0zj1X8c .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIh0zj1X8c .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIh0zj1X8c .mbr-section-title {
  color: #ffffff;
}
.cid-uIh0zj1X8c .mbr-text {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list {
  color: #ffffff;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .nav-wrapper,
.cid-uIh0zj1X8c .social-wrapper {
  text-align: right;
}
.cid-uIh0zj1X8c .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIh0zj1X8c #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIh0zj1X8c .list,
.cid-uIh0zj1X8c .item-wrap,
.cid-uIh0zj1X8c .social-wrapper {
  color: #ffffff;
}
.cid-uIh0zj1X8c P {
  color: #ffffff;
}
.cid-uIjBdUeWxL {
  z-index: 1000;
  width: 100%;
}
.cid-uIjBdUeWxL .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIjBdUeWxL .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIjBdUeWxL .dropdown-width {
    width: unset !important;
  }
}
.cid-uIjBdUeWxL .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIjBdUeWxL .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIjBdUeWxL .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIjBdUeWxL .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIjBdUeWxL .img-wrapper {
  width: 100%;
}
.cid-uIjBdUeWxL .img-wrapper img {
  object-fit: cover;
}
.cid-uIjBdUeWxL .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIjBdUeWxL .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIjBdUeWxL #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIjBdUeWxL nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIjBdUeWxL #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIjBdUeWxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIjBdUeWxL .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIjBdUeWxL .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIjBdUeWxL .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIjBdUeWxL .menu_box .navbar.opened,
  .cid-uIjBdUeWxL .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIjBdUeWxL nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIjBdUeWxL nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIjBdUeWxL .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIjBdUeWxL .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIjBdUeWxL .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIjBdUeWxL .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIjBdUeWxL .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIjBdUeWxL .offcanvas-body .mbr-text,
  .cid-uIjBdUeWxL .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIjBdUeWxL .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIjBdUeWxL .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIjBdUeWxL ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIjBdUeWxL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIjBdUeWxL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIjBdUeWxL .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIjBdUeWxL li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIjBdUeWxL li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIjBdUeWxL li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIjBdUeWxL .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIjBdUeWxL .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIjBdUeWxL .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIjBdUeWxL .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIjBdUeWxL .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIjBdUeWxL .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIjBdUeWxL .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIjBdUeWxL .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIjBdUeWxL .offcanvas_box {
    display: none;
  }
}
.cid-uIjBdUeWxL .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIjBdUeWxL .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIjBdUeWxL .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIjBdUeWxL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIjBdUeWxL .nav-link {
  position: relative;
}
.cid-uIjBdUeWxL .container {
  display: flex;
  margin: auto;
}
.cid-uIjBdUeWxL .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIjBdUeWxL .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIjBdUeWxL .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIjBdUeWxL .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIjBdUeWxL .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIjBdUeWxL .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIjBdUeWxL .dropdown-menu,
.cid-uIjBdUeWxL .navbar.opened {
  background: #ffffff !important;
}
.cid-uIjBdUeWxL .nav-item:focus,
.cid-uIjBdUeWxL .nav-link:focus {
  outline: none;
}
.cid-uIjBdUeWxL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIjBdUeWxL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIjBdUeWxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIjBdUeWxL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIjBdUeWxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIjBdUeWxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIjBdUeWxL .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIjBdUeWxL .navbar.opened {
  transition: all 0.3s;
}
.cid-uIjBdUeWxL .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIjBdUeWxL .navbar .navbar-logo img {
  width: auto;
}
.cid-uIjBdUeWxL .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIjBdUeWxL .navbar.collapsed {
  justify-content: center;
}
.cid-uIjBdUeWxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIjBdUeWxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIjBdUeWxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIjBdUeWxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIjBdUeWxL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIjBdUeWxL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIjBdUeWxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIjBdUeWxL .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIjBdUeWxL .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIjBdUeWxL .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIjBdUeWxL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIjBdUeWxL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIjBdUeWxL .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIjBdUeWxL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIjBdUeWxL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIjBdUeWxL .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIjBdUeWxL .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIjBdUeWxL .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIjBdUeWxL .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIjBdUeWxL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIjBdUeWxL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIjBdUeWxL .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIjBdUeWxL .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIjBdUeWxL .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIjBdUeWxL .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIjBdUeWxL .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIjBdUeWxL .navbar-brand {
    min-width: unset;
  }
}
.cid-uIjBdUeWxL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIjBdUeWxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIjBdUeWxL .dropdown-item.active,
.cid-uIjBdUeWxL .dropdown-item:active {
  background-color: transparent;
}
.cid-uIjBdUeWxL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIjBdUeWxL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIjBdUeWxL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIjBdUeWxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIjBdUeWxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIjBdUeWxL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIjBdUeWxL ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIjBdUeWxL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIjBdUeWxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIjBdUeWxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIjBdUeWxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIjBdUeWxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIjBdUeWxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIjBdUeWxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIjBdUeWxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIjBdUeWxL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIjBdUeWxL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIjBdUeWxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIjBdUeWxL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIjBdUeWxL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIjBdUeWxL .navbar {
    height: 70px;
  }
  .cid-uIjBdUeWxL .navbar.opened {
    height: auto;
  }
  .cid-uIjBdUeWxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIjBdUeWxL .mbr-section-subtitle {
  color: #202020;
}
.cid-uIjBdUeWxL .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIjBdUeWxL .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIsG9T3WDe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/team-betterimage.jpeg");
}
@media (max-width: 768px) {
  .cid-uIsG9T3WDe {
    height: 85vh;
  }
}
.cid-uIsG9T3WDe h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIsG9T3WDe .my-bg {
  background-color: #237faf55;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIsG9T3WDe .my-bg {
    background-color: transparent;
  }
}
.cid-uIsG9T3WDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIsG9T3WDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIsG9T3WDe .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIsG9T3WDe .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIsG9T3WDe .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIsG9T3WDe .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIsG9T3WDe .mbr-section-title {
  color: #ffffff;
}
.cid-uIsG9T3WDe .mbr-text {
  color: #ffffff;
}
.cid-uIjBdV2dqa {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #fffcee;
}
.cid-uIjBdV2dqa .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIjBdV2dqa .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIjBdV2dqa .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIjBdV2dqa .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIjBdV2dqa .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIjBdV2dqa .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIjBdV2dqa #IDpdf,
.cid-uIjBdV2dqa #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIjBdV2dqa #IDpdf,
  .cid-uIjBdV2dqa #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIjBdV2dqa #IDpdf p,
  .cid-uIjBdV2dqa #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIjBdV2dqa #IDpdf span,
.cid-uIjBdV2dqa #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIjBdV2dqa #IDpdf2 {
  bottom: 33vh;
}
.cid-uIjBdV2dqa .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIjBdV2dqa .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIjBdV2dqa .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIjBdV2dqa #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIjBdV2dqa #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIjBdV2dqa .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIjBdV2dqa .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIjBdV2dqa .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIjBdV2dqa #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIjBdV2dqa #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIjBdV2dqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIjBdV2dqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIjBdV2dqa .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIjBdV2dqa .mbr-section-title {
  color: #000000;
}
.cid-uIjBdV2dqa .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-uIjBdVit6l {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uIjBdVit6l .card-img {
  padding: 0 5rem;
}
@media (max-width: 767px) {
  .cid-uIjBdVit6l .card-img {
    padding: 0 ;
  }
}
.cid-uIjBdVit6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIjBdVit6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIjBdVit6l .mbr-text {
  color: #000000;
}
.cid-uIjBdVit6l .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uIjBdVit6l .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
  border-style: solid;
  border-color: #dbd093;
  border-width: 1px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uIjBdVit6l .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uIjBdVit6l .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uIjBdVit6l .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIjBdVit6l .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uIjBdVit6l .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uIjBdVit6l .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uIjBdVit6l .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #237faf;
  background-color: #237faf;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uIjBdVit6l .mbr-text UL {
  text-align: left;
}
.cid-uIjBdVit6l .mbr-section-subtitle,
.cid-uIjBdVit6l .main-button {
  color: #000000;
}
.cid-uNrHxcY6g7 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNrHxcY6g7 .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uNrHxcY6g7 img,
.cid-uNrHxcY6g7 .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNrHxcY6g7 .item:focus,
.cid-uNrHxcY6g7 span:focus {
  outline: none;
}
.cid-uNrHxcY6g7 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNrHxcY6g7 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNrHxcY6g7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNrHxcY6g7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNrHxcY6g7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNrHxcY6g7 .mbr-text,
.cid-uNrHxcY6g7 .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uNrHxcY6g7 .item-title {
  color: #000000;
  text-align: left;
}
.cid-uNrHxcY6g7 .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uLliXS4FVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fffcee;
}
.cid-uLliXS4FVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLliXS4FVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLliXS4FVP .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uLliXS4FVP .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uLliXS4FVP .card-wrapper {
    padding: 0;
  }
}
.cid-uLliXS4FVP .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #f6f2ee;
}
@media (max-width: 992px) {
  .cid-uLliXS4FVP .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uLliXS4FVP .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uIjBdVOOsy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIjBdVOOsy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIjBdVOOsy a:hover {
  color: #82ba00 !important;
}
.cid-uIjBdVOOsy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIjBdVOOsy .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .container {
    padding: 0 26px;
  }
}
.cid-uIjBdVOOsy .row {
  justify-content: center;
}
.cid-uIjBdVOOsy .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIjBdVOOsy .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIjBdVOOsy .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIjBdVOOsy .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIjBdVOOsy .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIjBdVOOsy .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIjBdVOOsy .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIjBdVOOsy .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIjBdVOOsy .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIjBdVOOsy .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIjBdVOOsy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIjBdVOOsy .mbr-section-title {
  color: #ffffff;
}
.cid-uIjBdVOOsy .mbr-text {
  color: #ffffff;
}
.cid-uIjBdVOOsy .list {
  color: #ffffff;
}
.cid-uIjBdVOOsy .list,
.cid-uIjBdVOOsy .nav-wrapper,
.cid-uIjBdVOOsy .social-wrapper {
  text-align: right;
}
.cid-uIjBdVOOsy .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIjBdVOOsy #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIjBdVOOsy .list,
.cid-uIjBdVOOsy .item-wrap,
.cid-uIjBdVOOsy .social-wrapper {
  color: #ffffff;
}
.cid-uIjBdVOOsy P {
  color: #ffffff;
}
.cid-uIW7isvhXU {
  z-index: 1000;
  width: 100%;
}
.cid-uIW7isvhXU .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIW7isvhXU .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIW7isvhXU .dropdown-width {
    width: unset !important;
  }
}
.cid-uIW7isvhXU .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIW7isvhXU .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIW7isvhXU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIW7isvhXU .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIW7isvhXU .img-wrapper {
  width: 100%;
}
.cid-uIW7isvhXU .img-wrapper img {
  object-fit: cover;
}
.cid-uIW7isvhXU .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIW7isvhXU .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIW7isvhXU #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIW7isvhXU nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIW7isvhXU #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIW7isvhXU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIW7isvhXU .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIW7isvhXU .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIW7isvhXU .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIW7isvhXU .menu_box .navbar.opened,
  .cid-uIW7isvhXU .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIW7isvhXU nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIW7isvhXU nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIW7isvhXU .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIW7isvhXU .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIW7isvhXU .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIW7isvhXU .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIW7isvhXU .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIW7isvhXU .offcanvas-body .mbr-text,
  .cid-uIW7isvhXU .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIW7isvhXU .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIW7isvhXU .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIW7isvhXU ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIW7isvhXU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIW7isvhXU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIW7isvhXU .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIW7isvhXU li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIW7isvhXU li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIW7isvhXU li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIW7isvhXU .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIW7isvhXU .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIW7isvhXU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIW7isvhXU .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIW7isvhXU .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIW7isvhXU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIW7isvhXU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIW7isvhXU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIW7isvhXU .offcanvas_box {
    display: none;
  }
}
.cid-uIW7isvhXU .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIW7isvhXU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIW7isvhXU .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIW7isvhXU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIW7isvhXU .nav-link {
  position: relative;
}
.cid-uIW7isvhXU .container {
  display: flex;
  margin: auto;
}
.cid-uIW7isvhXU .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIW7isvhXU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIW7isvhXU .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIW7isvhXU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIW7isvhXU .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIW7isvhXU .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIW7isvhXU .dropdown-menu,
.cid-uIW7isvhXU .navbar.opened {
  background: #ffffff !important;
}
.cid-uIW7isvhXU .nav-item:focus,
.cid-uIW7isvhXU .nav-link:focus {
  outline: none;
}
.cid-uIW7isvhXU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIW7isvhXU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIW7isvhXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIW7isvhXU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIW7isvhXU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIW7isvhXU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIW7isvhXU .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIW7isvhXU .navbar.opened {
  transition: all 0.3s;
}
.cid-uIW7isvhXU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIW7isvhXU .navbar .navbar-logo img {
  width: auto;
}
.cid-uIW7isvhXU .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIW7isvhXU .navbar.collapsed {
  justify-content: center;
}
.cid-uIW7isvhXU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIW7isvhXU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIW7isvhXU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIW7isvhXU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIW7isvhXU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIW7isvhXU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIW7isvhXU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIW7isvhXU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIW7isvhXU .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIW7isvhXU .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIW7isvhXU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIW7isvhXU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIW7isvhXU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIW7isvhXU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIW7isvhXU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIW7isvhXU .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIW7isvhXU .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIW7isvhXU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIW7isvhXU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIW7isvhXU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIW7isvhXU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIW7isvhXU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIW7isvhXU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIW7isvhXU .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIW7isvhXU .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIW7isvhXU .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIW7isvhXU .navbar-brand {
    min-width: unset;
  }
}
.cid-uIW7isvhXU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIW7isvhXU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIW7isvhXU .dropdown-item.active,
.cid-uIW7isvhXU .dropdown-item:active {
  background-color: transparent;
}
.cid-uIW7isvhXU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIW7isvhXU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIW7isvhXU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIW7isvhXU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIW7isvhXU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIW7isvhXU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIW7isvhXU ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIW7isvhXU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIW7isvhXU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIW7isvhXU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIW7isvhXU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIW7isvhXU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIW7isvhXU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIW7isvhXU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIW7isvhXU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIW7isvhXU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIW7isvhXU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIW7isvhXU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIW7isvhXU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIW7isvhXU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIW7isvhXU .navbar {
    height: 70px;
  }
  .cid-uIW7isvhXU .navbar.opened {
    height: auto;
  }
  .cid-uIW7isvhXU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIW7isvhXU .mbr-section-subtitle {
  color: #202020;
}
.cid-uIW7isvhXU .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIW7isvhXU .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIW7ittFUU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/schluessel-hand-haus.jpg");
}
@media (max-width: 768px) {
  .cid-uIW7ittFUU {
    height: 85vh;
  }
}
.cid-uIW7ittFUU h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIW7ittFUU .my-bg {
  background-color: #53859f55;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIW7ittFUU .my-bg {
    background-color: transparent;
  }
}
.cid-uIW7ittFUU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7ittFUU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7ittFUU .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIW7ittFUU .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIW7ittFUU .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIW7ittFUU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIW7ittFUU .mbr-section-title {
  color: #ffffff;
}
.cid-uIW7ittFUU .mbr-text {
  color: #ffffff;
}
.cid-uIW7iu8PB4 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIW7iu8PB4 .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIW7iu8PB4 .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIW7iu8PB4 .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIW7iu8PB4 .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIW7iu8PB4 .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIW7iu8PB4 .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIW7iu8PB4 #IDpdf,
.cid-uIW7iu8PB4 #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIW7iu8PB4 #IDpdf,
  .cid-uIW7iu8PB4 #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIW7iu8PB4 #IDpdf p,
  .cid-uIW7iu8PB4 #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIW7iu8PB4 #IDpdf span,
.cid-uIW7iu8PB4 #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIW7iu8PB4 #IDpdf2 {
  bottom: 33vh;
}
.cid-uIW7iu8PB4 .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIW7iu8PB4 .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIW7iu8PB4 .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIW7iu8PB4 #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIW7iu8PB4 #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIW7iu8PB4 .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIW7iu8PB4 .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIW7iu8PB4 .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIW7iu8PB4 #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIW7iu8PB4 #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIW7iu8PB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7iu8PB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7iu8PB4 .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIW7iu8PB4 .mbr-section-title {
  color: #000000;
}
.cid-uIW7iu8PB4 .mbr-section-text {
  color: #393938;
  text-align: left;
}
.cid-uIW7iuHbmh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIW7iuHbmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7iuHbmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7iuHbmh .items-wrapper {
  margin: 0 ;
  justify-content: center;
}
.cid-uIW7iuHbmh .item-left {
  padding: 0px 10px 0px 0px ;
}
@media (max-width: 992px) {
  .cid-uIW7iuHbmh .item-left {
    padding: 0px;
  }
}
.cid-uIW7iuHbmh .item-right {
  padding: 0px 0px 0px 10px ;
}
@media (max-width: 992px) {
  .cid-uIW7iuHbmh .item-right {
    padding: 0px;
  }
}
.cid-uIW7iuHbmh .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIW7iuHbmh .item {
    margin-bottom: 28px;
  }
}
.cid-uIW7iuHbmh .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #237faf;
  overflow: hidden;
  myborder: 1px solid #252525;
}
.cid-uIW7iuHbmh .item .item-wrapper .item-content {
  height: 100%;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  padding: 50px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-uIW7iuHbmh .item .item-wrapper .item-content {
    padding: 26px;
    margin-bottom: 0;
  }
}
.cid-uIW7iuHbmh .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uIW7iuHbmh .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uIW7iuHbmh .item .item-wrapper .item-img {
  position: relative;
}
.cid-uIW7iuHbmh .item .item-wrapper .item-img .image-wrap img {
  filter: saturate(70%);
  height: 360px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uIW7iuHbmh .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIW7iuHbmh .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uIW7iuHbmh .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIW7iuHbmh .item-title {
  color: #ffffff;
}
.cid-uIW7iuHbmh .item-text {
  color: #ffffff;
}
.cid-uIW7ivKAub {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #384951;
}
.cid-uIW7ivKAub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7ivKAub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7ivKAub .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uIW7ivKAub .mbr-section-title {
  color: #fafafa;
}
.cid-uIW7ivKAub .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uIW7ivKAub .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uIW7ivKAub .card {
  margin-top: 35px;
}
.cid-uIW7ivKAub .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uIW7ivKAub .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIW7ivKAub .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #bbbbbb 0%, #bbbbbb 100%);
}
.cid-uIW7ivKAub .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #7393a4 0%, #7393a4 100%);
}
.cid-uIW7ivKAub .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uIW7ivKAub .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uIW7ivKAub .panel-group {
  border: none;
}
.cid-uIW7ivKAub .panel-body {
  padding: 20px 0 0;
}
.cid-uIW7ivKAub .panel-text {
  color: #878e99;
}
.cid-uIW7ivKAub .panel-title-edit {
  color: #ffffff;
}
.cid-uIW7ivKAub .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uIW7ivKAub .panel-text,
.cid-uIW7ivKAub .mbr-section-btn {
  color: #fafafa;
}
.cid-uIW7iwdr75 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #384951;
}
.cid-uIW7iwdr75 .myform {
  background: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 100%;
  padding: 2rem;
  color: white!important;
}
@media (max-width: 768px) {
  .cid-uIW7iwdr75 .myform {
    padding: 2rem 1rem;
  }
}
.cid-uIW7iwdr75 #IDBackPic {
  width: 400px;
  background: transparent;
  position: absolute;
  top: 10px;
  opacity: 0.3;
  filter: saturate(50%);
  left: 1%;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uIW7iwdr75 #IDBackPic {
    display: none;
  }
}
@media (max-width: 980px) {
  .cid-uIW7iwdr75 #IDBackPic {
    width: 300px;
  }
}
.cid-uIW7iwdr75 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7iwdr75 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7iwdr75 .mbr-section-subtitle {
  line-height: 1;
  color: #ffffff;
  text-align: left;
}
.cid-uIW7iwdr75 .df-spec-button-div {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cid-uIW7iwdr75 .df-spec-button-div a {
  width: 250px;
}
.cid-uIW7iwdr75 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIW7iwdr75 .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIW7iwdr75 .btn-lr14 {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #393938;
  transition-duration: 0.4s;
}
.cid-uIW7iwdr75 .btn-lr14:hover {
  background-color: #82BA00;
  border: 2px solid white;
  color: white;
}
.cid-uIW7iwdr75 .btn-lr24 {
  background-color: #82BA00;
  border: 2px solid #F8F8F8;
  color: white;
  transition-duration: 0.4s;
}
.cid-uIW7iwA8ou {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIW7iwA8ou .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uIW7iwA8ou img,
.cid-uIW7iwA8ou .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIW7iwA8ou .item:focus,
.cid-uIW7iwA8ou span:focus {
  outline: none;
}
.cid-uIW7iwA8ou .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIW7iwA8ou .item {
    margin-bottom: 1rem;
  }
}
.cid-uIW7iwA8ou .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIW7iwA8ou .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIW7iwA8ou .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIW7iwA8ou .mbr-text,
.cid-uIW7iwA8ou .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uIW7iwA8ou .item-title {
  color: #000000;
  text-align: left;
}
.cid-uIW7iwA8ou .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uIW7ixcoqY {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIW7ixcoqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIW7ixcoqY a:hover {
  color: #82ba00 !important;
}
.cid-uIW7ixcoqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIW7ixcoqY .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .container {
    padding: 0 26px;
  }
}
.cid-uIW7ixcoqY .row {
  justify-content: center;
}
.cid-uIW7ixcoqY .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIW7ixcoqY .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIW7ixcoqY .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIW7ixcoqY .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIW7ixcoqY .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIW7ixcoqY .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIW7ixcoqY .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIW7ixcoqY .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIW7ixcoqY .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIW7ixcoqY .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIW7ixcoqY .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIW7ixcoqY .mbr-section-title {
  color: #ffffff;
}
.cid-uIW7ixcoqY .mbr-text {
  color: #ffffff;
}
.cid-uIW7ixcoqY .list {
  color: #ffffff;
}
.cid-uIW7ixcoqY .list,
.cid-uIW7ixcoqY .nav-wrapper,
.cid-uIW7ixcoqY .social-wrapper {
  text-align: right;
}
.cid-uIW7ixcoqY .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIW7ixcoqY #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIW7ixcoqY .list,
.cid-uIW7ixcoqY .item-wrap,
.cid-uIW7ixcoqY .social-wrapper {
  color: #ffffff;
}
.cid-uIW7ixcoqY P {
  color: #ffffff;
}
.cid-uIZfkdtUVK {
  z-index: 1000;
  width: 100%;
}
.cid-uIZfkdtUVK .navbar-dropdown {
  background: rgba(255, 255, 255, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-uIZfkdtUVK .dropdown-width {
  width: 600px !important;
}
@media (max-width: 768px) {
  .cid-uIZfkdtUVK .dropdown-width {
    width: unset !important;
  }
}
.cid-uIZfkdtUVK .dropdown-menu {
  padding: 1rem 0;
  box-shadow: none;
  background-color: #39e991!important;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 0;
  -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;
  text-align: left;
}
@media (max-width: 768px) {
  .cid-uIZfkdtUVK .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-uIZfkdtUVK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 33px !important;
    left: -40px !important;
  }
  .cid-uIZfkdtUVK .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
.cid-uIZfkdtUVK .img-wrapper {
  width: 100%;
}
.cid-uIZfkdtUVK .img-wrapper img {
  object-fit: cover;
}
.cid-uIZfkdtUVK .df-line {
  display: flex;
  height: 18px;
  padding: 0px 36px 0 36px;
}
.cid-uIZfkdtUVK .df-line2 {
  display: flex;
  z-index: 2000;
  right: 0;
  width: 36%;
}
.cid-uIZfkdtUVK #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  margin: 5px;
}
.cid-uIZfkdtUVK nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-uIZfkdtUVK #navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIZfkdtUVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-uIZfkdtUVK .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-uIZfkdtUVK .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-uIZfkdtUVK .mylogo {
  position: absolute;
  z-index: 10;
  top: -10px;
  padding: 1rem;
  border-style: solid;
  border-width: 1px;
  background: #ffffff;
  border-color: grey;
  border-radius: 5px;
  box-shadow: 9px 9px 37px 8px rgba(0, 0, 0, 0.2);
  transform: rotate(-5deg);
  width: fit-content;
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-uIZfkdtUVK .menu_box .navbar.opened,
  .cid-uIZfkdtUVK .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-uIZfkdtUVK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uIZfkdtUVK nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-uIZfkdtUVK .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #ffffff;
  }
  .cid-uIZfkdtUVK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uIZfkdtUVK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uIZfkdtUVK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uIZfkdtUVK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uIZfkdtUVK .offcanvas-body .mbr-text,
  .cid-uIZfkdtUVK .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-uIZfkdtUVK .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #ffffff;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uIZfkdtUVK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-uIZfkdtUVK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uIZfkdtUVK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIZfkdtUVK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uIZfkdtUVK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uIZfkdtUVK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 400 !important;
    text-decoration: none;
    letter-spacing: .3em !important;
  }
  .cid-uIZfkdtUVK li.nav-item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    bottom: -5px;
    left: 0;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.32s cubic-bezier(0.31, 0.29, 0.05, 0.96);
  }
  .cid-uIZfkdtUVK li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-uIZfkdtUVK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uIZfkdtUVK .navbar-brand {
    margin-right: 5% !important;
  }
}
.cid-uIZfkdtUVK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uIZfkdtUVK .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-uIZfkdtUVK .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uIZfkdtUVK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uIZfkdtUVK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uIZfkdtUVK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uIZfkdtUVK .offcanvas_box {
    display: none;
  }
}
.cid-uIZfkdtUVK .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uIZfkdtUVK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uIZfkdtUVK .dropdown .dropdown-item:hover {
  color: #e43f3f !important;
}
.cid-uIZfkdtUVK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIZfkdtUVK .nav-link {
  position: relative;
}
.cid-uIZfkdtUVK .container {
  display: flex;
  margin: auto;
}
.cid-uIZfkdtUVK .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #237faf;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uIZfkdtUVK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uIZfkdtUVK .iconfont-wrapper:hover {
  background-color: #1f709a;
}
.cid-uIZfkdtUVK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-uIZfkdtUVK .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-uIZfkdtUVK .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-uIZfkdtUVK .dropdown-menu,
.cid-uIZfkdtUVK .navbar.opened {
  background: #ffffff !important;
}
.cid-uIZfkdtUVK .nav-item:focus,
.cid-uIZfkdtUVK .nav-link:focus {
  outline: none;
}
.cid-uIZfkdtUVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIZfkdtUVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIZfkdtUVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIZfkdtUVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIZfkdtUVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIZfkdtUVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIZfkdtUVK .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-uIZfkdtUVK .navbar.opened {
  transition: all 0.3s;
}
.cid-uIZfkdtUVK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uIZfkdtUVK .navbar .navbar-logo img {
  width: auto;
}
.cid-uIZfkdtUVK .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-uIZfkdtUVK .navbar.collapsed {
  justify-content: center;
}
.cid-uIZfkdtUVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIZfkdtUVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIZfkdtUVK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIZfkdtUVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIZfkdtUVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIZfkdtUVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIZfkdtUVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uIZfkdtUVK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIZfkdtUVK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uIZfkdtUVK .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-uIZfkdtUVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIZfkdtUVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIZfkdtUVK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uIZfkdtUVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIZfkdtUVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIZfkdtUVK .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
  .cid-uIZfkdtUVK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uIZfkdtUVK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uIZfkdtUVK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uIZfkdtUVK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIZfkdtUVK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIZfkdtUVK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uIZfkdtUVK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIZfkdtUVK .navbar.navbar-short .navbar-logo img {
  height: 2.1rem !important;
}
.cid-uIZfkdtUVK .navbar.navbar-short .navbar-brand {
  min-height: 50px;
  padding: 0;
}
.cid-uIZfkdtUVK .navbar-brand {
  min-height: 60px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uIZfkdtUVK .navbar-brand {
    min-width: unset;
  }
}
.cid-uIZfkdtUVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIZfkdtUVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIZfkdtUVK .dropdown-item.active,
.cid-uIZfkdtUVK .dropdown-item:active {
  background-color: transparent;
}
.cid-uIZfkdtUVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIZfkdtUVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIZfkdtUVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIZfkdtUVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uIZfkdtUVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIZfkdtUVK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIZfkdtUVK ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-uIZfkdtUVK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIZfkdtUVK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
}
.cid-uIZfkdtUVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uIZfkdtUVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIZfkdtUVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIZfkdtUVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIZfkdtUVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIZfkdtUVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIZfkdtUVK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIZfkdtUVK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIZfkdtUVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIZfkdtUVK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uIZfkdtUVK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIZfkdtUVK .navbar {
    height: 70px;
  }
  .cid-uIZfkdtUVK .navbar.opened {
    height: auto;
  }
  .cid-uIZfkdtUVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIZfkdtUVK .mbr-section-subtitle {
  color: #202020;
}
.cid-uIZfkdtUVK .btn-black-outline {
  border-width: 1px !important;
}
.cid-uIZfkdtUVK .btn-black-outline:hover {
  background: #ddd!important;
}
.cid-uIZfkdTx3n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  height: 75vh;
  background-image: url("../../../assets/images/immobilienmaklergross.jpg");
}
@media (max-width: 768px) {
  .cid-uIZfkdTx3n {
    height: 85vh;
  }
}
.cid-uIZfkdTx3n h2 {
  line-height: 120%;
  hyphens: none;
}
.cid-uIZfkdTx3n .my-bg {
  background-color: #53859f55;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-uIZfkdTx3n .my-bg {
    background-color: transparent;
  }
}
.cid-uIZfkdTx3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkdTx3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkdTx3n .content-wrapper {
  position: relative;
  z-index: 2;
  margin-top: 260px;
  padding-left: 20px;
}
@media (max-width: 992px) {
  .cid-uIZfkdTx3n .content-wrapper {
    margin-top: 200px;
    padding-left: 0px;
  }
}
.cid-uIZfkdTx3n .content-wrapper .mbr-section-title {
  margin-bottom: 22px;
  background-image: linear-gradient(180deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uIZfkdTx3n .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uIZfkdTx3n .mbr-section-title {
  color: #ffffff;
}
.cid-uIZfkdTx3n .mbr-text {
  color: #ffffff;
}
.cid-uIZfkear2U {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uIZfkear2U .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-uIZfkear2U .PDF-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .cid-uIZfkear2U .PDF-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIZfkear2U .box {
  position: relative;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.cid-uIZfkear2U .box.hide {
  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
}
.cid-uIZfkear2U .close {
  position: absolute;
  padding: 0.2rem 0.5rem;
  top: 0;
  left: 0;
  background: white;
  width: fit-content;
  color: black;
  cursor: pointer;
}
.cid-uIZfkear2U #IDpdf,
.cid-uIZfkear2U #IDpdf2 {
  color: white!important;
  xvisibility: hidden;
  padding: 1rem 0.5rem;
  width: 230px;
  min-height: 160px;
  border-radius: 5px;
  background: #80b802;
  box-shadow: 0 0px 0px 0px rgba(166, 237, 0, 0.65);
}
@media (max-width: 767px) {
  .cid-uIZfkear2U #IDpdf,
  .cid-uIZfkear2U #IDpdf2 {
    visibility: hidden!important;
    width: 130px;
    bottom: 1rem;
    min-height: 130px;
    max-height: 250px;
  }
  .cid-uIZfkear2U #IDpdf p,
  .cid-uIZfkear2U #IDpdf2 p {
    font-size: 0.8rem!important;
  }
}
.cid-uIZfkear2U #IDpdf span,
.cid-uIZfkear2U #IDpdf2 span {
  position: absolute;
  padding: 0rem 0.5rem;
  top: 2px;
  left: 2px;
  background: white;
  width: fit-content;
  color: black;
}
.cid-uIZfkear2U #IDpdf2 {
  bottom: 33vh;
}
.cid-uIZfkear2U .PDF2-pic {
  max-width: 100%;
  padding: 0 0.5rem 0 0.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .cid-uIZfkear2U .PDF2-pic {
    position: relative;
    top: -20px;
  }
}
.cid-uIZfkear2U .PDF2-pic img {
  border-radius: 5px;
}
.cid-uIZfkear2U #IDfenster {
  z-index: 2;
  position: absolute;
  right: 0px;
  bottom: 5vh;
}
.cid-uIZfkear2U #IDMyLogoImg {
  width: 100%;
  border-radius: 3px;
}
.cid-uIZfkear2U .item-img {
  position: relative;
  display: inline-block;
  opacity: 0.3;
}
.cid-uIZfkear2U .item-img .img-top {
  opacity: 0;
  transition: 1s all ease-in-out;
}
.cid-uIZfkear2U .item-img:hover .img-top {
  opacity: 1;
  transition: 1s all ease-in-out;
}
.cid-uIZfkear2U #IDmyinfo {
  height: 150px;
  width: 450px;
  background: transparent;
  position: absolute;
  top: 00%;
  left: 5%;
  z-index: 3;
}
@media (max-width: 768px) {
  .cid-uIZfkear2U #IDmyinfo {
    left: 0%;
    top: 30px;
    height: 90px;
    width: 250px;
  }
}
.cid-uIZfkear2U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkear2U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkear2U .mbr-section-subtitle {
  line-height: 1;
  color: #393938;
}
.cid-uIZfkear2U .mbr-section-title {
  color: #000000;
}
.cid-uIZfkear2U .mbr-section-text {
  color: #393938;
  text-align: center;
}
.cid-uIZfkeqjxz {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uIZfkeqjxz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkeqjxz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkeqjxz .items-wrapper {
  margin: 0 ;
  justify-content: center;
}
.cid-uIZfkeqjxz .item-left {
  padding: 0px 10px 0px 0px ;
}
@media (max-width: 992px) {
  .cid-uIZfkeqjxz .item-left {
    padding: 0px;
  }
}
.cid-uIZfkeqjxz .item-right {
  padding: 0px 0px 0px 10px ;
}
@media (max-width: 992px) {
  .cid-uIZfkeqjxz .item-right {
    padding: 0px;
  }
}
.cid-uIZfkeqjxz .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uIZfkeqjxz .item {
    margin-bottom: 28px;
  }
}
.cid-uIZfkeqjxz .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  transition: all 0.3s ease-in-out;
  background-color: #7393a4;
  overflow: hidden;
  myborder: 1px solid #252525;
}
.cid-uIZfkeqjxz .item .item-wrapper .item-content {
  height: 100%;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  padding: 50px;
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .cid-uIZfkeqjxz .item .item-wrapper .item-content {
    padding: 26px;
    margin-bottom: 0;
  }
}
.cid-uIZfkeqjxz .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uIZfkeqjxz .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uIZfkeqjxz .item .item-wrapper .item-img {
  position: relative;
}
.cid-uIZfkeqjxz .item .item-wrapper .item-img .image-wrap img {
  filter: saturate(70%);
  height: 360px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  border-radius: 0 !important;
}
.cid-uIZfkeqjxz .item .item-wrapper .item-img .mbr-section-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uIZfkeqjxz .item .item-wrapper .item-img .mbr-section-btn {
    padding: 16px;
  }
}
.cid-uIZfkeqjxz .item .item-wrapper .item-img .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uIZfkeqjxz .item-title {
  color: #ffffff;
}
.cid-uIZfkeqjxz .item-text {
  color: #ffffff;
}
.cid-uIZfkeJGtx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #384951;
}
.cid-uIZfkeJGtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkeJGtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkeJGtx .mbr-section-head {
  padding-bottom: 30px;
  width: 100%;
}
.cid-uIZfkeJGtx .mbr-section-title {
  color: #fafafa;
}
.cid-uIZfkeJGtx .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uIZfkeJGtx .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uIZfkeJGtx .card {
  margin-top: 35px;
}
.cid-uIZfkeJGtx .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: none !important;
  padding: 0;
}
.cid-uIZfkeJGtx .panel-title {
  position: relative;
  padding: 10px 0 20px;
  transition: .4s all;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uIZfkeJGtx .panel-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #bbbbbb 0%, #bbbbbb 100%);
}
.cid-uIZfkeJGtx .panel-title[aria-expanded="true"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(145deg, #7393a4 0%, #7393a4 100%);
}
.cid-uIZfkeJGtx .panel-title[aria-expanded="true"] .sign {
  transform: rotate(180deg);
}
.cid-uIZfkeJGtx .mbr-iconfont {
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  color: #c4cfde;
  margin-left: 1rem;
}
.cid-uIZfkeJGtx .panel-group {
  border: none;
}
.cid-uIZfkeJGtx .panel-body {
  padding: 20px 0 0;
}
.cid-uIZfkeJGtx .panel-text {
  color: #878e99;
}
.cid-uIZfkeJGtx .panel-title-edit {
  color: #ffffff;
}
.cid-uIZfkeJGtx .sign {
  width: 24px;
  height: 24px;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.cid-uIZfkeJGtx .panel-text,
.cid-uIZfkeJGtx .mbr-section-btn {
  color: #fafafa;
}
.cid-uIZfkf5G8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #384951;
}
.cid-uIZfkf5G8j .myform {
  background: #53859f;
  outline: 1px solid #ffffff99;
  outline-offset: -10px;
  height: 100%;
  padding: 2rem;
  color: white!important;
}
@media (max-width: 768px) {
  .cid-uIZfkf5G8j .myform {
    padding: 2rem 1rem;
  }
}
.cid-uIZfkf5G8j #IDBackPic {
  width: 400px;
  background: transparent;
  position: absolute;
  top: 10px;
  opacity: 0.3;
  filter: saturate(50%);
  left: 1%;
  z-index: 0;
}
@media (max-width: 768px) {
  .cid-uIZfkf5G8j #IDBackPic {
    display: none;
  }
}
@media (max-width: 980px) {
  .cid-uIZfkf5G8j #IDBackPic {
    width: 300px;
  }
}
.cid-uIZfkf5G8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkf5G8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkf5G8j .mbr-section-subtitle {
  line-height: 1;
  color: #ffffff;
  text-align: left;
}
.cid-uIZfkf5G8j .df-spec-button-div {
  margin-top: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.cid-uIZfkf5G8j .df-spec-button-div a {
  width: 250px;
}
.cid-uIZfkf5G8j .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uIZfkf5G8j .mbr-section-text {
  color: #ffffff;
  text-align: left;
}
.cid-uIZfkf5G8j .btn-lr14 {
  background-color: #F8F8F8;
  border: 2px solid #F8F8F8;
  color: #393938;
  transition-duration: 0.4s;
}
.cid-uIZfkf5G8j .btn-lr14:hover {
  background-color: #82BA00;
  border: 2px solid white;
  color: white;
}
.cid-uIZfkf5G8j .btn-lr24 {
  background-color: #82BA00;
  border: 2px solid #F8F8F8;
  color: white;
  transition-duration: 0.4s;
}
.cid-uIZfkfq6hL {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uIZfkfq6hL .item-subtitle {
  line-height: 1.2;
  color: #838383;
  text-align: left;
}
.cid-uIZfkfq6hL img,
.cid-uIZfkfq6hL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uIZfkfq6hL .item:focus,
.cid-uIZfkfq6hL span:focus {
  outline: none;
}
.cid-uIZfkfq6hL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uIZfkfq6hL .item {
    margin-bottom: 1rem;
  }
}
.cid-uIZfkfq6hL .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uIZfkfq6hL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uIZfkfq6hL .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uIZfkfq6hL .mbr-text,
.cid-uIZfkfq6hL .mbr-section-btn {
  color: #838383;
  text-align: left;
}
.cid-uIZfkfq6hL .item-title {
  color: #000000;
  text-align: left;
}
.cid-uIZfkfq6hL .mbr-section-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uIZfkfOTOz {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  z-index: 1;
}
.cid-uIZfkfOTOz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIZfkfOTOz a:hover {
  color: #82ba00 !important;
}
.cid-uIZfkfOTOz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIZfkfOTOz .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .container {
    padding: 0 26px;
  }
}
.cid-uIZfkfOTOz .row {
  justify-content: center;
}
.cid-uIZfkfOTOz .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIZfkfOTOz .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIZfkfOTOz .title-wrapper .logo-wrapper img {
  width: 190px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uIZfkfOTOz .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uIZfkfOTOz .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uIZfkfOTOz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list .item-wrap:hover,
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #82ba00 !important;
}
.cid-uIZfkfOTOz .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #82ba00;
}
.cid-uIZfkfOTOz .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uIZfkfOTOz .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .mbr-iconfont {
  margin-right: 0;
}
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  color: #82ba00 !important;
}
.cid-uIZfkfOTOz .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.cid-uIZfkfOTOz .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
  text-align: left;
}
.cid-uIZfkfOTOz .mbr-section-title {
  color: #ffffff;
}
.cid-uIZfkfOTOz .mbr-text {
  color: #ffffff;
}
.cid-uIZfkfOTOz .list {
  color: #ffffff;
}
.cid-uIZfkfOTOz .list,
.cid-uIZfkfOTOz .nav-wrapper,
.cid-uIZfkfOTOz .social-wrapper {
  text-align: right;
}
.cid-uIZfkfOTOz .df-line {
  margin-top: .5rem;
  display: flex;
  height: 1.5rem;
}
.cid-uIZfkfOTOz #idFarbenl {
  background: #80b702 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz #idFarben2 {
  background: #6fae2f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz #idFarben3 {
  background: #5ca458  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz #idFarben4 {
  background: #489a7f   ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz #idFarben5 {
  background: #338fa2 ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz #idFarben6 {
  background: #237ead  ;
  padding: 3px;
  border-style: solid;
  border-width: 0 3px;
  border-color: black;
}
.cid-uIZfkfOTOz .list,
.cid-uIZfkfOTOz .item-wrap,
.cid-uIZfkfOTOz .social-wrapper {
  color: #ffffff;
}
.cid-uIZfkfOTOz P {
  color: #ffffff;
}
