@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: 1;
  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: 5px;
  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;
  }
}
img
{
    border-radius:5px!important;
}

.cookiefirst-root{
    
    font-family: 'Arial'!important;
}


.google-map {
  
  text-align:center;
    
  button {
    padding: 10px!important;
    border-radius: 5px!important;
    border-width: 1px!important;
    height: fit-content!important;
    align-self:center!important;
    margin:auto!important;
  }
    
}

.cfGMLl {   
    opacity: 0.5!important;
}
.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 5.13rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4125rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Figtree', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 4.104rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.591rem;
    font-size: calc( 2.4455rem + (5.13 - 2.4455) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4455rem + (5.13 - 2.4455) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: #ef9400 !important;
}
.bg-success {
  background-color: #51d619 !important;
}
.bg-info {
  background-color: #3828ad !important;
}
.bg-warning {
  background-color: #a38000 !important;
}
.bg-danger {
  background-color: #e10000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ef9400 !important;
  border-color: #ef9400 !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: #985e00 !important;
  border-color: #985e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #985e00 !important;
  border-color: #985e00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #661ea8 !important;
  border-color: #661ea8 !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: #39115e !important;
  border-color: #39115e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #39115e !important;
  border-color: #39115e !important;
}
.btn-info,
.btn-info:active {
  background-color: #3828ad !important;
  border-color: #3828ad !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: #211867 !important;
  border-color: #211867 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #211867 !important;
  border-color: #211867 !important;
}
.btn-success,
.btn-success:active {
  background-color: #51d619 !important;
  border-color: #51d619 !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: #348810 !important;
  border-color: #348810 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #348810 !important;
  border-color: #348810 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a38000 !important;
  border-color: #a38000 !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: #4c3c00 !important;
  border-color: #4c3c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4c3c00 !important;
  border-color: #4c3c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e10000 !important;
  border-color: #e10000 !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: #8a0000 !important;
  border-color: #8a0000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8a0000 !important;
  border-color: #8a0000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !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: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-black,
.btn-black:active {
  background-color: #181817 !important;
  border-color: #181817 !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: #ef9400;
  color: #ef9400;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #985e00 !important;
  background-color: transparent!important;
  border-color: #985e00 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ef9400 !important;
  border-color: #ef9400 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #661ea8;
  color: #661ea8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #39115e !important;
  background-color: transparent!important;
  border-color: #39115e !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #661ea8 !important;
  border-color: #661ea8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #3828ad;
  color: #3828ad;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #211867 !important;
  background-color: transparent!important;
  border-color: #211867 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #3828ad !important;
  border-color: #3828ad !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #51d619;
  color: #51d619;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #348810 !important;
  background-color: transparent!important;
  border-color: #348810 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #51d619 !important;
  border-color: #51d619 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a38000;
  color: #a38000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4c3c00 !important;
  background-color: transparent!important;
  border-color: #4c3c00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a38000 !important;
  border-color: #a38000 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e10000;
  color: #e10000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8a0000 !important;
  background-color: transparent!important;
  border-color: #8a0000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e10000 !important;
  border-color: #e10000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181817;
  color: #181817;
}
.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: #181817 !important;
  border-color: #181817 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.text-primary {
  color: #ef9400 !important;
}
.text-secondary {
  color: #661ea8 !important;
}
.text-success {
  color: #51d619 !important;
}
.text-info {
  color: #3828ad !important;
}
.text-warning {
  color: #a38000 !important;
}
.text-danger {
  color: #e10000 !important;
}
.text-white {
  color: #f6f6ef !important;
}
.text-black {
  color: #181817 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #895500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #310f51 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2e7b0e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1d155a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #3d3000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d1d1ae !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: #ef9400;
}
.nav-tabs .nav-link:not(.active) {
  color: #181817;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #3828ad;
}
.alert-warning {
  background-color: #a38000;
}
.alert-danger {
  background-color: #e10000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ef9400;
  border-color: #ef9400;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ef9400;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5bc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d3f8c3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #8275df;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffd023;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffaeae;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #ef9400 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ef9400;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ef9400;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ef9400;
}
.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: #ef9400;
  border-bottom-color: #ef9400;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ef9400 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #661ea8 !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='%23ef9400' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1914px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 26px 42px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #ef9400 !important;
  border-color: #ef9400 !important;
  color: #181817 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #ef9400 !important;
}
.mbr-section-btn .btn-primary {
  color: #181817 !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #ef9400 !important;
}
b,
strong {
  font-weight: 900 !important;
}
body.scaled > .template .app-component > .app-component-content > section .mbr-fullscreen {
  min-height: 20vh !important;
  height: auto !important;
}
html:not(.is-main-interface) body[data-bs-padding-right]:not(.rounded-canvas) {
  overflow-y: visible !important;
  padding-right: 0 !important;
}
.cid-tDgSHKWQJS {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDgSHKWQJS .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDgSHKWQJS nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDgSHKWQJS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDgSHKWQJS .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDgSHKWQJS .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDgSHKWQJS .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-tDgSHKWQJS .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDgSHKWQJS .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDgSHKWQJS .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDgSHKWQJS .menu_box .navbar.opened,
  .cid-tDgSHKWQJS .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDgSHKWQJS nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDgSHKWQJS nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDgSHKWQJS .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDgSHKWQJS .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDgSHKWQJS .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDgSHKWQJS .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDgSHKWQJS .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDgSHKWQJS .offcanvas-body .mbr-text,
  .cid-tDgSHKWQJS .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDgSHKWQJS .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDgSHKWQJS .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDgSHKWQJS ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDgSHKWQJS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDgSHKWQJS .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-tDgSHKWQJS .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDgSHKWQJS li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDgSHKWQJS 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-tDgSHKWQJS li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDgSHKWQJS .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDgSHKWQJS .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDgSHKWQJS .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDgSHKWQJS .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDgSHKWQJS .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDgSHKWQJS .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-tDgSHKWQJS .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDgSHKWQJS .offcanvas_box {
    display: none;
  }
}
.cid-tDgSHKWQJS .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDgSHKWQJS .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDgSHKWQJS .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDgSHKWQJS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDgSHKWQJS .nav-link {
  position: relative;
}
.cid-tDgSHKWQJS .container {
  display: flex;
  margin: auto;
}
.cid-tDgSHKWQJS .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDgSHKWQJS .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDgSHKWQJS .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDgSHKWQJS .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDgSHKWQJS .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDgSHKWQJS .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDgSHKWQJS .dropdown-menu,
.cid-tDgSHKWQJS .navbar.opened {
  background: #242423 !important;
}
.cid-tDgSHKWQJS .nav-item:focus,
.cid-tDgSHKWQJS .nav-link:focus {
  outline: none;
}
.cid-tDgSHKWQJS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDgSHKWQJS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDgSHKWQJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDgSHKWQJS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDgSHKWQJS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDgSHKWQJS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDgSHKWQJS .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDgSHKWQJS .navbar.opened {
  transition: all 0.3s;
}
.cid-tDgSHKWQJS .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDgSHKWQJS .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDgSHKWQJS .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDgSHKWQJS .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDgSHKWQJS .navbar.collapsed {
  justify-content: center;
}
.cid-tDgSHKWQJS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDgSHKWQJS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDgSHKWQJS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDgSHKWQJS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDgSHKWQJS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDgSHKWQJS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDgSHKWQJS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDgSHKWQJS .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDgSHKWQJS .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDgSHKWQJS .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDgSHKWQJS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDgSHKWQJS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDgSHKWQJS .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDgSHKWQJS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDgSHKWQJS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDgSHKWQJS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDgSHKWQJS .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDgSHKWQJS .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDgSHKWQJS .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDgSHKWQJS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDgSHKWQJS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDgSHKWQJS .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDgSHKWQJS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDgSHKWQJS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDgSHKWQJS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDgSHKWQJS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDgSHKWQJS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDgSHKWQJS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDgSHKWQJS .dropdown-item.active,
.cid-tDgSHKWQJS .dropdown-item:active {
  background-color: transparent;
}
.cid-tDgSHKWQJS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDgSHKWQJS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDgSHKWQJS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDgSHKWQJS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDgSHKWQJS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDgSHKWQJS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDgSHKWQJS ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDgSHKWQJS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDgSHKWQJS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDgSHKWQJS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDgSHKWQJS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDgSHKWQJS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDgSHKWQJS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDgSHKWQJS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDgSHKWQJS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDgSHKWQJS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDgSHKWQJS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDgSHKWQJS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDgSHKWQJS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDgSHKWQJS .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-tDgSHKWQJS .navbar {
    height: 70px;
  }
  .cid-tDgSHKWQJS .navbar.opened {
    height: auto;
  }
  .cid-tDgSHKWQJS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDgSHKWQJS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDgSHKWQJS .mbr-text {
  color: #f6f6ef;
}
.cid-tDgSHKWQJS .text_widget {
  color: #f6f6ef;
}
.cid-tDgSB8Hb3f {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #242423;
  z-index: 3;
}
@media (max-width: 1400px) {
  .cid-tDgSB8Hb3f {
    padding-top: 4.9rem;
    padding-bottom: 5.2rem;
  }
}
.cid-tDgSB8Hb3f h1 {
  font-weight: 300;
}
.cid-tDgSB8Hb3f .carousel-pfeile {
  position: absolute;
  right: 0rem;
  bottom: 3rem;
  width: 200px;
  height: 50px;
  z-index: 22;
}
.cid-tDgSB8Hb3f .carousel {
  height: 80vh;
}
.cid-tDgSB8Hb3f .carousel img {
  border-radius: 10px;
  object-fit: cover ;
  object-position: left bottom;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-tDgSB8Hb3f .carousel {
    height: 65vh !important;
  }
}
@media (max-width: 768px) {
  .cid-tDgSB8Hb3f .carousel {
    height: 50vh !important;
  }
}
.cid-tDgSB8Hb3f .carousel-item,
.cid-tDgSB8Hb3f .carousel-inner {
  height: 100%;
}
.cid-tDgSB8Hb3f .carousel-caption {
  position: absolute;
  top: inherit;
  height: 200px;
  width: 90%!important;
  bottom: -6.5rem !important;
  background: transparent;
  left: 50px;
  z-index: 11;
}
@media (max-width: 991px) {
  .cid-tDgSB8Hb3f .carousel-caption {
    bottom: -7rem !important;
    left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tDgSB8Hb3f .carousel-caption {
    width: 100%;
  }
}
.cid-tDgSB8Hb3f .carousel-caption h5 {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .cid-tDgSB8Hb3f .carousel-caption h5 {
    font-size: 3.3rem!important;
    text-align: center!important;
  }
}
@media (max-width: 768px) {
  .cid-tDgSB8Hb3f .carousel-caption h5 {
    font-size: 3rem!important;
  }
}
.cid-tDgSB8Hb3f .carousel-caption h2 {
  line-height: 1.2;
}
@media (max-width: 991px) {
  .cid-tDgSB8Hb3f .carousel-caption h2 {
    font-size: 2rem!important;
    text-align: center!important;
  }
}
@media (max-width: 768px) {
  .cid-tDgSB8Hb3f .carousel-caption h2 {
    font-size: 2rem!important;
  }
}
.cid-tDgSB8Hb3f .carousel-control {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  transition: all 0.3s;
  top: calc(50% + 25%/2 + 1rem);
  transform: translateY(-50%);
  left: 0;
  color: #c17b71;
  opacity: 1;
  background: black;
  padding: 3px;
  border-radius: 3px;
}
.cid-tDgSB8Hb3f .carousel-control.carousel-control-next {
  margin-left: 100px;
}
.cid-tDgSB8Hb3f .carousel-control > span {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tDgSB8Hb3f .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDgSB8Hb3f .carousel-control:hover {
  opacity: 0.6;
}
.cid-tDgSB8Hb3f .item-wrapper {
  width: 100%;
}
.cid-tDgSB8Hb3f .mbr-section-subtitle,
.cid-tDgSB8Hb3f .slider-subtitle {
  margin-bottom: 30px;
}
.cid-tDgSB8Hb3f .caption-text {
  margin-bottom: 20.4px;
}
@media (max-width: 767px) {
  .cid-tDgSB8Hb3f .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tDgSB8Hb3f .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tDgSB8Hb3f .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tDgSB8Hb3f .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-tDgSB8Hb3f .carousel-indicators li.active,
.cid-tDgSB8Hb3f .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDgSB8Hb3f .carousel-indicators li::after,
.cid-tDgSB8Hb3f .carousel-indicators li::before {
  content: none;
}
.cid-tDgSB8Hb3f .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDgSB8Hb3f .carousel-indicators {
    display: none !important;
  }
}
.cid-tDgSB8Hb3f H5 {
  color: #ef9400;
  text-align: left;
}
.cid-tDgSB8Hb3f .mbr-section-subtitle {
  color: #1c1c1c;
  text-align: left;
}
.cid-tDgSB8Hb3f P {
  color: #ffffff;
}
.cid-tDgSB8Hb3f .mbr-text,
.cid-tDgSB8Hb3f .mbr-section-btn {
  color: #000000;
}
.cid-tDgSB8Hb3f .sonne {
  background-image: url('../../../assets/images/sonne.png');
  background-size: cover;
}
.cid-tDgSB8Hb3f .myturn {
  transform: rotate(10deg);
}
.cid-tDgSB8Hb3f .mypos {
  position: absolute;
  bottom: 3rem;
}
.cid-tDgSB8Hb3f .card-btn {
  z-index: 10;
  transition: all 330ms ease-in-out;
  width: 15rem;
  height: 15rem;
  border: none!important;
  box-shadow: none!important;
  background-color: transparent!important;
  padding-top: 0.5rem;
  position: absolute;
  bottom: 8rem;
  right: 5rem!important;
}
@media (max-width: 991px) {
  .cid-tDgSB8Hb3f .card-btn {
    width: 10rem;
    height: 10rem;
    bottom: 8rem;
    right: 4rem!important;
  }
}
@media (max-width: 768px) {
  .cid-tDgSB8Hb3f .card-btn {
    width: 8rem;
    height: 8rem;
    bottom: inherit;
    top: 10rem;
    right: 0rem!important;
  }
}
.cid-tDgSB8Hb3f .card-btn:hover {
  transform: rotate(15deg);
  background-color: transparent!important;
}
.cid-tDgSB8Hb3f H1 {
  text-align: left;
  color: #ffffff;
}
.cid-to08ZhUEBB {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #242423;
  z-index: 3;
}
.cid-to08ZhUEBB .mbr-section-title {
  color: #ffffff;
  margin-bottom: 1.8em;
}
@media (max-width: 767px) {
  .cid-to08ZhUEBB .mbr-section-title {
    margin-bottom: 1.2em;
  }
}
.cid-to08ZhUEBB h1 {
  font-weight: 200;
}
.cid-to08ZhUEBB .text-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-to08ZhUEBB .text-container {
    flex-wrap: wrap;
  }
}
.cid-to08ZhUEBB .mbr-section-subtitle {
  width: 60%;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-to08ZhUEBB .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-to08ZhUEBB .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-to08ZhUEBB .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-to08ZhUEBB .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #f29400;
}
.cid-to08ZhUEBB .mbr-text {
  color: #ffffff;
  line-height: 1 !important;
}
.cid-to0iEpytjQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #242423;
  z-index: 3;
}
.cid-to0iEpytjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-to0iEpytjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to0iEpytjQ .row > [class*="col"] {
  padding-left: 0rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-to0iEpytjQ .row > [class*="col"] {
    padding: 1rem;
  }
}
.cid-to0iEpytjQ .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cid-to0iEpytjQ .content-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  background-color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 22px;
}
.cid-to0iEpytjQ .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-to0iEpytjQ .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px 0 0 5px!important;
}
@media (max-width: 991px) {
  .cid-to0iEpytjQ .image-wrapper {
    height: 345px;
  }
  .cid-to0iEpytjQ .image-wrapper img {
    border-radius: 5px!important;
  }
}
.cid-to0iEpytjQ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  padding: 3.875em 4.2em 1.875em 4.125em;
  min-height: 560px;
}
@media (max-width: 1199px) {
  .cid-to0iEpytjQ .text-wrapper {
    min-height: 504px;
  }
}
@media (max-width: 991px) {
  .cid-to0iEpytjQ .text-wrapper {
    min-height: 280px;
    padding: 2.5em 2em 1.8em 2em;
  }
}
.cid-to0iEpytjQ .title-container {
  flex-grow: 1;
}
.cid-to0iEpytjQ .mbr-section-title {
  color: #272727;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-to0iEpytjQ .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-to0iEpytjQ .mbr-text {
  color: #272727;
  opacity: 1;
  margin-bottom: 0;
}
.cid-to0iEpytjQ .mbr-section-btn {
  margin-top: 20px;
}
.cid-to0iEpytjQ .author-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-to0iEpytjQ .author-container {
    flex-wrap: wrap;
  }
}
.cid-to0iEpytjQ .item-name-wrap {
  display: flex;
  align-items: center;
  width: 45%;
}
@media (max-width: 767px) {
  .cid-to0iEpytjQ .item-name-wrap {
    width: 100%;
  }
}
.cid-to0iEpytjQ .author-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.cid-to0iEpytjQ .author-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-to0iEpytjQ .name-text {
  color: #272727;
}
.cid-to0iEpytjQ .text-item-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  width: 45%;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-to0iEpytjQ .text-item-container {
    width: 100%;
    margin-top: 1rem;
    justify-content: flex-start;
  }
}
.cid-to0iEpytjQ .text-item {
  display: flex;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 5px 4px;
  border-radius: 5px;
  background-color: #bbbbbb;
}
.cid-to0iEpytjQ .label-text {
  color: #ffffff;
  line-height: 1 !important;
}
.cid-to0iEpytjQ .mbr-text,
.cid-to0iEpytjQ .mbr-section-btn {
  color: #000000;
}
.cid-to21HuF69L {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-to21HuF69L h2,
.cid-to21HuF69L h3,
.cid-to21HuF69L h4,
.cid-to21HuF69L p {
  margin: 0;
}
.cid-to21HuF69L .text-wrap {
  margin-top: 10px;
  margin-bottom: 30px;
}
.cid-to21HuF69L .mbr-section-title {
  color: #000000;
  margin-bottom: 10px;
}
.cid-to21HuF69L .mbr-text {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-to21HuF69L #myVideo {
  min-width: 100%;
}
.cid-to21HuF69L header {
  position: relative;
  background-color: black;
  height: 70vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
.cid-to21HuF69L header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translateX(-50%) translateY(-50%);
}
.cid-to21HuF69L video {
  object-fit: cover;
  width: 100vw;
  height: 70vh;
  position: fixed !important;
  top: 0;
  left: 0;
}
.cid-to21HuF69L header .container {
  position: relative;
  z-index: 2;
}
.cid-to21HuF69L header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.1;
  z-index: 1;
}
.cid-tDiUg0HI0d {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 3;
}
.cid-tDiUg0HI0d img {
  border-radius: 0px !important;
}
.cid-tDiUg0HI0d .container-fluid {
  padding: 0!important;
}
.cid-tDiUg0HI0d .etwas-groesser {
  font-size: 120%;
}
.cid-tDiUg0HI0d .textlink:hover {
  background-color: transparent!important;
}
.cid-tDiUg0HI0d a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-tDiUg0HI0d .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tDiUg0HI0d .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDiUg0HI0d .row-element,
.cid-tDiUg0HI0d .image-element {
  padding: 0;
}
.cid-tDiUg0HI0d .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDiUg0HI0d .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tDiUg0HI0d .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tDiUg0HI0d .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #ef9400, #661ea8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tDiUg0HI0d .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tDiUg0HI0d .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tDiUg0HI0d .text-content {
    padding: 2rem 1rem;
  }
  .cid-tDiUg0HI0d .underline .line {
    height: 2px;
  }
  .cid-tDiUg0HI0d .mbr-title,
  .cid-tDiUg0HI0d .underline,
  .cid-tDiUg0HI0d .mbr-text,
  .cid-tDiUg0HI0d .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tDiUg0HI0d .mbr-text,
.cid-tDiUg0HI0d .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tDiUg0HI0d .mbr-title,
.cid-tDiUg0HI0d .underline {
  text-align: left;
  color: #001a33;
}
.cid-tDiWaKu7gD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 3;
}
.cid-tDiWaKu7gD img {
  border-radius: 0px !important;
}
.cid-tDiWaKu7gD .container-fluid {
  padding: 0!important;
}
.cid-tDiWaKu7gD .etwas-groesser {
  font-size: 120%;
}
.cid-tDiWaKu7gD .textlink:hover {
  background-color: transparent!important;
}
.cid-tDiWaKu7gD a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-tDiWaKu7gD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tDiWaKu7gD .row-element,
.cid-tDiWaKu7gD .image-element {
  padding: 0;
}
.cid-tDiWaKu7gD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDiWaKu7gD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tDiWaKu7gD .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tDiWaKu7gD .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #ef9400, #661ea8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tDiWaKu7gD .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tDiWaKu7gD .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tDiWaKu7gD .text-content {
    padding: 2rem 1rem;
  }
  .cid-tDiWaKu7gD .underline .line {
    height: 2px;
  }
  .cid-tDiWaKu7gD .mbr-title,
  .cid-tDiWaKu7gD .underline,
  .cid-tDiWaKu7gD .mbr-text,
  .cid-tDiWaKu7gD .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tDiWaKu7gD .mbr-text,
.cid-tDiWaKu7gD .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tDiWaKu7gD .mbr-title,
.cid-tDiWaKu7gD .underline {
  text-align: left;
  color: #001a33;
}
.cid-tDiZ6BsWHO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 3;
}
.cid-tDiZ6BsWHO img {
  border-radius: 0px !important;
}
.cid-tDiZ6BsWHO .container-fluid {
  padding: 0!important;
}
.cid-tDiZ6BsWHO .etwas-groesser {
  font-size: 120%;
}
.cid-tDiZ6BsWHO .textlink:hover {
  background-color: transparent!important;
}
.cid-tDiZ6BsWHO a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-tDiZ6BsWHO .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tDiZ6BsWHO .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tDiZ6BsWHO .row-element,
.cid-tDiZ6BsWHO .image-element {
  padding: 0;
}
.cid-tDiZ6BsWHO .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDiZ6BsWHO .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tDiZ6BsWHO .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tDiZ6BsWHO .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #ef9400, #661ea8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tDiZ6BsWHO .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tDiZ6BsWHO .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tDiZ6BsWHO .text-content {
    padding: 2rem 1rem;
  }
  .cid-tDiZ6BsWHO .underline .line {
    height: 2px;
  }
  .cid-tDiZ6BsWHO .mbr-title,
  .cid-tDiZ6BsWHO .underline,
  .cid-tDiZ6BsWHO .mbr-text,
  .cid-tDiZ6BsWHO .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tDiZ6BsWHO .mbr-text,
.cid-tDiZ6BsWHO .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tDiZ6BsWHO .mbr-title,
.cid-tDiZ6BsWHO .underline {
  text-align: left;
  color: #001a33;
}
.cid-tDiZStuVOf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  z-index: 3;
}
.cid-tDiZStuVOf .container-fluid {
  padding: 0!important;
}
.cid-tDiZStuVOf .etwas-groesser {
  font-size: 120%;
}
.cid-tDiZStuVOf .textlink:hover {
  background-color: transparent!important;
}
.cid-tDiZStuVOf a:hover {
  color: black!important;
  background-color: #FDC300!important;
  border-color: #FDC300!important;
}
.cid-tDiZStuVOf .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tDiZStuVOf .row-element,
.cid-tDiZStuVOf .image-element {
  padding: 0;
}
.cid-tDiZStuVOf .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tDiZStuVOf .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tDiZStuVOf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tDiZStuVOf .underline .line {
  width: 5rem;
  height: 1px;
  background: linear-gradient(90deg, #ef9400, #661ea8);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-tDiZStuVOf .text-content {
    padding: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-tDiZStuVOf .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tDiZStuVOf .text-content {
    padding: 2rem 1rem;
  }
  .cid-tDiZStuVOf .underline .line {
    height: 2px;
  }
  .cid-tDiZStuVOf .mbr-title,
  .cid-tDiZStuVOf .underline,
  .cid-tDiZStuVOf .mbr-text,
  .cid-tDiZStuVOf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-tDiZStuVOf .mbr-text,
.cid-tDiZStuVOf .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-tDiZStuVOf .mbr-title,
.cid-tDiZStuVOf .underline {
  text-align: left;
  color: #001a33;
}
.cid-tDj2hteNZi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #212428;
  z-index: 3;
}
.cid-tDj2hteNZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDj2hteNZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDj2hteNZi .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tDj2hteNZi .mbr-section-title {
  color: #FF014E;
}
.cid-tDj2hteNZi .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tDj2hteNZi .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tDj2hteNZi .card-row {
  align-items: stretch;
}
.cid-tDj2hteNZi .card {
  margin-top: 30px;
}
.cid-tDj2hteNZi .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tDj2hteNZi .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tDj2hteNZi .card-wrapper {
    padding: 20px;
  }
}
.cid-tDj2hteNZi .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDj2hteNZi .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tDj2hteNZi .card-wrapper:hover .card-title {
  color: #000000 !important;
}
.cid-tDj2hteNZi .card-wrapper:hover .card-text {
  color: #000000 !important;
}
.cid-tDj2hteNZi .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f6f6ef, #f6f6ef);
  opacity: 0;
  transition: .5s all;
}
.cid-tDj2hteNZi .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tDj2hteNZi .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tDj2hteNZi .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ef9400;
}
.cid-tDj2hteNZi .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tDj2hteNZi .card-text {
  color: #2c2c2c;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-to0c5CRoms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-to0c5CRoms .mbr-fallback-image.disabled {
  display: none;
}
.cid-to0c5CRoms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to0c5CRoms .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-to0c5CRoms .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-to0c5CRoms .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-to0c5CRoms .item-wrap {
  width: 100%;
}
.cid-to0c5CRoms .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-to0c5CRoms .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-to0c5CRoms .list li:hover {
  color: #ef9400 !important;
}
.cid-to0c5CRoms .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-to0c5CRoms .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-to0c5CRoms .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-to0c5CRoms .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-to0c5CRoms .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-to0c5CRoms .second-list li:hover {
  opacity: 1;
}
.cid-to0c5CRoms .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-to0c5CRoms .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-to0c5CRoms .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-to0c5CRoms .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-to0c5CRoms .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-to0c5CRoms .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-to0c5CRoms .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-to0c5CRoms .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-to0c5CRoms .copyright {
    text-align: left !important;
  }
}
.cid-tDmejP1RQC {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDmejP1RQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmejP1RQC .container {
  max-width: 1400px;
}
.cid-tDmejP1RQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmejP1RQC .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDmejP1RQC .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDmejP1RQC .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDmejP1RQC .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDmejP1RQC .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDmejP1RQC .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDmejP1RQC .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDmejP1RQC .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDmejP1RQC .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDmejP1RQC .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDmejP1RQC .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDmejP1RQC .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDmejP1RQC .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDmdtSrBnE {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDmdtSrBnE .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDmdtSrBnE nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDmdtSrBnE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDmdtSrBnE .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDmdtSrBnE .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDmdtSrBnE .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-tDmdtSrBnE .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDmdtSrBnE .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDmdtSrBnE .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDmdtSrBnE .menu_box .navbar.opened,
  .cid-tDmdtSrBnE .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDmdtSrBnE nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDmdtSrBnE nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDmdtSrBnE .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDmdtSrBnE .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDmdtSrBnE .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDmdtSrBnE .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDmdtSrBnE .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDmdtSrBnE .offcanvas-body .mbr-text,
  .cid-tDmdtSrBnE .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDmdtSrBnE .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDmdtSrBnE .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDmdtSrBnE ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDmdtSrBnE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmdtSrBnE .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-tDmdtSrBnE .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDmdtSrBnE li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDmdtSrBnE 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-tDmdtSrBnE li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDmdtSrBnE .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDmdtSrBnE .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDmdtSrBnE .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDmdtSrBnE .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDmdtSrBnE .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmdtSrBnE .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-tDmdtSrBnE .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDmdtSrBnE .offcanvas_box {
    display: none;
  }
}
.cid-tDmdtSrBnE .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDmdtSrBnE .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDmdtSrBnE .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDmdtSrBnE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmdtSrBnE .nav-link {
  position: relative;
}
.cid-tDmdtSrBnE .container {
  display: flex;
  margin: auto;
}
.cid-tDmdtSrBnE .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDmdtSrBnE .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDmdtSrBnE .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDmdtSrBnE .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDmdtSrBnE .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDmdtSrBnE .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDmdtSrBnE .dropdown-menu,
.cid-tDmdtSrBnE .navbar.opened {
  background: #242423 !important;
}
.cid-tDmdtSrBnE .nav-item:focus,
.cid-tDmdtSrBnE .nav-link:focus {
  outline: none;
}
.cid-tDmdtSrBnE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmdtSrBnE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmdtSrBnE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmdtSrBnE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmdtSrBnE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmdtSrBnE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmdtSrBnE .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDmdtSrBnE .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmdtSrBnE .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDmdtSrBnE .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDmdtSrBnE .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDmdtSrBnE .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDmdtSrBnE .navbar.collapsed {
  justify-content: center;
}
.cid-tDmdtSrBnE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmdtSrBnE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmdtSrBnE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDmdtSrBnE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmdtSrBnE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmdtSrBnE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmdtSrBnE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDmdtSrBnE .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDmdtSrBnE .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDmdtSrBnE .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDmdtSrBnE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmdtSrBnE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmdtSrBnE .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDmdtSrBnE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmdtSrBnE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmdtSrBnE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmdtSrBnE .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDmdtSrBnE .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDmdtSrBnE .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDmdtSrBnE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmdtSrBnE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmdtSrBnE .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDmdtSrBnE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmdtSrBnE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmdtSrBnE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmdtSrBnE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmdtSrBnE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmdtSrBnE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmdtSrBnE .dropdown-item.active,
.cid-tDmdtSrBnE .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmdtSrBnE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmdtSrBnE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmdtSrBnE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmdtSrBnE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDmdtSrBnE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmdtSrBnE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmdtSrBnE ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDmdtSrBnE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmdtSrBnE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDmdtSrBnE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDmdtSrBnE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmdtSrBnE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmdtSrBnE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmdtSrBnE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmdtSrBnE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmdtSrBnE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmdtSrBnE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmdtSrBnE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmdtSrBnE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDmdtSrBnE .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-tDmdtSrBnE .navbar {
    height: 70px;
  }
  .cid-tDmdtSrBnE .navbar.opened {
    height: auto;
  }
  .cid-tDmdtSrBnE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmdtSrBnE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmdtSrBnE .mbr-text {
  color: #f6f6ef;
}
.cid-tDmdtSrBnE .text_widget {
  color: #f6f6ef;
}
.cid-tDmgb0y0w5 {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #242423;
}
.cid-tDmgb0y0w5 .container {
  max-width: 1400px!important;
}
.cid-tDmgb0y0w5 H1 {
  color: #57468b;
}
.cid-tDmgb0y0w5 h2 {
  font-weight: 700;
  font-size: 4.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  color: black;
}
.cid-tDmgb0y0w5 h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 3px solid orange;
}
.cid-tDmgb0y0w5 .align-left {
  margin: auto;
}
.cid-tDmgb0y0w5 .row {
  justify-content: space-between;
}
.cid-tDmgb0y0w5 .mbr-text,
.cid-tDmgb0y0w5 .mbr-section-btn {
  color: #716c80;
}
.cid-tDmgb0y0w5 .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tDmgb0y0w5 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDmgb0y0w5 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tDmgb0y0w5 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tDmgb0y0w5 .link:hover {
  color: #ef9400 !important;
}
.cid-tDmgb0y0w5 .link:hover .link-ico {
  color: #ef9400 !important;
  padding-left: 10px;
}
.cid-tDmgb0y0w5 DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tDmgb0y0w5 .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tDmgb0y0w5 h1 {
    padding-bottom: 1rem;
  }
}
.cid-tDmgb0y0w5 .mbr-text,
.cid-tDmgb0y0w5 .media-content {
  color: #ffffff;
}
.cid-tDmgb0y0w5 H2 {
  color: #ffffff;
}
.cid-tDmgf1cHAf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #242423;
}
.cid-tDmgf1cHAf .block-text {
  color: #ffffff;
}
.cid-tDmgf1cHAf .container {
  max-width: 1400px!important;
}
.cid-tDmjauGnlr {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #242423;
}
.cid-tDmjauGnlr .container {
  max-width: 1400px!important;
}
.cid-tDmjauGnlr H1 {
  color: #57468b;
}
.cid-tDmjauGnlr h2 {
  font-weight: 700;
  font-size: 4.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  color: black;
}
.cid-tDmjauGnlr h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 3px solid orange;
}
.cid-tDmjauGnlr .align-left {
  margin: auto;
}
.cid-tDmjauGnlr .row {
  justify-content: space-between;
}
.cid-tDmjauGnlr .mbr-text,
.cid-tDmjauGnlr .mbr-section-btn {
  color: #716c80;
}
.cid-tDmjauGnlr .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tDmjauGnlr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDmjauGnlr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tDmjauGnlr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tDmjauGnlr .link:hover {
  color: #ef9400 !important;
}
.cid-tDmjauGnlr .link:hover .link-ico {
  color: #ef9400 !important;
  padding-left: 10px;
}
.cid-tDmjauGnlr DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tDmjauGnlr .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tDmjauGnlr h1 {
    padding-bottom: 1rem;
  }
}
.cid-tDmjauGnlr .mbr-text,
.cid-tDmjauGnlr .media-content {
  color: #ffffff;
}
.cid-tDmjauGnlr H2 {
  color: #ffffff;
}
.cid-tDmjiOfXkp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #242423;
}
.cid-tDmjiOfXkp .block-text {
  color: #ffffff;
}
.cid-tDmjiOfXkp .container {
  max-width: 1400px!important;
}
.cid-tDmjW1ojCO {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #242423;
}
.cid-tDmjW1ojCO .container {
  max-width: 1400px!important;
}
.cid-tDmjW1ojCO H1 {
  color: #57468b;
}
.cid-tDmjW1ojCO h2 {
  font-weight: 700;
  font-size: 4.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  color: black;
}
.cid-tDmjW1ojCO h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 3px solid orange;
}
.cid-tDmjW1ojCO .align-left {
  margin: auto;
}
.cid-tDmjW1ojCO .row {
  justify-content: space-between;
}
.cid-tDmjW1ojCO .mbr-text,
.cid-tDmjW1ojCO .mbr-section-btn {
  color: #716c80;
}
.cid-tDmjW1ojCO .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tDmjW1ojCO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDmjW1ojCO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tDmjW1ojCO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tDmjW1ojCO .link:hover {
  color: #ef9400 !important;
}
.cid-tDmjW1ojCO .link:hover .link-ico {
  color: #ef9400 !important;
  padding-left: 10px;
}
.cid-tDmjW1ojCO DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tDmjW1ojCO .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tDmjW1ojCO h1 {
    padding-bottom: 1rem;
  }
}
.cid-tDmjW1ojCO .mbr-text,
.cid-tDmjW1ojCO .media-content {
  color: #ffffff;
}
.cid-tDmjW1ojCO H2 {
  color: #ffffff;
}
.cid-tDmjWGJKaP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #242423;
}
.cid-tDmjWGJKaP .container {
  max-width: 1400px!important;
}
.cid-tDmjWGJKaP .block-text {
  color: #ffffff;
}
.cid-tDmlLUMaHL {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #242423;
}
.cid-tDmlLUMaHL .container {
  max-width: 1400px!important;
}
.cid-tDmlLUMaHL H1 {
  color: #57468b;
}
.cid-tDmlLUMaHL h2 {
  font-weight: 700;
  font-size: 4.5em;
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
  color: black;
}
.cid-tDmlLUMaHL h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  bottom: 0px;
  left: 0%;
  border-bottom: 3px solid orange;
}
.cid-tDmlLUMaHL .align-left {
  margin: auto;
}
.cid-tDmlLUMaHL .row {
  justify-content: space-between;
}
.cid-tDmlLUMaHL .mbr-text,
.cid-tDmlLUMaHL .mbr-section-btn {
  color: #716c80;
}
.cid-tDmlLUMaHL .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-tDmlLUMaHL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tDmlLUMaHL .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-tDmlLUMaHL .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-tDmlLUMaHL .link:hover {
  color: #ef9400 !important;
}
.cid-tDmlLUMaHL .link:hover .link-ico {
  color: #ef9400 !important;
  padding-left: 10px;
}
.cid-tDmlLUMaHL DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-tDmlLUMaHL .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-tDmlLUMaHL h1 {
    padding-bottom: 1rem;
  }
}
.cid-tDmlLUMaHL .mbr-text,
.cid-tDmlLUMaHL .media-content {
  color: #ffffff;
}
.cid-tDmlLUMaHL H2 {
  color: #ffffff;
}
.cid-tDmlQ9lKGu {
  padding-top: 60px;
  padding-bottom: 120px;
  background-color: #242423;
}
.cid-tDmlQ9lKGu .block-text {
  color: #ffffff;
}
.cid-tDmlQ9lKGu .container {
  max-width: 1400px!important;
}
.cid-tDmdu0Na7I {
  padding-top: 3rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #242423;
  z-index: 3;
}
.cid-tDmdu0Na7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmdu0Na7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmdu0Na7I .mbr-section-head {
  margin-bottom: 20px;
  width: 100%;
}
.cid-tDmdu0Na7I .mbr-section-title {
  color: #FF014E;
}
.cid-tDmdu0Na7I .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-tDmdu0Na7I .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-tDmdu0Na7I .card-row {
  align-items: stretch;
}
.cid-tDmdu0Na7I .card {
  margin-top: 30px;
}
.cid-tDmdu0Na7I .card-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 35px 50px 35px 50px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 1199px) {
  .cid-tDmdu0Na7I .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu0Na7I .card-wrapper {
    padding: 20px;
  }
}
.cid-tDmdu0Na7I .card-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tDmdu0Na7I .card-wrapper:hover .card-box {
  transform: translateY(0);
}
.cid-tDmdu0Na7I .card-wrapper:hover .card-title {
  color: #000000 !important;
}
.cid-tDmdu0Na7I .card-wrapper:hover .card-text {
  color: #000000 !important;
}
.cid-tDmdu0Na7I .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(to right bottom, #f6f6ef, #f6f6ef);
  opacity: 0;
  transition: .5s all;
}
.cid-tDmdu0Na7I .card-box {
  position: relative;
  z-index: 5;
  height: 100%;
  transition: 0.7s cubic-bezier(0.17, 0.67, 0, 1.01);
  transform: translateY(20px);
}
.cid-tDmdu0Na7I .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
  margin-bottom: 30px;
}
.cid-tDmdu0Na7I .iconfont-wrapper .mbr-iconfont {
  font-size: 42px;
  color: #ef9400;
}
.cid-tDmdu0Na7I .card-title {
  color: #C4CFDE;
  margin-bottom: 20px;
  transition: .5s all;
}
.cid-tDmdu0Na7I .card-text {
  color: #2c2c2c;
  margin-bottom: 22px;
  transition: .5s all;
}
.cid-tDmdu2h9ss {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDmdu2h9ss .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmdu2h9ss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmdu2h9ss .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDmdu2h9ss .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDmdu2h9ss .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmdu2h9ss .item-wrap {
  width: 100%;
}
.cid-tDmdu2h9ss .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDmdu2h9ss .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDmdu2h9ss .list li:hover {
  color: #ef9400 !important;
}
.cid-tDmdu2h9ss .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDmdu2h9ss .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDmdu2h9ss .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDmdu2h9ss .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDmdu2h9ss .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDmdu2h9ss .second-list li:hover {
  opacity: 1;
}
.cid-tDmdu2h9ss .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDmdu2h9ss .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDmdu2h9ss .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDmdu2h9ss .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDmdu2h9ss .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDmdu2h9ss .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDmdu2h9ss .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDmdu2h9ss .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmdu2h9ss .copyright {
    text-align: left !important;
  }
}
.cid-tDmmGS1H2S {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDmmGS1H2S .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDmmGS1H2S nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDmmGS1H2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDmmGS1H2S .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDmmGS1H2S .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDmmGS1H2S .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-tDmmGS1H2S .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDmmGS1H2S .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDmmGS1H2S .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDmmGS1H2S .menu_box .navbar.opened,
  .cid-tDmmGS1H2S .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDmmGS1H2S nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDmmGS1H2S nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDmmGS1H2S .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDmmGS1H2S .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDmmGS1H2S .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDmmGS1H2S .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDmmGS1H2S .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDmmGS1H2S .offcanvas-body .mbr-text,
  .cid-tDmmGS1H2S .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDmmGS1H2S .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDmmGS1H2S .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDmmGS1H2S ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDmmGS1H2S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmmGS1H2S .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-tDmmGS1H2S .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDmmGS1H2S li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDmmGS1H2S 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-tDmmGS1H2S li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDmmGS1H2S .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDmmGS1H2S .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDmmGS1H2S .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDmmGS1H2S .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDmmGS1H2S .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmmGS1H2S .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-tDmmGS1H2S .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDmmGS1H2S .offcanvas_box {
    display: none;
  }
}
.cid-tDmmGS1H2S .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDmmGS1H2S .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDmmGS1H2S .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDmmGS1H2S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmmGS1H2S .nav-link {
  position: relative;
}
.cid-tDmmGS1H2S .container {
  display: flex;
  margin: auto;
}
.cid-tDmmGS1H2S .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDmmGS1H2S .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDmmGS1H2S .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDmmGS1H2S .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDmmGS1H2S .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDmmGS1H2S .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDmmGS1H2S .dropdown-menu,
.cid-tDmmGS1H2S .navbar.opened {
  background: #242423 !important;
}
.cid-tDmmGS1H2S .nav-item:focus,
.cid-tDmmGS1H2S .nav-link:focus {
  outline: none;
}
.cid-tDmmGS1H2S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmmGS1H2S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmmGS1H2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmmGS1H2S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmmGS1H2S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmmGS1H2S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmmGS1H2S .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDmmGS1H2S .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmmGS1H2S .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDmmGS1H2S .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDmmGS1H2S .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDmmGS1H2S .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDmmGS1H2S .navbar.collapsed {
  justify-content: center;
}
.cid-tDmmGS1H2S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmmGS1H2S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmmGS1H2S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDmmGS1H2S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmmGS1H2S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmmGS1H2S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmmGS1H2S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDmmGS1H2S .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDmmGS1H2S .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDmmGS1H2S .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDmmGS1H2S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmmGS1H2S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmmGS1H2S .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDmmGS1H2S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmmGS1H2S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmmGS1H2S .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmmGS1H2S .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDmmGS1H2S .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDmmGS1H2S .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDmmGS1H2S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmmGS1H2S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmmGS1H2S .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDmmGS1H2S .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmmGS1H2S .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmmGS1H2S .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmmGS1H2S .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmmGS1H2S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmmGS1H2S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmmGS1H2S .dropdown-item.active,
.cid-tDmmGS1H2S .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmmGS1H2S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmmGS1H2S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmmGS1H2S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmmGS1H2S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDmmGS1H2S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmmGS1H2S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmmGS1H2S ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDmmGS1H2S .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmmGS1H2S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDmmGS1H2S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDmmGS1H2S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmmGS1H2S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmmGS1H2S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmmGS1H2S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmmGS1H2S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmmGS1H2S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmmGS1H2S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmmGS1H2S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmmGS1H2S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDmmGS1H2S .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-tDmmGS1H2S .navbar {
    height: 70px;
  }
  .cid-tDmmGS1H2S .navbar.opened {
    height: auto;
  }
  .cid-tDmmGS1H2S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmmGS1H2S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmmGS1H2S .mbr-text {
  color: #f6f6ef;
}
.cid-tDmmGS1H2S .text_widget {
  color: #f6f6ef;
}
.cid-tDmoVT4KlE {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDmoVT4KlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmoVT4KlE .container {
  max-width: 1400px;
}
.cid-tDmoVT4KlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmoVT4KlE .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDmoVT4KlE .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDmoVT4KlE .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDmoVT4KlE .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDmoVT4KlE .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDmoVT4KlE .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDmoVT4KlE .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDmoVT4KlE .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDmoVT4KlE .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDmoVT4KlE .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDmoVT4KlE .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDmoVT4KlE .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDmoVT4KlE .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDmnoYZnBB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #242423;
}
.cid-tDmnoYZnBB .showAlerts {
  display: block !important;
}
.cid-tDmnoYZnBB .rowflexrev {
  display: -webkit-flex;
}
.cid-tDmnoYZnBB .ws-form-alerts {
  margin-top: 1rem;
}
.cid-tDmnoYZnBB .title {
  margin-bottom: 2rem;
}
.cid-tDmnoYZnBB .mbr-section-subtitle {
  color: #767676;
}
.cid-tDmnoYZnBB textarea.form-control {
  min-height: 188px;
}
.cid-tDmnoYZnBB LABEL {
  color: #232323;
  display: initial;
}
.cid-tDmnoYZnBB .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tDmnoYZnBB .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-tDmnoYZnBB .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-tDmnoYZnBB .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-tDmnoYZnBB .alert {
  margin-bottom: 0;
}
.cid-tDmnoYZnBB .alert-success {
  background-color: #70c770;
}
.cid-tDmnoYZnBB .alert-danger {
  background-color: #ff4a52;
}
.cid-tDmnoYZnBB .btn {
  display: inline-flex;
}
.cid-tDmnoYZnBB .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-tDmnoYZnBB .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-tDmnoYZnBB .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-tDmnoYZnBB 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-tDmnoYZnBB 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-tDmnoYZnBB 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-tDmn6q4Pwe .google-map {
  height: 25rem;
  position: relative;
}
.cid-tDmn6q4Pwe .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tDmn6q4Pwe .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tDmn6q4Pwe .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tDmn6q4Pwe .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDmmGYCH4Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDmmGYCH4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmmGYCH4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmmGYCH4Y .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDmmGYCH4Y .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDmmGYCH4Y .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmmGYCH4Y .item-wrap {
  width: 100%;
}
.cid-tDmmGYCH4Y .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDmmGYCH4Y .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDmmGYCH4Y .list li:hover {
  color: #ef9400 !important;
}
.cid-tDmmGYCH4Y .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDmmGYCH4Y .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDmmGYCH4Y .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDmmGYCH4Y .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDmmGYCH4Y .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDmmGYCH4Y .second-list li:hover {
  opacity: 1;
}
.cid-tDmmGYCH4Y .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDmmGYCH4Y .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDmmGYCH4Y .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDmmGYCH4Y .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDmmGYCH4Y .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDmmGYCH4Y .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDmmGYCH4Y .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDmmGYCH4Y .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmmGYCH4Y .copyright {
    text-align: left !important;
  }
}
.cid-tDmrrI2d43 {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDmrrI2d43 .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDmrrI2d43 nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDmrrI2d43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDmrrI2d43 .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDmrrI2d43 .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDmrrI2d43 .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-tDmrrI2d43 .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDmrrI2d43 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDmrrI2d43 .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDmrrI2d43 .menu_box .navbar.opened,
  .cid-tDmrrI2d43 .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDmrrI2d43 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDmrrI2d43 nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDmrrI2d43 .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDmrrI2d43 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDmrrI2d43 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDmrrI2d43 .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDmrrI2d43 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDmrrI2d43 .offcanvas-body .mbr-text,
  .cid-tDmrrI2d43 .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDmrrI2d43 .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDmrrI2d43 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDmrrI2d43 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDmrrI2d43 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmrrI2d43 .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-tDmrrI2d43 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDmrrI2d43 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDmrrI2d43 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-tDmrrI2d43 li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDmrrI2d43 .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDmrrI2d43 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDmrrI2d43 .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDmrrI2d43 .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDmrrI2d43 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmrrI2d43 .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-tDmrrI2d43 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDmrrI2d43 .offcanvas_box {
    display: none;
  }
}
.cid-tDmrrI2d43 .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDmrrI2d43 .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDmrrI2d43 .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDmrrI2d43 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmrrI2d43 .nav-link {
  position: relative;
}
.cid-tDmrrI2d43 .container {
  display: flex;
  margin: auto;
}
.cid-tDmrrI2d43 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDmrrI2d43 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDmrrI2d43 .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDmrrI2d43 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDmrrI2d43 .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDmrrI2d43 .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDmrrI2d43 .dropdown-menu,
.cid-tDmrrI2d43 .navbar.opened {
  background: #242423 !important;
}
.cid-tDmrrI2d43 .nav-item:focus,
.cid-tDmrrI2d43 .nav-link:focus {
  outline: none;
}
.cid-tDmrrI2d43 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmrrI2d43 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmrrI2d43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmrrI2d43 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmrrI2d43 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmrrI2d43 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmrrI2d43 .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDmrrI2d43 .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmrrI2d43 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDmrrI2d43 .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDmrrI2d43 .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDmrrI2d43 .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDmrrI2d43 .navbar.collapsed {
  justify-content: center;
}
.cid-tDmrrI2d43 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmrrI2d43 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmrrI2d43 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDmrrI2d43 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmrrI2d43 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmrrI2d43 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmrrI2d43 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDmrrI2d43 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDmrrI2d43 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDmrrI2d43 .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDmrrI2d43 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmrrI2d43 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmrrI2d43 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDmrrI2d43 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmrrI2d43 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmrrI2d43 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmrrI2d43 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDmrrI2d43 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDmrrI2d43 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDmrrI2d43 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmrrI2d43 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmrrI2d43 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDmrrI2d43 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmrrI2d43 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmrrI2d43 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmrrI2d43 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmrrI2d43 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmrrI2d43 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmrrI2d43 .dropdown-item.active,
.cid-tDmrrI2d43 .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmrrI2d43 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmrrI2d43 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmrrI2d43 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmrrI2d43 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDmrrI2d43 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmrrI2d43 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmrrI2d43 ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDmrrI2d43 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmrrI2d43 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDmrrI2d43 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDmrrI2d43 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmrrI2d43 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmrrI2d43 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmrrI2d43 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmrrI2d43 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmrrI2d43 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmrrI2d43 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmrrI2d43 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmrrI2d43 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDmrrI2d43 .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-tDmrrI2d43 .navbar {
    height: 70px;
  }
  .cid-tDmrrI2d43 .navbar.opened {
    height: auto;
  }
  .cid-tDmrrI2d43 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmrrI2d43 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmrrI2d43 .mbr-text {
  color: #f6f6ef;
}
.cid-tDmrrI2d43 .text_widget {
  color: #f6f6ef;
}
.cid-tDmrrJoCzy {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDmrrJoCzy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmrrJoCzy .container {
  max-width: 1400px;
}
.cid-tDmrrJoCzy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmrrJoCzy .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDmrrJoCzy .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDmrrJoCzy .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDmrrJoCzy .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDmrrJoCzy .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDmrrJoCzy .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDmrrJoCzy .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDmrrJoCzy .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDmrrJoCzy .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDmrrJoCzy .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDmrrJoCzy .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDmrrJoCzy .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDmrrJoCzy .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDmrTR8pSA {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #242423;
}
.cid-tDmrTR8pSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmrTR8pSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmrTR8pSA .container,
.cid-tDmrTR8pSA .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDmrTR8pSA .container,
  .cid-tDmrTR8pSA .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDmrTR8pSA .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #999898;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDmrTR8pSA .row {
    padding: 85px 8px;
  }
}
.cid-tDmrTR8pSA .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDmrTR8pSA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDmrTR8pSA .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tDmrTR8pSA .text-wrapper {
    padding: 0;
  }
}
.cid-tDmrTR8pSA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDmrTR8pSA .mbr-section-title {
  color: #ffffff;
}
.cid-tDmrTR8pSA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmrTR8pSA .mbr-text {
  color: #ffffff;
}
.cid-tDMKJhde03 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #242423;
}
.cid-tDMKJhde03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMKJhde03 .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tDMKJhde03 .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tDMKJhde03 .pb {
    padding-bottom: 5rem;
  }
  .cid-tDMKJhde03 .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDMKJhde03 .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tDMKJhde03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMKJhde03 .row {
  flex-direction: row-reverse;
}
.cid-tDMKJhde03 img {
  width: 100%;
}
.cid-tDMKJhde03 .mbr-text {
  color: #ffffff;
}
.cid-tDmrrMbI6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDmrrMbI6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmrrMbI6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmrrMbI6f .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDmrrMbI6f .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDmrrMbI6f .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmrrMbI6f .item-wrap {
  width: 100%;
}
.cid-tDmrrMbI6f .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDmrrMbI6f .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDmrrMbI6f .list li:hover {
  color: #ef9400 !important;
}
.cid-tDmrrMbI6f .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDmrrMbI6f .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDmrrMbI6f .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDmrrMbI6f .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDmrrMbI6f .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDmrrMbI6f .second-list li:hover {
  opacity: 1;
}
.cid-tDmrrMbI6f .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDmrrMbI6f .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDmrrMbI6f .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDmrrMbI6f .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDmrrMbI6f .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDmrrMbI6f .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDmrrMbI6f .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDmrrMbI6f .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmrrMbI6f .copyright {
    text-align: left !important;
  }
}
.cid-tDmsy6hc9F {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDmsy6hc9F .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDmsy6hc9F nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDmsy6hc9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDmsy6hc9F .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDmsy6hc9F .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDmsy6hc9F .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-tDmsy6hc9F .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDmsy6hc9F .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDmsy6hc9F .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDmsy6hc9F .menu_box .navbar.opened,
  .cid-tDmsy6hc9F .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDmsy6hc9F nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDmsy6hc9F nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDmsy6hc9F .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDmsy6hc9F .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDmsy6hc9F .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDmsy6hc9F .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDmsy6hc9F .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDmsy6hc9F .offcanvas-body .mbr-text,
  .cid-tDmsy6hc9F .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDmsy6hc9F .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDmsy6hc9F .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDmsy6hc9F ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDmsy6hc9F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmsy6hc9F .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-tDmsy6hc9F .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDmsy6hc9F li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDmsy6hc9F 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-tDmsy6hc9F li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDmsy6hc9F .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDmsy6hc9F .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDmsy6hc9F .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDmsy6hc9F .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDmsy6hc9F .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmsy6hc9F .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-tDmsy6hc9F .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDmsy6hc9F .offcanvas_box {
    display: none;
  }
}
.cid-tDmsy6hc9F .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDmsy6hc9F .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDmsy6hc9F .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDmsy6hc9F .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmsy6hc9F .nav-link {
  position: relative;
}
.cid-tDmsy6hc9F .container {
  display: flex;
  margin: auto;
}
.cid-tDmsy6hc9F .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDmsy6hc9F .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDmsy6hc9F .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDmsy6hc9F .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDmsy6hc9F .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDmsy6hc9F .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDmsy6hc9F .dropdown-menu,
.cid-tDmsy6hc9F .navbar.opened {
  background: #242423 !important;
}
.cid-tDmsy6hc9F .nav-item:focus,
.cid-tDmsy6hc9F .nav-link:focus {
  outline: none;
}
.cid-tDmsy6hc9F .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmsy6hc9F .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmsy6hc9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmsy6hc9F .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmsy6hc9F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmsy6hc9F .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmsy6hc9F .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDmsy6hc9F .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmsy6hc9F .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDmsy6hc9F .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDmsy6hc9F .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDmsy6hc9F .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDmsy6hc9F .navbar.collapsed {
  justify-content: center;
}
.cid-tDmsy6hc9F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmsy6hc9F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmsy6hc9F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDmsy6hc9F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmsy6hc9F .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmsy6hc9F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmsy6hc9F .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDmsy6hc9F .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDmsy6hc9F .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDmsy6hc9F .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDmsy6hc9F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmsy6hc9F .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmsy6hc9F .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDmsy6hc9F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmsy6hc9F .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmsy6hc9F .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmsy6hc9F .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDmsy6hc9F .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDmsy6hc9F .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDmsy6hc9F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmsy6hc9F .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmsy6hc9F .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDmsy6hc9F .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmsy6hc9F .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmsy6hc9F .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmsy6hc9F .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmsy6hc9F .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmsy6hc9F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmsy6hc9F .dropdown-item.active,
.cid-tDmsy6hc9F .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmsy6hc9F .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmsy6hc9F .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmsy6hc9F .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmsy6hc9F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDmsy6hc9F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmsy6hc9F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmsy6hc9F ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDmsy6hc9F .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmsy6hc9F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDmsy6hc9F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDmsy6hc9F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmsy6hc9F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmsy6hc9F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmsy6hc9F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmsy6hc9F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmsy6hc9F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmsy6hc9F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmsy6hc9F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmsy6hc9F a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDmsy6hc9F .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-tDmsy6hc9F .navbar {
    height: 70px;
  }
  .cid-tDmsy6hc9F .navbar.opened {
    height: auto;
  }
  .cid-tDmsy6hc9F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmsy6hc9F .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmsy6hc9F .mbr-text {
  color: #f6f6ef;
}
.cid-tDmsy6hc9F .text_widget {
  color: #f6f6ef;
}
.cid-tDmsy7QP2w {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDmsy7QP2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmsy7QP2w .container {
  max-width: 1400px;
}
.cid-tDmsy7QP2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmsy7QP2w .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDmsy7QP2w .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDmsy7QP2w .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDmsy7QP2w .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDmsy7QP2w .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDmsy7QP2w .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDmsy7QP2w .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDmsy7QP2w .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDmsy7QP2w .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDmsy7QP2w .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDmsy7QP2w .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDmsy7QP2w .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDmsy7QP2w .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDmsy8PRtb {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #242423;
}
.cid-tDmsy8PRtb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmsy8PRtb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmsy8PRtb .container,
.cid-tDmsy8PRtb .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDmsy8PRtb .container,
  .cid-tDmsy8PRtb .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDmsy8PRtb .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #999898;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDmsy8PRtb .row {
    padding: 85px 8px;
  }
}
.cid-tDmsy8PRtb .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDmsy8PRtb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDmsy8PRtb .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tDmsy8PRtb .text-wrapper {
    padding: 0;
  }
}
.cid-tDmsy8PRtb .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDmsy8PRtb .mbr-section-title {
  color: #ffffff;
}
.cid-tDmsy8PRtb .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmsy8PRtb .mbr-text {
  color: #ffffff;
}
.cid-tDMOnUCriv {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #242423;
}
.cid-tDMOnUCriv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMOnUCriv .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tDMOnUCriv .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tDMOnUCriv .pb {
    padding-bottom: 5rem;
  }
  .cid-tDMOnUCriv .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDMOnUCriv .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tDMOnUCriv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMOnUCriv .row {
  flex-direction: row-reverse;
}
.cid-tDMOnUCriv img {
  width: 100%;
}
.cid-tDMOnUCriv .mbr-text {
  color: #ffffff;
}
.cid-tDmsy9qX2j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDmsy9qX2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmsy9qX2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmsy9qX2j .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDmsy9qX2j .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDmsy9qX2j .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmsy9qX2j .item-wrap {
  width: 100%;
}
.cid-tDmsy9qX2j .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDmsy9qX2j .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDmsy9qX2j .list li:hover {
  color: #ef9400 !important;
}
.cid-tDmsy9qX2j .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDmsy9qX2j .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDmsy9qX2j .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDmsy9qX2j .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDmsy9qX2j .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDmsy9qX2j .second-list li:hover {
  opacity: 1;
}
.cid-tDmsy9qX2j .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDmsy9qX2j .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDmsy9qX2j .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDmsy9qX2j .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDmsy9qX2j .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDmsy9qX2j .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDmsy9qX2j .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDmsy9qX2j .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmsy9qX2j .copyright {
    text-align: left !important;
  }
}
.cid-tDmJssaAAg {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDmJssaAAg .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDmJssaAAg nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDmJssaAAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDmJssaAAg .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDmJssaAAg .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDmJssaAAg .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-tDmJssaAAg .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDmJssaAAg .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDmJssaAAg .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDmJssaAAg .menu_box .navbar.opened,
  .cid-tDmJssaAAg .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDmJssaAAg nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDmJssaAAg nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDmJssaAAg .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDmJssaAAg .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDmJssaAAg .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDmJssaAAg .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDmJssaAAg .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDmJssaAAg .offcanvas-body .mbr-text,
  .cid-tDmJssaAAg .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDmJssaAAg .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDmJssaAAg .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDmJssaAAg ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDmJssaAAg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmJssaAAg .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-tDmJssaAAg .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDmJssaAAg li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDmJssaAAg 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-tDmJssaAAg li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDmJssaAAg .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDmJssaAAg .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDmJssaAAg .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDmJssaAAg .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDmJssaAAg .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDmJssaAAg .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-tDmJssaAAg .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDmJssaAAg .offcanvas_box {
    display: none;
  }
}
.cid-tDmJssaAAg .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDmJssaAAg .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDmJssaAAg .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDmJssaAAg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDmJssaAAg .nav-link {
  position: relative;
}
.cid-tDmJssaAAg .container {
  display: flex;
  margin: auto;
}
.cid-tDmJssaAAg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDmJssaAAg .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDmJssaAAg .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDmJssaAAg .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDmJssaAAg .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDmJssaAAg .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDmJssaAAg .dropdown-menu,
.cid-tDmJssaAAg .navbar.opened {
  background: #242423 !important;
}
.cid-tDmJssaAAg .nav-item:focus,
.cid-tDmJssaAAg .nav-link:focus {
  outline: none;
}
.cid-tDmJssaAAg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDmJssaAAg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDmJssaAAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDmJssaAAg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDmJssaAAg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDmJssaAAg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDmJssaAAg .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDmJssaAAg .navbar.opened {
  transition: all 0.3s;
}
.cid-tDmJssaAAg .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDmJssaAAg .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDmJssaAAg .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDmJssaAAg .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDmJssaAAg .navbar.collapsed {
  justify-content: center;
}
.cid-tDmJssaAAg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDmJssaAAg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDmJssaAAg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDmJssaAAg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDmJssaAAg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDmJssaAAg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDmJssaAAg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDmJssaAAg .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDmJssaAAg .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDmJssaAAg .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDmJssaAAg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDmJssaAAg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDmJssaAAg .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDmJssaAAg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDmJssaAAg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDmJssaAAg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDmJssaAAg .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDmJssaAAg .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDmJssaAAg .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDmJssaAAg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDmJssaAAg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDmJssaAAg .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDmJssaAAg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDmJssaAAg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDmJssaAAg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDmJssaAAg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDmJssaAAg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDmJssaAAg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDmJssaAAg .dropdown-item.active,
.cid-tDmJssaAAg .dropdown-item:active {
  background-color: transparent;
}
.cid-tDmJssaAAg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDmJssaAAg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDmJssaAAg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDmJssaAAg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDmJssaAAg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDmJssaAAg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDmJssaAAg ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDmJssaAAg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDmJssaAAg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDmJssaAAg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDmJssaAAg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDmJssaAAg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmJssaAAg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDmJssaAAg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDmJssaAAg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmJssaAAg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDmJssaAAg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDmJssaAAg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDmJssaAAg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDmJssaAAg .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-tDmJssaAAg .navbar {
    height: 70px;
  }
  .cid-tDmJssaAAg .navbar.opened {
    height: auto;
  }
  .cid-tDmJssaAAg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDmJssaAAg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmJssaAAg .mbr-text {
  color: #f6f6ef;
}
.cid-tDmJssaAAg .text_widget {
  color: #f6f6ef;
}
.cid-tDmJssMwZJ {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDmJssMwZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmJssMwZJ .container {
  max-width: 1400px;
}
.cid-tDmJssMwZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmJssMwZJ .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDmJssMwZJ .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDmJssMwZJ .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDmJssMwZJ .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDmJssMwZJ .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDmJssMwZJ .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDmJssMwZJ .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDmJssMwZJ .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDmJssMwZJ .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDmJssMwZJ .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDmJssMwZJ .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDmJssMwZJ .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDmJssMwZJ .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDmJstbJ1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #242423;
}
.cid-tDmJstbJ1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmJstbJ1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmJstbJ1q .container,
.cid-tDmJstbJ1q .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDmJstbJ1q .container,
  .cid-tDmJstbJ1q .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDmJstbJ1q .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #999898;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDmJstbJ1q .row {
    padding: 85px 8px;
  }
}
.cid-tDmJstbJ1q .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDmJstbJ1q .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDmJstbJ1q .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tDmJstbJ1q .text-wrapper {
    padding: 0;
  }
}
.cid-tDmJstbJ1q .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDmJstbJ1q .mbr-section-title {
  color: #ffffff;
}
.cid-tDmJstbJ1q .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDmJstbJ1q .mbr-text {
  color: #ffffff;
}
.cid-tDmJstAAS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDmJstAAS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDmJstAAS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDmJstAAS4 .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDmJstAAS4 .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDmJstAAS4 .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDmJstAAS4 .item-wrap {
  width: 100%;
}
.cid-tDmJstAAS4 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDmJstAAS4 .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDmJstAAS4 .list li:hover {
  color: #ef9400 !important;
}
.cid-tDmJstAAS4 .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDmJstAAS4 .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDmJstAAS4 .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDmJstAAS4 .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDmJstAAS4 .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDmJstAAS4 .second-list li:hover {
  opacity: 1;
}
.cid-tDmJstAAS4 .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDmJstAAS4 .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDmJstAAS4 .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDmJstAAS4 .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDmJstAAS4 .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDmJstAAS4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDmJstAAS4 .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDmJstAAS4 .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDmJstAAS4 .copyright {
    text-align: left !important;
  }
}
.cid-tDLzN3N3DM {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDLzN3N3DM .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDLzN3N3DM nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDLzN3N3DM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDLzN3N3DM .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDLzN3N3DM .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDLzN3N3DM .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-tDLzN3N3DM .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDLzN3N3DM .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDLzN3N3DM .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDLzN3N3DM .menu_box .navbar.opened,
  .cid-tDLzN3N3DM .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDLzN3N3DM nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDLzN3N3DM nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDLzN3N3DM .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDLzN3N3DM .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDLzN3N3DM .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDLzN3N3DM .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDLzN3N3DM .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDLzN3N3DM .offcanvas-body .mbr-text,
  .cid-tDLzN3N3DM .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDLzN3N3DM .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDLzN3N3DM .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDLzN3N3DM ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDLzN3N3DM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDLzN3N3DM .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-tDLzN3N3DM .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDLzN3N3DM li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDLzN3N3DM 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-tDLzN3N3DM li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDLzN3N3DM .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDLzN3N3DM .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDLzN3N3DM .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDLzN3N3DM .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDLzN3N3DM .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDLzN3N3DM .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-tDLzN3N3DM .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDLzN3N3DM .offcanvas_box {
    display: none;
  }
}
.cid-tDLzN3N3DM .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDLzN3N3DM .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDLzN3N3DM .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDLzN3N3DM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDLzN3N3DM .nav-link {
  position: relative;
}
.cid-tDLzN3N3DM .container {
  display: flex;
  margin: auto;
}
.cid-tDLzN3N3DM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDLzN3N3DM .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDLzN3N3DM .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDLzN3N3DM .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDLzN3N3DM .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDLzN3N3DM .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDLzN3N3DM .dropdown-menu,
.cid-tDLzN3N3DM .navbar.opened {
  background: #242423 !important;
}
.cid-tDLzN3N3DM .nav-item:focus,
.cid-tDLzN3N3DM .nav-link:focus {
  outline: none;
}
.cid-tDLzN3N3DM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDLzN3N3DM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDLzN3N3DM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDLzN3N3DM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDLzN3N3DM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDLzN3N3DM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDLzN3N3DM .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDLzN3N3DM .navbar.opened {
  transition: all 0.3s;
}
.cid-tDLzN3N3DM .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDLzN3N3DM .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDLzN3N3DM .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDLzN3N3DM .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDLzN3N3DM .navbar.collapsed {
  justify-content: center;
}
.cid-tDLzN3N3DM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDLzN3N3DM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDLzN3N3DM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDLzN3N3DM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDLzN3N3DM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDLzN3N3DM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDLzN3N3DM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDLzN3N3DM .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDLzN3N3DM .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDLzN3N3DM .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDLzN3N3DM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDLzN3N3DM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDLzN3N3DM .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDLzN3N3DM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDLzN3N3DM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDLzN3N3DM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDLzN3N3DM .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDLzN3N3DM .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDLzN3N3DM .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDLzN3N3DM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDLzN3N3DM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDLzN3N3DM .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDLzN3N3DM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDLzN3N3DM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDLzN3N3DM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDLzN3N3DM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDLzN3N3DM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDLzN3N3DM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDLzN3N3DM .dropdown-item.active,
.cid-tDLzN3N3DM .dropdown-item:active {
  background-color: transparent;
}
.cid-tDLzN3N3DM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDLzN3N3DM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDLzN3N3DM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDLzN3N3DM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDLzN3N3DM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDLzN3N3DM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDLzN3N3DM ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDLzN3N3DM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDLzN3N3DM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDLzN3N3DM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDLzN3N3DM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDLzN3N3DM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDLzN3N3DM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDLzN3N3DM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDLzN3N3DM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDLzN3N3DM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDLzN3N3DM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDLzN3N3DM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDLzN3N3DM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDLzN3N3DM .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-tDLzN3N3DM .navbar {
    height: 70px;
  }
  .cid-tDLzN3N3DM .navbar.opened {
    height: auto;
  }
  .cid-tDLzN3N3DM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDLzN3N3DM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDLzN3N3DM .mbr-text {
  color: #f6f6ef;
}
.cid-tDLzN3N3DM .text_widget {
  color: #f6f6ef;
}
.cid-tDLzN4ZyW7 {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDLzN4ZyW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLzN4ZyW7 .container {
  max-width: 1400px;
}
.cid-tDLzN4ZyW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLzN4ZyW7 .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDLzN4ZyW7 .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDLzN4ZyW7 .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDLzN4ZyW7 .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDLzN4ZyW7 .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDLzN4ZyW7 .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDLzN4ZyW7 .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDLzN4ZyW7 .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDLzN4ZyW7 .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDLzN4ZyW7 .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDLzN4ZyW7 .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDLzN4ZyW7 .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDLzN4ZyW7 .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDLzN5lvTv {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #242423;
}
.cid-tDLzN5lvTv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLzN5lvTv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLzN5lvTv .container,
.cid-tDLzN5lvTv .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDLzN5lvTv .container,
  .cid-tDLzN5lvTv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDLzN5lvTv .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #999898;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDLzN5lvTv .row {
    padding: 85px 8px;
  }
}
.cid-tDLzN5lvTv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDLzN5lvTv .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDLzN5lvTv .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tDLzN5lvTv .text-wrapper {
    padding: 0;
  }
}
.cid-tDLzN5lvTv .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDLzN5lvTv .mbr-section-title {
  color: #ffffff;
}
.cid-tDLzN5lvTv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDLzN5lvTv .mbr-text {
  color: #ffffff;
}
.cid-tDMLD6f4wD {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #242423;
}
.cid-tDMLD6f4wD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMLD6f4wD .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tDMLD6f4wD .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tDMLD6f4wD .pb {
    padding-bottom: 5rem;
  }
  .cid-tDMLD6f4wD .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDMLD6f4wD .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tDMLD6f4wD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMLD6f4wD .row {
  flex-direction: row-reverse;
}
.cid-tDMLD6f4wD img {
  width: 100%;
}
.cid-tDMLD6f4wD .mbr-text {
  color: #ffffff;
}
.cid-tDLzN5Ivbg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDLzN5Ivbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLzN5Ivbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLzN5Ivbg .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDLzN5Ivbg .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDLzN5Ivbg .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLzN5Ivbg .item-wrap {
  width: 100%;
}
.cid-tDLzN5Ivbg .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDLzN5Ivbg .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDLzN5Ivbg .list li:hover {
  color: #ef9400 !important;
}
.cid-tDLzN5Ivbg .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDLzN5Ivbg .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDLzN5Ivbg .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDLzN5Ivbg .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDLzN5Ivbg .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDLzN5Ivbg .second-list li:hover {
  opacity: 1;
}
.cid-tDLzN5Ivbg .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDLzN5Ivbg .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDLzN5Ivbg .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDLzN5Ivbg .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDLzN5Ivbg .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDLzN5Ivbg .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDLzN5Ivbg .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDLzN5Ivbg .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDLzN5Ivbg .copyright {
    text-align: left !important;
  }
}
.cid-tDLDg4rrES {
  z-index: 3;
  z-index: 1000;
  width: 100%;
}
.cid-tDLDg4rrES .navbar-dropdown {
  background: rgba(36, 36, 35, 0.9) !important;
  padding: 0;
  position: fixed;
}
.cid-tDLDg4rrES nav.navbar {
  padding-top: 0.5!important;
  padding-bottom: 0!important;
}
.cid-tDLDg4rrES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff!important;
}
.cid-tDLDg4rrES .navbar.navbar-expand-lg .dropdown .dropdown-menu a {
  color: black!important;
}
.cid-tDLDg4rrES .navbar.navbar-expand-lg .dropdown .dropdown-menu a:hover {
  text-decoration: underline;
}
.cid-tDLDg4rrES .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-tDLDg4rrES .dropdown-menu {
    max-width: 95%!important;
  }
}
@media (min-width: 992px) {
  .cid-tDLDg4rrES .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: 37px !important;
    left: -40px !important;
  }
  .cid-tDLDg4rrES .dropdown-menu.dropdown-submenu {
    left: 215px!important;
    top: -45% !important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 991px) {
  .cid-tDLDg4rrES .menu_box .navbar.opened,
  .cid-tDLDg4rrES .menu_box .navbar-collapse {
    background-color: #242423 !important;
    transition: all 0.25s ease-in-out;
  }
}
.cid-tDLDg4rrES nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tDLDg4rrES nav.navbar {
    flex-wrap: nowrap;
  }
  .cid-tDLDg4rrES .offcanvas {
    padding: 120px 60px 35px;
    width: 480px;
    background-color: #999898;
  }
  .cid-tDLDg4rrES .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tDLDg4rrES .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tDLDg4rrES .offcanvas-header .btn-close {
    position: absolute;
    color: white!important;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tDLDg4rrES .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tDLDg4rrES .offcanvas-body .mbr-text,
  .cid-tDLDg4rrES .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tDLDg4rrES .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
    color: #242423;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(3) {
    top: 32px;
    transition: all 0.2s;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tDLDg4rrES .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 37px;
    transition-delay: 0.2s;
  }
  .cid-tDLDg4rrES ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tDLDg4rrES .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDLDg4rrES .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-tDLDg4rrES .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tDLDg4rrES li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px 10px 7px!important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
  }
  .cid-tDLDg4rrES 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-tDLDg4rrES li.nav-item:hover:after {
    transform-origin: left;
    transform: scaleX(0.999);
  }
  .cid-tDLDg4rrES .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tDLDg4rrES .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tDLDg4rrES .nav-item {
    margin: 4px 19px;
  }
}
@media (max-width: 991px) {
  .cid-tDLDg4rrES .nav-item {
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-tDLDg4rrES .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tDLDg4rrES .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-tDLDg4rrES .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tDLDg4rrES .offcanvas_box {
    display: none;
  }
}
.cid-tDLDg4rrES .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tDLDg4rrES .nav-dropdown .link {
  font-weight: 600 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tDLDg4rrES .dropdown .dropdown-item:hover {
  color: #cb0000 !important;
}
.cid-tDLDg4rrES .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tDLDg4rrES .nav-link {
  position: relative;
}
.cid-tDLDg4rrES .container {
  display: flex;
  margin: auto;
}
.cid-tDLDg4rrES .iconfont-wrapper {
  color: #000000 !important;
  font-size: 17px;
  margin-right: 25px;
  width: 56px;
  height: 56px;
  background-color: #ffcd77;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tDLDg4rrES .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tDLDg4rrES .iconfont-wrapper:hover {
  background-color: #ffc45e;
}
.cid-tDLDg4rrES .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 1200px) {
  .cid-tDLDg4rrES .navbar-nav {
    margin: 0 2rem;
  }
}
.cid-tDLDg4rrES .navbar-nav .nav-item:last-child {
  margin-right: 0 !important;
}
.cid-tDLDg4rrES .dropdown-menu,
.cid-tDLDg4rrES .navbar.opened {
  background: #242423 !important;
}
.cid-tDLDg4rrES .nav-item:focus,
.cid-tDLDg4rrES .nav-link:focus {
  outline: none;
}
.cid-tDLDg4rrES .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tDLDg4rrES .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tDLDg4rrES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tDLDg4rrES .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tDLDg4rrES .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tDLDg4rrES .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tDLDg4rrES .navbar {
  min-height: 60px;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tDLDg4rrES .navbar.opened {
  transition: all 0.3s;
}
.cid-tDLDg4rrES .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tDLDg4rrES .navbar .navbar-logo img {
  width: auto;
  aspect-ratio: 4.57142857;
}
@media (max-width: 768px) {
  .cid-tDLDg4rrES .navbar .navbar-logo img {
    max-width: 140px;
    max-height: 35px;
  }
}
.cid-tDLDg4rrES .navbar .navbar-collapse {
  justify-content: space-evenly;
  z-index: 1;
}
.cid-tDLDg4rrES .navbar.collapsed {
  justify-content: center;
}
.cid-tDLDg4rrES .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tDLDg4rrES .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tDLDg4rrES .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.4rem);
  }
}
.cid-tDLDg4rrES .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tDLDg4rrES .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tDLDg4rrES .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tDLDg4rrES .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tDLDg4rrES .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tDLDg4rrES .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tDLDg4rrES .navbar .navbar-collapse {
    padding: 34px 0;
  }
  .cid-tDLDg4rrES .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tDLDg4rrES .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tDLDg4rrES .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tDLDg4rrES .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tDLDg4rrES .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tDLDg4rrES .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tDLDg4rrES .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tDLDg4rrES .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tDLDg4rrES .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tDLDg4rrES .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tDLDg4rrES .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tDLDg4rrES .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tDLDg4rrES .navbar.navbar-short {
  min-height: 60px;
}
.cid-tDLDg4rrES .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tDLDg4rrES .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tDLDg4rrES .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tDLDg4rrES .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tDLDg4rrES .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tDLDg4rrES .dropdown-item.active,
.cid-tDLDg4rrES .dropdown-item:active {
  background-color: transparent;
}
.cid-tDLDg4rrES .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tDLDg4rrES .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tDLDg4rrES .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tDLDg4rrES .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242423;
}
.cid-tDLDg4rrES .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tDLDg4rrES .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tDLDg4rrES ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tDLDg4rrES .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tDLDg4rrES button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #242423;
}
.cid-tDLDg4rrES button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tDLDg4rrES button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tDLDg4rrES button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDLDg4rrES button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tDLDg4rrES button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tDLDg4rrES nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDLDg4rrES nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tDLDg4rrES nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tDLDg4rrES nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tDLDg4rrES a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tDLDg4rrES .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-tDLDg4rrES .navbar {
    height: 70px;
  }
  .cid-tDLDg4rrES .navbar.opened {
    height: auto;
  }
  .cid-tDLDg4rrES .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tDLDg4rrES .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDLDg4rrES .mbr-text {
  color: #f6f6ef;
}
.cid-tDLDg4rrES .text_widget {
  color: #f6f6ef;
}
.cid-tDLDg5yVDe {
  padding-top: 13.5rem;
  padding-bottom: 7.5rem;
  background-image: url("../../../assets/images/steinwand-bodengutachten-koeln.jpg");
  z-index: 3;
  overflow: hidden;
}
.cid-tDLDg5yVDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLDg5yVDe .container {
  max-width: 1400px;
}
.cid-tDLDg5yVDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLDg5yVDe .title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tDLDg5yVDe .title-container {
    flex-wrap: wrap;
  }
}
.cid-tDLDg5yVDe .mbr-section-title {
  color: #ef9400;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tDLDg5yVDe .mbr-section-title {
    text-align: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 1.5rem !important;
  }
}
.cid-tDLDg5yVDe .link-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  transition: 0.4s all;
  background-color: #ef9400;
}
.cid-tDLDg5yVDe .link-text {
  position: relative;
  z-index: 2;
  color: #FACB1D;
}
.cid-tDLDg5yVDe .link-text a {
  font-weight: 900 !important;
  padding: 30px !important;
  transition: 0.4s all !important;
}
.cid-tDLDg5yVDe .link-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -5rem;
  margin-left: auto;
  max-width: 40%;
  aspect-ratio: 1;
}
@media (max-width: 767px) {
  .cid-tDLDg5yVDe .link-wrap {
    bottom: 0;
    max-width: 100%;
    margin-right: auto;
  }
}
.cid-tDLDg5yVDe .link-wrap:hover .link-box {
  transform: scale(1.2);
  background: #f6f6ef;
}
.cid-tDLDg5yVDe .link-wrap:hover .link-text a {
  color: #181817 !important;
}
.cid-tDLDg5yVDe .mbr-section-subtitle {
  color: #ffffff;
  opacity: 0.8;
  max-width: 360px;
  margin-right: auto;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tDLDg5yVDe .mbr-section-subtitle {
    text-align: center;
    margin-left: auto;
  }
}
.cid-tDLDg65zU1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #242423;
}
.cid-tDLDg65zU1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLDg65zU1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLDg65zU1 .container,
.cid-tDLDg65zU1 .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-tDLDg65zU1 .container,
  .cid-tDLDg65zU1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tDLDg65zU1 .row {
  position: relative;
  justify-content: center;
  padding: 50px 10px;
  overflow: hidden;
  margin: 0;
  border: 1px solid #999898;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-tDLDg65zU1 .row {
    padding: 85px 8px;
  }
}
.cid-tDLDg65zU1 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tDLDg65zU1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tDLDg65zU1 .text-wrapper {
  padding: 0 10%;
}
@media (max-width: 992px) {
  .cid-tDLDg65zU1 .text-wrapper {
    padding: 0;
  }
}
.cid-tDLDg65zU1 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tDLDg65zU1 .mbr-section-title {
  color: #ffffff;
}
.cid-tDLDg65zU1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tDLDg65zU1 .mbr-text {
  color: #ffffff;
}
.cid-tDMLPHjE1G {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #242423;
}
.cid-tDMLPHjE1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDMLPHjE1G .pb {
  padding-bottom: 2rem;
}
@media (min-width: 1600px) {
  .cid-tDMLPHjE1G .col-lg-6 {
    padding: 0 2rem;
  }
  .cid-tDMLPHjE1G .pb {
    padding-bottom: 5rem;
  }
  .cid-tDMLPHjE1G .container-fluid {
    padding: 0 3rem !important;
    margin: 0;
  }
}
@media (max-width: 992px) {
  .cid-tDMLPHjE1G .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tDMLPHjE1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDMLPHjE1G .row {
  flex-direction: row-reverse;
}
.cid-tDMLPHjE1G img {
  width: 100%;
}
.cid-tDMLPHjE1G .mbr-text {
  color: #ffffff;
}
.cid-tDLDg6A0O0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-tDLDg6A0O0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDLDg6A0O0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDLDg6A0O0 .main-container {
  width: 100%;
  display: grid;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 5fr 2fr 2fr 3fr;
  grid-template-columns: 5fr 2fr 2fr 3fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .main-container {
    grid-template-columns: 2fr 2fr 2fr 2fr;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .main-container {
    grid-template-columns: 1fr;
    grid-column-gap: 2rem;
    grid-row-gap: 3.5rem;
  }
}
.cid-tDLDg6A0O0 .main-links {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .main-links {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .main-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .second-links {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .second-links {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .second-links {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .address-item-1 {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .address-item-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .address-item-2 {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .address-item-2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 3;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .address-item-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .footer-text {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .footer-text {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .footer-text {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .copyright-item {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .copyright-item {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 575px) {
  .cid-tDLDg6A0O0 .copyright-item {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: auto;
    grid-row-end: auto;
  }
}
.cid-tDLDg6A0O0 .item-wrap {
  width: 100%;
}
.cid-tDLDg6A0O0 .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-tDLDg6A0O0 .list li {
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-tDLDg6A0O0 .list li:hover {
  color: #ef9400 !important;
}
.cid-tDLDg6A0O0 .list a {
  color: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  transition: 0.3s all;
}
.cid-tDLDg6A0O0 .list a:hover {
  color: #ef9400 !important;
  line-height: inherit !important;
}
.cid-tDLDg6A0O0 .main-list li {
  line-height: 1.1;
  font-weight: 500 !important;
}
.cid-tDLDg6A0O0 .main-list li:not(:first-child) {
  margin-top: 1.5rem;
}
.cid-tDLDg6A0O0 .second-list li {
  line-height: 1.5;
  opacity: 1;
}
.cid-tDLDg6A0O0 .second-list li:hover {
  opacity: 1;
}
.cid-tDLDg6A0O0 .second-list li:not(:first-child) {
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .cid-tDLDg6A0O0 .address-item .item-wrap {
    padding-bottom: 70%;
  }
}
.cid-tDLDg6A0O0 .mbr-section-subtitle {
  color: #f6f6ef;
  margin-bottom: 1rem;
}
.cid-tDLDg6A0O0 .card-text-container {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-tDLDg6A0O0 .iconfont-wrapper {
  margin-right: 0.5rem;
}
.cid-tDLDg6A0O0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 28px;
  color: #f29400;
  width: fit-content;
}
.cid-tDLDg6A0O0 .card-text {
  color: #f6f6ef;
  opacity: 1;
  margin-bottom: 0;
}
.cid-tDLDg6A0O0 .copyright {
  color: #f6f6ef;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-tDLDg6A0O0 .copyright {
    text-align: left !important;
  }
}
