/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */

section {
  
  background-color: #eeeeee;
  overflow: auto;
 scroll-margin-top: 90px;
}

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

:focus {
  outline: none;
}

section.menu {
  overflow: visible !important;
}

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;
 
  cursor: pointer;
}

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

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

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

b,
strong {
  font-weight: bold;
}

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

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

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

body {
  position: relative;
}

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

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

.hidden {
  visibility: hidden;
}

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

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

.mbr-black {
  color: #000000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.media {
  display: -webkit-flex;
}

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

.jq-selectbox__select {
  padding: 14px 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

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

.jq-selectbox li {
  padding: 14px 30px;
}

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

.form .btn {
  margin: 0 !important;
}

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

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

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

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

.carousel-item img {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-img {
  width: auto;
}

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

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

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

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

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

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

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

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

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

.btn {
    box-shadow: 0 0 20px 0 lightgrey;

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

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

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

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

section:not(.menu) a[class^=text-] {
  position: relative;
}

section:not(.menu) a[class^=text-]:after {
  content: "";
  transition: all 0.3s;
  border-bottom: 1px solid currentColor;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
}

section:not(.menu) a[class^=text-]:hover:after {
  width: 100%;
}

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

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

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

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

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

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

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

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

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

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

.form-control {
  height: auto;
  background-color: #f5f6ff;
  box-shadow: none;
  color: #807d78;
  border: 1px solid #f5f6ff;
  border-radius: 10px;
  line-height: 1;
  min-height: 48px;
  padding: 14px 30px;
}

.form-control, .form-control:focus {
  color: #58468c;
  border: 1px solid #f5f6ff;
}

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

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

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

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

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

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

.mbr-section__comments .row {
  justify-content: center;
  -webkit-justify-content: center;
}

@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}

.item-wrapper{
    
    border-radius: 1vmin !important;
}

.item-wrapper .item-img img {
      border-top-left-radius: 1vmin !important;
    border-top-right-radius: 1vmin !important;
}

.card-wrapper {
     box-shadow: 0 0 10px 0 lightgrey !important;
  border-radius: 1vmin !important;
} 

.card-wrapper:hover{
    box-shadow: 0 0 20px 0 lightgrey !important;
}


.card-wrapper .card-img img {
      border-top-left-radius: 1vmin !important;
    border-top-right-radius: 1vmin !important;
}

 body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
.display-1 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.01rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.01rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #232323 !important;
}
.bg-success {
  background-color: #e1e8ff !important;
}
.bg-info {
  background-color: #267cb5 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #267cb5 !important;
  border-color: #267cb5 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #195176 !important;
  border-color: #195176 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #195176 !important;
  border-color: #195176 !important;
}
.btn-success,
.btn-success:active {
  background-color: #e1e8ff !important;
  border-color: #e1e8ff !important;
  color: #0034e1 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0034e1 !important;
  background-color: #95adff !important;
  border-color: #95adff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0034e1 !important;
  background-color: #95adff !important;
  border-color: #95adff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #144261;
  color: #144261;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #267cb5;
  border-color: #267cb5;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #267cb5 !important;
  border-color: #267cb5 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #7b9aff;
  color: #7b9aff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0034e1;
  background-color: #e1e8ff;
  border-color: #e1e8ff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0034e1 !important;
  background-color: #e1e8ff !important;
  border-color: #e1e8ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #232323 !important;
}
.text-secondary {
  color: #232323 !important;
}
.text-success {
  color: #e1e8ff !important;
}
.text-info {
  color: #267cb5 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #7b9aff !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #144261 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #267cb5;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 0 20px 0 grey;
  -webkit-box-shadow: 0 0 20px 0 grey;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #232323;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #78b8e3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.01rem;
  line-height: 1.3;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
}
blockquote {
  border-color: #232323;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #232323 !important;
  -webkit-box-shadow: 0 6px 16px 0 #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #232323 !important;
  -webkit-box-shadow: 0 6px 16px 0 #232323 !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #e1e8ff !important;
  -webkit-box-shadow: 0 6px 16px 0 #e1e8ff !important;
  background-color: #e1e8ff !important;
  border-color: #e1e8ff !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #232323;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #232323 !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: #232323 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23232323' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uFGVh0dOzT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uG4g086KIH {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uG4g086KIH {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uG4g086KIH {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uG4g086KIH {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uG4g086KIH .container {
    padding-top: 128px;
  }
  .cid-uG4g086KIH #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uG4g086KIH #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uG4g086KIH .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uG4g086KIH H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uG4g086KIH h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uG4g086KIH .mbr-text,
.cid-uG4g086KIH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uG4g086KIH img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uG4g086KIH .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uG4g086KIH #F1:not(.selected):hover,
.cid-uG4g086KIH #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uG4g086KIH #F1,
.cid-uG4g086KIH #F2 {
  transition: filter 0.3s ease;
}
.cid-uG4g086KIH .cls-0 {
  fill: #465052;
}
.cid-uG4g086KIH .cls-1 {
  fill: #d4d8de;
}
.cid-uG4g086KIH H3 {
  color: #716c80;
}
.cid-uG4g086KIH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uG4g086KIH .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uG4g086KIH .mbr-text,
.cid-uG4g086KIH .mbr-section-btn P {
  text-align: left;
}
.cid-uG4g086KIH .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uG4g086KIH .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uG4g086KIH .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uG4g086KIH .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uG4g086KIH .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uG4g086KIH .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uG4g086KIH p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uG4g086KIH .dark {
  color: #465052;
}
.cid-uG4g086KIH span {
  margin: 0;
}
.cid-uG4g086KIH .cls-2 {
  fill: #444953;
}
.cid-uG4g086KIH .cls-3 {
  fill: #c9f352;
}
.cid-uG4g086KIH P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uG4g086KIH .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uG4g086KIH .mbr-iconfont {
  line-height: inherit;
}
.cid-uG4g086KIH H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uG4g086KIH #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uG4g086KIH #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uG4g086KIH .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uG4g086KIH img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uG4g086KIH #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uG4g086KIH #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uG4g086KIH #Bkarte,
  .cid-uG4g086KIH #Pkarte {
    border-radius: 0;
  }
  .cid-uG4g086KIH #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uG4g086KIH .svg,
  .cid-uG4g086KIH video {
    display: none;
  }
  .cid-uG4g086KIH .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uG4g086KIH .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uG4g086KIH img {
    margin-top: 0;
  }
  .cid-uG4g086KIH .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uFGVh21qJP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGVh21qJP .item:focus,
.cid-uFGVh21qJP span:focus {
  outline: none;
}
.cid-uFGVh21qJP .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uFGVh21qJP .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFGVh21qJP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFGVh21qJP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFGVh21qJP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFGVh21qJP .mbr-section-title {
  color: #232323;
}
.cid-uFGVh21qJP .mbr-text,
.cid-uFGVh21qJP .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uFGVh21qJP .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uFGVh21qJP .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uSwxqzejDC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSwxqzejDC img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uSwxqzejDC H1 {
  color: #57468b;
}
.cid-uSwxqzejDC .mbr-text,
.cid-uSwxqzejDC .mbr-section-btn {
  color: #716c80;
}
.cid-uSwxqzejDC H3 {
  color: #716c80;
}
.cid-uSwxqzejDC .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSwxqzejDC .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSwxqzejDC .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSwxqzejDC .link:hover {
  color: #232323 !important;
}
.cid-uSwxqzejDC .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uSwxqzejDC DIV {
  color: #57468b;
}
.cid-uSwxqzejDC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSwxqzejDC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSwxqzejDC .mbr-text,
.cid-uSwxqzejDC .media-content {
  text-align: center;
}
.cid-uFGVh2Z7jz {
  scroll-margin-top: 90px;
  padding-top: 90px;
  overflow: inherit;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFGVh2Z7jz img,
.cid-uFGVh2Z7jz .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uFGVh2Z7jz .item:focus,
.cid-uFGVh2Z7jz span:focus {
  outline: none;
}
.cid-uFGVh2Z7jz .item {
  margin-bottom: 2rem;
}
.cid-uFGVh2Z7jz .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uFGVh2Z7jz .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFGVh2Z7jz .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uFGVh2Z7jz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uFGVh2Z7jz .mbr-section-title {
  color: #232323;
}
.cid-uFGVh2Z7jz .mbr-text,
.cid-uFGVh2Z7jz .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uFGVh2Z7jz .item-title {
  text-align: left;
  color: #267cb5;
}
.cid-uFGVh2Z7jz .item-subtitle {
  text-align: center;
}
.cid-v1F8bCVQuz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1F8bCVQuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1F8bCVQuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1F8bCVQuz .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1F8bCVQuz .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1F8bCVQuz .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1F8bCVQuz .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1F8bCVQuz .btn:hover,
.cid-v1F8bCVQuz .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1F8bCVQuz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1F8bCVQuz h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1F87YyyJu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1F87YyyJu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1F87YyyJu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1F87YyyJu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1F87YyyJu .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1F87YyyJu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1F87YyyJu .embla__slide .slide-content {
  width: 100%;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1F87YyyJu .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-v1F87YyyJu .embla__button--next,
.cid-v1F87YyyJu .embla__button--prev {
  display: flex;
}
.cid-v1F87YyyJu .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1F87YyyJu .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1F87YyyJu .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1F87YyyJu .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1F87YyyJu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1F87YyyJu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1F87YyyJu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1F87YyyJu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1F87YyyJu .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1F87YyyJu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1F87YyyJu .mbr-section-title {
  color: #272b2e;
}
.cid-v1F87YyyJu .item-tag {
  color: #ffffff;
}
.cid-v1F87YyyJu .item-name {
  color: #ffffff;
}
.cid-v1F87YyyJu .item-name,
.cid-v1F87YyyJu .item-wrap {
  color: #716c80;
}
.cid-v1F87YyyJu .item-tag,
.cid-v1F87YyyJu .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1F87YyyJu H4 {
  color: #267cb5;
}
.cid-v1F87YyyJu .card-title {
  color: #267cb5;
}
.cid-uFTMKwupQi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFTMKwupQi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTMKwupQi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTMKwupQi .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uFTMKwupQi .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uFTMKwupQi .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uFTMKwupQi .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uFTMKwupQi .btn:hover,
.cid-uFTMKwupQi .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uFTMKwupQi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFTMKwupQi h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uSU6cm8NrM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSU6cm8NrM h4,
.cid-uSU6cm8NrM h5,
.cid-uSU6cm8NrM p {
  margin-bottom: 0;
}
.cid-uSU6cm8NrM p {
  color: #767676;
}
.cid-uSU6cm8NrM .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uSU6cm8NrM .card .card-title {
  position: relative;
}
.cid-uSU6cm8NrM .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uSU6cm8NrM .card-wrapper {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uSU6cm8NrM .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uSU6cm8NrM .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uSU6cm8NrM .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uSU6cm8NrM img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uSU6cm8NrM .card-title,
.cid-uSU6cm8NrM .main-title {
  color: #57468b;
}
.cid-uSU6cm8NrM .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uSU6cm8NrM .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uSU6cm8NrM .mbr-text {
  text-align: left;
}
.cid-uSU6cm8NrM iframe {
  width: 100%;
  border: none;
}
.cid-uSU6cm8NrM .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uSU6cm8NrM .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uSU6cm8NrM .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uSU6cm8NrM .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uSU6cm8NrM .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uSU6cm8NrM .embla__container {
  padding-left: 0!important;
}
.cid-uSU6cm8NrM .col-12 {
  padding-left: 0!important;
}
.cid-uFI2SuhVKt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFI2SuhVKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFI2SuhVKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFI2SuhVKt .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uFI2SuhVKt .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uFI2SuhVKt .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uFI2SuhVKt .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uFI2SuhVKt .btn:hover,
.cid-uFI2SuhVKt .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uFI2SuhVKt .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uFI2SuhVKt h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-uFTMOVQqrv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uFTMOVQqrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFTMOVQqrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFTMOVQqrv .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uFTMOVQqrv .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uFTMOVQqrv .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uFTMOVQqrv .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uFTMOVQqrv .btn:hover,
.cid-uFTMOVQqrv .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uFTMOVQqrv .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSqcU3zEZh {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSqcU3zEZh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSqcU3zEZh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSqcU3zEZh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSqcU3zEZh .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSqcU3zEZh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqcU3zEZh .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSqcU3zEZh .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #c1c1c1;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSqcU3zEZh .embla__button--next,
.cid-uSqcU3zEZh .embla__button--prev {
  display: flex;
}
.cid-uSqcU3zEZh .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSqcU3zEZh .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSqcU3zEZh .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSqcU3zEZh .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSqcU3zEZh .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSqcU3zEZh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqcU3zEZh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqcU3zEZh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqcU3zEZh .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqcU3zEZh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSqcU3zEZh .mbr-section-title {
  color: #272b2e;
}
.cid-uSqcU3zEZh .item-tag {
  color: #ffffff;
}
.cid-uSqcU3zEZh .item-name {
  color: #ffffff;
}
.cid-uSqcU3zEZh .item-name,
.cid-uSqcU3zEZh .item-wrap {
  color: #465052;
}
.cid-uSqcU3zEZh .item-tag,
.cid-uSqcU3zEZh .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSqcU3zEZh H4 {
  color: #267cb5;
}
.cid-uSqcU3zEZh .card-title {
  color: #267cb5;
}
.cid-uFGVh3XlD0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uFGVh3XlD0 H1 {
  color: #716c80;
}
.cid-uFGVh3XlD0 .mbr-text,
.cid-uFGVh3XlD0 .mbr-section-btn {
  color: #716c80;
}
.cid-uFGVh3XlD0 .img-box {
  position: relative;
}
.cid-uFGVh3XlD0 .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-uFGVh3XlD0 .card-ico .ico1 {
  background-color: #267cb5;
}
.cid-uFGVh3XlD0 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-uFGVh3XlD0 .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-uFGVh3XlD0 .img1 {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}
.cid-uFGVh3XlD0 .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-uFGVh3XlD0 img {
  width: 53%;
  border-radius: 1vmin;
  box-shadow: 0 10px 10px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-uFGVh3XlD0 .img-box {
    height: 500px;
  }
  .cid-uFGVh3XlD0 .img1 {
    left: 1rem;
  }
  .cid-uFGVh3XlD0 .img2 {
    right: 1rem;
  }
  .cid-uFGVh3XlD0 img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-uFGVh3XlD0 img {
    width: 60%;
  }
  .cid-uFGVh3XlD0 .img-box {
    height: 300px;
  }
  .cid-uFGVh3XlD0 .author-box {
    justify-content: center;
  }
  .cid-uFGVh3XlD0 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-uFGVh3XlD0 .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-uFGVh3XlD0 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-uFGVh3XlD0 .card-ico span {
    margin-right: 0rem;
  }
}
.cid-uFGVh3XlD0 .author-box {
  display: flex;
  flex-direction: row;
}
.cid-uFGVh3XlD0 .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-uFGVh3XlD0 .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-uFGVh3XlD0 h3,
.cid-uFGVh3XlD0 h4 {
  margin: 0;
  padding: 0;
}
.cid-uFGVh3XlD0 H3 {
  color: #57468b;
}
.cid-uFGVh3XlD0 H4 {
  color: #716c80;
}
.cid-uFGVh3XlD0 .card-title {
  color: #716c80;
}
.cid-uFGVh3XlD0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFGVh3XlD0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFGVh62PNM.popup-builder {
  background-color: #ffffff;
}
.cid-uFGVh62PNM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uFGVh62PNM.popup-builder .container {
  padding: 0;
}
.cid-uFGVh62PNM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uFGVh62PNM button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uFGVh62PNM .modal-content,
.cid-uFGVh62PNM .modal-dialog {
  height: auto;
}
.cid-uFGVh62PNM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uFGVh62PNM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uFGVh62PNM .form-wrapper .mbr-form .form-group,
  .cid-uFGVh62PNM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uFGVh62PNM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uFGVh62PNM .mbr-figure {
  border-radius: 0.5rem;
}
.cid-uFGVh62PNM .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uFGVh62PNM .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uFGVh62PNM .mbr-text {
  text-align: center;
}
.cid-uFGVh62PNM .pt-0 {
  padding-top: 0 !important;
}
.cid-uFGVh62PNM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uFGVh62PNM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uFGVh62PNM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uFGVh62PNM .modal-open {
  overflow: hidden;
}
.cid-uFGVh62PNM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uFGVh62PNM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uFGVh62PNM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uFGVh62PNM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uFGVh62PNM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uFGVh62PNM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uFGVh62PNM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uFGVh62PNM .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uFGVh62PNM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uFGVh62PNM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uFGVh62PNM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uFGVh62PNM .modal-backdrop.show {
  opacity: .5;
}
.cid-uFGVh62PNM .modal-header {
  border: none;
}
.cid-uFGVh62PNM .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uFGVh62PNM .modal-header .close svg {
  fill: #ffffff;
}
.cid-uFGVh62PNM .modal-header .close:hover {
  opacity: 1;
}
.cid-uFGVh62PNM .modal-header .close:focus {
  outline: none;
}
.cid-uFGVh62PNM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uFGVh62PNM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uFGVh62PNM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uFGVh62PNM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uFGVh62PNM .modal-footer {
    padding: 1rem;
  }
}
.cid-uFGVh62PNM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uFGVh62PNM .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uFGVh62PNM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uFGVh62PNM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uFGVh62PNM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uFGVh62PNM .modal-lg,
  .cid-uFGVh62PNM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uFGVh62PNM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uFGVh62PNM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uFGVh62PNM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uFGVh62PNM .form-group {
  margin-bottom: 1rem;
}
.cid-uFGVh62PNM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uFGVh62PNM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uFGVh62PNM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uFGVh62PNM .mbr-section-btn {
  margin: 0;
}
.cid-uFGVh62PNM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSqDLRxxIz.popup-builder {
  background-color: #ffffff;
}
.cid-uSqDLRxxIz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSqDLRxxIz.popup-builder .container {
  padding: 0;
}
.cid-uSqDLRxxIz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSqDLRxxIz button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSqDLRxxIz .modal-content,
.cid-uSqDLRxxIz .modal-dialog {
  height: auto;
}
.cid-uSqDLRxxIz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSqDLRxxIz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSqDLRxxIz .form-wrapper .mbr-form .form-group,
  .cid-uSqDLRxxIz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSqDLRxxIz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSqDLRxxIz .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSqDLRxxIz .mbr-text {
  text-align: center;
}
.cid-uSqDLRxxIz .pt-0 {
  padding-top: 0 !important;
}
.cid-uSqDLRxxIz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSqDLRxxIz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSqDLRxxIz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSqDLRxxIz .modal-open {
  overflow: hidden;
}
.cid-uSqDLRxxIz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSqDLRxxIz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSqDLRxxIz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSqDLRxxIz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSqDLRxxIz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSqDLRxxIz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSqDLRxxIz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSqDLRxxIz .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSqDLRxxIz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSqDLRxxIz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSqDLRxxIz .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSqDLRxxIz .modal-backdrop.show {
  opacity: .5;
}
.cid-uSqDLRxxIz .modal-header {
  border: none;
}
.cid-uSqDLRxxIz .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSqDLRxxIz .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSqDLRxxIz .modal-header .close:hover {
  opacity: 1;
}
.cid-uSqDLRxxIz .modal-header .close:focus {
  outline: none;
}
.cid-uSqDLRxxIz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSqDLRxxIz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSqDLRxxIz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSqDLRxxIz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSqDLRxxIz .modal-footer {
    padding: 1rem;
  }
}
.cid-uSqDLRxxIz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSqDLRxxIz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSqDLRxxIz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSqDLRxxIz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSqDLRxxIz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSqDLRxxIz .modal-lg,
  .cid-uSqDLRxxIz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSqDLRxxIz .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSqDLRxxIz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSqDLRxxIz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSqDLRxxIz .form-group {
  margin-bottom: 1rem;
}
.cid-uSqDLRxxIz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSqDLRxxIz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSqDLRxxIz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSqDLRxxIz .mbr-section-btn {
  margin: 0;
}
.cid-uSqDLRxxIz .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSqDLRxxIz .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSqDLRxxIz .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSqDLRxxIz .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSqDLRxxIz .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSqDLRxxIz .item-name,
.cid-uSqDLRxxIz .item-wrap {
  color: #716c80;
}
.cid-uSqDLRxxIz H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSqDLRxxIz .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSqDLRxxIz .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSqDLRxxIz #media1:checked ~ .main-media .media1,
.cid-uSqDLRxxIz #media2:checked ~ .main-media .media2,
.cid-uSqDLRxxIz #media3:checked ~ .main-media .media3,
.cid-uSqDLRxxIz #media4:checked ~ .main-media .media4 {
  display: block;
}
.cid-uSqDLRxxIz .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSqDLRxxIz .main-media .media {
  display: none;
}
.cid-uSqDLRxxIz .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSqDLRxxIz .media-thumbnails label {
  cursor: pointer;
}
.cid-uSqDLRxxIz .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uSqDLRxxIz .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSqDLRxxIz .main-media img,
.cid-uSqDLRxxIz .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uSBzBqs8bs.popup-builder {
  background-color: #ffffff;
}
.cid-uSBzBqs8bs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSBzBqs8bs.popup-builder .container {
  padding: 0;
}
.cid-uSBzBqs8bs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSBzBqs8bs button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSBzBqs8bs .modal-content,
.cid-uSBzBqs8bs .modal-dialog {
  height: auto;
}
.cid-uSBzBqs8bs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSBzBqs8bs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSBzBqs8bs .form-wrapper .mbr-form .form-group,
  .cid-uSBzBqs8bs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSBzBqs8bs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSBzBqs8bs .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSBzBqs8bs .mbr-text {
  text-align: center;
}
.cid-uSBzBqs8bs .pt-0 {
  padding-top: 0 !important;
}
.cid-uSBzBqs8bs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSBzBqs8bs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSBzBqs8bs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSBzBqs8bs .modal-open {
  overflow: hidden;
}
.cid-uSBzBqs8bs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSBzBqs8bs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSBzBqs8bs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSBzBqs8bs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSBzBqs8bs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSBzBqs8bs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSBzBqs8bs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSBzBqs8bs .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSBzBqs8bs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSBzBqs8bs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSBzBqs8bs .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSBzBqs8bs .modal-backdrop.show {
  opacity: .5;
}
.cid-uSBzBqs8bs .modal-header {
  border: none;
}
.cid-uSBzBqs8bs .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSBzBqs8bs .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSBzBqs8bs .modal-header .close:hover {
  opacity: 1;
}
.cid-uSBzBqs8bs .modal-header .close:focus {
  outline: none;
}
.cid-uSBzBqs8bs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSBzBqs8bs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSBzBqs8bs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSBzBqs8bs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSBzBqs8bs .modal-footer {
    padding: 1rem;
  }
}
.cid-uSBzBqs8bs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSBzBqs8bs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSBzBqs8bs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSBzBqs8bs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSBzBqs8bs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSBzBqs8bs .modal-lg,
  .cid-uSBzBqs8bs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSBzBqs8bs .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSBzBqs8bs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSBzBqs8bs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSBzBqs8bs .form-group {
  margin-bottom: 1rem;
}
.cid-uSBzBqs8bs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSBzBqs8bs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSBzBqs8bs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSBzBqs8bs .mbr-section-btn {
  margin: 0;
}
.cid-uSBzBqs8bs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSBzBqs8bs .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSBzBqs8bs .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSBzBqs8bs .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSBzBqs8bs .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSBzBqs8bs .item-name,
.cid-uSBzBqs8bs .item-wrap {
  color: #716c80;
}
.cid-uSBzBqs8bs H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSBzBqs8bs .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSBzBqs8bs .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSBzBqs8bs .main-media .media {
  display: none;
}
.cid-uSBzBqs8bs #media-01-1:checked ~ .main-media .media1,
.cid-uSBzBqs8bs #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSBzBqs8bs .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSBzBqs8bs .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSBzBqs8bs .media-thumbnails label {
  cursor: pointer;
}
.cid-uSBzBqs8bs .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uSBzBqs8bs .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSBzBqs8bs .main-media img,
.cid-uSBzBqs8bs .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
}
.cid-v0y0O1w7x3.popup-builder {
  background-color: #ffffff;
}
.cid-v0y0O1w7x3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0y0O1w7x3.popup-builder .container {
  padding: 0;
}
.cid-v0y0O1w7x3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0y0O1w7x3 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v0y0O1w7x3 .modal-content,
.cid-v0y0O1w7x3 .modal-dialog {
  height: auto;
}
.cid-v0y0O1w7x3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0y0O1w7x3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0y0O1w7x3 .form-wrapper .mbr-form .form-group,
  .cid-v0y0O1w7x3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0y0O1w7x3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0y0O1w7x3 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0y0O1w7x3 .mbr-text {
  text-align: center;
}
.cid-v0y0O1w7x3 .pt-0 {
  padding-top: 0 !important;
}
.cid-v0y0O1w7x3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0y0O1w7x3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0y0O1w7x3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0y0O1w7x3 .modal-open {
  overflow: hidden;
}
.cid-v0y0O1w7x3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0y0O1w7x3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0y0O1w7x3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0y0O1w7x3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0y0O1w7x3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0y0O1w7x3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0y0O1w7x3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0y0O1w7x3 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0y0O1w7x3 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0y0O1w7x3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0y0O1w7x3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0y0O1w7x3 .modal-backdrop.show {
  opacity: .5;
}
.cid-v0y0O1w7x3 .modal-header {
  border: none;
}
.cid-v0y0O1w7x3 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0y0O1w7x3 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v0y0O1w7x3 .modal-header .close:hover {
  opacity: 1;
}
.cid-v0y0O1w7x3 .modal-header .close:focus {
  outline: none;
}
.cid-v0y0O1w7x3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0y0O1w7x3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v0y0O1w7x3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0y0O1w7x3 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0y0O1w7x3 .modal-footer {
    padding: 1rem;
  }
}
.cid-v0y0O1w7x3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0y0O1w7x3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0y0O1w7x3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0y0O1w7x3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0y0O1w7x3 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0y0O1w7x3 .modal-lg,
  .cid-v0y0O1w7x3 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0y0O1w7x3 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0y0O1w7x3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0y0O1w7x3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0y0O1w7x3 .form-group {
  margin-bottom: 1rem;
}
.cid-v0y0O1w7x3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0y0O1w7x3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0y0O1w7x3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0y0O1w7x3 .mbr-section-btn {
  margin: 0;
}
.cid-v0y0O1w7x3 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0y0O1w7x3 .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v0y0O1w7x3 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v0y0O1w7x3 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v0y0O1w7x3 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v0y0O1w7x3 .item-name,
.cid-v0y0O1w7x3 .item-wrap {
  color: #716c80;
}
.cid-v0y0O1w7x3 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v0y0O1w7x3 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v0y0O1w7x3 .main-media {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  margin: 0 auto 1rem auto;
  background-color: #fff;
}
.cid-v0y0O1w7x3 .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v0y0O1w7x3 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v0y0O1w7x3 .main-media img,
.cid-v0y0O1w7x3 .main-media video {
  width: 100%;
  height: 100% !important;
  object-fit: scale-down;
  border-radius: 1rem;
}
.cid-v0y0O1w7x3 .media-thumbnails img {
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  width: 80px;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.cid-v0y0O1w7x3 .main-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cid-v0y0O1w7x3 .main-media .media.active {
  display: block;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhZLB1Yq7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhZLBMyVh {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhZLBMyVh {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhZLBMyVh {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhZLBMyVh {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhZLBMyVh .container {
    padding-top: 128px;
  }
  .cid-uMhZLBMyVh #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhZLBMyVh #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhZLBMyVh .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhZLBMyVh H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhZLBMyVh h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhZLBMyVh .mbr-text,
.cid-uMhZLBMyVh .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhZLBMyVh img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhZLBMyVh .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhZLBMyVh #F1:not(.selected):hover,
.cid-uMhZLBMyVh #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhZLBMyVh #F1,
.cid-uMhZLBMyVh #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhZLBMyVh .cls-0 {
  fill: #465052;
}
.cid-uMhZLBMyVh .cls-1 {
  fill: #d4d8de;
}
.cid-uMhZLBMyVh H3 {
  color: #716c80;
}
.cid-uMhZLBMyVh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZLBMyVh .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhZLBMyVh .mbr-text,
.cid-uMhZLBMyVh .mbr-section-btn P {
  text-align: left;
}
.cid-uMhZLBMyVh .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhZLBMyVh .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhZLBMyVh .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhZLBMyVh .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhZLBMyVh .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhZLBMyVh .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhZLBMyVh p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhZLBMyVh .dark {
  color: #465052;
}
.cid-uMhZLBMyVh span {
  margin: 0;
}
.cid-uMhZLBMyVh .cls-2 {
  fill: #444953;
}
.cid-uMhZLBMyVh .cls-3 {
  fill: #c9f352;
}
.cid-uMhZLBMyVh P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhZLBMyVh .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhZLBMyVh .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhZLBMyVh H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZLBMyVh #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhZLBMyVh #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhZLBMyVh .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhZLBMyVh img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhZLBMyVh #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhZLBMyVh #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhZLBMyVh #Bkarte,
  .cid-uMhZLBMyVh #Pkarte {
    border-radius: 0;
  }
  .cid-uMhZLBMyVh #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhZLBMyVh .svg,
  .cid-uMhZLBMyVh video {
    display: none;
  }
  .cid-uMhZLBMyVh .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhZLBMyVh .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhZLBMyVh img {
    margin-top: 0;
  }
  .cid-uMhZLBMyVh .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhZLCTXJX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZLCTXJX .item:focus,
.cid-uMhZLCTXJX span:focus {
  outline: none;
}
.cid-uMhZLCTXJX .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhZLCTXJX .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhZLCTXJX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhZLCTXJX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhZLCTXJX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhZLCTXJX .mbr-section-title {
  color: #232323;
}
.cid-uMhZLCTXJX .mbr-text,
.cid-uMhZLCTXJX .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhZLCTXJX .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhZLCTXJX .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURPo4WpGe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURPo4WpGe img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURPo4WpGe H1 {
  color: #57468b;
}
.cid-uURPo4WpGe .mbr-text,
.cid-uURPo4WpGe .mbr-section-btn {
  color: #716c80;
}
.cid-uURPo4WpGe H3 {
  color: #716c80;
}
.cid-uURPo4WpGe .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURPo4WpGe .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURPo4WpGe .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURPo4WpGe .link:hover {
  color: #232323 !important;
}
.cid-uURPo4WpGe .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURPo4WpGe DIV {
  color: #57468b;
}
.cid-uURPo4WpGe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURPo4WpGe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZLDNmMf {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZLDNmMf img,
.cid-uMhZLDNmMf .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhZLDNmMf .item:focus,
.cid-uMhZLDNmMf span:focus {
  outline: none;
}
.cid-uMhZLDNmMf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhZLDNmMf .item-wrapper {
  pointer-events: none;
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhZLDNmMf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhZLDNmMf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhZLDNmMf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhZLDNmMf .mbr-section-title {
  color: #232323;
}
.cid-uMhZLDNmMf .mbr-text,
.cid-uMhZLDNmMf .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhZLDNmMf .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhZLDNmMf .item-subtitle {
  text-align: center;
}
.cid-uMhZLI9W1P {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZLI9W1P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZLI9W1P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZLI9W1P .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhZLI9W1P .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZLI9W1P .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhZLI9W1P .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhZLI9W1P .btn:hover,
.cid-uMhZLI9W1P .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhZLI9W1P .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhZLI9W1P h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhZLIK95X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZLIK95X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZLIK95X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZLIK95X .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhZLIK95X .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZLIK95X .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhZLIK95X .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhZLIK95X .btn:hover,
.cid-uMhZLIK95X .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhZLIK95X .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSU83At7JE {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSU83At7JE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSU83At7JE .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSU83At7JE .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSU83At7JE .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSU83At7JE .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSU83At7JE .embla__slide .slide-content {
  width: 100%;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSU83At7JE .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSU83At7JE .embla__button--next,
.cid-uSU83At7JE .embla__button--prev {
  display: flex;
}
.cid-uSU83At7JE .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSU83At7JE .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSU83At7JE .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSU83At7JE .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSU83At7JE .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSU83At7JE .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSU83At7JE .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSU83At7JE .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSU83At7JE .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSU83At7JE .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSU83At7JE .mbr-section-title {
  color: #272b2e;
}
.cid-uSU83At7JE .item-tag {
  color: #ffffff;
}
.cid-uSU83At7JE .item-name {
  color: #ffffff;
}
.cid-uSU83At7JE .item-name,
.cid-uSU83At7JE .item-wrap {
  color: #465052;
}
.cid-uSU83At7JE .item-tag,
.cid-uSU83At7JE .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSU83At7JE H4 {
  color: #267cb5;
}
.cid-uSU83At7JE .card-title {
  color: #267cb5;
}
.cid-uMiArZ3fSB.popup-builder {
  background-color: #ffffff;
}
.cid-uMiArZ3fSB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMiArZ3fSB.popup-builder .container {
  padding: 0;
}
.cid-uMiArZ3fSB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMiArZ3fSB button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uMiArZ3fSB .modal-content,
.cid-uMiArZ3fSB .modal-dialog {
  height: auto;
}
.cid-uMiArZ3fSB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMiArZ3fSB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMiArZ3fSB .form-wrapper .mbr-form .form-group,
  .cid-uMiArZ3fSB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMiArZ3fSB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMiArZ3fSB .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMiArZ3fSB .mbr-text {
  text-align: center;
}
.cid-uMiArZ3fSB .pt-0 {
  padding-top: 0 !important;
}
.cid-uMiArZ3fSB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMiArZ3fSB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMiArZ3fSB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMiArZ3fSB .modal-open {
  overflow: hidden;
}
.cid-uMiArZ3fSB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMiArZ3fSB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMiArZ3fSB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMiArZ3fSB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMiArZ3fSB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMiArZ3fSB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMiArZ3fSB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMiArZ3fSB .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMiArZ3fSB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMiArZ3fSB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMiArZ3fSB .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMiArZ3fSB .modal-backdrop.show {
  opacity: .5;
}
.cid-uMiArZ3fSB .modal-header {
  border: none;
}
.cid-uMiArZ3fSB .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMiArZ3fSB .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMiArZ3fSB .modal-header .close:hover {
  opacity: 1;
}
.cid-uMiArZ3fSB .modal-header .close:focus {
  outline: none;
}
.cid-uMiArZ3fSB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMiArZ3fSB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uMiArZ3fSB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMiArZ3fSB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMiArZ3fSB .modal-footer {
    padding: 1rem;
  }
}
.cid-uMiArZ3fSB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMiArZ3fSB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMiArZ3fSB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMiArZ3fSB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMiArZ3fSB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMiArZ3fSB .modal-lg,
  .cid-uMiArZ3fSB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMiArZ3fSB .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMiArZ3fSB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMiArZ3fSB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMiArZ3fSB .form-group {
  margin-bottom: 1rem;
}
.cid-uMiArZ3fSB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMiArZ3fSB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMiArZ3fSB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMiArZ3fSB .mbr-section-btn {
  margin: 0;
}
.cid-uMiArZ3fSB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMiArZ3fSB .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSZKMTZOYL.popup-builder {
  background-color: #ffffff;
}
.cid-uSZKMTZOYL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZKMTZOYL.popup-builder .container {
  padding: 0;
}
.cid-uSZKMTZOYL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZKMTZOYL button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZKMTZOYL .modal-content,
.cid-uSZKMTZOYL .modal-dialog {
  height: auto;
}
.cid-uSZKMTZOYL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZKMTZOYL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZKMTZOYL .form-wrapper .mbr-form .form-group,
  .cid-uSZKMTZOYL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZKMTZOYL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZKMTZOYL .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZKMTZOYL .mbr-text {
  text-align: center;
}
.cid-uSZKMTZOYL .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZKMTZOYL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZKMTZOYL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZKMTZOYL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZKMTZOYL .modal-open {
  overflow: hidden;
}
.cid-uSZKMTZOYL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZKMTZOYL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZKMTZOYL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZKMTZOYL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZKMTZOYL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZKMTZOYL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZKMTZOYL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZKMTZOYL .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZKMTZOYL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZKMTZOYL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZKMTZOYL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZKMTZOYL .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZKMTZOYL .modal-header {
  border: none;
}
.cid-uSZKMTZOYL .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZKMTZOYL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZKMTZOYL .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZKMTZOYL .modal-header .close:focus {
  outline: none;
}
.cid-uSZKMTZOYL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZKMTZOYL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZKMTZOYL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZKMTZOYL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZKMTZOYL .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZKMTZOYL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZKMTZOYL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZKMTZOYL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZKMTZOYL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZKMTZOYL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZKMTZOYL .modal-lg,
  .cid-uSZKMTZOYL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZKMTZOYL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZKMTZOYL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZKMTZOYL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZKMTZOYL .form-group {
  margin-bottom: 1rem;
}
.cid-uSZKMTZOYL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZKMTZOYL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZKMTZOYL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZKMTZOYL .mbr-section-btn {
  margin: 0;
}
.cid-uSZKMTZOYL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZKMTZOYL .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSZKMTZOYL .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSZKMTZOYL .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSZKMTZOYL .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSZKMTZOYL .item-name,
.cid-uSZKMTZOYL .item-wrap {
  color: #716c80;
}
.cid-uSZKMTZOYL H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSZKMTZOYL .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSZKMTZOYL .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSZKMTZOYL .main-media .media {
  display: none;
}
.cid-uSZKMTZOYL #media-01-1:checked ~ .main-media .media1,
.cid-uSZKMTZOYL #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSZKMTZOYL .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSZKMTZOYL .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSZKMTZOYL .media-thumbnails label {
  cursor: pointer;
}
.cid-uSZKMTZOYL .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSZKMTZOYL .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSZKMTZOYL .main-media img,
.cid-uSZKMTZOYL .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhZmW55hD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhZmWHpw8 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhZmWHpw8 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhZmWHpw8 {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhZmWHpw8 {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhZmWHpw8 .container {
    padding-top: 128px;
  }
  .cid-uMhZmWHpw8 #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhZmWHpw8 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhZmWHpw8 .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhZmWHpw8 H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhZmWHpw8 h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhZmWHpw8 .mbr-text,
.cid-uMhZmWHpw8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhZmWHpw8 img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhZmWHpw8 .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhZmWHpw8 #F1:not(.selected):hover,
.cid-uMhZmWHpw8 #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhZmWHpw8 #F1,
.cid-uMhZmWHpw8 #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhZmWHpw8 .cls-0 {
  fill: #465052;
}
.cid-uMhZmWHpw8 .cls-1 {
  fill: #d4d8de;
}
.cid-uMhZmWHpw8 H3 {
  color: #716c80;
}
.cid-uMhZmWHpw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZmWHpw8 .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhZmWHpw8 .mbr-text,
.cid-uMhZmWHpw8 .mbr-section-btn P {
  text-align: left;
}
.cid-uMhZmWHpw8 .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhZmWHpw8 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhZmWHpw8 .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhZmWHpw8 .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhZmWHpw8 .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhZmWHpw8 .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhZmWHpw8 p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhZmWHpw8 .dark {
  color: #465052;
}
.cid-uMhZmWHpw8 span {
  margin: 0;
}
.cid-uMhZmWHpw8 .cls-2 {
  fill: #444953;
}
.cid-uMhZmWHpw8 .cls-3 {
  fill: #c9f352;
}
.cid-uMhZmWHpw8 P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhZmWHpw8 .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhZmWHpw8 .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhZmWHpw8 H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZmWHpw8 #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhZmWHpw8 #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhZmWHpw8 .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhZmWHpw8 img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhZmWHpw8 #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhZmWHpw8 #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhZmWHpw8 #Bkarte,
  .cid-uMhZmWHpw8 #Pkarte {
    border-radius: 0;
  }
  .cid-uMhZmWHpw8 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhZmWHpw8 .svg,
  .cid-uMhZmWHpw8 video {
    display: none;
  }
  .cid-uMhZmWHpw8 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhZmWHpw8 .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhZmWHpw8 img {
    margin-top: 0;
  }
  .cid-uMhZmWHpw8 .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhZmXF5PG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZmXF5PG .item:focus,
.cid-uMhZmXF5PG span:focus {
  outline: none;
}
.cid-uMhZmXF5PG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhZmXF5PG .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhZmXF5PG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhZmXF5PG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhZmXF5PG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhZmXF5PG .mbr-section-title {
  color: #232323;
}
.cid-uMhZmXF5PG .mbr-text,
.cid-uMhZmXF5PG .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhZmXF5PG .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhZmXF5PG .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURPbKjffa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURPbKjffa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURPbKjffa H1 {
  color: #57468b;
}
.cid-uURPbKjffa .mbr-text,
.cid-uURPbKjffa .mbr-section-btn {
  color: #716c80;
}
.cid-uURPbKjffa H3 {
  color: #716c80;
}
.cid-uURPbKjffa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURPbKjffa .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURPbKjffa .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURPbKjffa .link:hover {
  color: #232323 !important;
}
.cid-uURPbKjffa .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURPbKjffa DIV {
  color: #57468b;
}
.cid-uURPbKjffa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURPbKjffa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZmYt6nW {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZmYt6nW img,
.cid-uMhZmYt6nW .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhZmYt6nW .item:focus,
.cid-uMhZmYt6nW span:focus {
  outline: none;
}
.cid-uMhZmYt6nW .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhZmYt6nW .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhZmYt6nW .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhZmYt6nW .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhZmYt6nW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhZmYt6nW .mbr-section-title {
  color: #232323;
}
.cid-uMhZmYt6nW .mbr-text,
.cid-uMhZmYt6nW .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhZmYt6nW .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhZmYt6nW .item-subtitle {
  text-align: center;
}
.cid-uMhZn2MYe1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZn2MYe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZn2MYe1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZn2MYe1 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhZn2MYe1 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZn2MYe1 .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhZn2MYe1 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhZn2MYe1 .btn:hover,
.cid-uMhZn2MYe1 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhZn2MYe1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhZn2MYe1 h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G7uqxXT1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G7uqxXT1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G7uqxXT1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G7uqxXT1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G7uqxXT1 .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G7uqxXT1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G7uqxXT1 .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G7uqxXT1 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G7uqxXT1 .embla__button--next,
.cid-v1G7uqxXT1 .embla__button--prev {
  display: flex;
}
.cid-v1G7uqxXT1 .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G7uqxXT1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G7uqxXT1 .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G7uqxXT1 .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G7uqxXT1 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G7uqxXT1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G7uqxXT1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G7uqxXT1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G7uqxXT1 .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G7uqxXT1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G7uqxXT1 .mbr-section-title {
  color: #272b2e;
}
.cid-v1G7uqxXT1 .item-tag {
  color: #ffffff;
}
.cid-v1G7uqxXT1 .item-name {
  color: #ffffff;
}
.cid-v1G7uqxXT1 .item-name,
.cid-v1G7uqxXT1 .item-wrap {
  color: #716c80;
}
.cid-v1G7uqxXT1 .item-tag,
.cid-v1G7uqxXT1 .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G7uqxXT1 H4 {
  color: #267cb5;
}
.cid-v1G7uqxXT1 .card-title {
  color: #267cb5;
}
.cid-uMhZmZPZNs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZmZPZNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZmZPZNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZmZPZNs .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhZmZPZNs .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZmZPZNs .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhZmZPZNs .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhZmZPZNs .btn:hover,
.cid-uMhZmZPZNs .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhZmZPZNs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhZmZPZNs h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPJnRCCd4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPJnRCCd4 h4,
.cid-uTPJnRCCd4 h5,
.cid-uTPJnRCCd4 p {
  margin-bottom: 0;
}
.cid-uTPJnRCCd4 p {
  color: #767676;
}
.cid-uTPJnRCCd4 .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPJnRCCd4 .card .card-title {
  position: relative;
}
.cid-uTPJnRCCd4 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPJnRCCd4 .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPJnRCCd4 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPJnRCCd4 .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJnRCCd4 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPJnRCCd4 img {
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
}
.cid-uTPJnRCCd4 .card-title,
.cid-uTPJnRCCd4 .main-title {
  color: #57468b;
}
.cid-uTPJnRCCd4 .card-img {
  border-radius: 1vmin;
  width: auto;
}
.cid-uTPJnRCCd4 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPJnRCCd4 .mbr-text {
  text-align: left;
}
.cid-uTPJnRCCd4 iframe {
  width: 100%;
  border: none;
}
.cid-uTPJnRCCd4 .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJnRCCd4 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJnRCCd4 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPJnRCCd4 .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJnRCCd4 .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPJnRCCd4 .embla__container {
  padding-left: 0!important;
}
.cid-uTPJnRCCd4 .col-12 {
  padding-left: 0!important;
}
.cid-v1G7pVCOly {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G7pVCOly .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G7pVCOly .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G7pVCOly .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G7pVCOly .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G7pVCOly .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G7pVCOly .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G7pVCOly .btn:hover,
.cid-v1G7pVCOly .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G7pVCOly .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G7pVCOly h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhZn3mekC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhZn3mekC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhZn3mekC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhZn3mekC .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhZn3mekC .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhZn3mekC .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhZn3mekC .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhZn3mekC .btn:hover,
.cid-uMhZn3mekC .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhZn3mekC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSZGlB3nxZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSZGlB3nxZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZGlB3nxZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSZGlB3nxZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSZGlB3nxZ .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSZGlB3nxZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSZGlB3nxZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSZGlB3nxZ .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSZGlB3nxZ .embla__button--next,
.cid-uSZGlB3nxZ .embla__button--prev {
  display: flex;
}
.cid-uSZGlB3nxZ .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZGlB3nxZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSZGlB3nxZ .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSZGlB3nxZ .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSZGlB3nxZ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSZGlB3nxZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSZGlB3nxZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZGlB3nxZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZGlB3nxZ .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZGlB3nxZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZGlB3nxZ .mbr-section-title {
  color: #272b2e;
}
.cid-uSZGlB3nxZ .item-tag {
  color: #ffffff;
}
.cid-uSZGlB3nxZ .item-name {
  color: #ffffff;
}
.cid-uSZGlB3nxZ .item-name,
.cid-uSZGlB3nxZ .item-wrap {
  color: #465052;
}
.cid-uSZGlB3nxZ .item-tag,
.cid-uSZGlB3nxZ .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSZGlB3nxZ H4 {
  color: #267cb5;
}
.cid-uSZGlB3nxZ .card-title {
  color: #267cb5;
}
.cid-uPT3Gq0zuU.popup-builder {
  background-color: #ffffff;
}
.cid-uPT3Gq0zuU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT3Gq0zuU.popup-builder .container {
  padding: 0;
}
.cid-uPT3Gq0zuU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT3Gq0zuU button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT3Gq0zuU .modal-content,
.cid-uPT3Gq0zuU .modal-dialog {
  height: auto;
}
.cid-uPT3Gq0zuU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT3Gq0zuU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT3Gq0zuU .form-wrapper .mbr-form .form-group,
  .cid-uPT3Gq0zuU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT3Gq0zuU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT3Gq0zuU .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT3Gq0zuU .mbr-text {
  text-align: center;
}
.cid-uPT3Gq0zuU .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT3Gq0zuU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT3Gq0zuU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT3Gq0zuU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT3Gq0zuU .modal-open {
  overflow: hidden;
}
.cid-uPT3Gq0zuU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT3Gq0zuU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT3Gq0zuU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT3Gq0zuU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT3Gq0zuU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT3Gq0zuU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT3Gq0zuU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT3Gq0zuU .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT3Gq0zuU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT3Gq0zuU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT3Gq0zuU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT3Gq0zuU .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT3Gq0zuU .modal-header {
  border: none;
}
.cid-uPT3Gq0zuU .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT3Gq0zuU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT3Gq0zuU .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT3Gq0zuU .modal-header .close:focus {
  outline: none;
}
.cid-uPT3Gq0zuU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT3Gq0zuU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT3Gq0zuU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT3Gq0zuU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT3Gq0zuU .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT3Gq0zuU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT3Gq0zuU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT3Gq0zuU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT3Gq0zuU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT3Gq0zuU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT3Gq0zuU .modal-lg,
  .cid-uPT3Gq0zuU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT3Gq0zuU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT3Gq0zuU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT3Gq0zuU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT3Gq0zuU .form-group {
  margin-bottom: 1rem;
}
.cid-uPT3Gq0zuU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT3Gq0zuU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT3Gq0zuU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT3Gq0zuU .mbr-section-btn {
  margin: 0;
}
.cid-uPT3Gq0zuU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT3Gq0zuU .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSZHtyst3J.popup-builder {
  background-color: #ffffff;
}
.cid-uSZHtyst3J.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZHtyst3J.popup-builder .container {
  padding: 0;
}
.cid-uSZHtyst3J.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZHtyst3J button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZHtyst3J .modal-content,
.cid-uSZHtyst3J .modal-dialog {
  height: auto;
}
.cid-uSZHtyst3J .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZHtyst3J .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZHtyst3J .form-wrapper .mbr-form .form-group,
  .cid-uSZHtyst3J .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZHtyst3J .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZHtyst3J .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZHtyst3J .mbr-text {
  text-align: center;
}
.cid-uSZHtyst3J .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZHtyst3J .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZHtyst3J .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZHtyst3J .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZHtyst3J .modal-open {
  overflow: hidden;
}
.cid-uSZHtyst3J .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZHtyst3J .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZHtyst3J .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZHtyst3J .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZHtyst3J .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZHtyst3J .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZHtyst3J .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZHtyst3J .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZHtyst3J .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZHtyst3J .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZHtyst3J .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZHtyst3J .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZHtyst3J .modal-header {
  border: none;
}
.cid-uSZHtyst3J .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZHtyst3J .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZHtyst3J .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZHtyst3J .modal-header .close:focus {
  outline: none;
}
.cid-uSZHtyst3J .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZHtyst3J .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZHtyst3J .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZHtyst3J .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZHtyst3J .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZHtyst3J .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZHtyst3J .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZHtyst3J .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZHtyst3J .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZHtyst3J .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZHtyst3J .modal-lg,
  .cid-uSZHtyst3J .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZHtyst3J .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZHtyst3J .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZHtyst3J .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZHtyst3J .form-group {
  margin-bottom: 1rem;
}
.cid-uSZHtyst3J .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZHtyst3J .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZHtyst3J .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZHtyst3J .mbr-section-btn {
  margin: 0;
}
.cid-uSZHtyst3J .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZHtyst3J .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSZHtyst3J .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSZHtyst3J .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSZHtyst3J .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSZHtyst3J .item-name,
.cid-uSZHtyst3J .item-wrap {
  color: #716c80;
}
.cid-uSZHtyst3J H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSZHtyst3J .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSZHtyst3J .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSZHtyst3J .main-media .media {
  display: none;
}
.cid-uSZHtyst3J #media-01-1:checked ~ .main-media .media1,
.cid-uSZHtyst3J #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSZHtyst3J .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSZHtyst3J .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSZHtyst3J .media-thumbnails label {
  cursor: pointer;
}
.cid-uSZHtyst3J .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSZHtyst3J .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSZHtyst3J .main-media img,
.cid-uSZHtyst3J .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhYO3xoKU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhYO4agTG {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhYO4agTG {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhYO4agTG {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhYO4agTG {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhYO4agTG .container {
    padding-top: 128px;
  }
  .cid-uMhYO4agTG #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhYO4agTG #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhYO4agTG .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhYO4agTG H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhYO4agTG h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhYO4agTG .mbr-text,
.cid-uMhYO4agTG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhYO4agTG img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhYO4agTG .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhYO4agTG #F1:not(.selected):hover,
.cid-uMhYO4agTG #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhYO4agTG #F1,
.cid-uMhYO4agTG #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhYO4agTG .cls-0 {
  fill: #465052;
}
.cid-uMhYO4agTG .cls-1 {
  fill: #d4d8de;
}
.cid-uMhYO4agTG H3 {
  color: #716c80;
}
.cid-uMhYO4agTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhYO4agTG .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhYO4agTG .mbr-text,
.cid-uMhYO4agTG .mbr-section-btn P {
  text-align: left;
}
.cid-uMhYO4agTG .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhYO4agTG .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhYO4agTG .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhYO4agTG .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhYO4agTG .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhYO4agTG .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhYO4agTG p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhYO4agTG .dark {
  color: #465052;
}
.cid-uMhYO4agTG span {
  margin: 0;
}
.cid-uMhYO4agTG .cls-2 {
  fill: #444953;
}
.cid-uMhYO4agTG .cls-3 {
  fill: #c9f352;
}
.cid-uMhYO4agTG P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhYO4agTG .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhYO4agTG .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhYO4agTG H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhYO4agTG #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhYO4agTG #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhYO4agTG .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhYO4agTG img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhYO4agTG #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhYO4agTG #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhYO4agTG #Bkarte,
  .cid-uMhYO4agTG #Pkarte {
    border-radius: 0;
  }
  .cid-uMhYO4agTG #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhYO4agTG .svg,
  .cid-uMhYO4agTG video {
    display: none;
  }
  .cid-uMhYO4agTG .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhYO4agTG .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhYO4agTG img {
    margin-top: 0;
  }
  .cid-uMhYO4agTG .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhYO5d4pK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhYO5d4pK .item:focus,
.cid-uMhYO5d4pK span:focus {
  outline: none;
}
.cid-uMhYO5d4pK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhYO5d4pK .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhYO5d4pK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhYO5d4pK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhYO5d4pK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhYO5d4pK .mbr-section-title {
  color: #232323;
}
.cid-uMhYO5d4pK .mbr-text,
.cid-uMhYO5d4pK .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhYO5d4pK .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhYO5d4pK .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uUROYHtmBN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUROYHtmBN img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uUROYHtmBN H1 {
  color: #57468b;
}
.cid-uUROYHtmBN .mbr-text,
.cid-uUROYHtmBN .mbr-section-btn {
  color: #716c80;
}
.cid-uUROYHtmBN H3 {
  color: #716c80;
}
.cid-uUROYHtmBN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uUROYHtmBN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uUROYHtmBN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uUROYHtmBN .link:hover {
  color: #232323 !important;
}
.cid-uUROYHtmBN .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uUROYHtmBN DIV {
  color: #57468b;
}
.cid-uUROYHtmBN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUROYHtmBN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhYO63zff {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhYO63zff img,
.cid-uMhYO63zff .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhYO63zff .item:focus,
.cid-uMhYO63zff span:focus {
  outline: none;
}
.cid-uMhYO63zff .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhYO63zff .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhYO63zff .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhYO63zff .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhYO63zff .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhYO63zff .mbr-section-title {
  color: #232323;
}
.cid-uMhYO63zff .mbr-text,
.cid-uMhYO63zff .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhYO63zff .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhYO63zff .item-subtitle {
  text-align: center;
}
.cid-uMhYO7hG8U {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhYO7hG8U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhYO7hG8U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhYO7hG8U .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhYO7hG8U .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhYO7hG8U .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhYO7hG8U .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhYO7hG8U .btn:hover,
.cid-uMhYO7hG8U .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhYO7hG8U .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhYO7hG8U h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G6Zd884U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G6Zd884U .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G6Zd884U .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G6Zd884U .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G6Zd884U .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G6Zd884U .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G6Zd884U .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G6Zd884U .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G6Zd884U .embla__button--next,
.cid-v1G6Zd884U .embla__button--prev {
  display: flex;
}
.cid-v1G6Zd884U .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G6Zd884U .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G6Zd884U .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G6Zd884U .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G6Zd884U .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G6Zd884U .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G6Zd884U .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G6Zd884U .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G6Zd884U .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G6Zd884U .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G6Zd884U .mbr-section-title {
  color: #272b2e;
}
.cid-v1G6Zd884U .item-tag {
  color: #ffffff;
}
.cid-v1G6Zd884U .item-name {
  color: #ffffff;
}
.cid-v1G6Zd884U .item-name,
.cid-v1G6Zd884U .item-wrap {
  color: #716c80;
}
.cid-v1G6Zd884U .item-tag,
.cid-v1G6Zd884U .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G6Zd884U H4 {
  color: #267cb5;
}
.cid-v1G6Zd884U .card-title {
  color: #267cb5;
}
.cid-v1G6TfVXku {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G6TfVXku .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G6TfVXku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G6TfVXku .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G6TfVXku .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G6TfVXku .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G6TfVXku .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G6TfVXku .btn:hover,
.cid-v1G6TfVXku .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G6TfVXku .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G6TfVXku h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPJf8OH9T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPJf8OH9T h4,
.cid-uTPJf8OH9T h5,
.cid-uTPJf8OH9T p {
  margin-bottom: 0;
}
.cid-uTPJf8OH9T p {
  color: #767676;
}
.cid-uTPJf8OH9T .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPJf8OH9T .card .card-title {
  position: relative;
}
.cid-uTPJf8OH9T .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPJf8OH9T .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPJf8OH9T .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPJf8OH9T .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJf8OH9T .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPJf8OH9T img {
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
}
.cid-uTPJf8OH9T .card-title,
.cid-uTPJf8OH9T .main-title {
  color: #57468b;
}
.cid-uTPJf8OH9T .card-img {
  border-radius: 1vmin;
  width: auto;
}
.cid-uTPJf8OH9T .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPJf8OH9T .mbr-text {
  text-align: left;
}
.cid-uTPJf8OH9T iframe {
  width: 100%;
  border: none;
}
.cid-uTPJf8OH9T .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJf8OH9T .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJf8OH9T .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPJf8OH9T .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJf8OH9T .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPJf8OH9T .embla__container {
  padding-left: 0!important;
}
.cid-uTPJf8OH9T .col-12 {
  padding-left: 0!important;
}
.cid-uMhYOaf8xY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhYOaf8xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhYOaf8xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhYOaf8xY .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhYOaf8xY .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhYOaf8xY .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhYOaf8xY .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhYOaf8xY .btn:hover,
.cid-uMhYOaf8xY .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhYOaf8xY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhYOaf8xY h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhYOaREhG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhYOaREhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhYOaREhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhYOaREhG .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhYOaREhG .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhYOaREhG .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhYOaREhG .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhYOaREhG .btn:hover,
.cid-uMhYOaREhG .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhYOaREhG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSZHPMTuYb {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSZHPMTuYb .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZHPMTuYb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSZHPMTuYb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSZHPMTuYb .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSZHPMTuYb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSZHPMTuYb .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSZHPMTuYb .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSZHPMTuYb .embla__button--next,
.cid-uSZHPMTuYb .embla__button--prev {
  display: flex;
}
.cid-uSZHPMTuYb .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZHPMTuYb .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSZHPMTuYb .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSZHPMTuYb .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSZHPMTuYb .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSZHPMTuYb .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSZHPMTuYb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZHPMTuYb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZHPMTuYb .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZHPMTuYb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZHPMTuYb .mbr-section-title {
  color: #272b2e;
}
.cid-uSZHPMTuYb .item-tag {
  color: #ffffff;
}
.cid-uSZHPMTuYb .item-name {
  color: #ffffff;
}
.cid-uSZHPMTuYb .item-name,
.cid-uSZHPMTuYb .item-wrap {
  color: #465052;
}
.cid-uSZHPMTuYb .item-tag,
.cid-uSZHPMTuYb .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSZHPMTuYb H4 {
  color: #267cb5;
}
.cid-uSZHPMTuYb .card-title {
  color: #267cb5;
}
.cid-uSZJQnccQm.popup-builder {
  background-color: #ffffff;
}
.cid-uSZJQnccQm.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZJQnccQm.popup-builder .container {
  padding: 0;
}
.cid-uSZJQnccQm.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZJQnccQm button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZJQnccQm .modal-content,
.cid-uSZJQnccQm .modal-dialog {
  height: auto;
}
.cid-uSZJQnccQm .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZJQnccQm .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZJQnccQm .form-wrapper .mbr-form .form-group,
  .cid-uSZJQnccQm .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZJQnccQm .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZJQnccQm .mbr-figure {
  border-radius: 1rem;
}
.cid-uSZJQnccQm .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZJQnccQm .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSZJQnccQm .mbr-text {
  text-align: center;
}
.cid-uSZJQnccQm .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZJQnccQm .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZJQnccQm .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZJQnccQm .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZJQnccQm .modal-open {
  overflow: hidden;
}
.cid-uSZJQnccQm .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZJQnccQm .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZJQnccQm .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZJQnccQm .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZJQnccQm .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZJQnccQm .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZJQnccQm .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZJQnccQm .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZJQnccQm .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZJQnccQm .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZJQnccQm .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZJQnccQm .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZJQnccQm .modal-header {
  border: none;
}
.cid-uSZJQnccQm .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZJQnccQm .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZJQnccQm .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZJQnccQm .modal-header .close:focus {
  outline: none;
}
.cid-uSZJQnccQm .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZJQnccQm .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZJQnccQm .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZJQnccQm .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZJQnccQm .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZJQnccQm .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZJQnccQm .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uSZJQnccQm .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZJQnccQm .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZJQnccQm .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZJQnccQm .modal-lg,
  .cid-uSZJQnccQm .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZJQnccQm .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZJQnccQm .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZJQnccQm .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZJQnccQm .form-group {
  margin-bottom: 1rem;
}
.cid-uSZJQnccQm .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZJQnccQm .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZJQnccQm .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZJQnccQm .mbr-section-btn {
  margin: 0;
}
.cid-uSZJQnccQm .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZHUH90n4.popup-builder {
  background-color: #ffffff;
}
.cid-uSZHUH90n4.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZHUH90n4.popup-builder .container {
  padding: 0;
}
.cid-uSZHUH90n4.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZHUH90n4 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZHUH90n4 .modal-content,
.cid-uSZHUH90n4 .modal-dialog {
  height: auto;
}
.cid-uSZHUH90n4 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZHUH90n4 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZHUH90n4 .form-wrapper .mbr-form .form-group,
  .cid-uSZHUH90n4 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZHUH90n4 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZHUH90n4 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZHUH90n4 .mbr-text {
  text-align: center;
}
.cid-uSZHUH90n4 .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZHUH90n4 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZHUH90n4 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZHUH90n4 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZHUH90n4 .modal-open {
  overflow: hidden;
}
.cid-uSZHUH90n4 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZHUH90n4 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZHUH90n4 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZHUH90n4 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZHUH90n4 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZHUH90n4 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZHUH90n4 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZHUH90n4 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZHUH90n4 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZHUH90n4 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZHUH90n4 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZHUH90n4 .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZHUH90n4 .modal-header {
  border: none;
}
.cid-uSZHUH90n4 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZHUH90n4 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZHUH90n4 .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZHUH90n4 .modal-header .close:focus {
  outline: none;
}
.cid-uSZHUH90n4 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZHUH90n4 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZHUH90n4 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZHUH90n4 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZHUH90n4 .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZHUH90n4 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZHUH90n4 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZHUH90n4 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZHUH90n4 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZHUH90n4 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZHUH90n4 .modal-lg,
  .cid-uSZHUH90n4 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZHUH90n4 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZHUH90n4 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZHUH90n4 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZHUH90n4 .form-group {
  margin-bottom: 1rem;
}
.cid-uSZHUH90n4 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZHUH90n4 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZHUH90n4 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZHUH90n4 .mbr-section-btn {
  margin: 0;
}
.cid-uSZHUH90n4 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZHUH90n4 .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSZHUH90n4 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSZHUH90n4 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSZHUH90n4 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSZHUH90n4 .item-name,
.cid-uSZHUH90n4 .item-wrap {
  color: #716c80;
}
.cid-uSZHUH90n4 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSZHUH90n4 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSZHUH90n4 .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSZHUH90n4 .main-media .media {
  display: none;
}
.cid-uSZHUH90n4 #media-01-1:checked ~ .main-media .media1,
.cid-uSZHUH90n4 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSZHUH90n4 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSZHUH90n4 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSZHUH90n4 .media-thumbnails label {
  cursor: pointer;
}
.cid-uSZHUH90n4 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSZHUH90n4 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSZHUH90n4 .main-media img,
.cid-uSZHUH90n4 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhV2JvqOf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhV2K6Wug {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhV2K6Wug {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhV2K6Wug {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhV2K6Wug {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhV2K6Wug .container {
    padding-top: 128px;
  }
  .cid-uMhV2K6Wug #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhV2K6Wug #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhV2K6Wug .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhV2K6Wug H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhV2K6Wug h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhV2K6Wug .mbr-text,
.cid-uMhV2K6Wug .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhV2K6Wug img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhV2K6Wug .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhV2K6Wug #F1:not(.selected):hover,
.cid-uMhV2K6Wug #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhV2K6Wug #F1,
.cid-uMhV2K6Wug #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhV2K6Wug .cls-0 {
  fill: #465052;
}
.cid-uMhV2K6Wug .cls-1 {
  fill: #d4d8de;
}
.cid-uMhV2K6Wug H3 {
  color: #716c80;
}
.cid-uMhV2K6Wug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhV2K6Wug .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhV2K6Wug .mbr-text,
.cid-uMhV2K6Wug .mbr-section-btn P {
  text-align: left;
}
.cid-uMhV2K6Wug .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhV2K6Wug .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhV2K6Wug .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhV2K6Wug .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhV2K6Wug .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhV2K6Wug .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhV2K6Wug p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhV2K6Wug .dark {
  color: #465052;
}
.cid-uMhV2K6Wug span {
  margin: 0;
}
.cid-uMhV2K6Wug .cls-2 {
  fill: #444953;
}
.cid-uMhV2K6Wug .cls-3 {
  fill: #c9f352;
}
.cid-uMhV2K6Wug P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhV2K6Wug .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhV2K6Wug .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhV2K6Wug H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhV2K6Wug #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhV2K6Wug #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhV2K6Wug .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhV2K6Wug img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhV2K6Wug #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhV2K6Wug #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhV2K6Wug #Bkarte,
  .cid-uMhV2K6Wug #Pkarte {
    border-radius: 0;
  }
  .cid-uMhV2K6Wug #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhV2K6Wug .svg,
  .cid-uMhV2K6Wug video {
    display: none;
  }
  .cid-uMhV2K6Wug .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhV2K6Wug .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhV2K6Wug img {
    margin-top: 0;
  }
  .cid-uMhV2K6Wug .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhV2LaWXZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhV2LaWXZ .item:focus,
.cid-uMhV2LaWXZ span:focus {
  outline: none;
}
.cid-uMhV2LaWXZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhV2LaWXZ .item-wrapper {
  position: relative;
  border-radius: 2vmin;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhV2LaWXZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhV2LaWXZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhV2LaWXZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhV2LaWXZ .mbr-section-title {
  color: #232323;
}
.cid-uMhV2LaWXZ .mbr-text,
.cid-uMhV2LaWXZ .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhV2LaWXZ .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhV2LaWXZ .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uUROdtV3zX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUROdtV3zX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uUROdtV3zX H1 {
  color: #57468b;
}
.cid-uUROdtV3zX .mbr-text,
.cid-uUROdtV3zX .mbr-section-btn {
  color: #716c80;
}
.cid-uUROdtV3zX H3 {
  color: #716c80;
}
.cid-uUROdtV3zX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uUROdtV3zX .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uUROdtV3zX .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uUROdtV3zX .link:hover {
  color: #232323 !important;
}
.cid-uUROdtV3zX .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uUROdtV3zX DIV {
  color: #57468b;
}
.cid-uUROdtV3zX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUROdtV3zX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhV2M3N6s {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhV2M3N6s img,
.cid-uMhV2M3N6s .item-img {
  width: 100%;
  border-top-left-radius: 2vmin;
  border-top-right-radius: 2vmin;
}
.cid-uMhV2M3N6s .item:focus,
.cid-uMhV2M3N6s span:focus {
  outline: none;
}
.cid-uMhV2M3N6s .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhV2M3N6s .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 2vmin;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhV2M3N6s .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhV2M3N6s .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhV2M3N6s .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhV2M3N6s .mbr-section-title {
  color: #232323;
}
.cid-uMhV2M3N6s .mbr-text,
.cid-uMhV2M3N6s .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhV2M3N6s .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhV2M3N6s .item-subtitle {
  text-align: center;
}
.cid-uMhV2QpPXL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhV2QpPXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhV2QpPXL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhV2QpPXL .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhV2QpPXL .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhV2QpPXL .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhV2QpPXL .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhV2QpPXL .btn:hover,
.cid-uMhV2QpPXL .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhV2QpPXL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhV2QpPXL h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G61P4kwt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G61P4kwt .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G61P4kwt .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G61P4kwt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G61P4kwt .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G61P4kwt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G61P4kwt .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G61P4kwt .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G61P4kwt .embla__button--next,
.cid-v1G61P4kwt .embla__button--prev {
  display: flex;
}
.cid-v1G61P4kwt .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G61P4kwt .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G61P4kwt .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G61P4kwt .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G61P4kwt .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G61P4kwt .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G61P4kwt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G61P4kwt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G61P4kwt .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G61P4kwt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G61P4kwt .mbr-section-title {
  color: #272b2e;
}
.cid-v1G61P4kwt .item-tag {
  color: #ffffff;
}
.cid-v1G61P4kwt .item-name {
  color: #ffffff;
}
.cid-v1G61P4kwt .item-name,
.cid-v1G61P4kwt .item-wrap {
  color: #716c80;
}
.cid-v1G61P4kwt .item-tag,
.cid-v1G61P4kwt .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G61P4kwt H4 {
  color: #267cb5;
}
.cid-v1G61P4kwt .card-title {
  color: #267cb5;
}
.cid-uMhV2NsEOF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhV2NsEOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhV2NsEOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhV2NsEOF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhV2NsEOF .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhV2NsEOF .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhV2NsEOF .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhV2NsEOF .btn:hover,
.cid-uMhV2NsEOF .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhV2NsEOF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhV2NsEOF h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPIKQ7aQ5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPIKQ7aQ5 h4,
.cid-uTPIKQ7aQ5 h5,
.cid-uTPIKQ7aQ5 p {
  margin-bottom: 0;
}
.cid-uTPIKQ7aQ5 p {
  color: #767676;
}
.cid-uTPIKQ7aQ5 .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPIKQ7aQ5 .card .card-title {
  position: relative;
}
.cid-uTPIKQ7aQ5 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPIKQ7aQ5 .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPIKQ7aQ5 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPIKQ7aQ5 .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIKQ7aQ5 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPIKQ7aQ5 img {
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
}
.cid-uTPIKQ7aQ5 .card-title,
.cid-uTPIKQ7aQ5 .main-title {
  color: #57468b;
}
.cid-uTPIKQ7aQ5 .card-img {
  border-radius: 1vmin;
  width: auto;
}
.cid-uTPIKQ7aQ5 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPIKQ7aQ5 .mbr-text {
  text-align: left;
}
.cid-uTPIKQ7aQ5 iframe {
  width: 100%;
  border: none;
}
.cid-uTPIKQ7aQ5 .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIKQ7aQ5 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIKQ7aQ5 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPIKQ7aQ5 .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIKQ7aQ5 .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPIKQ7aQ5 .embla__container {
  padding-left: 0!important;
}
.cid-uTPIKQ7aQ5 .col-12 {
  padding-left: 0!important;
}
.cid-v1G5ZTMSri {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G5ZTMSri .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G5ZTMSri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G5ZTMSri .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G5ZTMSri .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G5ZTMSri .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G5ZTMSri .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G5ZTMSri .btn:hover,
.cid-v1G5ZTMSri .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G5ZTMSri .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G5ZTMSri h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhV2RaSXX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhV2RaSXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhV2RaSXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhV2RaSXX .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhV2RaSXX .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhV2RaSXX .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhV2RaSXX .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhV2RaSXX .btn:hover,
.cid-uMhV2RaSXX .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhV2RaSXX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSZgwtqkpz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSZgwtqkpz .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZgwtqkpz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSZgwtqkpz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSZgwtqkpz .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSZgwtqkpz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSZgwtqkpz .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSZgwtqkpz .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSZgwtqkpz .embla__button--next,
.cid-uSZgwtqkpz .embla__button--prev {
  display: flex;
}
.cid-uSZgwtqkpz .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZgwtqkpz .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSZgwtqkpz .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSZgwtqkpz .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSZgwtqkpz .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSZgwtqkpz .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSZgwtqkpz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZgwtqkpz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZgwtqkpz .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZgwtqkpz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZgwtqkpz .mbr-section-title {
  color: #272b2e;
}
.cid-uSZgwtqkpz .item-tag {
  color: #ffffff;
}
.cid-uSZgwtqkpz .item-name {
  color: #ffffff;
}
.cid-uSZgwtqkpz .item-name,
.cid-uSZgwtqkpz .item-wrap {
  color: #465052;
}
.cid-uSZgwtqkpz .item-tag,
.cid-uSZgwtqkpz .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSZgwtqkpz H4 {
  color: #267cb5;
}
.cid-uSZgwtqkpz .card-title {
  color: #267cb5;
}
.cid-uPSYOya63i.popup-builder {
  background-color: #ffffff;
}
.cid-uPSYOya63i.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPSYOya63i.popup-builder .container {
  padding: 0;
}
.cid-uPSYOya63i.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPSYOya63i button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPSYOya63i .modal-content,
.cid-uPSYOya63i .modal-dialog {
  height: auto;
}
.cid-uPSYOya63i .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPSYOya63i .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPSYOya63i .form-wrapper .mbr-form .form-group,
  .cid-uPSYOya63i .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPSYOya63i .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPSYOya63i .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPSYOya63i .mbr-text {
  text-align: center;
}
.cid-uPSYOya63i .pt-0 {
  padding-top: 0 !important;
}
.cid-uPSYOya63i .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPSYOya63i .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPSYOya63i .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPSYOya63i .modal-open {
  overflow: hidden;
}
.cid-uPSYOya63i .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPSYOya63i .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPSYOya63i .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPSYOya63i .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPSYOya63i .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPSYOya63i .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPSYOya63i .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPSYOya63i .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPSYOya63i .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPSYOya63i .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPSYOya63i .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPSYOya63i .modal-backdrop.show {
  opacity: .5;
}
.cid-uPSYOya63i .modal-header {
  border: none;
}
.cid-uPSYOya63i .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPSYOya63i .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPSYOya63i .modal-header .close:hover {
  opacity: 1;
}
.cid-uPSYOya63i .modal-header .close:focus {
  outline: none;
}
.cid-uPSYOya63i .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPSYOya63i .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPSYOya63i .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPSYOya63i .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPSYOya63i .modal-footer {
    padding: 1rem;
  }
}
.cid-uPSYOya63i .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPSYOya63i .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPSYOya63i .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPSYOya63i .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPSYOya63i .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPSYOya63i .modal-lg,
  .cid-uPSYOya63i .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPSYOya63i .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPSYOya63i .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPSYOya63i .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPSYOya63i .form-group {
  margin-bottom: 1rem;
}
.cid-uPSYOya63i .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPSYOya63i .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPSYOya63i .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPSYOya63i .mbr-section-btn {
  margin: 0;
}
.cid-uPSYOya63i .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPSYOya63i .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSZiZh9Ywl.popup-builder {
  background-color: #ffffff;
}
.cid-uSZiZh9Ywl.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZiZh9Ywl.popup-builder .container {
  padding: 0;
}
.cid-uSZiZh9Ywl.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZiZh9Ywl button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZiZh9Ywl .modal-content,
.cid-uSZiZh9Ywl .modal-dialog {
  height: auto;
}
.cid-uSZiZh9Ywl .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZiZh9Ywl .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZiZh9Ywl .form-wrapper .mbr-form .form-group,
  .cid-uSZiZh9Ywl .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZiZh9Ywl .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZiZh9Ywl .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZiZh9Ywl .mbr-text {
  text-align: center;
}
.cid-uSZiZh9Ywl .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZiZh9Ywl .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZiZh9Ywl .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZiZh9Ywl .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZiZh9Ywl .modal-open {
  overflow: hidden;
}
.cid-uSZiZh9Ywl .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZiZh9Ywl .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZiZh9Ywl .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZiZh9Ywl .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZiZh9Ywl .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZiZh9Ywl .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZiZh9Ywl .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZiZh9Ywl .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZiZh9Ywl .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZiZh9Ywl .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZiZh9Ywl .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZiZh9Ywl .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZiZh9Ywl .modal-header {
  border: none;
}
.cid-uSZiZh9Ywl .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZiZh9Ywl .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZiZh9Ywl .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZiZh9Ywl .modal-header .close:focus {
  outline: none;
}
.cid-uSZiZh9Ywl .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZiZh9Ywl .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZiZh9Ywl .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZiZh9Ywl .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZiZh9Ywl .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZiZh9Ywl .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZiZh9Ywl .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZiZh9Ywl .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZiZh9Ywl .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZiZh9Ywl .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZiZh9Ywl .modal-lg,
  .cid-uSZiZh9Ywl .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZiZh9Ywl .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZiZh9Ywl .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZiZh9Ywl .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZiZh9Ywl .form-group {
  margin-bottom: 1rem;
}
.cid-uSZiZh9Ywl .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZiZh9Ywl .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZiZh9Ywl .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZiZh9Ywl .mbr-section-btn {
  margin: 0;
}
.cid-uSZiZh9Ywl .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZiZh9Ywl .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSZiZh9Ywl .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSZiZh9Ywl .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSZiZh9Ywl .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSZiZh9Ywl .item-name,
.cid-uSZiZh9Ywl .item-wrap {
  color: #716c80;
}
.cid-uSZiZh9Ywl H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSZiZh9Ywl .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSZiZh9Ywl .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSZiZh9Ywl .main-media .media {
  display: none;
}
.cid-uSZiZh9Ywl #media-01-1:checked ~ .main-media .media1,
.cid-uSZiZh9Ywl #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSZiZh9Ywl .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSZiZh9Ywl .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSZiZh9Ywl .media-thumbnails label {
  cursor: pointer;
}
.cid-uSZiZh9Ywl .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSZiZh9Ywl .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSZiZh9Ywl .main-media img,
.cid-uSZiZh9Ywl .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhUlotHiy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhUlpauhQ {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhUlpauhQ {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhUlpauhQ {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhUlpauhQ {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhUlpauhQ .container {
    padding-top: 128px;
  }
  .cid-uMhUlpauhQ #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhUlpauhQ #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhUlpauhQ .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhUlpauhQ H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhUlpauhQ h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhUlpauhQ .mbr-text,
.cid-uMhUlpauhQ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhUlpauhQ img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhUlpauhQ .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhUlpauhQ #F1:not(.selected):hover,
.cid-uMhUlpauhQ #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhUlpauhQ #F1,
.cid-uMhUlpauhQ #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhUlpauhQ .cls-0 {
  fill: #465052;
}
.cid-uMhUlpauhQ .cls-1 {
  fill: #d4d8de;
}
.cid-uMhUlpauhQ H3 {
  color: #716c80;
}
.cid-uMhUlpauhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhUlpauhQ .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhUlpauhQ .mbr-text,
.cid-uMhUlpauhQ .mbr-section-btn P {
  text-align: left;
}
.cid-uMhUlpauhQ .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhUlpauhQ .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhUlpauhQ .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhUlpauhQ .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhUlpauhQ .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhUlpauhQ .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhUlpauhQ p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhUlpauhQ .dark {
  color: #465052;
}
.cid-uMhUlpauhQ span {
  margin: 0;
}
.cid-uMhUlpauhQ .cls-2 {
  fill: #444953;
}
.cid-uMhUlpauhQ .cls-3 {
  fill: #c9f352;
}
.cid-uMhUlpauhQ P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhUlpauhQ .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhUlpauhQ .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhUlpauhQ H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhUlpauhQ #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhUlpauhQ #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhUlpauhQ .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhUlpauhQ img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhUlpauhQ #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhUlpauhQ #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhUlpauhQ #Bkarte,
  .cid-uMhUlpauhQ #Pkarte {
    border-radius: 0;
  }
  .cid-uMhUlpauhQ #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhUlpauhQ .svg,
  .cid-uMhUlpauhQ video {
    display: none;
  }
  .cid-uMhUlpauhQ .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhUlpauhQ .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhUlpauhQ img {
    margin-top: 0;
  }
  .cid-uMhUlpauhQ .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhUlqgrPq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhUlqgrPq .item:focus,
.cid-uMhUlqgrPq span:focus {
  outline: none;
}
.cid-uMhUlqgrPq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhUlqgrPq .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhUlqgrPq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhUlqgrPq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhUlqgrPq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhUlqgrPq .mbr-section-title {
  color: #232323;
}
.cid-uMhUlqgrPq .mbr-text,
.cid-uMhUlqgrPq .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhUlqgrPq .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhUlqgrPq .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uT5BkugrAi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT5BkugrAi img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uT5BkugrAi H1 {
  color: #57468b;
}
.cid-uT5BkugrAi .mbr-text,
.cid-uT5BkugrAi .mbr-section-btn {
  color: #716c80;
}
.cid-uT5BkugrAi H3 {
  color: #716c80;
}
.cid-uT5BkugrAi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uT5BkugrAi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uT5BkugrAi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uT5BkugrAi .link:hover {
  color: #232323 !important;
}
.cid-uT5BkugrAi .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uT5BkugrAi DIV {
  color: #57468b;
}
.cid-uT5BkugrAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5BkugrAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhUlrv70I {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhUlrv70I img,
.cid-uMhUlrv70I .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhUlrv70I .item:focus,
.cid-uMhUlrv70I span:focus {
  outline: none;
}
.cid-uMhUlrv70I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhUlrv70I .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhUlrv70I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhUlrv70I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhUlrv70I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhUlrv70I .mbr-section-title {
  color: #232323;
}
.cid-uMhUlrv70I .mbr-text,
.cid-uMhUlrv70I .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhUlrv70I .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhUlrv70I .item-subtitle {
  text-align: center;
}
.cid-uT5Cm0vS4Y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5Cm0vS4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5Cm0vS4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5Cm0vS4Y .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uT5Cm0vS4Y .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uT5Cm0vS4Y .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uT5Cm0vS4Y .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uT5Cm0vS4Y .btn:hover,
.cid-uT5Cm0vS4Y .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uT5Cm0vS4Y .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uT5Cm0vS4Y h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-v1G5rTA6PL {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G5rTA6PL .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G5rTA6PL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G5rTA6PL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G5rTA6PL .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G5rTA6PL .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G5rTA6PL .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G5rTA6PL .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G5rTA6PL .embla__button--next,
.cid-v1G5rTA6PL .embla__button--prev {
  display: flex;
}
.cid-v1G5rTA6PL .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G5rTA6PL .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G5rTA6PL .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G5rTA6PL .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G5rTA6PL .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G5rTA6PL .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G5rTA6PL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G5rTA6PL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G5rTA6PL .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G5rTA6PL .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G5rTA6PL .mbr-section-title {
  color: #272b2e;
}
.cid-v1G5rTA6PL .item-tag {
  color: #ffffff;
}
.cid-v1G5rTA6PL .item-name {
  color: #ffffff;
}
.cid-v1G5rTA6PL .item-name,
.cid-v1G5rTA6PL .item-wrap {
  color: #716c80;
}
.cid-v1G5rTA6PL .item-tag,
.cid-v1G5rTA6PL .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G5rTA6PL H4 {
  color: #267cb5;
}
.cid-v1G5rTA6PL .card-title {
  color: #267cb5;
}
.cid-v1G5q5QWJy {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G5q5QWJy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G5q5QWJy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G5q5QWJy .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G5q5QWJy .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G5q5QWJy .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G5q5QWJy .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G5q5QWJy .btn:hover,
.cid-v1G5q5QWJy .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G5q5QWJy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G5q5QWJy h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-uT5CAbnGfJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT5CAbnGfJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5CAbnGfJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT5CAbnGfJ .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uT5CAbnGfJ .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uT5CAbnGfJ .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uT5CAbnGfJ .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uT5CAbnGfJ .btn:hover,
.cid-uT5CAbnGfJ .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uT5CAbnGfJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uT5BWcNIje {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uT5BWcNIje .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uT5BWcNIje .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uT5BWcNIje .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uT5BWcNIje .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uT5BWcNIje .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uT5BWcNIje .embla__slide .slide-content {
  width: 100%;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uT5BWcNIje .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uT5BWcNIje .embla__button--next,
.cid-uT5BWcNIje .embla__button--prev {
  display: flex;
}
.cid-uT5BWcNIje .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uT5BWcNIje .embla__button:hover {
  opacity: .7 !important;
}
.cid-uT5BWcNIje .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uT5BWcNIje .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uT5BWcNIje .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uT5BWcNIje .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uT5BWcNIje .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uT5BWcNIje .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uT5BWcNIje .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uT5BWcNIje .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uT5BWcNIje .mbr-section-title {
  color: #272b2e;
}
.cid-uT5BWcNIje .item-tag {
  color: #ffffff;
}
.cid-uT5BWcNIje .item-name {
  color: #ffffff;
}
.cid-uT5BWcNIje .item-name,
.cid-uT5BWcNIje .item-wrap {
  color: #465052;
}
.cid-uT5BWcNIje .item-tag,
.cid-uT5BWcNIje .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uT5BWcNIje H4 {
  color: #267cb5;
}
.cid-uT5BWcNIje .card-title {
  color: #267cb5;
}
.cid-uMiG5RqlDC.popup-builder {
  background-color: #ffffff;
}
.cid-uMiG5RqlDC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMiG5RqlDC.popup-builder .container {
  padding: 0;
}
.cid-uMiG5RqlDC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMiG5RqlDC button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uMiG5RqlDC .modal-content,
.cid-uMiG5RqlDC .modal-dialog {
  height: auto;
}
.cid-uMiG5RqlDC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMiG5RqlDC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMiG5RqlDC .form-wrapper .mbr-form .form-group,
  .cid-uMiG5RqlDC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMiG5RqlDC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMiG5RqlDC .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMiG5RqlDC .mbr-text {
  text-align: center;
}
.cid-uMiG5RqlDC .pt-0 {
  padding-top: 0 !important;
}
.cid-uMiG5RqlDC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMiG5RqlDC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMiG5RqlDC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMiG5RqlDC .modal-open {
  overflow: hidden;
}
.cid-uMiG5RqlDC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMiG5RqlDC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMiG5RqlDC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMiG5RqlDC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMiG5RqlDC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMiG5RqlDC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMiG5RqlDC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMiG5RqlDC .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMiG5RqlDC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMiG5RqlDC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMiG5RqlDC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMiG5RqlDC .modal-backdrop.show {
  opacity: .5;
}
.cid-uMiG5RqlDC .modal-header {
  border: none;
}
.cid-uMiG5RqlDC .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMiG5RqlDC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMiG5RqlDC .modal-header .close:hover {
  opacity: 1;
}
.cid-uMiG5RqlDC .modal-header .close:focus {
  outline: none;
}
.cid-uMiG5RqlDC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMiG5RqlDC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uMiG5RqlDC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMiG5RqlDC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMiG5RqlDC .modal-footer {
    padding: 1rem;
  }
}
.cid-uMiG5RqlDC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMiG5RqlDC .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMiG5RqlDC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMiG5RqlDC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMiG5RqlDC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMiG5RqlDC .modal-lg,
  .cid-uMiG5RqlDC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMiG5RqlDC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMiG5RqlDC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMiG5RqlDC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMiG5RqlDC .form-group {
  margin-bottom: 1rem;
}
.cid-uMiG5RqlDC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMiG5RqlDC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMiG5RqlDC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMiG5RqlDC .mbr-section-btn {
  margin: 0;
}
.cid-uMiG5RqlDC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMiG5RqlDC .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhPcwzF9v {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhPcxrlp7 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhPcxrlp7 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhPcxrlp7 {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhPcxrlp7 {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhPcxrlp7 .container {
    padding-top: 128px;
  }
  .cid-uMhPcxrlp7 #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhPcxrlp7 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhPcxrlp7 .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhPcxrlp7 H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhPcxrlp7 h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhPcxrlp7 .mbr-text,
.cid-uMhPcxrlp7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhPcxrlp7 img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhPcxrlp7 .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhPcxrlp7 #F1:not(.selected):hover,
.cid-uMhPcxrlp7 #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhPcxrlp7 #F1,
.cid-uMhPcxrlp7 #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhPcxrlp7 .cls-0 {
  fill: #465052;
}
.cid-uMhPcxrlp7 .cls-1 {
  fill: #d4d8de;
}
.cid-uMhPcxrlp7 H3 {
  color: #716c80;
}
.cid-uMhPcxrlp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhPcxrlp7 .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhPcxrlp7 .mbr-text,
.cid-uMhPcxrlp7 .mbr-section-btn P {
  text-align: left;
}
.cid-uMhPcxrlp7 .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhPcxrlp7 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhPcxrlp7 .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhPcxrlp7 .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhPcxrlp7 .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhPcxrlp7 .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhPcxrlp7 p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhPcxrlp7 .dark {
  color: #465052;
}
.cid-uMhPcxrlp7 span {
  margin: 0;
}
.cid-uMhPcxrlp7 .cls-2 {
  fill: #444953;
}
.cid-uMhPcxrlp7 .cls-3 {
  fill: #c9f352;
}
.cid-uMhPcxrlp7 P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhPcxrlp7 .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhPcxrlp7 .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhPcxrlp7 H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhPcxrlp7 #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhPcxrlp7 #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhPcxrlp7 .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhPcxrlp7 img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhPcxrlp7 #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhPcxrlp7 #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhPcxrlp7 #Bkarte,
  .cid-uMhPcxrlp7 #Pkarte {
    border-radius: 0;
  }
  .cid-uMhPcxrlp7 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhPcxrlp7 .svg,
  .cid-uMhPcxrlp7 video {
    display: none;
  }
  .cid-uMhPcxrlp7 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhPcxrlp7 .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhPcxrlp7 img {
    margin-top: 0;
  }
  .cid-uMhPcxrlp7 .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhPcyJtaJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhPcyJtaJ .item:focus,
.cid-uMhPcyJtaJ span:focus {
  outline: none;
}
.cid-uMhPcyJtaJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhPcyJtaJ .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhPcyJtaJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhPcyJtaJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhPcyJtaJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhPcyJtaJ .mbr-section-title {
  color: #232323;
}
.cid-uMhPcyJtaJ .mbr-text,
.cid-uMhPcyJtaJ .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhPcyJtaJ .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhPcyJtaJ .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uT5RbLrdy9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT5RbLrdy9 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uT5RbLrdy9 H1 {
  color: #57468b;
}
.cid-uT5RbLrdy9 .mbr-text,
.cid-uT5RbLrdy9 .mbr-section-btn {
  color: #716c80;
}
.cid-uT5RbLrdy9 H3 {
  color: #716c80;
}
.cid-uT5RbLrdy9 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uT5RbLrdy9 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uT5RbLrdy9 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uT5RbLrdy9 .link:hover {
  color: #232323 !important;
}
.cid-uT5RbLrdy9 .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uT5RbLrdy9 DIV {
  color: #57468b;
}
.cid-uT5RbLrdy9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5RbLrdy9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhPczRHLl {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhPczRHLl img,
.cid-uMhPczRHLl .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhPczRHLl .item:focus,
.cid-uMhPczRHLl span:focus {
  outline: none;
}
.cid-uMhPczRHLl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhPczRHLl .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhPczRHLl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhPczRHLl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhPczRHLl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhPczRHLl .mbr-section-title {
  color: #232323;
}
.cid-uMhPczRHLl .mbr-text,
.cid-uMhPczRHLl .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhPczRHLl .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhPczRHLl .item-subtitle {
  text-align: center;
}
.cid-uMhPcGThuB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhPcGThuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhPcGThuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhPcGThuB .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhPcGThuB .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhPcGThuB .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhPcGThuB .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhPcGThuB .btn:hover,
.cid-uMhPcGThuB .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhPcGThuB .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhPcGThuB h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G3nLtu8f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G3nLtu8f .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G3nLtu8f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G3nLtu8f .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G3nLtu8f .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G3nLtu8f .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G3nLtu8f .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G3nLtu8f .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G3nLtu8f .embla__button--next,
.cid-v1G3nLtu8f .embla__button--prev {
  display: flex;
}
.cid-v1G3nLtu8f .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G3nLtu8f .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G3nLtu8f .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G3nLtu8f .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G3nLtu8f .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G3nLtu8f .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G3nLtu8f .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G3nLtu8f .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G3nLtu8f .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G3nLtu8f .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G3nLtu8f .mbr-section-title {
  color: #272b2e;
}
.cid-v1G3nLtu8f .item-tag {
  color: #ffffff;
}
.cid-v1G3nLtu8f .item-name {
  color: #ffffff;
}
.cid-v1G3nLtu8f .item-name,
.cid-v1G3nLtu8f .item-wrap {
  color: #716c80;
}
.cid-v1G3nLtu8f .item-tag,
.cid-v1G3nLtu8f .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G3nLtu8f H4 {
  color: #267cb5;
}
.cid-v1G3nLtu8f .card-title {
  color: #267cb5;
}
.cid-uMhPcCh0Lu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhPcCh0Lu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhPcCh0Lu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhPcCh0Lu .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhPcCh0Lu .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhPcCh0Lu .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhPcCh0Lu .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhPcCh0Lu .btn:hover,
.cid-uMhPcCh0Lu .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhPcCh0Lu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhPcCh0Lu h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPIu2sfrP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPIu2sfrP h4,
.cid-uTPIu2sfrP h5,
.cid-uTPIu2sfrP p {
  margin-bottom: 0;
}
.cid-uTPIu2sfrP p {
  color: #767676;
}
.cid-uTPIu2sfrP .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPIu2sfrP .card .card-title {
  position: relative;
}
.cid-uTPIu2sfrP .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPIu2sfrP .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPIu2sfrP .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPIu2sfrP .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIu2sfrP .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPIu2sfrP img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uTPIu2sfrP .card-title,
.cid-uTPIu2sfrP .main-title {
  color: #57468b;
}
.cid-uTPIu2sfrP .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uTPIu2sfrP .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPIu2sfrP .mbr-text {
  text-align: left;
}
.cid-uTPIu2sfrP iframe {
  width: 100%;
  border: none;
}
.cid-uTPIu2sfrP .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIu2sfrP .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIu2sfrP .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPIu2sfrP .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIu2sfrP .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPIu2sfrP .embla__container {
  padding-left: 0!important;
}
.cid-uTPIu2sfrP .col-12 {
  padding-left: 0!important;
}
.cid-v1G3k94Sx0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G3k94Sx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G3k94Sx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G3k94Sx0 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G3k94Sx0 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G3k94Sx0 .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G3k94Sx0 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G3k94Sx0 .btn:hover,
.cid-v1G3k94Sx0 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G3k94Sx0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G3k94Sx0 h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhPcHKK0B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhPcHKK0B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhPcHKK0B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhPcHKK0B .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhPcHKK0B .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhPcHKK0B .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhPcHKK0B .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhPcHKK0B .btn:hover,
.cid-uMhPcHKK0B .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhPcHKK0B .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSTFTJVVQZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTFTJVVQZ .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSTFTJVVQZ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSTFTJVVQZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSTFTJVVQZ .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSTFTJVVQZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSTFTJVVQZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSTFTJVVQZ .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSTFTJVVQZ .embla__button--next,
.cid-uSTFTJVVQZ .embla__button--prev {
  display: flex;
}
.cid-uSTFTJVVQZ .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSTFTJVVQZ .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSTFTJVVQZ .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSTFTJVVQZ .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSTFTJVVQZ .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSTFTJVVQZ .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSTFTJVVQZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSTFTJVVQZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSTFTJVVQZ .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSTFTJVVQZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSTFTJVVQZ .mbr-section-title {
  color: #272b2e;
}
.cid-uSTFTJVVQZ .item-tag {
  color: #ffffff;
}
.cid-uSTFTJVVQZ .item-name {
  color: #ffffff;
}
.cid-uSTFTJVVQZ .item-name,
.cid-uSTFTJVVQZ .item-wrap {
  color: #465052;
}
.cid-uSTFTJVVQZ .item-tag,
.cid-uSTFTJVVQZ .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSTFTJVVQZ H4 {
  color: #267cb5;
}
.cid-uSTFTJVVQZ .card-title {
  color: #267cb5;
}
.cid-uMiFtSmHpU.popup-builder {
  background-color: #ffffff;
}
.cid-uMiFtSmHpU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uMiFtSmHpU.popup-builder .container {
  padding: 0;
}
.cid-uMiFtSmHpU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uMiFtSmHpU button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uMiFtSmHpU .modal-content,
.cid-uMiFtSmHpU .modal-dialog {
  height: auto;
}
.cid-uMiFtSmHpU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uMiFtSmHpU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uMiFtSmHpU .form-wrapper .mbr-form .form-group,
  .cid-uMiFtSmHpU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uMiFtSmHpU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uMiFtSmHpU .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uMiFtSmHpU .mbr-text {
  text-align: center;
}
.cid-uMiFtSmHpU .pt-0 {
  padding-top: 0 !important;
}
.cid-uMiFtSmHpU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uMiFtSmHpU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uMiFtSmHpU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uMiFtSmHpU .modal-open {
  overflow: hidden;
}
.cid-uMiFtSmHpU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uMiFtSmHpU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uMiFtSmHpU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uMiFtSmHpU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uMiFtSmHpU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uMiFtSmHpU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uMiFtSmHpU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uMiFtSmHpU .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uMiFtSmHpU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uMiFtSmHpU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uMiFtSmHpU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uMiFtSmHpU .modal-backdrop.show {
  opacity: .5;
}
.cid-uMiFtSmHpU .modal-header {
  border: none;
}
.cid-uMiFtSmHpU .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uMiFtSmHpU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uMiFtSmHpU .modal-header .close:hover {
  opacity: 1;
}
.cid-uMiFtSmHpU .modal-header .close:focus {
  outline: none;
}
.cid-uMiFtSmHpU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uMiFtSmHpU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uMiFtSmHpU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uMiFtSmHpU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMiFtSmHpU .modal-footer {
    padding: 1rem;
  }
}
.cid-uMiFtSmHpU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uMiFtSmHpU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uMiFtSmHpU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uMiFtSmHpU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uMiFtSmHpU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uMiFtSmHpU .modal-lg,
  .cid-uMiFtSmHpU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uMiFtSmHpU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uMiFtSmHpU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uMiFtSmHpU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uMiFtSmHpU .form-group {
  margin-bottom: 1rem;
}
.cid-uMiFtSmHpU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uMiFtSmHpU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uMiFtSmHpU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uMiFtSmHpU .mbr-section-btn {
  margin: 0;
}
.cid-uMiFtSmHpU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uMiFtSmHpU .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSCrs3jp0P.popup-builder {
  background-color: #ffffff;
}
.cid-uSCrs3jp0P.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSCrs3jp0P.popup-builder .container {
  padding: 0;
}
.cid-uSCrs3jp0P.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSCrs3jp0P button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSCrs3jp0P .modal-content,
.cid-uSCrs3jp0P .modal-dialog {
  height: auto;
}
.cid-uSCrs3jp0P .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSCrs3jp0P .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSCrs3jp0P .form-wrapper .mbr-form .form-group,
  .cid-uSCrs3jp0P .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSCrs3jp0P .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSCrs3jp0P .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSCrs3jp0P .mbr-text {
  text-align: center;
}
.cid-uSCrs3jp0P .pt-0 {
  padding-top: 0 !important;
}
.cid-uSCrs3jp0P .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSCrs3jp0P .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSCrs3jp0P .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSCrs3jp0P .modal-open {
  overflow: hidden;
}
.cid-uSCrs3jp0P .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSCrs3jp0P .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSCrs3jp0P .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSCrs3jp0P .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSCrs3jp0P .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSCrs3jp0P .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSCrs3jp0P .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSCrs3jp0P .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSCrs3jp0P .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSCrs3jp0P .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSCrs3jp0P .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSCrs3jp0P .modal-backdrop.show {
  opacity: .5;
}
.cid-uSCrs3jp0P .modal-header {
  border: none;
}
.cid-uSCrs3jp0P .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSCrs3jp0P .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSCrs3jp0P .modal-header .close:hover {
  opacity: 1;
}
.cid-uSCrs3jp0P .modal-header .close:focus {
  outline: none;
}
.cid-uSCrs3jp0P .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSCrs3jp0P .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSCrs3jp0P .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSCrs3jp0P .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCrs3jp0P .modal-footer {
    padding: 1rem;
  }
}
.cid-uSCrs3jp0P .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSCrs3jp0P .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSCrs3jp0P .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSCrs3jp0P .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSCrs3jp0P .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSCrs3jp0P .modal-lg,
  .cid-uSCrs3jp0P .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSCrs3jp0P .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSCrs3jp0P .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSCrs3jp0P .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSCrs3jp0P .form-group {
  margin-bottom: 1rem;
}
.cid-uSCrs3jp0P .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSCrs3jp0P .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSCrs3jp0P .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSCrs3jp0P .mbr-section-btn {
  margin: 0;
}
.cid-uSCrs3jp0P .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSCrs3jp0P .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSCrs3jp0P .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSCrs3jp0P .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSCrs3jp0P .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSCrs3jp0P .item-name,
.cid-uSCrs3jp0P .item-wrap {
  color: #716c80;
}
.cid-uSCrs3jp0P H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSCrs3jp0P .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSCrs3jp0P .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSCrs3jp0P .main-media .media {
  display: none;
}
.cid-uSCrs3jp0P #media-01-1:checked ~ .main-media .media1,
.cid-uSCrs3jp0P #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSCrs3jp0P .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSCrs3jp0P .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSCrs3jp0P .media-thumbnails label {
  cursor: pointer;
}
.cid-uSCrs3jp0P .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSCrs3jp0P .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSCrs3jp0P .main-media img,
.cid-uSCrs3jp0P .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMi8cFbCvr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMi8cFNzIi {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMi8cFNzIi {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMi8cFNzIi {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMi8cFNzIi {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMi8cFNzIi .container {
    padding-top: 128px;
  }
  .cid-uMi8cFNzIi #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8cFNzIi #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMi8cFNzIi .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMi8cFNzIi H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8cFNzIi h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8cFNzIi .mbr-text,
.cid-uMi8cFNzIi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMi8cFNzIi img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMi8cFNzIi .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMi8cFNzIi #F1:not(.selected):hover,
.cid-uMi8cFNzIi #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMi8cFNzIi #F1,
.cid-uMi8cFNzIi #F2 {
  transition: filter 0.3s ease;
}
.cid-uMi8cFNzIi .cls-0 {
  fill: #465052;
}
.cid-uMi8cFNzIi .cls-1 {
  fill: #d4d8de;
}
.cid-uMi8cFNzIi H3 {
  color: #716c80;
}
.cid-uMi8cFNzIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8cFNzIi .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMi8cFNzIi .mbr-text,
.cid-uMi8cFNzIi .mbr-section-btn P {
  text-align: left;
}
.cid-uMi8cFNzIi .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMi8cFNzIi .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMi8cFNzIi .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8cFNzIi .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8cFNzIi .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMi8cFNzIi .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMi8cFNzIi p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMi8cFNzIi .dark {
  color: #465052;
}
.cid-uMi8cFNzIi span {
  margin: 0;
}
.cid-uMi8cFNzIi .cls-2 {
  fill: #444953;
}
.cid-uMi8cFNzIi .cls-3 {
  fill: #c9f352;
}
.cid-uMi8cFNzIi P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMi8cFNzIi .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMi8cFNzIi .mbr-iconfont {
  line-height: inherit;
}
.cid-uMi8cFNzIi H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8cFNzIi #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMi8cFNzIi #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMi8cFNzIi .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMi8cFNzIi img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMi8cFNzIi #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8cFNzIi #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMi8cFNzIi #Bkarte,
  .cid-uMi8cFNzIi #Pkarte {
    border-radius: 0;
  }
  .cid-uMi8cFNzIi #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMi8cFNzIi .svg,
  .cid-uMi8cFNzIi video {
    display: none;
  }
  .cid-uMi8cFNzIi .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMi8cFNzIi .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMi8cFNzIi img {
    margin-top: 0;
  }
  .cid-uMi8cFNzIi .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMi8cH0Qrf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8cH0Qrf .item:focus,
.cid-uMi8cH0Qrf span:focus {
  outline: none;
}
.cid-uMi8cH0Qrf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8cH0Qrf .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8cH0Qrf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8cH0Qrf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8cH0Qrf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8cH0Qrf .mbr-section-title {
  color: #232323;
}
.cid-uMi8cH0Qrf .mbr-text,
.cid-uMi8cH0Qrf .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMi8cH0Qrf .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMi8cH0Qrf .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURPV367oQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURPV367oQ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURPV367oQ H1 {
  color: #57468b;
}
.cid-uURPV367oQ .mbr-text,
.cid-uURPV367oQ .mbr-section-btn {
  color: #716c80;
}
.cid-uURPV367oQ H3 {
  color: #716c80;
}
.cid-uURPV367oQ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURPV367oQ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURPV367oQ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURPV367oQ .link:hover {
  color: #232323 !important;
}
.cid-uURPV367oQ .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURPV367oQ DIV {
  color: #57468b;
}
.cid-uURPV367oQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURPV367oQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8cJe16M {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8cJe16M img,
.cid-uMi8cJe16M .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMi8cJe16M .item:focus,
.cid-uMi8cJe16M span:focus {
  outline: none;
}
.cid-uMi8cJe16M .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8cJe16M .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8cJe16M .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8cJe16M .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8cJe16M .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8cJe16M .mbr-section-title {
  color: #232323;
}
.cid-uMi8cJe16M .mbr-text,
.cid-uMi8cJe16M .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMi8cJe16M .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMi8cJe16M .item-subtitle {
  text-align: center;
}
.cid-uMi8cKQe62 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8cKQe62 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8cKQe62 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8cKQe62 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8cKQe62 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8cKQe62 .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMi8cKQe62 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8cKQe62 .btn:hover,
.cid-uMi8cKQe62 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8cKQe62 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMi8cKQe62 h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPJEuLIF7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPJEuLIF7 h4,
.cid-uTPJEuLIF7 h5,
.cid-uTPJEuLIF7 p {
  margin-bottom: 0;
}
.cid-uTPJEuLIF7 p {
  color: #767676;
}
.cid-uTPJEuLIF7 .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPJEuLIF7 .card .card-title {
  position: relative;
}
.cid-uTPJEuLIF7 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPJEuLIF7 .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPJEuLIF7 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPJEuLIF7 .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJEuLIF7 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPJEuLIF7 img {
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
}
.cid-uTPJEuLIF7 .card-title,
.cid-uTPJEuLIF7 .main-title {
  color: #57468b;
}
.cid-uTPJEuLIF7 .card-img {
  border-radius: 1vmin;
  width: auto;
}
.cid-uTPJEuLIF7 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPJEuLIF7 .mbr-text {
  text-align: left;
}
.cid-uTPJEuLIF7 iframe {
  width: 100%;
  border: none;
}
.cid-uTPJEuLIF7 .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJEuLIF7 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPJEuLIF7 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPJEuLIF7 .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPJEuLIF7 .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPJEuLIF7 .embla__container {
  padding-left: 0!important;
}
.cid-uTPJEuLIF7 .col-12 {
  padding-left: 0!important;
}
.cid-uMi8cOmCx7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8cOmCx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8cOmCx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8cOmCx7 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8cOmCx7 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8cOmCx7 .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMi8cOmCx7 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8cOmCx7 .btn:hover,
.cid-uMi8cOmCx7 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8cOmCx7 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMi8cOmCx7 h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMi8cOYqHg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8cOYqHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8cOYqHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8cOYqHg .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8cOYqHg .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8cOYqHg .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMi8cOYqHg .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8cOYqHg .btn:hover,
.cid-uMi8cOYqHg .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8cOYqHg .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uTPJGKWrSg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTPJGKWrSg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTPJGKWrSg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTPJGKWrSg .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uTPJGKWrSg .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uTPJGKWrSg .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTPJGKWrSg .embla__slide .slide-content {
  width: 100%;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uTPJGKWrSg .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #465052;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uTPJGKWrSg .embla__button--next,
.cid-uTPJGKWrSg .embla__button--prev {
  display: flex;
}
.cid-uTPJGKWrSg .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTPJGKWrSg .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTPJGKWrSg .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uTPJGKWrSg .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uTPJGKWrSg .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uTPJGKWrSg .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uTPJGKWrSg .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTPJGKWrSg .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTPJGKWrSg .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTPJGKWrSg .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTPJGKWrSg .mbr-section-title {
  color: #272b2e;
}
.cid-uTPJGKWrSg .item-tag {
  color: #ffffff;
}
.cid-uTPJGKWrSg .item-name {
  color: #ffffff;
}
.cid-uTPJGKWrSg .item-name,
.cid-uTPJGKWrSg .item-wrap {
  color: #465052;
}
.cid-uTPJGKWrSg .item-tag,
.cid-uTPJGKWrSg .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uTPJGKWrSg H4 {
  color: #267cb5;
}
.cid-uTPJGKWrSg .card-title {
  color: #267cb5;
}
.cid-uTPKgkuAWV.popup-builder {
  background-color: #ffffff;
}
.cid-uTPKgkuAWV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTPKgkuAWV.popup-builder .container {
  padding: 0;
}
.cid-uTPKgkuAWV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTPKgkuAWV button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uTPKgkuAWV .modal-content,
.cid-uTPKgkuAWV .modal-dialog {
  height: auto;
}
.cid-uTPKgkuAWV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTPKgkuAWV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTPKgkuAWV .form-wrapper .mbr-form .form-group,
  .cid-uTPKgkuAWV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTPKgkuAWV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTPKgkuAWV .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTPKgkuAWV .mbr-text {
  text-align: center;
}
.cid-uTPKgkuAWV .pt-0 {
  padding-top: 0 !important;
}
.cid-uTPKgkuAWV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTPKgkuAWV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTPKgkuAWV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTPKgkuAWV .modal-open {
  overflow: hidden;
}
.cid-uTPKgkuAWV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTPKgkuAWV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTPKgkuAWV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTPKgkuAWV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTPKgkuAWV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTPKgkuAWV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTPKgkuAWV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTPKgkuAWV .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTPKgkuAWV .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTPKgkuAWV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTPKgkuAWV .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTPKgkuAWV .modal-backdrop.show {
  opacity: .5;
}
.cid-uTPKgkuAWV .modal-header {
  border: none;
}
.cid-uTPKgkuAWV .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTPKgkuAWV .modal-header .close svg {
  fill: #ffffff;
}
.cid-uTPKgkuAWV .modal-header .close:hover {
  opacity: 1;
}
.cid-uTPKgkuAWV .modal-header .close:focus {
  outline: none;
}
.cid-uTPKgkuAWV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTPKgkuAWV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uTPKgkuAWV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTPKgkuAWV .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTPKgkuAWV .modal-footer {
    padding: 1rem;
  }
}
.cid-uTPKgkuAWV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTPKgkuAWV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTPKgkuAWV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTPKgkuAWV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTPKgkuAWV .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTPKgkuAWV .modal-lg,
  .cid-uTPKgkuAWV .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTPKgkuAWV .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTPKgkuAWV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTPKgkuAWV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTPKgkuAWV .form-group {
  margin-bottom: 1rem;
}
.cid-uTPKgkuAWV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTPKgkuAWV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTPKgkuAWV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTPKgkuAWV .mbr-section-btn {
  margin: 0;
}
.cid-uTPKgkuAWV .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTPKgkuAWV .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uTPKgkuAWV .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uTPKgkuAWV .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uTPKgkuAWV .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uTPKgkuAWV .item-name,
.cid-uTPKgkuAWV .item-wrap {
  color: #716c80;
}
.cid-uTPKgkuAWV H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uTPKgkuAWV .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uTPKgkuAWV .media-gallery input[type="radio"] {
  display: none;
}
.cid-uTPKgkuAWV .main-media .media {
  display: none;
}
.cid-uTPKgkuAWV #media-01-1:checked ~ .main-media .media1,
.cid-uTPKgkuAWV #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uTPKgkuAWV .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uTPKgkuAWV .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uTPKgkuAWV .media-thumbnails label {
  cursor: pointer;
}
.cid-uTPKgkuAWV .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uTPKgkuAWV .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uTPKgkuAWV .main-media img,
.cid-uTPKgkuAWV .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uPT4NIIgt1.popup-builder {
  background-color: #ffffff;
}
.cid-uPT4NIIgt1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT4NIIgt1.popup-builder .container {
  padding: 0;
}
.cid-uPT4NIIgt1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT4NIIgt1 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT4NIIgt1 .modal-content,
.cid-uPT4NIIgt1 .modal-dialog {
  height: auto;
}
.cid-uPT4NIIgt1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT4NIIgt1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT4NIIgt1 .form-wrapper .mbr-form .form-group,
  .cid-uPT4NIIgt1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT4NIIgt1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT4NIIgt1 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT4NIIgt1 .mbr-text {
  text-align: center;
}
.cid-uPT4NIIgt1 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT4NIIgt1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT4NIIgt1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT4NIIgt1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT4NIIgt1 .modal-open {
  overflow: hidden;
}
.cid-uPT4NIIgt1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT4NIIgt1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT4NIIgt1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT4NIIgt1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT4NIIgt1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT4NIIgt1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT4NIIgt1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT4NIIgt1 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT4NIIgt1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT4NIIgt1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT4NIIgt1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT4NIIgt1 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT4NIIgt1 .modal-header {
  border: none;
}
.cid-uPT4NIIgt1 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT4NIIgt1 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT4NIIgt1 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT4NIIgt1 .modal-header .close:focus {
  outline: none;
}
.cid-uPT4NIIgt1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT4NIIgt1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT4NIIgt1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT4NIIgt1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT4NIIgt1 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT4NIIgt1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT4NIIgt1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT4NIIgt1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT4NIIgt1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT4NIIgt1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT4NIIgt1 .modal-lg,
  .cid-uPT4NIIgt1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT4NIIgt1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT4NIIgt1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT4NIIgt1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT4NIIgt1 .form-group {
  margin-bottom: 1rem;
}
.cid-uPT4NIIgt1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT4NIIgt1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT4NIIgt1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT4NIIgt1 .mbr-section-btn {
  margin: 0;
}
.cid-uPT4NIIgt1 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT4NIIgt1 .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMi8juDM2O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMi8jvdyQv {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMi8jvdyQv {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMi8jvdyQv {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMi8jvdyQv {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMi8jvdyQv .container {
    padding-top: 128px;
  }
  .cid-uMi8jvdyQv #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8jvdyQv #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMi8jvdyQv .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMi8jvdyQv H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8jvdyQv h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8jvdyQv .mbr-text,
.cid-uMi8jvdyQv .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMi8jvdyQv img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMi8jvdyQv .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMi8jvdyQv #F1:not(.selected):hover,
.cid-uMi8jvdyQv #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMi8jvdyQv #F1,
.cid-uMi8jvdyQv #F2 {
  transition: filter 0.3s ease;
}
.cid-uMi8jvdyQv .cls-0 {
  fill: #465052;
}
.cid-uMi8jvdyQv .cls-1 {
  fill: #d4d8de;
}
.cid-uMi8jvdyQv H3 {
  color: #716c80;
}
.cid-uMi8jvdyQv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8jvdyQv .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMi8jvdyQv .mbr-text,
.cid-uMi8jvdyQv .mbr-section-btn P {
  text-align: left;
}
.cid-uMi8jvdyQv .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMi8jvdyQv .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMi8jvdyQv .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8jvdyQv .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8jvdyQv .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMi8jvdyQv .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMi8jvdyQv p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMi8jvdyQv .dark {
  color: #465052;
}
.cid-uMi8jvdyQv span {
  margin: 0;
}
.cid-uMi8jvdyQv .cls-2 {
  fill: #444953;
}
.cid-uMi8jvdyQv .cls-3 {
  fill: #c9f352;
}
.cid-uMi8jvdyQv P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMi8jvdyQv .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMi8jvdyQv .mbr-iconfont {
  line-height: inherit;
}
.cid-uMi8jvdyQv H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8jvdyQv #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMi8jvdyQv #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMi8jvdyQv .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMi8jvdyQv img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMi8jvdyQv #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8jvdyQv #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMi8jvdyQv #Bkarte,
  .cid-uMi8jvdyQv #Pkarte {
    border-radius: 0;
  }
  .cid-uMi8jvdyQv #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMi8jvdyQv .svg,
  .cid-uMi8jvdyQv video {
    display: none;
  }
  .cid-uMi8jvdyQv .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMi8jvdyQv .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMi8jvdyQv img {
    margin-top: 0;
  }
  .cid-uMi8jvdyQv .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMi8jwe2sJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8jwe2sJ .item:focus,
.cid-uMi8jwe2sJ span:focus {
  outline: none;
}
.cid-uMi8jwe2sJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8jwe2sJ .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8jwe2sJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8jwe2sJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8jwe2sJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8jwe2sJ .mbr-section-title {
  color: #232323;
}
.cid-uMi8jwe2sJ .mbr-text,
.cid-uMi8jwe2sJ .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMi8jwe2sJ .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMi8jwe2sJ .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURQBBfZOB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURQBBfZOB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURQBBfZOB H1 {
  color: #57468b;
}
.cid-uURQBBfZOB .mbr-text,
.cid-uURQBBfZOB .mbr-section-btn {
  color: #716c80;
}
.cid-uURQBBfZOB H3 {
  color: #716c80;
}
.cid-uURQBBfZOB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURQBBfZOB .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURQBBfZOB .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURQBBfZOB .link:hover {
  color: #232323 !important;
}
.cid-uURQBBfZOB .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURQBBfZOB DIV {
  color: #57468b;
}
.cid-uURQBBfZOB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURQBBfZOB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8jx5Mxo {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8jx5Mxo img,
.cid-uMi8jx5Mxo .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMi8jx5Mxo .item:focus,
.cid-uMi8jx5Mxo span:focus {
  outline: none;
}
.cid-uMi8jx5Mxo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8jx5Mxo .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8jx5Mxo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8jx5Mxo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8jx5Mxo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8jx5Mxo .mbr-section-title {
  color: #232323;
}
.cid-uMi8jx5Mxo .mbr-text,
.cid-uMi8jx5Mxo .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMi8jx5Mxo .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMi8jx5Mxo .item-subtitle {
  text-align: center;
}
.cid-uPT5RlqDn0.popup-builder {
  background-color: #ffffff;
}
.cid-uPT5RlqDn0.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT5RlqDn0.popup-builder .container {
  padding: 0;
}
.cid-uPT5RlqDn0.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT5RlqDn0 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT5RlqDn0 .modal-content,
.cid-uPT5RlqDn0 .modal-dialog {
  height: auto;
}
.cid-uPT5RlqDn0 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT5RlqDn0 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT5RlqDn0 .form-wrapper .mbr-form .form-group,
  .cid-uPT5RlqDn0 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT5RlqDn0 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT5RlqDn0 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT5RlqDn0 .mbr-text {
  text-align: center;
}
.cid-uPT5RlqDn0 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT5RlqDn0 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT5RlqDn0 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT5RlqDn0 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT5RlqDn0 .modal-open {
  overflow: hidden;
}
.cid-uPT5RlqDn0 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT5RlqDn0 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT5RlqDn0 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT5RlqDn0 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT5RlqDn0 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT5RlqDn0 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT5RlqDn0 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT5RlqDn0 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT5RlqDn0 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT5RlqDn0 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT5RlqDn0 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT5RlqDn0 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT5RlqDn0 .modal-header {
  border: none;
}
.cid-uPT5RlqDn0 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT5RlqDn0 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT5RlqDn0 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT5RlqDn0 .modal-header .close:focus {
  outline: none;
}
.cid-uPT5RlqDn0 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT5RlqDn0 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT5RlqDn0 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT5RlqDn0 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT5RlqDn0 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT5RlqDn0 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT5RlqDn0 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT5RlqDn0 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT5RlqDn0 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT5RlqDn0 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT5RlqDn0 .modal-lg,
  .cid-uPT5RlqDn0 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT5RlqDn0 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT5RlqDn0 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT5RlqDn0 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT5RlqDn0 .form-group {
  margin-bottom: 1rem;
}
.cid-uPT5RlqDn0 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT5RlqDn0 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT5RlqDn0 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT5RlqDn0 .mbr-section-btn {
  margin: 0;
}
.cid-uPT5RlqDn0 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT5RlqDn0 .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMi8lRpq0k {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMi8lRYmNZ {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMi8lRYmNZ {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMi8lRYmNZ {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMi8lRYmNZ {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMi8lRYmNZ .container {
    padding-top: 128px;
  }
  .cid-uMi8lRYmNZ #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8lRYmNZ #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMi8lRYmNZ .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMi8lRYmNZ H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8lRYmNZ h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8lRYmNZ .mbr-text,
.cid-uMi8lRYmNZ .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMi8lRYmNZ img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMi8lRYmNZ .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMi8lRYmNZ #F1:not(.selected):hover,
.cid-uMi8lRYmNZ #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMi8lRYmNZ #F1,
.cid-uMi8lRYmNZ #F2 {
  transition: filter 0.3s ease;
}
.cid-uMi8lRYmNZ .cls-0 {
  fill: #465052;
}
.cid-uMi8lRYmNZ .cls-1 {
  fill: #d4d8de;
}
.cid-uMi8lRYmNZ H3 {
  color: #716c80;
}
.cid-uMi8lRYmNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8lRYmNZ .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMi8lRYmNZ .mbr-text,
.cid-uMi8lRYmNZ .mbr-section-btn P {
  text-align: left;
}
.cid-uMi8lRYmNZ .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMi8lRYmNZ .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMi8lRYmNZ .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8lRYmNZ .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8lRYmNZ .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMi8lRYmNZ .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMi8lRYmNZ p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMi8lRYmNZ .dark {
  color: #465052;
}
.cid-uMi8lRYmNZ span {
  margin: 0;
}
.cid-uMi8lRYmNZ .cls-2 {
  fill: #444953;
}
.cid-uMi8lRYmNZ .cls-3 {
  fill: #c9f352;
}
.cid-uMi8lRYmNZ P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMi8lRYmNZ .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMi8lRYmNZ .mbr-iconfont {
  line-height: inherit;
}
.cid-uMi8lRYmNZ H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8lRYmNZ #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMi8lRYmNZ #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMi8lRYmNZ .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMi8lRYmNZ img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMi8lRYmNZ #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8lRYmNZ #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMi8lRYmNZ #Bkarte,
  .cid-uMi8lRYmNZ #Pkarte {
    border-radius: 0;
  }
  .cid-uMi8lRYmNZ #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMi8lRYmNZ .svg,
  .cid-uMi8lRYmNZ video {
    display: none;
  }
  .cid-uMi8lRYmNZ .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMi8lRYmNZ .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMi8lRYmNZ img {
    margin-top: 0;
  }
  .cid-uMi8lRYmNZ .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMi8lSVLO5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8lSVLO5 .item:focus,
.cid-uMi8lSVLO5 span:focus {
  outline: none;
}
.cid-uMi8lSVLO5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8lSVLO5 .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8lSVLO5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8lSVLO5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8lSVLO5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8lSVLO5 .mbr-section-title {
  color: #232323;
}
.cid-uMi8lSVLO5 .mbr-text,
.cid-uMi8lSVLO5 .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMi8lSVLO5 .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMi8lSVLO5 .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURQGOEf8p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURQGOEf8p img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURQGOEf8p H1 {
  color: #57468b;
}
.cid-uURQGOEf8p .mbr-text,
.cid-uURQGOEf8p .mbr-section-btn {
  color: #716c80;
}
.cid-uURQGOEf8p H3 {
  color: #716c80;
}
.cid-uURQGOEf8p .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURQGOEf8p .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURQGOEf8p .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURQGOEf8p .link:hover {
  color: #232323 !important;
}
.cid-uURQGOEf8p .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURQGOEf8p DIV {
  color: #57468b;
}
.cid-uURQGOEf8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURQGOEf8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8lTKJA1 {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8lTKJA1 img,
.cid-uMi8lTKJA1 .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMi8lTKJA1 .item:focus,
.cid-uMi8lTKJA1 span:focus {
  outline: none;
}
.cid-uMi8lTKJA1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8lTKJA1 .item-wrapper {
  pointer-events: none;
  box-shadow: 0 0 10px 0 lightgrey;
  background: #fafafa;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8lTKJA1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8lTKJA1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8lTKJA1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8lTKJA1 .mbr-section-title {
  color: #232323;
}
.cid-uMi8lTKJA1 .mbr-text,
.cid-uMi8lTKJA1 .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMi8lTKJA1 .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMi8lTKJA1 .item-subtitle {
  text-align: center;
}
.cid-uPT6qhb9l5.popup-builder {
  background-color: #ffffff;
}
.cid-uPT6qhb9l5.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT6qhb9l5.popup-builder .container {
  padding: 0;
}
.cid-uPT6qhb9l5.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT6qhb9l5 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT6qhb9l5 .modal-content,
.cid-uPT6qhb9l5 .modal-dialog {
  height: auto;
}
.cid-uPT6qhb9l5 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT6qhb9l5 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT6qhb9l5 .form-wrapper .mbr-form .form-group,
  .cid-uPT6qhb9l5 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT6qhb9l5 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT6qhb9l5 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT6qhb9l5 .mbr-text {
  text-align: center;
}
.cid-uPT6qhb9l5 .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT6qhb9l5 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT6qhb9l5 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT6qhb9l5 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT6qhb9l5 .modal-open {
  overflow: hidden;
}
.cid-uPT6qhb9l5 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT6qhb9l5 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT6qhb9l5 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT6qhb9l5 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT6qhb9l5 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT6qhb9l5 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT6qhb9l5 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT6qhb9l5 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT6qhb9l5 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT6qhb9l5 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT6qhb9l5 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT6qhb9l5 .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT6qhb9l5 .modal-header {
  border: none;
}
.cid-uPT6qhb9l5 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT6qhb9l5 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT6qhb9l5 .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT6qhb9l5 .modal-header .close:focus {
  outline: none;
}
.cid-uPT6qhb9l5 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT6qhb9l5 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT6qhb9l5 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT6qhb9l5 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT6qhb9l5 .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT6qhb9l5 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT6qhb9l5 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT6qhb9l5 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT6qhb9l5 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT6qhb9l5 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT6qhb9l5 .modal-lg,
  .cid-uPT6qhb9l5 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT6qhb9l5 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT6qhb9l5 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT6qhb9l5 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT6qhb9l5 .form-group {
  margin-bottom: 1rem;
}
.cid-uPT6qhb9l5 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT6qhb9l5 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT6qhb9l5 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT6qhb9l5 .mbr-section-btn {
  margin: 0;
}
.cid-uPT6qhb9l5 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT6qhb9l5 .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMi8xrV96I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMi8xsGg3r {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMi8xsGg3r {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMi8xsGg3r {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMi8xsGg3r {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMi8xsGg3r .container {
    padding-top: 128px;
  }
  .cid-uMi8xsGg3r #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8xsGg3r #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMi8xsGg3r H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8xsGg3r h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8xsGg3r .mbr-text,
.cid-uMi8xsGg3r .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uMi8xsGg3r img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMi8xsGg3r .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMi8xsGg3r #F1:not(.selected):hover,
.cid-uMi8xsGg3r #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMi8xsGg3r #F1,
.cid-uMi8xsGg3r #F2 {
  transition: filter 0.3s ease;
}
.cid-uMi8xsGg3r .cls-0 {
  fill: #465052;
}
.cid-uMi8xsGg3r .cls-1 {
  fill: #d4d8de;
}
.cid-uMi8xsGg3r H3 {
  color: #716c80;
}
.cid-uMi8xsGg3r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8xsGg3r .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMi8xsGg3r .mbr-text,
.cid-uMi8xsGg3r .mbr-section-btn P {
  text-align: left;
}
.cid-uMi8xsGg3r .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMi8xsGg3r .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMi8xsGg3r .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px 0 lightgrey;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8xsGg3r .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8xsGg3r .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uMi8xsGg3r .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMi8xsGg3r p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMi8xsGg3r .dark {
  color: #465052;
}
.cid-uMi8xsGg3r span {
  margin: 0;
}
.cid-uMi8xsGg3r .cls-2 {
  fill: #444953;
}
.cid-uMi8xsGg3r .cls-3 {
  fill: #c9f352;
}
.cid-uMi8xsGg3r P {
  color: #716c80;
  font-weight: 300;
}
.cid-uMi8xsGg3r .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMi8xsGg3r .mbr-iconfont {
  line-height: inherit;
}
.cid-uMi8xsGg3r H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8xsGg3r #Pkarte {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ffffff ;
  border: none;
  padding: 2rem;
}
.cid-uMi8xsGg3r #Bkarte {
  background-color: #ffffff ;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMi8xsGg3r .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMi8xsGg3r img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMi8xsGg3r #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8xsGg3r #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMi8xsGg3r #Bkarte,
  .cid-uMi8xsGg3r #Pkarte {
    border-radius: 0;
  }
  .cid-uMi8xsGg3r #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMi8xsGg3r .svg,
  .cid-uMi8xsGg3r video {
    display: none;
  }
  .cid-uMi8xsGg3r .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMi8xsGg3r .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMi8xsGg3r img {
    margin-top: 0;
  }
  .cid-uMi8xsGg3r .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMi8xtIH13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xtIH13 .item:focus,
.cid-uMi8xtIH13 span:focus {
  outline: none;
}
.cid-uMi8xtIH13 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8xtIH13 .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8xtIH13 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8xtIH13 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8xtIH13 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8xtIH13 .mbr-section-title {
  color: #232323;
}
.cid-uMi8xtIH13 .mbr-text,
.cid-uMi8xtIH13 .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMi8xtIH13 .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMi8xtIH13 .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURQQoxQAa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURQQoxQAa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURQQoxQAa H1 {
  color: #57468b;
}
.cid-uURQQoxQAa .mbr-text,
.cid-uURQQoxQAa .mbr-section-btn {
  color: #716c80;
}
.cid-uURQQoxQAa H3 {
  color: #716c80;
}
.cid-uURQQoxQAa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURQQoxQAa .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURQQoxQAa .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURQQoxQAa .link:hover {
  color: #232323 !important;
}
.cid-uURQQoxQAa .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURQQoxQAa DIV {
  color: #57468b;
}
.cid-uURQQoxQAa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURQQoxQAa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8xuEzWL {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xuEzWL img,
.cid-uMi8xuEzWL .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMi8xuEzWL .item:focus,
.cid-uMi8xuEzWL span:focus {
  outline: none;
}
.cid-uMi8xuEzWL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8xuEzWL .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8xuEzWL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8xuEzWL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8xuEzWL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8xuEzWL .mbr-section-title {
  color: #232323;
}
.cid-uMi8xuEzWL .mbr-text,
.cid-uMi8xuEzWL .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMi8xuEzWL .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMi8xuEzWL .item-subtitle {
  text-align: center;
}
.cid-uMi8xz4pNF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xz4pNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8xz4pNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8xz4pNF .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8xz4pNF .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8xz4pNF .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMi8xz4pNF .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8xz4pNF .btn:hover,
.cid-uMi8xz4pNF .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8xz4pNF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMi8xz4pNF h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMi8xzKDrj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xzKDrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8xzKDrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8xzKDrj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8xzKDrj .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8xzKDrj .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMi8xzKDrj .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8xzKDrj .btn:hover,
.cid-uMi8xzKDrj .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8xzKDrj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uTPKKenTNc {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTPKKenTNc .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTPKKenTNc .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTPKKenTNc .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uTPKKenTNc .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTPKKenTNc .embla__slide .slide-content {
  width: 100%;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-content {
  position: absolute;
  z-index: 1;
  padding: 24px;
  top: 60%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
    padding-top: 0;
  }
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uTPKKenTNc .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #465052;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uTPKKenTNc .embla__button--next,
.cid-uTPKKenTNc .embla__button--prev {
  display: flex;
}
.cid-uTPKKenTNc .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTPKKenTNc .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTPKKenTNc .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uTPKKenTNc .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uTPKKenTNc .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uTPKKenTNc .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uTPKKenTNc .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTPKKenTNc .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTPKKenTNc .embla__container {
  padding: 1rem;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTPKKenTNc .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTPKKenTNc .mbr-section-title {
  color: #272b2e;
}
.cid-uTPKKenTNc .item-tag {
  color: #ffffff;
}
.cid-uTPKKenTNc .item-name {
  color: #ffffff;
}
.cid-uTPKKenTNc .item-name,
.cid-uTPKKenTNc .item-wrap {
  color: #465052;
}
.cid-uTPKKenTNc .item-tag,
.cid-uTPKKenTNc .desc-wrapper {
  border-radius: 0.3rem;
  color: #465052;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uTPKKenTNc H4 {
  color: #267cb5;
}
.cid-uTPKKenTNc .card-title {
  color: #267cb5;
}
.cid-uMi8xw0lxU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xw0lxU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8xw0lxU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8xw0lxU .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8xw0lxU .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8xw0lxU .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMi8xw0lxU .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8xw0lxU .btn:hover,
.cid-uMi8xw0lxU .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8xw0lxU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMi8xw0lxU h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMi8xwCM21 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8xwCM21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8xwCM21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8xwCM21 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMi8xwCM21 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8xwCM21 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMi8xwCM21 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMi8xwCM21 .btn:hover,
.cid-uMi8xwCM21 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMi8xwCM21 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uTPKJ3ygd6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPKJ3ygd6 h4,
.cid-uTPKJ3ygd6 h5,
.cid-uTPKJ3ygd6 p {
  margin-bottom: 0;
}
.cid-uTPKJ3ygd6 p {
  color: #767676;
}
.cid-uTPKJ3ygd6 .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPKJ3ygd6 .card .card-title {
  position: relative;
}
.cid-uTPKJ3ygd6 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPKJ3ygd6 .card-wrapper {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPKJ3ygd6 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPKJ3ygd6 .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPKJ3ygd6 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPKJ3ygd6 img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uTPKJ3ygd6 .card-title,
.cid-uTPKJ3ygd6 .main-title {
  color: #57468b;
}
.cid-uTPKJ3ygd6 .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uTPKJ3ygd6 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPKJ3ygd6 .mbr-text {
  text-align: left;
}
.cid-uTPKJ3ygd6 iframe {
  width: 100%;
  border: none;
}
.cid-uTPKJ3ygd6 .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPKJ3ygd6 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPKJ3ygd6 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPKJ3ygd6 .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPKJ3ygd6 .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPKJ3ygd6 .embla__container {
  padding-left: 0!important;
}
.cid-uTPKJ3ygd6 .col-12 {
  padding-left: 0!important;
}
.cid-uTPKKWb6x8.popup-builder {
  background-color: #ffffff;
}
.cid-uTPKKWb6x8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTPKKWb6x8.popup-builder .container {
  padding: 0;
}
.cid-uTPKKWb6x8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTPKKWb6x8 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uTPKKWb6x8 .modal-content,
.cid-uTPKKWb6x8 .modal-dialog {
  height: auto;
}
.cid-uTPKKWb6x8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTPKKWb6x8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTPKKWb6x8 .form-wrapper .mbr-form .form-group,
  .cid-uTPKKWb6x8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTPKKWb6x8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTPKKWb6x8 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTPKKWb6x8 .mbr-text {
  text-align: center;
}
.cid-uTPKKWb6x8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uTPKKWb6x8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTPKKWb6x8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTPKKWb6x8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTPKKWb6x8 .modal-open {
  overflow: hidden;
}
.cid-uTPKKWb6x8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTPKKWb6x8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTPKKWb6x8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTPKKWb6x8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTPKKWb6x8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTPKKWb6x8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTPKKWb6x8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTPKKWb6x8 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTPKKWb6x8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTPKKWb6x8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTPKKWb6x8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTPKKWb6x8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uTPKKWb6x8 .modal-header {
  border: none;
}
.cid-uTPKKWb6x8 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTPKKWb6x8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uTPKKWb6x8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uTPKKWb6x8 .modal-header .close:focus {
  outline: none;
}
.cid-uTPKKWb6x8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTPKKWb6x8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uTPKKWb6x8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTPKKWb6x8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTPKKWb6x8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uTPKKWb6x8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTPKKWb6x8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTPKKWb6x8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTPKKWb6x8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTPKKWb6x8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTPKKWb6x8 .modal-lg,
  .cid-uTPKKWb6x8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTPKKWb6x8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTPKKWb6x8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTPKKWb6x8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTPKKWb6x8 .form-group {
  margin-bottom: 1rem;
}
.cid-uTPKKWb6x8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTPKKWb6x8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTPKKWb6x8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTPKKWb6x8 .mbr-section-btn {
  margin: 0;
}
.cid-uTPKKWb6x8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTPKKWb6x8 .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uTPKKWb6x8 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uTPKKWb6x8 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uTPKKWb6x8 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uTPKKWb6x8 .item-name,
.cid-uTPKKWb6x8 .item-wrap {
  color: #716c80;
}
.cid-uTPKKWb6x8 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uTPKKWb6x8 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uTPKKWb6x8 .media-gallery input[type="radio"] {
  display: none;
}
.cid-uTPKKWb6x8 .main-media .media {
  display: none;
}
.cid-uTPKKWb6x8 #media-01-1:checked ~ .main-media .media1,
.cid-uTPKKWb6x8 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uTPKKWb6x8 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uTPKKWb6x8 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uTPKKWb6x8 .media-thumbnails label {
  cursor: pointer;
}
.cid-uTPKKWb6x8 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uTPKKWb6x8 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uTPKKWb6x8 .main-media img,
.cid-uTPKKWb6x8 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uPT84HlxjQ.popup-builder {
  background-color: #ffffff;
}
.cid-uPT84HlxjQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT84HlxjQ.popup-builder .container {
  padding: 0;
}
.cid-uPT84HlxjQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT84HlxjQ button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT84HlxjQ .modal-content,
.cid-uPT84HlxjQ .modal-dialog {
  height: auto;
}
.cid-uPT84HlxjQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT84HlxjQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT84HlxjQ .form-wrapper .mbr-form .form-group,
  .cid-uPT84HlxjQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT84HlxjQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT84HlxjQ .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT84HlxjQ .mbr-text {
  text-align: center;
}
.cid-uPT84HlxjQ .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT84HlxjQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT84HlxjQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT84HlxjQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT84HlxjQ .modal-open {
  overflow: hidden;
}
.cid-uPT84HlxjQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT84HlxjQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT84HlxjQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT84HlxjQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT84HlxjQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT84HlxjQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT84HlxjQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT84HlxjQ .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT84HlxjQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT84HlxjQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT84HlxjQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT84HlxjQ .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT84HlxjQ .modal-header {
  border: none;
}
.cid-uPT84HlxjQ .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT84HlxjQ .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT84HlxjQ .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT84HlxjQ .modal-header .close:focus {
  outline: none;
}
.cid-uPT84HlxjQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT84HlxjQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT84HlxjQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT84HlxjQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT84HlxjQ .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT84HlxjQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT84HlxjQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT84HlxjQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT84HlxjQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT84HlxjQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT84HlxjQ .modal-lg,
  .cid-uPT84HlxjQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT84HlxjQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT84HlxjQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT84HlxjQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT84HlxjQ .form-group {
  margin-bottom: 1rem;
}
.cid-uPT84HlxjQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT84HlxjQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT84HlxjQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT84HlxjQ .mbr-section-btn {
  margin: 0;
}
.cid-uPT84HlxjQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT84HlxjQ .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uSeN8XuJq1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uSeN8YaUGd {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uSeN8YaUGd {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uSeN8YaUGd {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uSeN8YaUGd {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uSeN8YaUGd .container {
    padding-top: 128px;
  }
  .cid-uSeN8YaUGd #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uSeN8YaUGd #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uSeN8YaUGd .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uSeN8YaUGd H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uSeN8YaUGd h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uSeN8YaUGd .mbr-text,
.cid-uSeN8YaUGd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSeN8YaUGd img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uSeN8YaUGd .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uSeN8YaUGd #F1:not(.selected):hover,
.cid-uSeN8YaUGd #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uSeN8YaUGd #F1,
.cid-uSeN8YaUGd #F2 {
  transition: filter 0.3s ease;
}
.cid-uSeN8YaUGd .cls-0 {
  fill: #465052;
}
.cid-uSeN8YaUGd .cls-1 {
  fill: #d4d8de;
}
.cid-uSeN8YaUGd H3 {
  color: #716c80;
}
.cid-uSeN8YaUGd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeN8YaUGd .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uSeN8YaUGd .mbr-text,
.cid-uSeN8YaUGd .mbr-section-btn P {
  text-align: left;
}
.cid-uSeN8YaUGd .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uSeN8YaUGd .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uSeN8YaUGd .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uSeN8YaUGd .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uSeN8YaUGd .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uSeN8YaUGd .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uSeN8YaUGd p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uSeN8YaUGd .dark {
  color: #465052;
}
.cid-uSeN8YaUGd span {
  margin: 0;
}
.cid-uSeN8YaUGd .cls-2 {
  fill: #444953;
}
.cid-uSeN8YaUGd .cls-3 {
  fill: #c9f352;
}
.cid-uSeN8YaUGd P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uSeN8YaUGd .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uSeN8YaUGd .mbr-iconfont {
  line-height: inherit;
}
.cid-uSeN8YaUGd H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uSeN8YaUGd #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uSeN8YaUGd #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uSeN8YaUGd .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uSeN8YaUGd img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uSeN8YaUGd #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uSeN8YaUGd #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uSeN8YaUGd #Bkarte,
  .cid-uSeN8YaUGd #Pkarte {
    border-radius: 0;
  }
  .cid-uSeN8YaUGd #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uSeN8YaUGd .svg,
  .cid-uSeN8YaUGd video {
    display: none;
  }
  .cid-uSeN8YaUGd .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uSeN8YaUGd .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uSeN8YaUGd img {
    margin-top: 0;
  }
  .cid-uSeN8YaUGd .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uSeN8Z4VYu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeN8Z4VYu .item:focus,
.cid-uSeN8Z4VYu span:focus {
  outline: none;
}
.cid-uSeN8Z4VYu .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSeN8Z4VYu .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSeN8Z4VYu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeN8Z4VYu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSeN8Z4VYu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSeN8Z4VYu .mbr-section-title {
  color: #232323;
}
.cid-uSeN8Z4VYu .mbr-text,
.cid-uSeN8Z4VYu .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uSeN8Z4VYu .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uSeN8Z4VYu .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURPB4LVDG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURPB4LVDG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURPB4LVDG H1 {
  color: #57468b;
}
.cid-uURPB4LVDG .mbr-text,
.cid-uURPB4LVDG .mbr-section-btn {
  color: #716c80;
}
.cid-uURPB4LVDG H3 {
  color: #716c80;
}
.cid-uURPB4LVDG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURPB4LVDG .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURPB4LVDG .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURPB4LVDG .link:hover {
  color: #232323 !important;
}
.cid-uURPB4LVDG .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURPB4LVDG DIV {
  color: #57468b;
}
.cid-uURPB4LVDG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURPB4LVDG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeN8ZUiRK {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeN8ZUiRK img,
.cid-uSeN8ZUiRK .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uSeN8ZUiRK .item:focus,
.cid-uSeN8ZUiRK span:focus {
  outline: none;
}
.cid-uSeN8ZUiRK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSeN8ZUiRK .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSeN8ZUiRK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeN8ZUiRK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSeN8ZUiRK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSeN8ZUiRK .mbr-section-title {
  color: #232323;
}
.cid-uSeN8ZUiRK .mbr-text,
.cid-uSeN8ZUiRK .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uSeN8ZUiRK .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uSeN8ZUiRK .item-subtitle {
  text-align: center;
}
.cid-uSf53ciDiW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSf53ciDiW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSf53ciDiW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSf53ciDiW .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uSf53ciDiW .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uSf53ciDiW .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uSf53ciDiW .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uSf53ciDiW .btn:hover,
.cid-uSf53ciDiW .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uSf53ciDiW .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSf53ciDiW h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uSeN93puq5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeN93puq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeN93puq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeN93puq5 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uSeN93puq5 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uSeN93puq5 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uSeN93puq5 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uSeN93puq5 .btn:hover,
.cid-uSeN93puq5 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uSeN93puq5 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uTQ7aaxPxp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTQ7aaxPxp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ7aaxPxp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTQ7aaxPxp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uTQ7aaxPxp .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uTQ7aaxPxp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTQ7aaxPxp .embla__slide .slide-content {
  width: 100%;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uTQ7aaxPxp .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uTQ7aaxPxp .embla__button--next,
.cid-uTQ7aaxPxp .embla__button--prev {
  display: flex;
}
.cid-uTQ7aaxPxp .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTQ7aaxPxp .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTQ7aaxPxp .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uTQ7aaxPxp .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uTQ7aaxPxp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uTQ7aaxPxp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uTQ7aaxPxp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTQ7aaxPxp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTQ7aaxPxp .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTQ7aaxPxp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTQ7aaxPxp .mbr-section-title {
  color: #272b2e;
}
.cid-uTQ7aaxPxp .item-tag {
  color: #ffffff;
}
.cid-uTQ7aaxPxp .item-name {
  color: #ffffff;
}
.cid-uTQ7aaxPxp .item-name,
.cid-uTQ7aaxPxp .item-wrap {
  color: #465052;
}
.cid-uTQ7aaxPxp .item-tag,
.cid-uTQ7aaxPxp .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uTQ7aaxPxp H4 {
  color: #267cb5;
}
.cid-uTQ7aaxPxp .card-title {
  color: #267cb5;
}
.cid-uVP0MWtnbo.popup-builder {
  background-color: #ffffff;
}
.cid-uVP0MWtnbo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVP0MWtnbo.popup-builder .container {
  padding: 0;
}
.cid-uVP0MWtnbo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVP0MWtnbo button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uVP0MWtnbo .modal-content,
.cid-uVP0MWtnbo .modal-dialog {
  height: auto;
}
.cid-uVP0MWtnbo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVP0MWtnbo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVP0MWtnbo .form-wrapper .mbr-form .form-group,
  .cid-uVP0MWtnbo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVP0MWtnbo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVP0MWtnbo .mbr-figure {
  border-radius: 1rem;
}
.cid-uVP0MWtnbo .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVP0MWtnbo .mbr-figure iframe {
  border-radius: 1rem !important;
}
.cid-uVP0MWtnbo .mbr-text {
  text-align: center;
}
.cid-uVP0MWtnbo .pt-0 {
  padding-top: 0 !important;
}
.cid-uVP0MWtnbo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVP0MWtnbo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVP0MWtnbo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVP0MWtnbo .modal-open {
  overflow: hidden;
}
.cid-uVP0MWtnbo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVP0MWtnbo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVP0MWtnbo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVP0MWtnbo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVP0MWtnbo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVP0MWtnbo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVP0MWtnbo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVP0MWtnbo .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVP0MWtnbo .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVP0MWtnbo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVP0MWtnbo .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVP0MWtnbo .modal-backdrop.show {
  opacity: .5;
}
.cid-uVP0MWtnbo .modal-header {
  border: none;
}
.cid-uVP0MWtnbo .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVP0MWtnbo .modal-header .close svg {
  fill: #ffffff;
}
.cid-uVP0MWtnbo .modal-header .close:hover {
  opacity: 1;
}
.cid-uVP0MWtnbo .modal-header .close:focus {
  outline: none;
}
.cid-uVP0MWtnbo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVP0MWtnbo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uVP0MWtnbo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVP0MWtnbo .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVP0MWtnbo .modal-footer {
    padding: 1rem;
  }
}
.cid-uVP0MWtnbo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVP0MWtnbo .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uVP0MWtnbo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVP0MWtnbo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVP0MWtnbo .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVP0MWtnbo .modal-lg,
  .cid-uVP0MWtnbo .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVP0MWtnbo .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVP0MWtnbo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVP0MWtnbo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVP0MWtnbo .form-group {
  margin-bottom: 1rem;
}
.cid-uVP0MWtnbo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVP0MWtnbo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVP0MWtnbo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVP0MWtnbo .mbr-section-btn {
  margin: 0;
}
.cid-uVP0MWtnbo .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTQ5KufkXg.popup-builder {
  background-color: #ffffff;
}
.cid-uTQ5KufkXg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTQ5KufkXg.popup-builder .container {
  padding: 0;
}
.cid-uTQ5KufkXg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTQ5KufkXg button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uTQ5KufkXg .modal-content,
.cid-uTQ5KufkXg .modal-dialog {
  height: auto;
}
.cid-uTQ5KufkXg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTQ5KufkXg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTQ5KufkXg .form-wrapper .mbr-form .form-group,
  .cid-uTQ5KufkXg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTQ5KufkXg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTQ5KufkXg .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTQ5KufkXg .mbr-text {
  text-align: center;
}
.cid-uTQ5KufkXg .pt-0 {
  padding-top: 0 !important;
}
.cid-uTQ5KufkXg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTQ5KufkXg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTQ5KufkXg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTQ5KufkXg .modal-open {
  overflow: hidden;
}
.cid-uTQ5KufkXg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTQ5KufkXg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTQ5KufkXg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTQ5KufkXg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTQ5KufkXg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTQ5KufkXg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTQ5KufkXg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTQ5KufkXg .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTQ5KufkXg .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTQ5KufkXg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTQ5KufkXg .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTQ5KufkXg .modal-backdrop.show {
  opacity: .5;
}
.cid-uTQ5KufkXg .modal-header {
  border: none;
}
.cid-uTQ5KufkXg .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTQ5KufkXg .modal-header .close svg {
  fill: #ffffff;
}
.cid-uTQ5KufkXg .modal-header .close:hover {
  opacity: 1;
}
.cid-uTQ5KufkXg .modal-header .close:focus {
  outline: none;
}
.cid-uTQ5KufkXg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTQ5KufkXg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uTQ5KufkXg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTQ5KufkXg .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQ5KufkXg .modal-footer {
    padding: 1rem;
  }
}
.cid-uTQ5KufkXg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTQ5KufkXg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTQ5KufkXg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTQ5KufkXg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTQ5KufkXg .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTQ5KufkXg .modal-lg,
  .cid-uTQ5KufkXg .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTQ5KufkXg .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTQ5KufkXg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTQ5KufkXg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTQ5KufkXg .form-group {
  margin-bottom: 1rem;
}
.cid-uTQ5KufkXg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTQ5KufkXg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTQ5KufkXg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTQ5KufkXg .mbr-section-btn {
  margin: 0;
}
.cid-uTQ5KufkXg .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTQ5KufkXg .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uTQ5KufkXg .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uTQ5KufkXg .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uTQ5KufkXg .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uTQ5KufkXg .item-name,
.cid-uTQ5KufkXg .item-wrap {
  color: #716c80;
}
.cid-uTQ5KufkXg H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uTQ5KufkXg .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uTQ5KufkXg .media-gallery input[type="radio"] {
  display: none;
}
.cid-uTQ5KufkXg .main-media .media {
  display: none;
}
.cid-uTQ5KufkXg #media-01-1:checked ~ .main-media .media1,
.cid-uTQ5KufkXg #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uTQ5KufkXg .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uTQ5KufkXg .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uTQ5KufkXg .media-thumbnails label {
  cursor: pointer;
}
.cid-uTQ5KufkXg .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uTQ5KufkXg .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uTQ5KufkXg .main-media img,
.cid-uTQ5KufkXg .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-uSqSeuHNyT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSqSeuHNyT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSqSeuHNyT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSqSeuHNyT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSqSeuHNyT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqSeuHNyT .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 430px;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 50%;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 50%;
  width: 100%;
  height: 50%;
}
@media (max-width: 992px) {
  .cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSqSeuHNyT .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #c1c1c1;
  margin: 0;
}
.cid-uSqSeuHNyT .embla__button--next,
.cid-uSqSeuHNyT .embla__button--prev {
  display: flex;
}
.cid-uSqSeuHNyT .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSqSeuHNyT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSqSeuHNyT .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSqSeuHNyT .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSqSeuHNyT .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSqSeuHNyT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqSeuHNyT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqSeuHNyT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqSeuHNyT .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqSeuHNyT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSqSeuHNyT .mbr-section-title {
  color: #272b2e;
}
.cid-uSqSeuHNyT .item-tag {
  color: #ffffff;
}
.cid-uSqSeuHNyT .item-name {
  color: #ffffff;
}
.cid-uSqSeuHNyT .item-name,
.cid-uSqSeuHNyT .item-wrap {
  color: #465052;
}
.cid-uSqSeuHNyT .item-tag,
.cid-uSqSeuHNyT .desc-wrapper {
  border-radius: 0.3rem;
  color: #465052;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSqSeuHNyT H4 {
  color: #267cb5;
}
.cid-uSqSeuHNyT .card-title {
  color: #267cb5;
}
.cid-uSqqpqgNnV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSqqpqgNnV .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSqqpqgNnV .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSqqpqgNnV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSqqpqgNnV .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSqqpqgNnV .embla__slide .slide-content {
  width: 100%;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 430px;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 50%;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 50%;
  width: 100%;
  height: 50%;
}
@media (max-width: 992px) {
  .cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSqqpqgNnV .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #c1c1c1;
  margin: 0;
}
.cid-uSqqpqgNnV .embla__button--next,
.cid-uSqqpqgNnV .embla__button--prev {
  display: flex;
}
.cid-uSqqpqgNnV .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSqqpqgNnV .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSqqpqgNnV .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSqqpqgNnV .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSqqpqgNnV .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSqqpqgNnV .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSqqpqgNnV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSqqpqgNnV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSqqpqgNnV .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSqqpqgNnV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSqqpqgNnV .mbr-section-title {
  color: #272b2e;
}
.cid-uSqqpqgNnV .item-tag {
  color: #ffffff;
}
.cid-uSqqpqgNnV .item-name {
  color: #ffffff;
}
.cid-uSqqpqgNnV .item-name,
.cid-uSqqpqgNnV .item-wrap {
  color: #465052;
}
.cid-uSqqpqgNnV .item-tag,
.cid-uSqqpqgNnV .desc-wrapper {
  border-radius: 0.3rem;
  color: #465052;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSqqpqgNnV H4 {
  color: #267cb5;
}
.cid-uSqqpqgNnV .card-title {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uT0ickd05Q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uT0ickNETl {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uT0ickNETl {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uT0ickNETl {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uT0ickNETl {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uT0ickNETl .container {
    padding-top: 128px;
  }
  .cid-uT0ickNETl #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uT0ickNETl #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uT0ickNETl .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uT0ickNETl H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uT0ickNETl h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uT0ickNETl .mbr-text,
.cid-uT0ickNETl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uT0ickNETl img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uT0ickNETl .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uT0ickNETl #F1:not(.selected):hover,
.cid-uT0ickNETl #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uT0ickNETl #F1,
.cid-uT0ickNETl #F2 {
  transition: filter 0.3s ease;
}
.cid-uT0ickNETl .cls-0 {
  fill: #465052;
}
.cid-uT0ickNETl .cls-1 {
  fill: #d4d8de;
}
.cid-uT0ickNETl H3 {
  color: #716c80;
}
.cid-uT0ickNETl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0ickNETl .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uT0ickNETl .mbr-text,
.cid-uT0ickNETl .mbr-section-btn P {
  text-align: left;
}
.cid-uT0ickNETl .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uT0ickNETl .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uT0ickNETl .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uT0ickNETl .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uT0ickNETl .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uT0ickNETl .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uT0ickNETl p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uT0ickNETl .dark {
  color: #465052;
}
.cid-uT0ickNETl span {
  margin: 0;
}
.cid-uT0ickNETl .cls-2 {
  fill: #444953;
}
.cid-uT0ickNETl .cls-3 {
  fill: #c9f352;
}
.cid-uT0ickNETl P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uT0ickNETl .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uT0ickNETl .mbr-iconfont {
  line-height: inherit;
}
.cid-uT0ickNETl H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uT0ickNETl #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uT0ickNETl #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uT0ickNETl .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uT0ickNETl img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uT0ickNETl #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uT0ickNETl #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uT0ickNETl #Bkarte,
  .cid-uT0ickNETl #Pkarte {
    border-radius: 0;
  }
  .cid-uT0ickNETl #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uT0ickNETl .svg,
  .cid-uT0ickNETl video {
    display: none;
  }
  .cid-uT0ickNETl .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uT0ickNETl .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uT0ickNETl img {
    margin-top: 0;
  }
  .cid-uT0ickNETl .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uT0iclNxPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0iclNxPI .item:focus,
.cid-uT0iclNxPI span:focus {
  outline: none;
}
.cid-uT0iclNxPI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uT0iclNxPI .item-wrapper {
  position: relative;
  border-radius: 2vmin;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uT0iclNxPI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uT0iclNxPI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uT0iclNxPI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uT0iclNxPI .mbr-section-title {
  color: #232323;
}
.cid-uT0iclNxPI .mbr-text,
.cid-uT0iclNxPI .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uT0iclNxPI .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uT0iclNxPI .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURPJU2BhK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURPJU2BhK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURPJU2BhK H1 {
  color: #57468b;
}
.cid-uURPJU2BhK .mbr-text,
.cid-uURPJU2BhK .mbr-section-btn {
  color: #716c80;
}
.cid-uURPJU2BhK H3 {
  color: #716c80;
}
.cid-uURPJU2BhK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURPJU2BhK .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURPJU2BhK .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURPJU2BhK .link:hover {
  color: #232323 !important;
}
.cid-uURPJU2BhK .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURPJU2BhK DIV {
  color: #57468b;
}
.cid-uURPJU2BhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURPJU2BhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSk5krODo {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUSk5krODo img,
.cid-uUSk5krODo .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uUSk5krODo .item:focus,
.cid-uUSk5krODo span:focus {
  outline: none;
}
.cid-uUSk5krODo .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUSk5krODo .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUSk5krODo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUSk5krODo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUSk5krODo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUSk5krODo .mbr-section-title {
  color: #232323;
}
.cid-uUSk5krODo .mbr-text,
.cid-uUSk5krODo .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uUSk5krODo .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uUSk5krODo .item-subtitle {
  text-align: center;
}
.cid-uT0icnCyWm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0icnCyWm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0icnCyWm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0icnCyWm .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uT0icnCyWm .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uT0icnCyWm .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uT0icnCyWm .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uT0icnCyWm .btn:hover,
.cid-uT0icnCyWm .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uT0icnCyWm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uT0icnCyWm h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uT0icombSG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uT0icombSG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT0icombSG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uT0icombSG .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uT0icombSG .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uT0icombSG .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uT0icombSG .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uT0icombSG .btn:hover,
.cid-uT0icombSG .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uT0icombSG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uTQ7nXDVJh {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uTQ7nXDVJh .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uTQ7nXDVJh .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uTQ7nXDVJh .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uTQ7nXDVJh .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uTQ7nXDVJh .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uTQ7nXDVJh .embla__slide .slide-content {
  width: 100%;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uTQ7nXDVJh .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uTQ7nXDVJh .embla__button--next,
.cid-uTQ7nXDVJh .embla__button--prev {
  display: flex;
}
.cid-uTQ7nXDVJh .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uTQ7nXDVJh .embla__button:hover {
  opacity: .7 !important;
}
.cid-uTQ7nXDVJh .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uTQ7nXDVJh .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uTQ7nXDVJh .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uTQ7nXDVJh .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uTQ7nXDVJh .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uTQ7nXDVJh .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uTQ7nXDVJh .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uTQ7nXDVJh .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uTQ7nXDVJh .mbr-section-title {
  color: #272b2e;
}
.cid-uTQ7nXDVJh .item-tag {
  color: #ffffff;
}
.cid-uTQ7nXDVJh .item-name {
  color: #ffffff;
}
.cid-uTQ7nXDVJh .item-name,
.cid-uTQ7nXDVJh .item-wrap {
  color: #465052;
}
.cid-uTQ7nXDVJh .item-tag,
.cid-uTQ7nXDVJh .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uTQ7nXDVJh H4 {
  color: #267cb5;
}
.cid-uTQ7nXDVJh .card-title {
  color: #267cb5;
}
.cid-uVP0pdWjse.popup-builder {
  background-color: #ffffff;
}
.cid-uVP0pdWjse.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVP0pdWjse.popup-builder .container {
  padding: 0;
}
.cid-uVP0pdWjse.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVP0pdWjse button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uVP0pdWjse .modal-content,
.cid-uVP0pdWjse .modal-dialog {
  height: auto;
}
.cid-uVP0pdWjse .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVP0pdWjse .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVP0pdWjse .form-wrapper .mbr-form .form-group,
  .cid-uVP0pdWjse .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVP0pdWjse .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVP0pdWjse .mbr-figure {
  border-radius: 1rem;
}
.cid-uVP0pdWjse .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVP0pdWjse .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uVP0pdWjse .mbr-text {
  text-align: center;
}
.cid-uVP0pdWjse .pt-0 {
  padding-top: 0 !important;
}
.cid-uVP0pdWjse .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVP0pdWjse .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVP0pdWjse .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVP0pdWjse .modal-open {
  overflow: hidden;
}
.cid-uVP0pdWjse .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVP0pdWjse .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVP0pdWjse .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVP0pdWjse .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVP0pdWjse .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVP0pdWjse .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVP0pdWjse .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVP0pdWjse .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVP0pdWjse .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVP0pdWjse .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVP0pdWjse .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVP0pdWjse .modal-backdrop.show {
  opacity: .5;
}
.cid-uVP0pdWjse .modal-header {
  border: none;
}
.cid-uVP0pdWjse .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVP0pdWjse .modal-header .close svg {
  fill: #ffffff;
}
.cid-uVP0pdWjse .modal-header .close:hover {
  opacity: 1;
}
.cid-uVP0pdWjse .modal-header .close:focus {
  outline: none;
}
.cid-uVP0pdWjse .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVP0pdWjse .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uVP0pdWjse .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVP0pdWjse .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVP0pdWjse .modal-footer {
    padding: 1rem;
  }
}
.cid-uVP0pdWjse .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVP0pdWjse .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uVP0pdWjse .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVP0pdWjse .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVP0pdWjse .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVP0pdWjse .modal-lg,
  .cid-uVP0pdWjse .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVP0pdWjse .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVP0pdWjse .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVP0pdWjse .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVP0pdWjse .form-group {
  margin-bottom: 1rem;
}
.cid-uVP0pdWjse .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVP0pdWjse .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVP0pdWjse .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVP0pdWjse .mbr-section-btn {
  margin: 0;
}
.cid-uVP0pdWjse .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTQ7oV5ulO.popup-builder {
  background-color: #ffffff;
}
.cid-uTQ7oV5ulO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uTQ7oV5ulO.popup-builder .container {
  padding: 0;
}
.cid-uTQ7oV5ulO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uTQ7oV5ulO button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uTQ7oV5ulO .modal-content,
.cid-uTQ7oV5ulO .modal-dialog {
  height: auto;
}
.cid-uTQ7oV5ulO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uTQ7oV5ulO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uTQ7oV5ulO .form-wrapper .mbr-form .form-group,
  .cid-uTQ7oV5ulO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uTQ7oV5ulO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uTQ7oV5ulO .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uTQ7oV5ulO .mbr-text {
  text-align: center;
}
.cid-uTQ7oV5ulO .pt-0 {
  padding-top: 0 !important;
}
.cid-uTQ7oV5ulO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uTQ7oV5ulO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uTQ7oV5ulO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uTQ7oV5ulO .modal-open {
  overflow: hidden;
}
.cid-uTQ7oV5ulO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uTQ7oV5ulO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uTQ7oV5ulO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uTQ7oV5ulO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uTQ7oV5ulO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uTQ7oV5ulO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uTQ7oV5ulO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uTQ7oV5ulO .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uTQ7oV5ulO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uTQ7oV5ulO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uTQ7oV5ulO .modal-backdrop.fade {
  opacity: 0;
}
.cid-uTQ7oV5ulO .modal-backdrop.show {
  opacity: .5;
}
.cid-uTQ7oV5ulO .modal-header {
  border: none;
}
.cid-uTQ7oV5ulO .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uTQ7oV5ulO .modal-header .close svg {
  fill: #ffffff;
}
.cid-uTQ7oV5ulO .modal-header .close:hover {
  opacity: 1;
}
.cid-uTQ7oV5ulO .modal-header .close:focus {
  outline: none;
}
.cid-uTQ7oV5ulO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uTQ7oV5ulO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uTQ7oV5ulO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uTQ7oV5ulO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTQ7oV5ulO .modal-footer {
    padding: 1rem;
  }
}
.cid-uTQ7oV5ulO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uTQ7oV5ulO .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uTQ7oV5ulO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uTQ7oV5ulO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uTQ7oV5ulO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uTQ7oV5ulO .modal-lg,
  .cid-uTQ7oV5ulO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uTQ7oV5ulO .modal-xl {
    max-width: 1140px;
  }
}
.cid-uTQ7oV5ulO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uTQ7oV5ulO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uTQ7oV5ulO .form-group {
  margin-bottom: 1rem;
}
.cid-uTQ7oV5ulO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uTQ7oV5ulO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uTQ7oV5ulO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uTQ7oV5ulO .mbr-section-btn {
  margin: 0;
}
.cid-uTQ7oV5ulO .mbr-section-btn .btn {
  margin: 0;
}
.cid-uTQ7oV5ulO .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uTQ7oV5ulO .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uTQ7oV5ulO .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uTQ7oV5ulO .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uTQ7oV5ulO .item-name,
.cid-uTQ7oV5ulO .item-wrap {
  color: #716c80;
}
.cid-uTQ7oV5ulO H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uTQ7oV5ulO .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uTQ7oV5ulO .media-gallery input[type="radio"] {
  display: none;
}
.cid-uTQ7oV5ulO .main-media .media {
  display: none;
}
.cid-uTQ7oV5ulO #media-01-1:checked ~ .main-media .media1,
.cid-uTQ7oV5ulO #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uTQ7oV5ulO .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uTQ7oV5ulO .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uTQ7oV5ulO .media-thumbnails label {
  cursor: pointer;
}
.cid-uTQ7oV5ulO .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uTQ7oV5ulO .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uTQ7oV5ulO .main-media img,
.cid-uTQ7oV5ulO .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMhVXQijOC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMhVXQSN6h {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMhVXQSN6h {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMhVXQSN6h {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMhVXQSN6h {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMhVXQSN6h .container {
    padding-top: 128px;
  }
  .cid-uMhVXQSN6h #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhVXQSN6h #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMhVXQSN6h .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMhVXQSN6h H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhVXQSN6h h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMhVXQSN6h .mbr-text,
.cid-uMhVXQSN6h .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMhVXQSN6h img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMhVXQSN6h .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMhVXQSN6h #F1:not(.selected):hover,
.cid-uMhVXQSN6h #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMhVXQSN6h #F1,
.cid-uMhVXQSN6h #F2 {
  transition: filter 0.3s ease;
}
.cid-uMhVXQSN6h .cls-0 {
  fill: #465052;
}
.cid-uMhVXQSN6h .cls-1 {
  fill: #d4d8de;
}
.cid-uMhVXQSN6h H3 {
  color: #716c80;
}
.cid-uMhVXQSN6h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhVXQSN6h .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMhVXQSN6h .mbr-text,
.cid-uMhVXQSN6h .mbr-section-btn P {
  text-align: left;
}
.cid-uMhVXQSN6h .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMhVXQSN6h .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMhVXQSN6h .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMhVXQSN6h .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMhVXQSN6h .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMhVXQSN6h .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMhVXQSN6h p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMhVXQSN6h .dark {
  color: #465052;
}
.cid-uMhVXQSN6h span {
  margin: 0;
}
.cid-uMhVXQSN6h .cls-2 {
  fill: #444953;
}
.cid-uMhVXQSN6h .cls-3 {
  fill: #c9f352;
}
.cid-uMhVXQSN6h P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMhVXQSN6h .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMhVXQSN6h .mbr-iconfont {
  line-height: inherit;
}
.cid-uMhVXQSN6h H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMhVXQSN6h #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMhVXQSN6h #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMhVXQSN6h .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMhVXQSN6h img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMhVXQSN6h #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMhVXQSN6h #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMhVXQSN6h #Bkarte,
  .cid-uMhVXQSN6h #Pkarte {
    border-radius: 0;
  }
  .cid-uMhVXQSN6h #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMhVXQSN6h .svg,
  .cid-uMhVXQSN6h video {
    display: none;
  }
  .cid-uMhVXQSN6h .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMhVXQSN6h .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMhVXQSN6h img {
    margin-top: 0;
  }
  .cid-uMhVXQSN6h .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMhVXRVS6x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhVXRVS6x .item:focus,
.cid-uMhVXRVS6x span:focus {
  outline: none;
}
.cid-uMhVXRVS6x .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhVXRVS6x .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhVXRVS6x .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhVXRVS6x .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhVXRVS6x .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhVXRVS6x .mbr-section-title {
  color: #232323;
}
.cid-uMhVXRVS6x .mbr-text,
.cid-uMhVXRVS6x .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMhVXRVS6x .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMhVXRVS6x .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uMhVXSObLj {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhVXSObLj img,
.cid-uMhVXSObLj .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMhVXSObLj .item:focus,
.cid-uMhVXSObLj span:focus {
  outline: none;
}
.cid-uMhVXSObLj .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMhVXSObLj .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMhVXSObLj .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMhVXSObLj .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMhVXSObLj .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMhVXSObLj .mbr-section-title {
  color: #232323;
}
.cid-uMhVXSObLj .mbr-text,
.cid-uMhVXSObLj .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMhVXSObLj .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMhVXSObLj .item-subtitle {
  text-align: center;
}
.cid-uMhVXXvuVj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhVXXvuVj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhVXXvuVj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhVXXvuVj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhVXXvuVj .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhVXXvuVj .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhVXXvuVj .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhVXXvuVj .btn:hover,
.cid-uMhVXXvuVj .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhVXXvuVj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhVXXvuVj h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G6usbAvo {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G6usbAvo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G6usbAvo .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G6usbAvo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G6usbAvo .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G6usbAvo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G6usbAvo .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G6usbAvo .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G6usbAvo .embla__button--next,
.cid-v1G6usbAvo .embla__button--prev {
  display: flex;
}
.cid-v1G6usbAvo .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G6usbAvo .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G6usbAvo .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G6usbAvo .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G6usbAvo .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G6usbAvo .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G6usbAvo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G6usbAvo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G6usbAvo .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G6usbAvo .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G6usbAvo .mbr-section-title {
  color: #272b2e;
}
.cid-v1G6usbAvo .item-tag {
  color: #ffffff;
}
.cid-v1G6usbAvo .item-name {
  color: #ffffff;
}
.cid-v1G6usbAvo .item-name,
.cid-v1G6usbAvo .item-wrap {
  color: #716c80;
}
.cid-v1G6usbAvo .item-tag,
.cid-v1G6usbAvo .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G6usbAvo H4 {
  color: #267cb5;
}
.cid-v1G6usbAvo .card-title {
  color: #267cb5;
}
.cid-uMhVXU9Lgc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhVXU9Lgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhVXU9Lgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhVXU9Lgc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhVXU9Lgc .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhVXU9Lgc .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uMhVXU9Lgc .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhVXU9Lgc .btn:hover,
.cid-uMhVXU9Lgc .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhVXU9Lgc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uMhVXU9Lgc h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uTPIVUQ8FV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uTPIVUQ8FV h4,
.cid-uTPIVUQ8FV h5,
.cid-uTPIVUQ8FV p {
  margin-bottom: 0;
}
.cid-uTPIVUQ8FV p {
  color: #767676;
}
.cid-uTPIVUQ8FV .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uTPIVUQ8FV .card .card-title {
  position: relative;
}
.cid-uTPIVUQ8FV .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uTPIVUQ8FV .card-wrapper {
  border-radius: 2vmin;
  border-bottom-left-radius: 1vmin;
  border-bottom-right-radius: 1vmin;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uTPIVUQ8FV .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uTPIVUQ8FV .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIVUQ8FV .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uTPIVUQ8FV img {
  border-top-left-radius: 1vmin;
  border-top-right-radius: 1vmin;
}
.cid-uTPIVUQ8FV .card-title,
.cid-uTPIVUQ8FV .main-title {
  color: #57468b;
}
.cid-uTPIVUQ8FV .card-img {
  border-radius: 1vmin;
  width: auto;
}
.cid-uTPIVUQ8FV .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uTPIVUQ8FV .mbr-text {
  text-align: left;
}
.cid-uTPIVUQ8FV iframe {
  width: 100%;
  border: none;
}
.cid-uTPIVUQ8FV .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIVUQ8FV .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uTPIVUQ8FV .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uTPIVUQ8FV .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uTPIVUQ8FV .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uTPIVUQ8FV .embla__container {
  padding-left: 0!important;
}
.cid-uTPIVUQ8FV .col-12 {
  padding-left: 0!important;
}
.cid-v1G6pNBmRc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G6pNBmRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G6pNBmRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G6pNBmRc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G6pNBmRc .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G6pNBmRc .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G6pNBmRc .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G6pNBmRc .btn:hover,
.cid-v1G6pNBmRc .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G6pNBmRc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G6pNBmRc h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uMhVXYcNSi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMhVXYcNSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMhVXYcNSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMhVXYcNSi .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uMhVXYcNSi .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uMhVXYcNSi .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uMhVXYcNSi .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uMhVXYcNSi .btn:hover,
.cid-uMhVXYcNSi .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uMhVXYcNSi .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSZsnAGkkT {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSZsnAGkkT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSZsnAGkkT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSZsnAGkkT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSZsnAGkkT .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSZsnAGkkT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSZsnAGkkT .embla__slide .slide-content {
  width: 100%;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSZsnAGkkT .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSZsnAGkkT .embla__button--next,
.cid-uSZsnAGkkT .embla__button--prev {
  display: flex;
}
.cid-uSZsnAGkkT .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSZsnAGkkT .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSZsnAGkkT .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSZsnAGkkT .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSZsnAGkkT .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSZsnAGkkT .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSZsnAGkkT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSZsnAGkkT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSZsnAGkkT .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSZsnAGkkT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSZsnAGkkT .mbr-section-title {
  color: #272b2e;
}
.cid-uSZsnAGkkT .item-tag {
  color: #ffffff;
}
.cid-uSZsnAGkkT .item-name {
  color: #ffffff;
}
.cid-uSZsnAGkkT .item-name,
.cid-uSZsnAGkkT .item-wrap {
  color: #465052;
}
.cid-uSZsnAGkkT .item-tag,
.cid-uSZsnAGkkT .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSZsnAGkkT H4 {
  color: #267cb5;
}
.cid-uSZsnAGkkT .card-title {
  color: #267cb5;
}
.cid-uPSZN27I0u.popup-builder {
  background-color: #ffffff;
}
.cid-uPSZN27I0u.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPSZN27I0u.popup-builder .container {
  padding: 0;
}
.cid-uPSZN27I0u.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPSZN27I0u button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPSZN27I0u .modal-content,
.cid-uPSZN27I0u .modal-dialog {
  height: auto;
}
.cid-uPSZN27I0u .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPSZN27I0u .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPSZN27I0u .form-wrapper .mbr-form .form-group,
  .cid-uPSZN27I0u .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPSZN27I0u .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPSZN27I0u .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPSZN27I0u .mbr-text {
  text-align: center;
}
.cid-uPSZN27I0u .pt-0 {
  padding-top: 0 !important;
}
.cid-uPSZN27I0u .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPSZN27I0u .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPSZN27I0u .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPSZN27I0u .modal-open {
  overflow: hidden;
}
.cid-uPSZN27I0u .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPSZN27I0u .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPSZN27I0u .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPSZN27I0u .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPSZN27I0u .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPSZN27I0u .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPSZN27I0u .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPSZN27I0u .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPSZN27I0u .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPSZN27I0u .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPSZN27I0u .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPSZN27I0u .modal-backdrop.show {
  opacity: .5;
}
.cid-uPSZN27I0u .modal-header {
  border: none;
}
.cid-uPSZN27I0u .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPSZN27I0u .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPSZN27I0u .modal-header .close:hover {
  opacity: 1;
}
.cid-uPSZN27I0u .modal-header .close:focus {
  outline: none;
}
.cid-uPSZN27I0u .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPSZN27I0u .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPSZN27I0u .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPSZN27I0u .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPSZN27I0u .modal-footer {
    padding: 1rem;
  }
}
.cid-uPSZN27I0u .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPSZN27I0u .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPSZN27I0u .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPSZN27I0u .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPSZN27I0u .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPSZN27I0u .modal-lg,
  .cid-uPSZN27I0u .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPSZN27I0u .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPSZN27I0u .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPSZN27I0u .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPSZN27I0u .form-group {
  margin-bottom: 1rem;
}
.cid-uPSZN27I0u .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPSZN27I0u .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPSZN27I0u .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPSZN27I0u .mbr-section-btn {
  margin: 0;
}
.cid-uPSZN27I0u .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPSZN27I0u .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSZsqvRfOU.popup-builder {
  background-color: #ffffff;
}
.cid-uSZsqvRfOU.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSZsqvRfOU.popup-builder .container {
  padding: 0;
}
.cid-uSZsqvRfOU.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSZsqvRfOU button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSZsqvRfOU .modal-content,
.cid-uSZsqvRfOU .modal-dialog {
  height: auto;
}
.cid-uSZsqvRfOU .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSZsqvRfOU .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSZsqvRfOU .form-wrapper .mbr-form .form-group,
  .cid-uSZsqvRfOU .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSZsqvRfOU .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSZsqvRfOU .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSZsqvRfOU .mbr-text {
  text-align: center;
}
.cid-uSZsqvRfOU .pt-0 {
  padding-top: 0 !important;
}
.cid-uSZsqvRfOU .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSZsqvRfOU .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSZsqvRfOU .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSZsqvRfOU .modal-open {
  overflow: hidden;
}
.cid-uSZsqvRfOU .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSZsqvRfOU .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSZsqvRfOU .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSZsqvRfOU .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSZsqvRfOU .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSZsqvRfOU .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSZsqvRfOU .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSZsqvRfOU .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSZsqvRfOU .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSZsqvRfOU .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSZsqvRfOU .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSZsqvRfOU .modal-backdrop.show {
  opacity: .5;
}
.cid-uSZsqvRfOU .modal-header {
  border: none;
}
.cid-uSZsqvRfOU .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSZsqvRfOU .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSZsqvRfOU .modal-header .close:hover {
  opacity: 1;
}
.cid-uSZsqvRfOU .modal-header .close:focus {
  outline: none;
}
.cid-uSZsqvRfOU .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSZsqvRfOU .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSZsqvRfOU .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSZsqvRfOU .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSZsqvRfOU .modal-footer {
    padding: 1rem;
  }
}
.cid-uSZsqvRfOU .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSZsqvRfOU .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSZsqvRfOU .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSZsqvRfOU .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSZsqvRfOU .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSZsqvRfOU .modal-lg,
  .cid-uSZsqvRfOU .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSZsqvRfOU .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSZsqvRfOU .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSZsqvRfOU .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSZsqvRfOU .form-group {
  margin-bottom: 1rem;
}
.cid-uSZsqvRfOU .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSZsqvRfOU .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSZsqvRfOU .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSZsqvRfOU .mbr-section-btn {
  margin: 0;
}
.cid-uSZsqvRfOU .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSZsqvRfOU .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSZsqvRfOU .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSZsqvRfOU .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSZsqvRfOU .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSZsqvRfOU .item-name,
.cid-uSZsqvRfOU .item-wrap {
  color: #716c80;
}
.cid-uSZsqvRfOU H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSZsqvRfOU .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSZsqvRfOU .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSZsqvRfOU .main-media .media {
  display: none;
}
.cid-uSZsqvRfOU #media-01-1:checked ~ .main-media .media1,
.cid-uSZsqvRfOU #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSZsqvRfOU .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSZsqvRfOU .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSZsqvRfOU .media-thumbnails label {
  cursor: pointer;
}
.cid-uSZsqvRfOU .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSZsqvRfOU .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSZsqvRfOU .main-media img,
.cid-uSZsqvRfOU .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uUprBThLjo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uUprBTQiTd {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uUprBTQiTd {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uUprBTQiTd {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uUprBTQiTd {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uUprBTQiTd .container {
    padding-top: 128px;
  }
  .cid-uUprBTQiTd #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uUprBTQiTd #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uUprBTQiTd .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uUprBTQiTd H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uUprBTQiTd h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uUprBTQiTd .mbr-text,
.cid-uUprBTQiTd .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uUprBTQiTd img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uUprBTQiTd .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uUprBTQiTd #F1:not(.selected):hover,
.cid-uUprBTQiTd #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uUprBTQiTd #F1,
.cid-uUprBTQiTd #F2 {
  transition: filter 0.3s ease;
}
.cid-uUprBTQiTd .cls-0 {
  fill: #465052;
}
.cid-uUprBTQiTd .cls-1 {
  fill: #d4d8de;
}
.cid-uUprBTQiTd H3 {
  color: #716c80;
}
.cid-uUprBTQiTd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUprBTQiTd .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uUprBTQiTd .mbr-text,
.cid-uUprBTQiTd .mbr-section-btn P {
  text-align: left;
}
.cid-uUprBTQiTd .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uUprBTQiTd .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uUprBTQiTd .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uUprBTQiTd .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uUprBTQiTd .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uUprBTQiTd .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uUprBTQiTd p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uUprBTQiTd .dark {
  color: #465052;
}
.cid-uUprBTQiTd span {
  margin: 0;
}
.cid-uUprBTQiTd .cls-2 {
  fill: #444953;
}
.cid-uUprBTQiTd .cls-3 {
  fill: #c9f352;
}
.cid-uUprBTQiTd P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uUprBTQiTd .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uUprBTQiTd .mbr-iconfont {
  line-height: inherit;
}
.cid-uUprBTQiTd H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uUprBTQiTd #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uUprBTQiTd #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uUprBTQiTd .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uUprBTQiTd img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uUprBTQiTd #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uUprBTQiTd #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uUprBTQiTd #Bkarte,
  .cid-uUprBTQiTd #Pkarte {
    border-radius: 0;
  }
  .cid-uUprBTQiTd #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uUprBTQiTd .svg,
  .cid-uUprBTQiTd video {
    display: none;
  }
  .cid-uUprBTQiTd .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uUprBTQiTd .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uUprBTQiTd img {
    margin-top: 0;
  }
  .cid-uUprBTQiTd .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uUprBUPE7B {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUprBUPE7B .item:focus,
.cid-uUprBUPE7B span:focus {
  outline: none;
}
.cid-uUprBUPE7B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUprBUPE7B .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUprBUPE7B .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUprBUPE7B .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUprBUPE7B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUprBUPE7B .mbr-section-title {
  color: #232323;
}
.cid-uUprBUPE7B .mbr-text,
.cid-uUprBUPE7B .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uUprBUPE7B .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uUprBUPE7B .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uUprBVF1WE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUprBVF1WE img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uUprBVF1WE H1 {
  color: #57468b;
}
.cid-uUprBVF1WE .mbr-text,
.cid-uUprBVF1WE .mbr-section-btn {
  color: #716c80;
}
.cid-uUprBVF1WE H3 {
  color: #716c80;
}
.cid-uUprBVF1WE .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uUprBVF1WE .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uUprBVF1WE .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uUprBVF1WE .link:hover {
  color: #232323 !important;
}
.cid-uUprBVF1WE .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uUprBVF1WE DIV {
  color: #57468b;
}
.cid-uUprBVF1WE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUprBVF1WE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUprBWdoUh {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUprBWdoUh img,
.cid-uUprBWdoUh .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uUprBWdoUh .item:focus,
.cid-uUprBWdoUh span:focus {
  outline: none;
}
.cid-uUprBWdoUh .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uUprBWdoUh .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uUprBWdoUh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUprBWdoUh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUprBWdoUh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uUprBWdoUh .mbr-section-title {
  color: #232323;
}
.cid-uUprBWdoUh .mbr-text,
.cid-uUprBWdoUh .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uUprBWdoUh .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uUprBWdoUh .item-subtitle {
  text-align: center;
}
.cid-uUprBXxWEo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUprBXxWEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUprBXxWEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUprBXxWEo .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uUprBXxWEo .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uUprBXxWEo .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uUprBXxWEo .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uUprBXxWEo .btn:hover,
.cid-uUprBXxWEo .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uUprBXxWEo .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUprBXxWEo h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G4SKd7xu {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G4SKd7xu .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G4SKd7xu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G4SKd7xu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G4SKd7xu .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G4SKd7xu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G4SKd7xu .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G4SKd7xu .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G4SKd7xu .embla__button--next,
.cid-v1G4SKd7xu .embla__button--prev {
  display: flex;
}
.cid-v1G4SKd7xu .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G4SKd7xu .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G4SKd7xu .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G4SKd7xu .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G4SKd7xu .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G4SKd7xu .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G4SKd7xu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G4SKd7xu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G4SKd7xu .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G4SKd7xu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G4SKd7xu .mbr-section-title {
  color: #272b2e;
}
.cid-v1G4SKd7xu .item-tag {
  color: #ffffff;
}
.cid-v1G4SKd7xu .item-name {
  color: #ffffff;
}
.cid-v1G4SKd7xu .item-name,
.cid-v1G4SKd7xu .item-wrap {
  color: #716c80;
}
.cid-v1G4SKd7xu .item-tag,
.cid-v1G4SKd7xu .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G4SKd7xu H4 {
  color: #267cb5;
}
.cid-v1G4SKd7xu .card-title {
  color: #267cb5;
}
.cid-v1G4QXQQTr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G4QXQQTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G4QXQQTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G4QXQQTr .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G4QXQQTr .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G4QXQQTr .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G4QXQQTr .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G4QXQQTr .btn:hover,
.cid-v1G4QXQQTr .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G4QXQQTr .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G4QXQQTr h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uUprBY5SOH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUprBY5SOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUprBY5SOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUprBY5SOH .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uUprBY5SOH .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uUprBY5SOH .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uUprBY5SOH .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uUprBY5SOH .btn:hover,
.cid-uUprBY5SOH .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uUprBY5SOH .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uUprBYFrUP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uUprBYFrUP .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUprBYFrUP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUprBYFrUP .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uUprBYFrUP .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uUprBYFrUP .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUprBYFrUP .embla__slide .slide-content {
  width: 100%;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uUprBYFrUP .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uUprBYFrUP .embla__button--next,
.cid-uUprBYFrUP .embla__button--prev {
  display: flex;
}
.cid-uUprBYFrUP .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUprBYFrUP .embla__button:hover {
  opacity: .7 !important;
}
.cid-uUprBYFrUP .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uUprBYFrUP .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uUprBYFrUP .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uUprBYFrUP .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uUprBYFrUP .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUprBYFrUP .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUprBYFrUP .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUprBYFrUP .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uUprBYFrUP .mbr-section-title {
  color: #272b2e;
}
.cid-uUprBYFrUP .item-tag {
  color: #ffffff;
}
.cid-uUprBYFrUP .item-name {
  color: #ffffff;
}
.cid-uUprBYFrUP .item-name,
.cid-uUprBYFrUP .item-wrap {
  color: #465052;
}
.cid-uUprBYFrUP .item-tag,
.cid-uUprBYFrUP .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uUprBYFrUP H4 {
  color: #267cb5;
}
.cid-uUprBYFrUP .card-title {
  color: #267cb5;
}
.cid-uUuydafuuG.popup-builder {
  background-color: #ffffff;
}
.cid-uUuydafuuG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUuydafuuG.popup-builder .container {
  padding: 0;
}
.cid-uUuydafuuG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUuydafuuG button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uUuydafuuG .modal-content,
.cid-uUuydafuuG .modal-dialog {
  height: auto;
}
.cid-uUuydafuuG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUuydafuuG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUuydafuuG .form-wrapper .mbr-form .form-group,
  .cid-uUuydafuuG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUuydafuuG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUuydafuuG .mbr-figure {
  border-radius: 0.5rem !important;
}
.cid-uUuydafuuG .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUuydafuuG .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uUuydafuuG .mbr-text {
  text-align: center;
}
.cid-uUuydafuuG .pt-0 {
  padding-top: 0 !important;
}
.cid-uUuydafuuG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUuydafuuG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUuydafuuG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUuydafuuG .modal-open {
  overflow: hidden;
}
.cid-uUuydafuuG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUuydafuuG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUuydafuuG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUuydafuuG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUuydafuuG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUuydafuuG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUuydafuuG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUuydafuuG .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUuydafuuG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUuydafuuG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUuydafuuG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUuydafuuG .modal-backdrop.show {
  opacity: .5;
}
.cid-uUuydafuuG .modal-header {
  border: none;
}
.cid-uUuydafuuG .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUuydafuuG .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUuydafuuG .modal-header .close:hover {
  opacity: 1;
}
.cid-uUuydafuuG .modal-header .close:focus {
  outline: none;
}
.cid-uUuydafuuG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUuydafuuG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uUuydafuuG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUuydafuuG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUuydafuuG .modal-footer {
    padding: 1rem;
  }
}
.cid-uUuydafuuG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUuydafuuG .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uUuydafuuG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUuydafuuG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUuydafuuG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUuydafuuG .modal-lg,
  .cid-uUuydafuuG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUuydafuuG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUuydafuuG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUuydafuuG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUuydafuuG .form-group {
  margin-bottom: 1rem;
}
.cid-uUuydafuuG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUuydafuuG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUuydafuuG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUuydafuuG .mbr-section-btn {
  margin: 0;
}
.cid-uUuydafuuG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uVwJwbPMEu.popup-builder {
  background-color: #ffffff;
}
.cid-uVwJwbPMEu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVwJwbPMEu.popup-builder .container {
  padding: 0;
}
.cid-uVwJwbPMEu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVwJwbPMEu button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uVwJwbPMEu .modal-content,
.cid-uVwJwbPMEu .modal-dialog {
  height: auto;
}
.cid-uVwJwbPMEu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVwJwbPMEu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVwJwbPMEu .form-wrapper .mbr-form .form-group,
  .cid-uVwJwbPMEu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVwJwbPMEu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVwJwbPMEu .mbr-figure {
  border-radius: 0.5rem !important;
}
.cid-uVwJwbPMEu .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVwJwbPMEu .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uVwJwbPMEu .mbr-text {
  text-align: center;
}
.cid-uVwJwbPMEu .pt-0 {
  padding-top: 0 !important;
}
.cid-uVwJwbPMEu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVwJwbPMEu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVwJwbPMEu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVwJwbPMEu .modal-open {
  overflow: hidden;
}
.cid-uVwJwbPMEu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVwJwbPMEu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVwJwbPMEu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVwJwbPMEu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVwJwbPMEu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVwJwbPMEu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVwJwbPMEu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVwJwbPMEu .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVwJwbPMEu .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVwJwbPMEu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVwJwbPMEu .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVwJwbPMEu .modal-backdrop.show {
  opacity: .5;
}
.cid-uVwJwbPMEu .modal-header {
  border: none;
}
.cid-uVwJwbPMEu .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVwJwbPMEu .modal-header .close svg {
  fill: #ffffff;
}
.cid-uVwJwbPMEu .modal-header .close:hover {
  opacity: 1;
}
.cid-uVwJwbPMEu .modal-header .close:focus {
  outline: none;
}
.cid-uVwJwbPMEu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVwJwbPMEu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uVwJwbPMEu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVwJwbPMEu .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVwJwbPMEu .modal-footer {
    padding: 1rem;
  }
}
.cid-uVwJwbPMEu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVwJwbPMEu .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uVwJwbPMEu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVwJwbPMEu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVwJwbPMEu .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVwJwbPMEu .modal-lg,
  .cid-uVwJwbPMEu .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVwJwbPMEu .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVwJwbPMEu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVwJwbPMEu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVwJwbPMEu .form-group {
  margin-bottom: 1rem;
}
.cid-uVwJwbPMEu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVwJwbPMEu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVwJwbPMEu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVwJwbPMEu .mbr-section-btn {
  margin: 0;
}
.cid-uVwJwbPMEu .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUprC216Kr.popup-builder {
  background-color: #ffffff;
}
.cid-uUprC216Kr.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uUprC216Kr.popup-builder .container {
  padding: 0;
}
.cid-uUprC216Kr.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uUprC216Kr button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uUprC216Kr .modal-content,
.cid-uUprC216Kr .modal-dialog {
  height: auto;
}
.cid-uUprC216Kr .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uUprC216Kr .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uUprC216Kr .form-wrapper .mbr-form .form-group,
  .cid-uUprC216Kr .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uUprC216Kr .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uUprC216Kr .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUprC216Kr .mbr-text {
  text-align: center;
}
.cid-uUprC216Kr .pt-0 {
  padding-top: 0 !important;
}
.cid-uUprC216Kr .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uUprC216Kr .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uUprC216Kr .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uUprC216Kr .modal-open {
  overflow: hidden;
}
.cid-uUprC216Kr .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uUprC216Kr .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uUprC216Kr .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uUprC216Kr .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uUprC216Kr .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uUprC216Kr .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uUprC216Kr .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uUprC216Kr .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uUprC216Kr .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uUprC216Kr .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uUprC216Kr .modal-backdrop.fade {
  opacity: 0;
}
.cid-uUprC216Kr .modal-backdrop.show {
  opacity: .5;
}
.cid-uUprC216Kr .modal-header {
  border: none;
}
.cid-uUprC216Kr .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uUprC216Kr .modal-header .close svg {
  fill: #ffffff;
}
.cid-uUprC216Kr .modal-header .close:hover {
  opacity: 1;
}
.cid-uUprC216Kr .modal-header .close:focus {
  outline: none;
}
.cid-uUprC216Kr .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uUprC216Kr .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uUprC216Kr .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uUprC216Kr .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uUprC216Kr .modal-footer {
    padding: 1rem;
  }
}
.cid-uUprC216Kr .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uUprC216Kr .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uUprC216Kr .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uUprC216Kr .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uUprC216Kr .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uUprC216Kr .modal-lg,
  .cid-uUprC216Kr .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uUprC216Kr .modal-xl {
    max-width: 1140px;
  }
}
.cid-uUprC216Kr .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uUprC216Kr .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uUprC216Kr .form-group {
  margin-bottom: 1rem;
}
.cid-uUprC216Kr .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uUprC216Kr .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uUprC216Kr .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uUprC216Kr .mbr-section-btn {
  margin: 0;
}
.cid-uUprC216Kr .mbr-section-btn .btn {
  margin: 0;
}
.cid-uUprC216Kr .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uUprC216Kr .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uUprC216Kr .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uUprC216Kr .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uUprC216Kr .item-name,
.cid-uUprC216Kr .item-wrap {
  color: #716c80;
}
.cid-uUprC216Kr H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uUprC216Kr .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uUprC216Kr .media-gallery input[type="radio"] {
  display: none;
}
.cid-uUprC216Kr .main-media .media {
  display: none;
}
.cid-uUprC216Kr #media-01-1:checked ~ .main-media .media1,
.cid-uUprC216Kr #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uUprC216Kr .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uUprC216Kr .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uUprC216Kr .media-thumbnails label {
  cursor: pointer;
}
.cid-uUprC216Kr .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uUprC216Kr .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uUprC216Kr .main-media img,
.cid-uUprC216Kr .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uQgriIQ9BD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uQgriJJyS1 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uQgriJJyS1 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uQgriJJyS1 {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uQgriJJyS1 {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uQgriJJyS1 .container {
    padding-top: 128px;
  }
  .cid-uQgriJJyS1 #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uQgriJJyS1 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uQgriJJyS1 .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uQgriJJyS1 H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uQgriJJyS1 h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uQgriJJyS1 .mbr-text,
.cid-uQgriJJyS1 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uQgriJJyS1 img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uQgriJJyS1 .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uQgriJJyS1 #F1:not(.selected):hover,
.cid-uQgriJJyS1 #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uQgriJJyS1 #F1,
.cid-uQgriJJyS1 #F2 {
  transition: filter 0.3s ease;
}
.cid-uQgriJJyS1 .cls-0 {
  fill: #465052;
}
.cid-uQgriJJyS1 .cls-1 {
  fill: #d4d8de;
}
.cid-uQgriJJyS1 H3 {
  color: #716c80;
}
.cid-uQgriJJyS1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgriJJyS1 .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uQgriJJyS1 .mbr-text,
.cid-uQgriJJyS1 .mbr-section-btn P {
  text-align: left;
}
.cid-uQgriJJyS1 .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uQgriJJyS1 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uQgriJJyS1 .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uQgriJJyS1 .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uQgriJJyS1 .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uQgriJJyS1 .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uQgriJJyS1 p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uQgriJJyS1 .dark {
  color: #465052;
}
.cid-uQgriJJyS1 span {
  margin: 0;
}
.cid-uQgriJJyS1 .cls-2 {
  fill: #444953;
}
.cid-uQgriJJyS1 .cls-3 {
  fill: #c9f352;
}
.cid-uQgriJJyS1 P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uQgriJJyS1 .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uQgriJJyS1 .mbr-iconfont {
  line-height: inherit;
}
.cid-uQgriJJyS1 H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uQgriJJyS1 #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uQgriJJyS1 #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uQgriJJyS1 .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uQgriJJyS1 img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uQgriJJyS1 #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uQgriJJyS1 #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uQgriJJyS1 #Bkarte,
  .cid-uQgriJJyS1 #Pkarte {
    border-radius: 0;
  }
  .cid-uQgriJJyS1 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uQgriJJyS1 .svg,
  .cid-uQgriJJyS1 video {
    display: none;
  }
  .cid-uQgriJJyS1 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uQgriJJyS1 .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uQgriJJyS1 img {
    margin-top: 0;
  }
  .cid-uQgriJJyS1 .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uQgriL5CSS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQgriL5CSS .item:focus,
.cid-uQgriL5CSS span:focus {
  outline: none;
}
.cid-uQgriL5CSS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQgriL5CSS .item-wrapper {
  position: relative;
  border-radius: 2vmin;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQgriL5CSS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgriL5CSS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQgriL5CSS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQgriL5CSS .mbr-section-title {
  color: #232323;
}
.cid-uQgriL5CSS .mbr-text,
.cid-uQgriL5CSS .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uQgriL5CSS .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uQgriL5CSS .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uSUmY7hV5s {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uSUmY7hV5s img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uSUmY7hV5s H1 {
  color: #57468b;
}
.cid-uSUmY7hV5s .mbr-text,
.cid-uSUmY7hV5s .mbr-section-btn {
  color: #716c80;
}
.cid-uSUmY7hV5s H3 {
  color: #716c80;
}
.cid-uSUmY7hV5s .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uSUmY7hV5s .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uSUmY7hV5s .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uSUmY7hV5s .link:hover {
  color: #232323 !important;
}
.cid-uSUmY7hV5s .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uSUmY7hV5s DIV {
  color: #57468b;
}
.cid-uSUmY7hV5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSUmY7hV5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgriMnLfn {
  scroll-margin-top: 90px;
  padding-top: 90px;
  overflow: inherit;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQgriMnLfn img,
.cid-uQgriMnLfn .item-img {
  width: 100%;
  border-top-left-radius: 2vmin;
  border-top-right-radius: 2vmin;
}
.cid-uQgriMnLfn .item:focus,
.cid-uQgriMnLfn span:focus {
  outline: none;
}
.cid-uQgriMnLfn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uQgriMnLfn .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 2vmin;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uQgriMnLfn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uQgriMnLfn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uQgriMnLfn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uQgriMnLfn .mbr-section-title {
  color: #232323;
}
.cid-uQgriMnLfn .mbr-text,
.cid-uQgriMnLfn .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uQgriMnLfn .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uQgriMnLfn .item-subtitle {
  text-align: center;
}
.cid-uQgriSe7Po {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQgriSe7Po .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgriSe7Po .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgriSe7Po .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uQgriSe7Po .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uQgriSe7Po .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uQgriSe7Po .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uQgriSe7Po .btn:hover,
.cid-uQgriSe7Po .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uQgriSe7Po .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uQgriSe7Po h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-v1G47WBnqs {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G47WBnqs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G47WBnqs .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G47WBnqs .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G47WBnqs .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G47WBnqs .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G47WBnqs .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G47WBnqs .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
}
.cid-v1G47WBnqs .embla__button--next,
.cid-v1G47WBnqs .embla__button--prev {
  display: flex;
}
.cid-v1G47WBnqs .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G47WBnqs .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G47WBnqs .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G47WBnqs .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G47WBnqs .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G47WBnqs .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G47WBnqs .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G47WBnqs .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G47WBnqs .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G47WBnqs .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G47WBnqs .mbr-section-title {
  color: #272b2e;
}
.cid-v1G47WBnqs .item-tag {
  color: #ffffff;
}
.cid-v1G47WBnqs .item-name {
  color: #ffffff;
}
.cid-v1G47WBnqs .item-name,
.cid-v1G47WBnqs .item-wrap {
  color: #716c80;
}
.cid-v1G47WBnqs .item-tag,
.cid-v1G47WBnqs .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G47WBnqs H4 {
  color: #267cb5;
}
.cid-v1G47WBnqs .card-title {
  color: #267cb5;
}
.cid-v1G46rTxiO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G46rTxiO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G46rTxiO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G46rTxiO .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G46rTxiO .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G46rTxiO .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G46rTxiO .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G46rTxiO .btn:hover,
.cid-v1G46rTxiO .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G46rTxiO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G46rTxiO h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-uZGUdZXbAl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZGUdZXbAl h4,
.cid-uZGUdZXbAl h5,
.cid-uZGUdZXbAl p {
  margin-bottom: 0;
}
.cid-uZGUdZXbAl p {
  color: #767676;
}
.cid-uZGUdZXbAl .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uZGUdZXbAl .card .card-title {
  position: relative;
}
.cid-uZGUdZXbAl .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uZGUdZXbAl .card-wrapper {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uZGUdZXbAl .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uZGUdZXbAl .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uZGUdZXbAl .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uZGUdZXbAl img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uZGUdZXbAl .card-title,
.cid-uZGUdZXbAl .main-title {
  color: #57468b;
}
.cid-uZGUdZXbAl .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uZGUdZXbAl .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uZGUdZXbAl .mbr-text {
  text-align: left;
}
.cid-uZGUdZXbAl iframe {
  width: 100%;
  border: none;
}
.cid-uZGUdZXbAl .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uZGUdZXbAl .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uZGUdZXbAl .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uZGUdZXbAl .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uZGUdZXbAl .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uZGUdZXbAl .embla__container {
  padding-left: 0!important;
}
.cid-uZGUdZXbAl .col-12 {
  padding-left: 0!important;
}
.cid-uZGU7FJ8mm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZGU7FJ8mm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZGU7FJ8mm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZGU7FJ8mm .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uZGU7FJ8mm .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uZGU7FJ8mm .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uZGU7FJ8mm .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uZGU7FJ8mm .btn:hover,
.cid-uZGU7FJ8mm .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uZGU7FJ8mm .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZGU7FJ8mm h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-uQgriTbxTq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uQgriTbxTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQgriTbxTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQgriTbxTq .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uQgriTbxTq .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uQgriTbxTq .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uQgriTbxTq .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uQgriTbxTq .btn:hover,
.cid-uQgriTbxTq .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uQgriTbxTq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSTC8xFZjB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTC8xFZjB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSTC8xFZjB .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSTC8xFZjB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSTC8xFZjB .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSTC8xFZjB .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSTC8xFZjB .embla__slide .slide-content {
  width: 100%;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSTC8xFZjB .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #767676;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSTC8xFZjB .embla__button--next,
.cid-uSTC8xFZjB .embla__button--prev {
  display: flex;
}
.cid-uSTC8xFZjB .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSTC8xFZjB .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSTC8xFZjB .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSTC8xFZjB .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSTC8xFZjB .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSTC8xFZjB .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSTC8xFZjB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSTC8xFZjB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSTC8xFZjB .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSTC8xFZjB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSTC8xFZjB .mbr-section-title {
  color: #272b2e;
}
.cid-uSTC8xFZjB .item-tag {
  color: #ffffff;
}
.cid-uSTC8xFZjB .item-name {
  color: #ffffff;
}
.cid-uSTC8xFZjB .item-name,
.cid-uSTC8xFZjB .item-wrap {
  color: #465052;
}
.cid-uSTC8xFZjB .item-tag,
.cid-uSTC8xFZjB .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSTC8xFZjB H4 {
  color: #267cb5;
}
.cid-uSTC8xFZjB .card-title {
  color: #267cb5;
}
.cid-uVOEXLzxTC.popup-builder {
  background-color: #ffffff;
}
.cid-uVOEXLzxTC.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uVOEXLzxTC.popup-builder .container {
  padding: 0;
}
.cid-uVOEXLzxTC.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uVOEXLzxTC button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uVOEXLzxTC .modal-content,
.cid-uVOEXLzxTC .modal-dialog {
  height: auto;
}
.cid-uVOEXLzxTC .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uVOEXLzxTC .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uVOEXLzxTC .form-wrapper .mbr-form .form-group,
  .cid-uVOEXLzxTC .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uVOEXLzxTC .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uVOEXLzxTC .mbr-figure {
  border-radius: 0.5rem;
}
.cid-uVOEXLzxTC .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVOEXLzxTC .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uVOEXLzxTC .mbr-text {
  text-align: center;
}
.cid-uVOEXLzxTC .pt-0 {
  padding-top: 0 !important;
}
.cid-uVOEXLzxTC .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uVOEXLzxTC .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uVOEXLzxTC .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uVOEXLzxTC .modal-open {
  overflow: hidden;
}
.cid-uVOEXLzxTC .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uVOEXLzxTC .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uVOEXLzxTC .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uVOEXLzxTC .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uVOEXLzxTC .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uVOEXLzxTC .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uVOEXLzxTC .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uVOEXLzxTC .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uVOEXLzxTC .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uVOEXLzxTC .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uVOEXLzxTC .modal-backdrop.fade {
  opacity: 0;
}
.cid-uVOEXLzxTC .modal-backdrop.show {
  opacity: .5;
}
.cid-uVOEXLzxTC .modal-header {
  border: none;
}
.cid-uVOEXLzxTC .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uVOEXLzxTC .modal-header .close svg {
  fill: #ffffff;
}
.cid-uVOEXLzxTC .modal-header .close:hover {
  opacity: 1;
}
.cid-uVOEXLzxTC .modal-header .close:focus {
  outline: none;
}
.cid-uVOEXLzxTC .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uVOEXLzxTC .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uVOEXLzxTC .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uVOEXLzxTC .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uVOEXLzxTC .modal-footer {
    padding: 1rem;
  }
}
.cid-uVOEXLzxTC .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uVOEXLzxTC .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uVOEXLzxTC .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uVOEXLzxTC .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uVOEXLzxTC .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uVOEXLzxTC .modal-lg,
  .cid-uVOEXLzxTC .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uVOEXLzxTC .modal-xl {
    max-width: 1140px;
  }
}
.cid-uVOEXLzxTC .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uVOEXLzxTC .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uVOEXLzxTC .form-group {
  margin-bottom: 1rem;
}
.cid-uVOEXLzxTC .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uVOEXLzxTC .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uVOEXLzxTC .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uVOEXLzxTC .mbr-section-btn {
  margin: 0;
}
.cid-uVOEXLzxTC .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSCpaf9hKF.popup-builder {
  background-color: #ffffff;
}
.cid-uSCpaf9hKF.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSCpaf9hKF.popup-builder .container {
  padding: 0;
}
.cid-uSCpaf9hKF.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSCpaf9hKF button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSCpaf9hKF .modal-content,
.cid-uSCpaf9hKF .modal-dialog {
  height: auto;
}
.cid-uSCpaf9hKF .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSCpaf9hKF .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSCpaf9hKF .form-wrapper .mbr-form .form-group,
  .cid-uSCpaf9hKF .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSCpaf9hKF .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSCpaf9hKF .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSCpaf9hKF .mbr-text {
  text-align: center;
}
.cid-uSCpaf9hKF .pt-0 {
  padding-top: 0 !important;
}
.cid-uSCpaf9hKF .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSCpaf9hKF .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSCpaf9hKF .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSCpaf9hKF .modal-open {
  overflow: hidden;
}
.cid-uSCpaf9hKF .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSCpaf9hKF .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSCpaf9hKF .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSCpaf9hKF .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSCpaf9hKF .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSCpaf9hKF .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSCpaf9hKF .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSCpaf9hKF .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSCpaf9hKF .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSCpaf9hKF .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSCpaf9hKF .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSCpaf9hKF .modal-backdrop.show {
  opacity: .5;
}
.cid-uSCpaf9hKF .modal-header {
  border: none;
}
.cid-uSCpaf9hKF .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSCpaf9hKF .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSCpaf9hKF .modal-header .close:hover {
  opacity: 1;
}
.cid-uSCpaf9hKF .modal-header .close:focus {
  outline: none;
}
.cid-uSCpaf9hKF .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSCpaf9hKF .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSCpaf9hKF .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSCpaf9hKF .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCpaf9hKF .modal-footer {
    padding: 1rem;
  }
}
.cid-uSCpaf9hKF .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSCpaf9hKF .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSCpaf9hKF .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSCpaf9hKF .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSCpaf9hKF .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSCpaf9hKF .modal-lg,
  .cid-uSCpaf9hKF .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSCpaf9hKF .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSCpaf9hKF .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSCpaf9hKF .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSCpaf9hKF .form-group {
  margin-bottom: 1rem;
}
.cid-uSCpaf9hKF .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSCpaf9hKF .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSCpaf9hKF .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSCpaf9hKF .mbr-section-btn {
  margin: 0;
}
.cid-uSCpaf9hKF .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSCpaf9hKF .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSCpaf9hKF .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSCpaf9hKF .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSCpaf9hKF .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSCpaf9hKF .item-name,
.cid-uSCpaf9hKF .item-wrap {
  color: #716c80;
}
.cid-uSCpaf9hKF H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSCpaf9hKF .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSCpaf9hKF .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSCpaf9hKF .main-media .media {
  display: none;
}
.cid-uSCpaf9hKF #media-01-1:checked ~ .main-media .media1,
.cid-uSCpaf9hKF #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSCpaf9hKF .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSCpaf9hKF .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSCpaf9hKF .media-thumbnails label {
  cursor: pointer;
}
.cid-uSCpaf9hKF .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uSCpaf9hKF .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSCpaf9hKF .main-media img,
.cid-uSCpaf9hKF .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uSCpbLjmIW.popup-builder {
  background-color: #ffffff;
}
.cid-uSCpbLjmIW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSCpbLjmIW.popup-builder .container {
  padding: 0;
}
.cid-uSCpbLjmIW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSCpbLjmIW button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSCpbLjmIW .modal-content,
.cid-uSCpbLjmIW .modal-dialog {
  height: auto;
}
.cid-uSCpbLjmIW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSCpbLjmIW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSCpbLjmIW .form-wrapper .mbr-form .form-group,
  .cid-uSCpbLjmIW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSCpbLjmIW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSCpbLjmIW .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSCpbLjmIW .mbr-text {
  text-align: center;
}
.cid-uSCpbLjmIW .pt-0 {
  padding-top: 0 !important;
}
.cid-uSCpbLjmIW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSCpbLjmIW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSCpbLjmIW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSCpbLjmIW .modal-open {
  overflow: hidden;
}
.cid-uSCpbLjmIW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSCpbLjmIW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSCpbLjmIW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSCpbLjmIW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSCpbLjmIW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSCpbLjmIW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSCpbLjmIW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSCpbLjmIW .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSCpbLjmIW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSCpbLjmIW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSCpbLjmIW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSCpbLjmIW .modal-backdrop.show {
  opacity: .5;
}
.cid-uSCpbLjmIW .modal-header {
  border: none;
}
.cid-uSCpbLjmIW .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSCpbLjmIW .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSCpbLjmIW .modal-header .close:hover {
  opacity: 1;
}
.cid-uSCpbLjmIW .modal-header .close:focus {
  outline: none;
}
.cid-uSCpbLjmIW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSCpbLjmIW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSCpbLjmIW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSCpbLjmIW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSCpbLjmIW .modal-footer {
    padding: 1rem;
  }
}
.cid-uSCpbLjmIW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSCpbLjmIW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSCpbLjmIW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSCpbLjmIW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSCpbLjmIW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSCpbLjmIW .modal-lg,
  .cid-uSCpbLjmIW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSCpbLjmIW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSCpbLjmIW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSCpbLjmIW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSCpbLjmIW .form-group {
  margin-bottom: 1rem;
}
.cid-uSCpbLjmIW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSCpbLjmIW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSCpbLjmIW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSCpbLjmIW .mbr-section-btn {
  margin: 0;
}
.cid-uSCpbLjmIW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSCpbLjmIW .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSCpbLjmIW .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSCpbLjmIW .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSCpbLjmIW .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSCpbLjmIW .item-name,
.cid-uSCpbLjmIW .item-wrap {
  color: #716c80;
}
.cid-uSCpbLjmIW H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSCpbLjmIW .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSCpbLjmIW .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSCpbLjmIW #media1:checked ~ .main-media .media1,
.cid-uSCpbLjmIW #media2:checked ~ .main-media .media2,
.cid-uSCpbLjmIW #media3:checked ~ .main-media .media3,
.cid-uSCpbLjmIW #media4:checked ~ .main-media .media4 {
  display: block;
}
.cid-uSCpbLjmIW .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSCpbLjmIW .main-media .media {
  display: none;
}
.cid-uSCpbLjmIW .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSCpbLjmIW .media-thumbnails label {
  cursor: pointer;
}
.cid-uSCpbLjmIW .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-uSCpbLjmIW .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSCpbLjmIW .main-media img,
.cid-uSCpbLjmIW .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-v0P93rsirw.popup-builder {
  background-color: #ffffff;
}
.cid-v0P93rsirw.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0P93rsirw.popup-builder .container {
  padding: 0;
}
.cid-v0P93rsirw.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v0P93rsirw button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v0P93rsirw .modal-content,
.cid-v0P93rsirw .modal-dialog {
  height: auto;
}
.cid-v0P93rsirw .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0P93rsirw .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0P93rsirw .form-wrapper .mbr-form .form-group,
  .cid-v0P93rsirw .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0P93rsirw .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0P93rsirw .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0P93rsirw .mbr-text {
  text-align: center;
}
.cid-v0P93rsirw .pt-0 {
  padding-top: 0 !important;
}
.cid-v0P93rsirw .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0P93rsirw .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0P93rsirw .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0P93rsirw .modal-open {
  overflow: hidden;
}
.cid-v0P93rsirw .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0P93rsirw .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0P93rsirw .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0P93rsirw .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0P93rsirw .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0P93rsirw .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0P93rsirw .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0P93rsirw .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0P93rsirw .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0P93rsirw .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0P93rsirw .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0P93rsirw .modal-backdrop.show {
  opacity: .5;
}
.cid-v0P93rsirw .modal-header {
  border: none;
}
.cid-v0P93rsirw .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0P93rsirw .modal-header .close svg {
  fill: #ffffff;
}
.cid-v0P93rsirw .modal-header .close:hover {
  opacity: 1;
}
.cid-v0P93rsirw .modal-header .close:focus {
  outline: none;
}
.cid-v0P93rsirw .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0P93rsirw .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v0P93rsirw .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0P93rsirw .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0P93rsirw .modal-footer {
    padding: 1rem;
  }
}
.cid-v0P93rsirw .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0P93rsirw .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v0P93rsirw .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0P93rsirw .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0P93rsirw .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0P93rsirw .modal-lg,
  .cid-v0P93rsirw .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v0P93rsirw .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0P93rsirw .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0P93rsirw .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0P93rsirw .form-group {
  margin-bottom: 1rem;
}
.cid-v0P93rsirw .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0P93rsirw .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0P93rsirw .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0P93rsirw .mbr-section-btn {
  margin: 0;
}
.cid-v0P93rsirw .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0P93rsirw .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v0P93rsirw .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v0P93rsirw .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v0P93rsirw .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v0P93rsirw .item-name,
.cid-v0P93rsirw .item-wrap {
  color: #716c80;
}
.cid-v0P93rsirw H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v0P93rsirw .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v0P93rsirw .main-media {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  margin: 0 auto 1rem auto;
  background-color: #fff;
}
.cid-v0P93rsirw .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v0P93rsirw .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v0P93rsirw .main-media img,
.cid-v0P93rsirw .main-media video {
  width: 100%;
  height: 100% !important;
  object-fit: scale-down;
  border-radius: 1rem;
}
.cid-v0P93rsirw .media-thumbnails img {
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  width: 80px;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.cid-v0P93rsirw .main-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cid-v0P93rsirw .main-media .media.active {
  display: block;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-tC4SD8kjSK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tC4SD8kjSK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("");
}
.cid-tC4SD8kjSK .mbr-section-btn {
  margin-top: 10rem;
}
.cid-tC4SD8kjSK .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tC4SD8kjSK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tC4SD8kjSK .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-tC4SD8kjSK .btn:hover,
.cid-tC4SD8kjSK .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-tC4SD8kjSK .menue {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-tC4SD8kjSK .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-tC4SD8kjSK .anfang {
  backdrop-filter: brightness(0.8) blur(80px);
  margin: auto;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #ffffff !important;
  background: none;
  border-radius: 1vmin;
  text-align: center;
  box-shadow: none;
}
.cid-tC4SD8kjSK .border {
  border: 1px white solid;
}
.cid-tC4SD8kjSK .menue.anfang:hover {
  backdrop-filter: brightness(0.8) blur(80px);
  box-shadow: none;
}
.cid-tC4SD8kjSK .kategorieAuswahl {
  margin: 0.5vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 1vmin;
  text-align: center;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-tC4SD8kjSK .Auswahl {
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: auto;
  position: fixed;
  top: 45%;
}
.cid-tC4SD8kjSK .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-tC4SD8kjSK .menue:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-tC4SD8kjSK p {
  margin: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.cid-tC4SD8kjSK a {
  color: #ffffff;
}
.cid-tC4SD8kjSK a:hover {
  color: #ffffff;
}
.cid-tC4SD8kjSK .scroll-arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: white;
  animation: bounce 2s infinite;
  opacity: 0.8;
}
.cid-tC4SD8kjSK .kattext {
  display: flex;
  flex-wrap: wrap;
}
.cid-tC4SD8kjSK .kattext > *:not(:last-child) {
  padding-right: 1.5rem;
  border-right: 1px solid white;
}
.cid-tC4SD8kjSK .kattext > *:not(:first-child) {
  padding-left: 1.5rem;
}
@keyframes bounce {
  0%,
  100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
}
.cid-tC4SD8kjSK .subtitle {
  text-align: left !important;
}
@media (max-width: 575px) {
  .cid-tC4SD8kjSK .anfang {
    padding: 0rem;
    min-width: 60%;
  }
  .cid-tC4SD8kjSK .title {
    padding-top: 40px;
  }
  .cid-tC4SD8kjSK .infotext {
    display: none;
  }
  .cid-tC4SD8kjSK .kattext {
    flex-direction: column;
    text-align: left;
    padding: 1rem;
  }
  .cid-tC4SD8kjSK p {
    margin: 0;
  }
  .cid-tC4SD8kjSK .kattext > *:not(:last-child) {
    padding-right: 0;
    padding-bottom: 1rem;
    border: none;
    border-bottom: 1px white solid;
  }
  .cid-tC4SD8kjSK .kattext > *:not(:first-child) {
    padding-left: 0;
    padding-top: 1rem;
  }
}
.cid-uXNVb9IUdp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uXNVb9IUdp h4,
.cid-uXNVb9IUdp h5,
.cid-uXNVb9IUdp p {
  margin-bottom: 0;
}
.cid-uXNVb9IUdp .card {
  padding: 1rem;
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uXNVb9IUdp .card .card-title {
  position: relative;
}
.cid-uXNVb9IUdp .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uXNVb9IUdp #produkte {
  padding-top: 3rem;
}
.cid-uXNVb9IUdp .card-wrapper {
  height: 100%;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uXNVb9IUdp .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uXNVb9IUdp .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uXNVb9IUdp .card-title,
.cid-uXNVb9IUdp .main-title {
  color: #57468b;
}
.cid-uXNVb9IUdp .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uXNVb9IUdp .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uXNVb9IUdp .mbr-text {
  text-align: left;
  color: #767676;
}
.cid-uXNVb9IUdp .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.cid-uXNVb9IUdp img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uXNVb9IUdp img:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uXNVb9IUdp .video {
  border: none;
  width: 100%;
  height: 18.9rem;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uXNVb9IUdp .video:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uXNVb9IUdp .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: brightness(1) blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uXNVb9IUdp .item-content {
    padding: 20px 16px;
  }
}
.cid-uXNVb9IUdp .item-name {
  margin-bottom: 8px;
}
.cid-uXNVb9IUdp .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid grey;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uXNVb9IUdp .kategorie {
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uXNVb9IUdp .kategorieMehr {
  width: 8rem;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uXNVb9IUdp .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uXNVb9IUdp .kategorieAuswahl {
  margin: 0.5vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uXNVb9IUdp .Auswahl {
  margin-bottom: 1rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.cid-uXNVb9IUdp .Auswahlmehr {
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1rem 3rem 1rem;
  margin: auto;
  height: auto;
}
.cid-uXNVb9IUdp .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uXNVb9IUdp .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uXNVb9IUdp .active {
  background-color: #267CB5 ;
}
.cid-uXNVb9IUdp .active2 {
  color: #ffffff !important;
}
.cid-uXNVb9IUdp .locked {
  top: 0rem;
  position: relative;
  color: grey;
}
.cid-uXNVb9IUdp .placeholder {
  height: 5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-uXNVb9IUdp .ueberschrift {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.cid-uXNVb9IUdp .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uXNVb9IUdp h5 {
    display: none;
  }
  .cid-uXNVb9IUdp .item-content {
    padding: 20px 16px;
  }
}
@media (max-width: 2000px) {
  .cid-uXNVb9IUdp #stoerer {
    display: none;
  }
}
@media (max-height: 800px) {
  .cid-uXNVb9IUdp .Auswahl {
    top: 65%;
  }
}
.cid-uXNVb9IUdp #stoerer {
  z-index: 1000 !important;
  margin-bottom: 1rem;
  top: 33%;
  position: fixed;
  left: 8%;
  width: 15%;
}
.cid-uXNVb9IUdp .locked1 {
  position: relative;
  top: 10rem;
}
.cid-uXNVb9IUdp #wrapHOME {
  display: flex;
  gap: 2rem;
}
.cid-uXNVb9IUdp .mbr-text-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uXNVb9IUdp .card-2 {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uXNVb9IUdp .card-2 .card-title {
  position: relative;
}
.cid-uXNVb9IUdp .card-2 .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uXNVb9IUdp .card-wrapper-2 {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uXNVb9IUdp .card-wrapper-2 .card-box {
  padding: 1.2rem;
}
.cid-uXNVb9IUdp .left {
  align-self: flex-end;
}
.cid-uXNVb9IUdp H2 {
  color: #267cb5;
}
.cid-uXNVb9IUdp .hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .cid-uXNVb9IUdp .kategorie {
    padding: 0.5rem 1rem;
    min-width: 8rem;
  }
  .cid-uXNVb9IUdp .Auswahl {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
}
.cid-uXNVb9IUdp .text {
  pointer-events: none;
  box-shadow: none !important;
}
.cid-uXNVb9IUdp .text:hover {
  box-shadow: none !important;
}
.cid-uXNVb9IUdp .img-full {
  box-shadow: none !important;
  height: 100% !important;
}
.cid-uXNVb9IUdp .img-full img {
  border-radius: 0.5rem;
  height: 100% !important;
  object-fit: cover;
}
.cid-uXNVb9IUdp .img-full:hover {
  box-shadow: none !important;
}
.cid-uXNVb9IUdp #ROB-start {
  scroll-margin-block-start: 4rem;
}
.cid-v09XZuz8On {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v09XZuz8On .mbr-text {
  color: #716c80;
}
.cid-v09XZuz8On .card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v09XZuz8On .card-wrapper:hover .ico2 {
  color: #232323 !important;
}
.cid-v09XZuz8On .ico2 {
  color: #267cb5 !important;
  transition: all 0.6s;
}
.cid-v09XZuz8On .text-info:hover {
  color: inherit!important;
}
.cid-v09XZuz8On .card-box {
  padding: 0rem 1rem;
}
.cid-v09XZuz8On .ico1 {
  font-size: 3rem !important;
}
.cid-v09XZuz8On h3,
.cid-v09XZuz8On h4 {
  padding: 0;
  margin: 0;
}
.cid-v09XZuz8On .card-title,
.cid-v09XZuz8On .card-img {
  color: #57468b;
}
.cid-v09XZuz8On .card-title {
  color: #267cb5;
}
.cid-v09XZuz8On .card-img {
  width: auto;
}
.cid-v09XZuz8On .mbr-fallback-image.disabled {
  display: none;
}
.cid-v09XZuz8On .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v09XZuz8On .kategorie {
  width: auto;
  outline: none;
  margin: 1rem;
  margin-left: 1rem;
  margin-right: 0;
  padding: 2vmin;
  padding-left: 3vmin;
  padding-right: 3vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: whitesmoke;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-v09XZuz8On .button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s;
}
.cid-v09XZuz8On .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-v09XZuz8On .active {
  background-color: #267CB5 ;
}
.cid-v09XZuz8On .badge {
  font-weight: 400;
  line-height: 1.3;
  margin: 0 !important;
  background-color: #E86E1E;
  border-radius: 1rem;
  padding: 0.5rem 1rem !important;
  height: 2rem;
}
.cid-v09XZuz8On .wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cid-v09XZuz8On P {
  color: #ffffff;
}
.cid-v09XZuz8On h4,
.cid-v09XZuz8On h3 {
  text-align: left !important;
}
@media (max-width: 575px) {
  .cid-v09XZuz8On .kategorie {
    margin-left: 0;
  }
  .cid-v09XZuz8On .card-box {
    padding-left: 0;
  }
  .cid-v09XZuz8On .wrapper {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .cid-v09XZuz8On .cto-2 {
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .cid-v09XZuz8On .cto-2 h4 {
    text-align: left !important;
    padding-left: 1rem;
  }
}
.cid-uYgmXL2pT6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYgmXL2pT6 h4,
.cid-uYgmXL2pT6 h5,
.cid-uYgmXL2pT6 p {
  margin-bottom: 0;
}
.cid-uYgmXL2pT6 .card {
  padding: 1rem;
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uYgmXL2pT6 .card .card-title {
  position: relative;
}
.cid-uYgmXL2pT6 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uYgmXL2pT6 #produkte {
  padding-top: 3rem;
}
.cid-uYgmXL2pT6 .card-wrapper {
  height: 100%;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uYgmXL2pT6 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uYgmXL2pT6 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uYgmXL2pT6 .card-title,
.cid-uYgmXL2pT6 .main-title {
  color: #57468b;
}
.cid-uYgmXL2pT6 .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uYgmXL2pT6 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uYgmXL2pT6 .mbr-text {
  text-align: left;
  color: #767676;
}
.cid-uYgmXL2pT6 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.cid-uYgmXL2pT6 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uYgmXL2pT6 img:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uYgmXL2pT6 .video {
  border: none;
  width: 100%;
  height: 18.9rem;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uYgmXL2pT6 .video:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uYgmXL2pT6 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: brightness(1) blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uYgmXL2pT6 .item-content {
    padding: 20px 16px;
  }
}
.cid-uYgmXL2pT6 .item-name {
  margin-bottom: 8px;
}
.cid-uYgmXL2pT6 .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid grey;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uYgmXL2pT6 .kategorie {
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYgmXL2pT6 .kategorieMehr {
  width: 8rem;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYgmXL2pT6 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uYgmXL2pT6 .kategorieAuswahl {
  margin: 0.5vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYgmXL2pT6 .Auswahl {
  margin-bottom: 1rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.cid-uYgmXL2pT6 .Auswahlmehr {
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 1rem 1rem 3rem 1rem;
  margin: auto;
  height: auto;
}
.cid-uYgmXL2pT6 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uYgmXL2pT6 .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uYgmXL2pT6 .active {
  background-color: #267CB5 ;
}
.cid-uYgmXL2pT6 .active2 {
  color: #ffffff !important;
}
.cid-uYgmXL2pT6 .locked {
  top: 0rem;
  position: relative;
  color: grey;
}
.cid-uYgmXL2pT6 .placeholder {
  height: 5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-uYgmXL2pT6 .ueberschrift {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.cid-uYgmXL2pT6 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uYgmXL2pT6 h5 {
    display: none;
  }
  .cid-uYgmXL2pT6 .item-content {
    padding: 20px 16px;
  }
}
@media (max-width: 2000px) {
  .cid-uYgmXL2pT6 #stoerer {
    display: none;
  }
}
@media (max-height: 800px) {
  .cid-uYgmXL2pT6 .Auswahl {
    top: 65%;
  }
}
.cid-uYgmXL2pT6 #stoerer {
  z-index: 1000 !important;
  margin-bottom: 1rem;
  top: 33%;
  position: fixed;
  left: 8%;
  width: 15%;
}
.cid-uYgmXL2pT6 .locked1 {
  position: relative;
  top: 10rem;
}
.cid-uYgmXL2pT6 #wrapHOME {
  display: flex;
  gap: 2rem;
}
.cid-uYgmXL2pT6 .mbr-text-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYgmXL2pT6 .card-2 {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uYgmXL2pT6 .card-2 .card-title {
  position: relative;
}
.cid-uYgmXL2pT6 .card-2 .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uYgmXL2pT6 .card-wrapper-2 {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uYgmXL2pT6 .card-wrapper-2 .card-box {
  padding: 1.2rem;
}
.cid-uYgmXL2pT6 .left {
  align-self: flex-end;
}
.cid-uYgmXL2pT6 H2 {
  color: #267cb5;
}
.cid-uYgmXL2pT6 .hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .cid-uYgmXL2pT6 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 8rem;
  }
  .cid-uYgmXL2pT6 .Auswahl {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
}
.cid-uYgmXL2pT6 #DS-start {
  scroll-margin-block-start: 4rem;
}
.cid-uYgmXL2pT6 .text {
  box-shadow: none !important;
}
.cid-uYgmXL2pT6 .text:hover {
  box-shadow: none !important;
}
.cid-uYgmXL2pT6 .img-full {
  box-shadow: none !important;
  height: 100% !important;
}
.cid-uYgmXL2pT6 .img-full img {
  border-radius: 0.5rem;
  height: 100% !important;
  object-fit: cover;
}
.cid-uYgmXL2pT6 .img-full:hover {
  box-shadow: none !important;
}
.cid-uYgmXL2pT6 .no-pointer {
  pointer-events: none !important;
}
.cid-v0lZ0RRHbS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v0lZ0RRHbS .mbr-text {
  color: #716c80;
}
.cid-v0lZ0RRHbS .card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v0lZ0RRHbS .card-wrapper:hover .ico2 {
  color: #232323 !important;
}
.cid-v0lZ0RRHbS .ico2 {
  color: #267cb5 !important;
  transition: all 0.6s;
}
.cid-v0lZ0RRHbS .text-info:hover {
  color: inherit!important;
}
.cid-v0lZ0RRHbS .card-box {
  padding: 0rem 1rem;
}
.cid-v0lZ0RRHbS .ico1 {
  font-size: 3rem !important;
}
.cid-v0lZ0RRHbS h3,
.cid-v0lZ0RRHbS h4 {
  padding: 0;
  margin: 0;
}
.cid-v0lZ0RRHbS .card-title,
.cid-v0lZ0RRHbS .card-img {
  color: #57468b;
}
.cid-v0lZ0RRHbS .card-title {
  color: #267cb5;
}
.cid-v0lZ0RRHbS .card-img {
  width: auto;
}
.cid-v0lZ0RRHbS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lZ0RRHbS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lZ0RRHbS .kategorie {
  width: auto;
  outline: none;
  margin: 1rem;
  margin-left: 1rem;
  margin-right: 0;
  padding: 2vmin;
  padding-left: 3vmin;
  padding-right: 3vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: whitesmoke;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-v0lZ0RRHbS .button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s;
}
.cid-v0lZ0RRHbS .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-v0lZ0RRHbS .active {
  background-color: #267CB5 ;
}
.cid-v0lZ0RRHbS .badge {
  font-weight: 400;
  line-height: 1.3;
  margin: 0 !important;
  background-color: #E86E1E;
  border-radius: 1rem;
  padding: 0.5rem 1rem !important;
  height: 2rem;
}
.cid-v0lZ0RRHbS .wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cid-v0lZ0RRHbS P {
  color: #ffffff;
}
.cid-v0lZ0RRHbS h4,
.cid-v0lZ0RRHbS h3 {
  text-align: left !important;
}
@media (max-width: 575px) {
  .cid-v0lZ0RRHbS .kategorie {
    margin-left: 0;
  }
  .cid-v0lZ0RRHbS .card-box {
    padding-left: 0;
  }
  .cid-v0lZ0RRHbS .wrapper {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .cid-v0lZ0RRHbS .cto-2 {
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .cid-v0lZ0RRHbS .cto-2 h4 {
    text-align: left !important;
    padding-left: 1rem;
  }
}
.cid-uYhEqGKE96 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uYhEqGKE96 h4,
.cid-uYhEqGKE96 h5,
.cid-uYhEqGKE96 p {
  margin-bottom: 0;
}
.cid-uYhEqGKE96 .card {
  padding: 1rem;
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uYhEqGKE96 .card .card-title {
  position: relative;
}
.cid-uYhEqGKE96 .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uYhEqGKE96 #produkte {
  padding-top: 3rem;
}
.cid-uYhEqGKE96 .card-wrapper {
  height: 100%;
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uYhEqGKE96 .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-uYhEqGKE96 .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-uYhEqGKE96 .card-title,
.cid-uYhEqGKE96 .main-title {
  color: #57468b;
}
.cid-uYhEqGKE96 .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-uYhEqGKE96 .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-uYhEqGKE96 .mbr-text {
  text-align: left;
  color: #767676;
}
.cid-uYhEqGKE96 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
  z-index: 1;
}
.cid-uYhEqGKE96 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uYhEqGKE96 img:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uYhEqGKE96 .video {
  border: none;
  width: 100%;
  height: 18.9rem;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  background-color: whitesmoke;
  transition: all 0.3s;
}
.cid-uYhEqGKE96 .video:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uYhEqGKE96 .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: brightness(1) blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uYhEqGKE96 .item-content {
    padding: 20px 16px;
  }
}
.cid-uYhEqGKE96 .item-name {
  margin-bottom: 8px;
}
.cid-uYhEqGKE96 .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid grey;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uYhEqGKE96 .kategorie {
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYhEqGKE96 .kategorieMehr {
  width: 8rem;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 0;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYhEqGKE96 .kategorie-vistono {
  width: 8rem;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYhEqGKE96 .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-uYhEqGKE96 .kategorieAuswahl {
  margin: 0.5vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-uYhEqGKE96 .Auswahl {
  margin-bottom: 1rem;
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  height: auto;
}
.cid-uYhEqGKE96 .Auswahlmehr {
  z-index: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: auto;
  height: auto;
}
.cid-uYhEqGKE96 .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-uYhEqGKE96 .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uYhEqGKE96 .active {
  background-color: #267CB5 ;
}
.cid-uYhEqGKE96 .active2 {
  color: #ffffff !important;
}
.cid-uYhEqGKE96 .locked {
  top: 0rem;
  position: relative;
  color: grey;
}
.cid-uYhEqGKE96 .placeholder {
  height: 5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-uYhEqGKE96 .ueberschrift {
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.cid-uYhEqGKE96 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-uYhEqGKE96 h5 {
    display: none;
  }
  .cid-uYhEqGKE96 .item-content {
    padding: 20px 16px;
  }
}
@media (max-width: 2000px) {
  .cid-uYhEqGKE96 #stoerer {
    display: none;
  }
}
@media (max-height: 800px) {
  .cid-uYhEqGKE96 .Auswahl {
    top: 65%;
  }
}
.cid-uYhEqGKE96 #stoerer {
  z-index: 1000 !important;
  margin-bottom: 1rem;
  top: 33%;
  position: fixed;
  left: 8%;
  width: 15%;
}
.cid-uYhEqGKE96 .locked1 {
  position: relative;
  top: 10rem;
}
.cid-uYhEqGKE96 #wrapHOME {
  display: flex;
  gap: 2rem;
}
.cid-uYhEqGKE96 .mbr-text-2 {
  color: #ffffff;
  text-align: left;
}
.cid-uYhEqGKE96 .card-2 {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-uYhEqGKE96 .card-2 .card-title {
  position: relative;
}
.cid-uYhEqGKE96 .card-2 .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-uYhEqGKE96 .card-wrapper-2 {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uYhEqGKE96 .card-wrapper-2 .card-box {
  padding: 1.2rem;
}
.cid-uYhEqGKE96 .left {
  align-self: flex-end;
}
.cid-uYhEqGKE96 H2 {
  color: #267cb5;
}
.cid-uYhEqGKE96 .hidden {
  display: none !important;
}
@media (max-width: 575px) {
  .cid-uYhEqGKE96 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 8rem;
  }
  .cid-uYhEqGKE96 .Auswahl {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
}
.cid-uYhEqGKE96 .text {
  pointer-events: none;
  box-shadow: none !important;
}
.cid-uYhEqGKE96 .text:hover {
  box-shadow: none !important;
}
.cid-uYhEqGKE96 .img-full {
  box-shadow: none !important;
  height: 100% !important;
}
.cid-uYhEqGKE96 .img-full img {
  border-radius: 0.5rem;
  height: 100% !important;
  object-fit: cover;
}
.cid-uYhEqGKE96 .img-full:hover {
  box-shadow: none !important;
}
.cid-uYhEqGKE96 #ROB-start {
  scroll-margin-block-start: 4rem;
}
.cid-uYhEqGKE96 .hersteller {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
.cid-uYhEqGKE96 #MT-start {
  scroll-margin-block-start: 4rem;
}
.cid-uYhEqGKE96 .no-pointer {
  pointer-events: none ;
}
.cid-uYhEqGKE96 .text-info {
  pointer-events: auto !important;
}
.cid-v0lYYkKVoU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v0lYYkKVoU .mbr-text {
  color: #716c80;
}
.cid-v0lYYkKVoU .card-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 2rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-v0lYYkKVoU .card-wrapper:hover .ico2 {
  color: #232323 !important;
}
.cid-v0lYYkKVoU .ico2 {
  color: #267cb5 !important;
  transition: all 0.6s;
}
.cid-v0lYYkKVoU .text-info:hover {
  color: inherit!important;
}
.cid-v0lYYkKVoU .card-box {
  padding: 0rem 1rem;
}
.cid-v0lYYkKVoU .ico1 {
  font-size: 3rem !important;
}
.cid-v0lYYkKVoU h3,
.cid-v0lYYkKVoU h4 {
  padding: 0;
  margin: 0;
}
.cid-v0lYYkKVoU .card-title,
.cid-v0lYYkKVoU .card-img {
  color: #57468b;
}
.cid-v0lYYkKVoU .card-title {
  color: #267cb5;
}
.cid-v0lYYkKVoU .card-img {
  width: auto;
}
.cid-v0lYYkKVoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lYYkKVoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0lYYkKVoU .kategorie {
  width: auto;
  outline: none;
  margin: 1rem;
  margin-left: 1rem;
  margin-right: 0;
  padding: 2vmin;
  padding-left: 3vmin;
  padding-right: 3vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: whitesmoke;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-v0lYYkKVoU .button {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #267CB5 ;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  transition: all 0.3s;
}
.cid-v0lYYkKVoU .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-v0lYYkKVoU .active {
  background-color: #267CB5 ;
}
.cid-v0lYYkKVoU .badge {
  font-weight: 400;
  line-height: 1.3;
  margin: 0 !important;
  background-color: #E86E1E;
  border-radius: 1rem;
  padding: 0.5rem 1rem !important;
  height: 2rem;
}
.cid-v0lYYkKVoU .wrapper {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.cid-v0lYYkKVoU P {
  color: #ffffff;
}
.cid-v0lYYkKVoU h4,
.cid-v0lYYkKVoU h3 {
  text-align: left !important;
}
@media (max-width: 575px) {
  .cid-v0lYYkKVoU .kategorie {
    margin-left: 0;
  }
  .cid-v0lYYkKVoU .card-box {
    padding-left: 0;
  }
  .cid-v0lYYkKVoU .wrapper {
    gap: 1rem;
    margin-bottom: 1rem;
  }
  .cid-v0lYYkKVoU .cto-2 {
    padding-left: 0;
    margin-bottom: 1rem;
  }
  .cid-v0lYYkKVoU .cto-2 h4 {
    text-align: left !important;
    padding-left: 1rem;
  }
}
.cid-uWReHLsuxK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #267cb5;
}
.cid-uWReHLsuxK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWReHLsuxK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWReHLsuxK .embla__slide {
  display: flex;
  background-color: #267cb5;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uWReHLsuxK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWReHLsuxK .embla__slide .slide-content {
  width: 100%;
  background-color: #267cb5;
  border-radius: 1vmin;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper {
  border-radius: 1vmin;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 200px;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-img {
  background-color: #267cb5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-img img {
  background-color: #267cb5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  backdrop-filter: brightness(1) blur(5px);
  background-color: rgba(255, 255, 255, 0);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uWReHLsuxK .embla__slide .slide-content .item-wrapper:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uWReHLsuxK .embla__button--next,
.cid-uWReHLsuxK .embla__button--prev {
  display: flex;
}
.cid-uWReHLsuxK .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 768px) {
  .cid-uWReHLsuxK .embla__button {
    display: none;
  }
}
.cid-uWReHLsuxK .embla__button:hover {
  opacity: .7 !important;
}
.cid-uWReHLsuxK .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uWReHLsuxK .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uWReHLsuxK .embla {
  position: relative;
  width: 100%;
}
.cid-uWReHLsuxK .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uWReHLsuxK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWReHLsuxK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWReHLsuxK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWReHLsuxK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWReHLsuxK .mbr-section-title {
  color: #272b2e;
}
.cid-uWReHLsuxK .item-tag {
  color: #ffffff;
}
.cid-uWReHLsuxK .item-name {
  color: #ffffff;
}
.cid-uWReHLsuxK .item-name,
.cid-uWReHLsuxK .item-wrap {
  color: #ffffff;
}
.cid-uWReHLsuxK .item-tag,
.cid-uWReHLsuxK .desc-wrapper {
  border-radius: 0.5vmin;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uWReHLsuxK H4 {
  color: #267cb5;
}
.cid-uWReHLsuxK .card-title {
  color: #267cb5;
}
.cid-uWReHLsuxK H2 {
  color: #ffffff;
}
.cid-uX8RQ4BU59 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #f2f2f2;
}
.cid-uX8RQ4BU59 .mbr-section-subtitle {
  color: #716c80;
}
.cid-uX8RQ4BU59 .media-container-row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uX8RQ4BU59 .mbr-text {
  color: #767676;
}
.cid-uX8RQ4BU59 .mbr-author-desc {
  display: block;
  color: #716c80;
  text-align: center;
}
.cid-uX8RQ4BU59 .mbr-author-name {
  color: #267cb5;
}
.cid-uX8RQ4BU59 .mbr-testimonial {
  margin-bottom: 3.5rem !important;
}
.cid-uX8RQ4BU59 .mbr-testimonial .panel-item {
  border-radius: 1vmin;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-uX8RQ4BU59 .mbr-testimonial .panel-item:hover {
  box-shadow: 0 0 10px 0 lightgrey;
  transform: translateY(-1.5rem);
}
.cid-uX8RQ4BU59 .mbr-testimonial .panel-item:hover .info {
  background-color: #ffffff;
  visibility: visible;
}
.cid-uX8RQ4BU59 .mbr-testimonial .card-block {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  padding: 1.4rem 1.4rem 0 1.4rem;
}
.cid-uX8RQ4BU59 .mbr-testimonial .card-block .testimonial-photo {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
}
.cid-uX8RQ4BU59 .mbr-testimonial .card-block .testimonial-photo img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-uX8RQ4BU59 .mbr-testimonial .card-footer {
  padding: 0.5rem;
  padding-bottom: 1.4rem;
  border-top: 0;
  padding-top: 1rem;
  word-wrap: break-word;
  word-break: break-word;
  background: none;
}
@media (max-width: 300px) {
  .cid-uX8RQ4BU59 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-uX8RQ4BU59 .mbr-iconfont-social {
  font-size: 18px;
}
.cid-uX8RQ4BU59 .icon1 {
  color: #ff8a73;
}
.cid-uX8RQ4BU59 .icon2 {
  color: #57468b;
}
.cid-uX8RQ4BU59 .icon3 {
  color: #5580ff;
}
.cid-uX8RQ4BU59 .social-list a:focus {
  text-decoration: none;
}
.cid-uX8RQ4BU59 H2 {
  color: #267cb5;
}
.cid-uX8RQ4BU59 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8RQ4BU59 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8RQ4BU59 .info {
  max-height: 0px;
  text-align: left;
  visibility: hidden;
}
.cid-uX8RQ4BU59 .left {
  text-align: left;
}
.cid-uWud8wv51W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uWud8wv51W .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uWud8wv51W .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uWud8wv51W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uWud8wv51W .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uWud8wv51W .embla__slide .slide-content {
  width: 100%;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper {
  border-radius: 1vmin;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 200px;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  backdrop-filter: brightness(1) blur(5px);
  background-color: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
  }
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #212428;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uWud8wv51W .embla__slide .slide-content .item-wrapper:hover .item-content {
  opacity: 1;
  visibility: visible;
}
.cid-uWud8wv51W .embla__button--next,
.cid-uWud8wv51W .embla__button--prev {
  display: flex;
}
.cid-uWud8wv51W .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uWud8wv51W .embla__button:hover {
  opacity: .7 !important;
}
.cid-uWud8wv51W .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uWud8wv51W .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uWud8wv51W .embla {
  position: relative;
  width: 100%;
}
.cid-uWud8wv51W .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uWud8wv51W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uWud8wv51W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uWud8wv51W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uWud8wv51W .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uWud8wv51W .mbr-section-title {
  color: #272b2e;
}
.cid-uWud8wv51W .item-tag {
  color: #ffffff;
}
.cid-uWud8wv51W .item-name {
  color: #ffffff;
}
.cid-uWud8wv51W .item-name,
.cid-uWud8wv51W .item-wrap {
  color: #212428;
}
.cid-uWud8wv51W .item-tag,
.cid-uWud8wv51W .desc-wrapper {
  border-radius: 0.5vmin;
  color: #212428;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uWud8wv51W H4 {
  color: #267cb5;
}
.cid-uWud8wv51W .card-title {
  color: #267cb5;
}
.cid-t8VqMt3OlS .google-map {
  height: 34rem;
  position: relative;
}
.cid-t8VqMt3OlS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t8VqMt3OlS .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-t8VqMt3OlS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t8VqMt3OlS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-uZ2DK2dw7w.popup-builder {
  background-color: #ffffff;
}
.cid-uZ2DK2dw7w.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZ2DK2dw7w.popup-builder .container {
  padding: 0;
}
.cid-uZ2DK2dw7w button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZ2DK2dw7w .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZ2DK2dw7w .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZ2DK2dw7w .form-wrapper .mbr-form .form-group,
  .cid-uZ2DK2dw7w .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZ2DK2dw7w .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZ2DK2dw7w .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ2DK2dw7w .mbr-text {
  text-align: center;
}
.cid-uZ2DK2dw7w .pt-0 {
  padding-top: 0 !important;
}
.cid-uZ2DK2dw7w .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZ2DK2dw7w .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZ2DK2dw7w .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZ2DK2dw7w .modal-open {
  overflow: hidden;
}
.cid-uZ2DK2dw7w .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZ2DK2dw7w .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZ2DK2dw7w .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZ2DK2dw7w .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZ2DK2dw7w .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZ2DK2dw7w .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZ2DK2dw7w .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZ2DK2dw7w .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZ2DK2dw7w .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZ2DK2dw7w .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZ2DK2dw7w .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZ2DK2dw7w .modal-backdrop.show {
  opacity: .5;
}
.cid-uZ2DK2dw7w .modal-header {
  border: none;
}
.cid-uZ2DK2dw7w .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZ2DK2dw7w .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZ2DK2dw7w .modal-header .close:hover {
  opacity: 1;
}
.cid-uZ2DK2dw7w .modal-header .close:focus {
  outline: none;
}
.cid-uZ2DK2dw7w .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZ2DK2dw7w .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZ2DK2dw7w .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZ2DK2dw7w .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ2DK2dw7w .modal-footer {
    padding: 1rem;
  }
}
.cid-uZ2DK2dw7w .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZ2DK2dw7w .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZ2DK2dw7w .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZ2DK2dw7w .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZ2DK2dw7w .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZ2DK2dw7w .modal-lg,
  .cid-uZ2DK2dw7w .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZ2DK2dw7w .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZ2DK2dw7w .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZ2DK2dw7w .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZ2DK2dw7w .form-group {
  margin-bottom: 1rem;
}
.cid-uZ2DK2dw7w .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZ2DK2dw7w .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZ2DK2dw7w .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZ2DK2dw7w .mbr-section-btn {
  margin: 0;
}
.cid-uZ2DK2dw7w .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZ2DK2dw7w .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZ2DK2dw7w .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZ2DK2dw7w .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZ2DK2dw7w .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZ2DK2dw7w .item-name,
.cid-uZ2DK2dw7w .item-wrap {
  color: #716c80;
}
.cid-uZ2DK2dw7w H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZ2DK2dw7w .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZ2DK2dw7w .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZ2DK2dw7w .main-media .media {
  display: none;
}
.cid-uZ2DK2dw7w #media-01-1:checked ~ .main-media .media1,
.cid-uZ2DK2dw7w #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZ2DK2dw7w .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZ2DK2dw7w .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZ2DK2dw7w .media-thumbnails label {
  cursor: pointer;
}
.cid-uZ2DK2dw7w .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZ2DK2dw7w .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZ2DK2dw7w .main-media img,
.cid-uZ2DK2dw7w .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ2DK2dw7w iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTWO2jZa.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTWO2jZa.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTWO2jZa.popup-builder .container {
  padding: 0;
}
.cid-uZuTWO2jZa button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTWO2jZa .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTWO2jZa .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTWO2jZa .form-wrapper .mbr-form .form-group,
  .cid-uZuTWO2jZa .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTWO2jZa .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTWO2jZa .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTWO2jZa .mbr-text {
  text-align: center;
}
.cid-uZuTWO2jZa .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTWO2jZa .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTWO2jZa .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTWO2jZa .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTWO2jZa .modal-open {
  overflow: hidden;
}
.cid-uZuTWO2jZa .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTWO2jZa .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTWO2jZa .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTWO2jZa .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTWO2jZa .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTWO2jZa .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTWO2jZa .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTWO2jZa .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTWO2jZa .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTWO2jZa .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTWO2jZa .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTWO2jZa .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTWO2jZa .modal-header {
  border: none;
}
.cid-uZuTWO2jZa .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTWO2jZa .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTWO2jZa .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTWO2jZa .modal-header .close:focus {
  outline: none;
}
.cid-uZuTWO2jZa .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTWO2jZa .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTWO2jZa .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTWO2jZa .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTWO2jZa .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTWO2jZa .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTWO2jZa .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTWO2jZa .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTWO2jZa .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTWO2jZa .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTWO2jZa .modal-lg,
  .cid-uZuTWO2jZa .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTWO2jZa .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTWO2jZa .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTWO2jZa .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTWO2jZa .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTWO2jZa .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTWO2jZa .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTWO2jZa .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTWO2jZa .mbr-section-btn {
  margin: 0;
}
.cid-uZuTWO2jZa .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTWO2jZa .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTWO2jZa .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTWO2jZa .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTWO2jZa .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTWO2jZa .item-name,
.cid-uZuTWO2jZa .item-wrap {
  color: #716c80;
}
.cid-uZuTWO2jZa H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTWO2jZa .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTWO2jZa .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTWO2jZa .main-media .media {
  display: none;
}
.cid-uZuTWO2jZa #media-01-1:checked ~ .main-media .media1,
.cid-uZuTWO2jZa #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTWO2jZa .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTWO2jZa .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTWO2jZa .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTWO2jZa .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTWO2jZa .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTWO2jZa .main-media img,
.cid-uZuTWO2jZa .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTWO2jZa iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTXGs7U8.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTXGs7U8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTXGs7U8.popup-builder .container {
  padding: 0;
}
.cid-uZuTXGs7U8 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTXGs7U8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTXGs7U8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTXGs7U8 .form-wrapper .mbr-form .form-group,
  .cid-uZuTXGs7U8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTXGs7U8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTXGs7U8 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTXGs7U8 .mbr-text {
  text-align: center;
}
.cid-uZuTXGs7U8 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTXGs7U8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTXGs7U8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTXGs7U8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTXGs7U8 .modal-open {
  overflow: hidden;
}
.cid-uZuTXGs7U8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTXGs7U8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTXGs7U8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTXGs7U8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTXGs7U8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTXGs7U8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTXGs7U8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTXGs7U8 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTXGs7U8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTXGs7U8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTXGs7U8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTXGs7U8 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTXGs7U8 .modal-header {
  border: none;
}
.cid-uZuTXGs7U8 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTXGs7U8 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTXGs7U8 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTXGs7U8 .modal-header .close:focus {
  outline: none;
}
.cid-uZuTXGs7U8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTXGs7U8 .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTXGs7U8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTXGs7U8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTXGs7U8 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTXGs7U8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTXGs7U8 .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTXGs7U8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTXGs7U8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTXGs7U8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTXGs7U8 .modal-lg,
  .cid-uZuTXGs7U8 .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTXGs7U8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTXGs7U8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTXGs7U8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTXGs7U8 .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTXGs7U8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTXGs7U8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTXGs7U8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTXGs7U8 .mbr-section-btn {
  margin: 0;
}
.cid-uZuTXGs7U8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTXGs7U8 .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTXGs7U8 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTXGs7U8 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTXGs7U8 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTXGs7U8 .item-name,
.cid-uZuTXGs7U8 .item-wrap {
  color: #716c80;
}
.cid-uZuTXGs7U8 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTXGs7U8 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTXGs7U8 .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTXGs7U8 .main-media .media {
  display: none;
}
.cid-uZuTXGs7U8 #media-01-1:checked ~ .main-media .media1,
.cid-uZuTXGs7U8 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTXGs7U8 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTXGs7U8 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTXGs7U8 .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTXGs7U8 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTXGs7U8 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTXGs7U8 .main-media img,
.cid-uZuTXGs7U8 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTXGs7U8 iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTYfrs7B.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTYfrs7B.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTYfrs7B.popup-builder .container {
  padding: 0;
}
.cid-uZuTYfrs7B button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTYfrs7B .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTYfrs7B .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTYfrs7B .form-wrapper .mbr-form .form-group,
  .cid-uZuTYfrs7B .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTYfrs7B .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTYfrs7B .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTYfrs7B .mbr-text {
  text-align: center;
}
.cid-uZuTYfrs7B .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTYfrs7B .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTYfrs7B .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTYfrs7B .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTYfrs7B .modal-open {
  overflow: hidden;
}
.cid-uZuTYfrs7B .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTYfrs7B .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTYfrs7B .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTYfrs7B .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTYfrs7B .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTYfrs7B .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTYfrs7B .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTYfrs7B .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTYfrs7B .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTYfrs7B .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTYfrs7B .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTYfrs7B .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTYfrs7B .modal-header {
  border: none;
}
.cid-uZuTYfrs7B .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTYfrs7B .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTYfrs7B .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTYfrs7B .modal-header .close:focus {
  outline: none;
}
.cid-uZuTYfrs7B .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTYfrs7B .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTYfrs7B .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTYfrs7B .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTYfrs7B .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTYfrs7B .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTYfrs7B .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTYfrs7B .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTYfrs7B .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTYfrs7B .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTYfrs7B .modal-lg,
  .cid-uZuTYfrs7B .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTYfrs7B .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTYfrs7B .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTYfrs7B .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTYfrs7B .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTYfrs7B .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTYfrs7B .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTYfrs7B .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTYfrs7B .mbr-section-btn {
  margin: 0;
}
.cid-uZuTYfrs7B .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTYfrs7B .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTYfrs7B .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTYfrs7B .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTYfrs7B .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTYfrs7B .item-name,
.cid-uZuTYfrs7B .item-wrap {
  color: #716c80;
}
.cid-uZuTYfrs7B H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTYfrs7B .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTYfrs7B .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTYfrs7B .main-media .media {
  display: none;
}
.cid-uZuTYfrs7B #media-01-1:checked ~ .main-media .media1,
.cid-uZuTYfrs7B #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTYfrs7B .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTYfrs7B .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTYfrs7B .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTYfrs7B .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTYfrs7B .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTYfrs7B .main-media img,
.cid-uZuTYfrs7B .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTYfrs7B iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTYPfC1j.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTYPfC1j.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTYPfC1j.popup-builder .container {
  padding: 0;
}
.cid-uZuTYPfC1j button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTYPfC1j .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTYPfC1j .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTYPfC1j .form-wrapper .mbr-form .form-group,
  .cid-uZuTYPfC1j .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTYPfC1j .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTYPfC1j .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTYPfC1j .mbr-text {
  text-align: center;
}
.cid-uZuTYPfC1j .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTYPfC1j .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTYPfC1j .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTYPfC1j .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTYPfC1j .modal-open {
  overflow: hidden;
}
.cid-uZuTYPfC1j .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTYPfC1j .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTYPfC1j .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTYPfC1j .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTYPfC1j .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTYPfC1j .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTYPfC1j .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTYPfC1j .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTYPfC1j .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTYPfC1j .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTYPfC1j .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTYPfC1j .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTYPfC1j .modal-header {
  border: none;
}
.cid-uZuTYPfC1j .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTYPfC1j .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTYPfC1j .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTYPfC1j .modal-header .close:focus {
  outline: none;
}
.cid-uZuTYPfC1j .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTYPfC1j .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTYPfC1j .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTYPfC1j .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTYPfC1j .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTYPfC1j .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTYPfC1j .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTYPfC1j .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTYPfC1j .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTYPfC1j .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTYPfC1j .modal-lg,
  .cid-uZuTYPfC1j .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTYPfC1j .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTYPfC1j .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTYPfC1j .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTYPfC1j .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTYPfC1j .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTYPfC1j .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTYPfC1j .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTYPfC1j .mbr-section-btn {
  margin: 0;
}
.cid-uZuTYPfC1j .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTYPfC1j .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTYPfC1j .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTYPfC1j .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTYPfC1j .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTYPfC1j .item-name,
.cid-uZuTYPfC1j .item-wrap {
  color: #716c80;
}
.cid-uZuTYPfC1j H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTYPfC1j .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTYPfC1j .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTYPfC1j .main-media .media {
  display: none;
}
.cid-uZuTYPfC1j #media-01-1:checked ~ .main-media .media1,
.cid-uZuTYPfC1j #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTYPfC1j .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTYPfC1j .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTYPfC1j .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTYPfC1j .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTYPfC1j .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTYPfC1j .main-media img,
.cid-uZuTYPfC1j .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTYPfC1j iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTZmAgbq.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTZmAgbq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTZmAgbq.popup-builder .container {
  padding: 0;
}
.cid-uZuTZmAgbq button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTZmAgbq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTZmAgbq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTZmAgbq .form-wrapper .mbr-form .form-group,
  .cid-uZuTZmAgbq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTZmAgbq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTZmAgbq .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTZmAgbq .mbr-text {
  text-align: center;
}
.cid-uZuTZmAgbq .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTZmAgbq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTZmAgbq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTZmAgbq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTZmAgbq .modal-open {
  overflow: hidden;
}
.cid-uZuTZmAgbq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTZmAgbq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTZmAgbq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTZmAgbq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTZmAgbq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTZmAgbq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTZmAgbq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTZmAgbq .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTZmAgbq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTZmAgbq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTZmAgbq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTZmAgbq .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTZmAgbq .modal-header {
  border: none;
}
.cid-uZuTZmAgbq .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTZmAgbq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTZmAgbq .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTZmAgbq .modal-header .close:focus {
  outline: none;
}
.cid-uZuTZmAgbq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTZmAgbq .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTZmAgbq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTZmAgbq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTZmAgbq .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTZmAgbq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTZmAgbq .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTZmAgbq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTZmAgbq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTZmAgbq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTZmAgbq .modal-lg,
  .cid-uZuTZmAgbq .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTZmAgbq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTZmAgbq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTZmAgbq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTZmAgbq .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTZmAgbq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTZmAgbq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTZmAgbq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTZmAgbq .mbr-section-btn {
  margin: 0;
}
.cid-uZuTZmAgbq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTZmAgbq .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTZmAgbq .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTZmAgbq .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTZmAgbq .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTZmAgbq .item-name,
.cid-uZuTZmAgbq .item-wrap {
  color: #716c80;
}
.cid-uZuTZmAgbq H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTZmAgbq .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTZmAgbq .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTZmAgbq .main-media .media {
  display: none;
}
.cid-uZuTZmAgbq #media-01-1:checked ~ .main-media .media1,
.cid-uZuTZmAgbq #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTZmAgbq .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTZmAgbq .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTZmAgbq .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTZmAgbq .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTZmAgbq .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTZmAgbq .main-media img,
.cid-uZuTZmAgbq .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTZmAgbq iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuTZWBLAL.popup-builder {
  background-color: #ffffff;
}
.cid-uZuTZWBLAL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuTZWBLAL.popup-builder .container {
  padding: 0;
}
.cid-uZuTZWBLAL button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuTZWBLAL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuTZWBLAL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuTZWBLAL .form-wrapper .mbr-form .form-group,
  .cid-uZuTZWBLAL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuTZWBLAL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuTZWBLAL .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuTZWBLAL .mbr-text {
  text-align: center;
}
.cid-uZuTZWBLAL .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuTZWBLAL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuTZWBLAL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuTZWBLAL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuTZWBLAL .modal-open {
  overflow: hidden;
}
.cid-uZuTZWBLAL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuTZWBLAL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuTZWBLAL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuTZWBLAL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuTZWBLAL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuTZWBLAL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuTZWBLAL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuTZWBLAL .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuTZWBLAL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuTZWBLAL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuTZWBLAL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuTZWBLAL .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuTZWBLAL .modal-header {
  border: none;
}
.cid-uZuTZWBLAL .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuTZWBLAL .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuTZWBLAL .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuTZWBLAL .modal-header .close:focus {
  outline: none;
}
.cid-uZuTZWBLAL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuTZWBLAL .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuTZWBLAL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuTZWBLAL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuTZWBLAL .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuTZWBLAL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuTZWBLAL .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuTZWBLAL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuTZWBLAL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuTZWBLAL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuTZWBLAL .modal-lg,
  .cid-uZuTZWBLAL .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuTZWBLAL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuTZWBLAL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuTZWBLAL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuTZWBLAL .form-group {
  margin-bottom: 1rem;
}
.cid-uZuTZWBLAL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuTZWBLAL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuTZWBLAL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuTZWBLAL .mbr-section-btn {
  margin: 0;
}
.cid-uZuTZWBLAL .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuTZWBLAL .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuTZWBLAL .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuTZWBLAL .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuTZWBLAL .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuTZWBLAL .item-name,
.cid-uZuTZWBLAL .item-wrap {
  color: #716c80;
}
.cid-uZuTZWBLAL H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuTZWBLAL .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuTZWBLAL .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuTZWBLAL .main-media .media {
  display: none;
}
.cid-uZuTZWBLAL #media-01-1:checked ~ .main-media .media1,
.cid-uZuTZWBLAL #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuTZWBLAL .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuTZWBLAL .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuTZWBLAL .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuTZWBLAL .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuTZWBLAL .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuTZWBLAL .main-media img,
.cid-uZuTZWBLAL .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuTZWBLAL iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuU0Kz2Rd.popup-builder {
  background-color: #ffffff;
}
.cid-uZuU0Kz2Rd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuU0Kz2Rd.popup-builder .container {
  padding: 0;
}
.cid-uZuU0Kz2Rd button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuU0Kz2Rd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuU0Kz2Rd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuU0Kz2Rd .form-wrapper .mbr-form .form-group,
  .cid-uZuU0Kz2Rd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuU0Kz2Rd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuU0Kz2Rd .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuU0Kz2Rd .mbr-text {
  text-align: center;
}
.cid-uZuU0Kz2Rd .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuU0Kz2Rd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuU0Kz2Rd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuU0Kz2Rd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuU0Kz2Rd .modal-open {
  overflow: hidden;
}
.cid-uZuU0Kz2Rd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuU0Kz2Rd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuU0Kz2Rd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuU0Kz2Rd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuU0Kz2Rd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuU0Kz2Rd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuU0Kz2Rd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuU0Kz2Rd .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuU0Kz2Rd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuU0Kz2Rd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuU0Kz2Rd .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuU0Kz2Rd .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuU0Kz2Rd .modal-header {
  border: none;
}
.cid-uZuU0Kz2Rd .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuU0Kz2Rd .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuU0Kz2Rd .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuU0Kz2Rd .modal-header .close:focus {
  outline: none;
}
.cid-uZuU0Kz2Rd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuU0Kz2Rd .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuU0Kz2Rd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuU0Kz2Rd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuU0Kz2Rd .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuU0Kz2Rd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuU0Kz2Rd .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuU0Kz2Rd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuU0Kz2Rd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuU0Kz2Rd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuU0Kz2Rd .modal-lg,
  .cid-uZuU0Kz2Rd .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuU0Kz2Rd .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuU0Kz2Rd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuU0Kz2Rd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuU0Kz2Rd .form-group {
  margin-bottom: 1rem;
}
.cid-uZuU0Kz2Rd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuU0Kz2Rd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuU0Kz2Rd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuU0Kz2Rd .mbr-section-btn {
  margin: 0;
}
.cid-uZuU0Kz2Rd .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuU0Kz2Rd .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuU0Kz2Rd .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuU0Kz2Rd .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuU0Kz2Rd .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuU0Kz2Rd .item-name,
.cid-uZuU0Kz2Rd .item-wrap {
  color: #716c80;
}
.cid-uZuU0Kz2Rd H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuU0Kz2Rd .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuU0Kz2Rd .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuU0Kz2Rd .main-media .media {
  display: none;
}
.cid-uZuU0Kz2Rd #media-01-1:checked ~ .main-media .media1,
.cid-uZuU0Kz2Rd #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuU0Kz2Rd .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuU0Kz2Rd .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuU0Kz2Rd .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuU0Kz2Rd .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuU0Kz2Rd .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuU0Kz2Rd .main-media img,
.cid-uZuU0Kz2Rd .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuU0Kz2Rd iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZuU1qB3dq.popup-builder {
  background-color: #ffffff;
}
.cid-uZuU1qB3dq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZuU1qB3dq.popup-builder .container {
  padding: 0;
}
.cid-uZuU1qB3dq button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZuU1qB3dq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZuU1qB3dq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZuU1qB3dq .form-wrapper .mbr-form .form-group,
  .cid-uZuU1qB3dq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZuU1qB3dq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZuU1qB3dq .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZuU1qB3dq .mbr-text {
  text-align: center;
}
.cid-uZuU1qB3dq .pt-0 {
  padding-top: 0 !important;
}
.cid-uZuU1qB3dq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZuU1qB3dq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZuU1qB3dq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZuU1qB3dq .modal-open {
  overflow: hidden;
}
.cid-uZuU1qB3dq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZuU1qB3dq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZuU1qB3dq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZuU1qB3dq .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZuU1qB3dq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZuU1qB3dq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZuU1qB3dq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZuU1qB3dq .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZuU1qB3dq .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZuU1qB3dq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZuU1qB3dq .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZuU1qB3dq .modal-backdrop.show {
  opacity: .5;
}
.cid-uZuU1qB3dq .modal-header {
  border: none;
}
.cid-uZuU1qB3dq .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZuU1qB3dq .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZuU1qB3dq .modal-header .close:hover {
  opacity: 1;
}
.cid-uZuU1qB3dq .modal-header .close:focus {
  outline: none;
}
.cid-uZuU1qB3dq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZuU1qB3dq .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZuU1qB3dq .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZuU1qB3dq .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZuU1qB3dq .modal-footer {
    padding: 1rem;
  }
}
.cid-uZuU1qB3dq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZuU1qB3dq .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZuU1qB3dq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZuU1qB3dq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZuU1qB3dq .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZuU1qB3dq .modal-lg,
  .cid-uZuU1qB3dq .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZuU1qB3dq .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZuU1qB3dq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZuU1qB3dq .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZuU1qB3dq .form-group {
  margin-bottom: 1rem;
}
.cid-uZuU1qB3dq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZuU1qB3dq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZuU1qB3dq .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZuU1qB3dq .mbr-section-btn {
  margin: 0;
}
.cid-uZuU1qB3dq .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZuU1qB3dq .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZuU1qB3dq .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZuU1qB3dq .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZuU1qB3dq .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZuU1qB3dq .item-name,
.cid-uZuU1qB3dq .item-wrap {
  color: #716c80;
}
.cid-uZuU1qB3dq H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZuU1qB3dq .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZuU1qB3dq .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZuU1qB3dq .main-media .media {
  display: none;
}
.cid-uZuU1qB3dq #media-01-1:checked ~ .main-media .media1,
.cid-uZuU1qB3dq #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZuU1qB3dq .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZuU1qB3dq .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZuU1qB3dq .media-thumbnails label {
  cursor: pointer;
}
.cid-uZuU1qB3dq .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZuU1qB3dq .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZuU1qB3dq .main-media img,
.cid-uZuU1qB3dq .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZuU1qB3dq iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZHjnHadr7.popup-builder {
  background-color: #ffffff;
}
.cid-uZHjnHadr7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZHjnHadr7.popup-builder .container {
  padding: 0;
}
.cid-uZHjnHadr7 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZHjnHadr7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZHjnHadr7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZHjnHadr7 .form-wrapper .mbr-form .form-group,
  .cid-uZHjnHadr7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZHjnHadr7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZHjnHadr7 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZHjnHadr7 .mbr-text {
  text-align: center;
}
.cid-uZHjnHadr7 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZHjnHadr7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZHjnHadr7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZHjnHadr7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZHjnHadr7 .modal-open {
  overflow: hidden;
}
.cid-uZHjnHadr7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZHjnHadr7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZHjnHadr7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZHjnHadr7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZHjnHadr7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZHjnHadr7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZHjnHadr7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZHjnHadr7 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZHjnHadr7 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZHjnHadr7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZHjnHadr7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZHjnHadr7 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZHjnHadr7 .modal-header {
  border: none;
}
.cid-uZHjnHadr7 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZHjnHadr7 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZHjnHadr7 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZHjnHadr7 .modal-header .close:focus {
  outline: none;
}
.cid-uZHjnHadr7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZHjnHadr7 .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZHjnHadr7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZHjnHadr7 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZHjnHadr7 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZHjnHadr7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZHjnHadr7 .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZHjnHadr7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZHjnHadr7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZHjnHadr7 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZHjnHadr7 .modal-lg,
  .cid-uZHjnHadr7 .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZHjnHadr7 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZHjnHadr7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZHjnHadr7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZHjnHadr7 .form-group {
  margin-bottom: 1rem;
}
.cid-uZHjnHadr7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZHjnHadr7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZHjnHadr7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZHjnHadr7 .mbr-section-btn {
  margin: 0;
}
.cid-uZHjnHadr7 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZHjnHadr7 .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZHjnHadr7 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZHjnHadr7 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZHjnHadr7 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZHjnHadr7 .item-name,
.cid-uZHjnHadr7 .item-wrap {
  color: #716c80;
}
.cid-uZHjnHadr7 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZHjnHadr7 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZHjnHadr7 .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZHjnHadr7 .main-media .media {
  display: none;
}
.cid-uZHjnHadr7 #media-01-1:checked ~ .main-media .media1,
.cid-uZHjnHadr7 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZHjnHadr7 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZHjnHadr7 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZHjnHadr7 .media-thumbnails label {
  cursor: pointer;
}
.cid-uZHjnHadr7 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZHjnHadr7 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZHjnHadr7 .main-media img,
.cid-uZHjnHadr7 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZHjnHadr7 iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZHjpywbaI.popup-builder {
  background-color: #ffffff;
}
.cid-uZHjpywbaI.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZHjpywbaI.popup-builder .container {
  padding: 0;
}
.cid-uZHjpywbaI button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZHjpywbaI .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZHjpywbaI .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZHjpywbaI .form-wrapper .mbr-form .form-group,
  .cid-uZHjpywbaI .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZHjpywbaI .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZHjpywbaI .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZHjpywbaI .mbr-text {
  text-align: center;
}
.cid-uZHjpywbaI .pt-0 {
  padding-top: 0 !important;
}
.cid-uZHjpywbaI .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZHjpywbaI .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZHjpywbaI .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZHjpywbaI .modal-open {
  overflow: hidden;
}
.cid-uZHjpywbaI .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZHjpywbaI .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZHjpywbaI .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZHjpywbaI .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZHjpywbaI .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZHjpywbaI .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZHjpywbaI .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZHjpywbaI .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZHjpywbaI .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZHjpywbaI .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZHjpywbaI .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZHjpywbaI .modal-backdrop.show {
  opacity: .5;
}
.cid-uZHjpywbaI .modal-header {
  border: none;
}
.cid-uZHjpywbaI .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZHjpywbaI .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZHjpywbaI .modal-header .close:hover {
  opacity: 1;
}
.cid-uZHjpywbaI .modal-header .close:focus {
  outline: none;
}
.cid-uZHjpywbaI .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZHjpywbaI .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZHjpywbaI .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZHjpywbaI .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZHjpywbaI .modal-footer {
    padding: 1rem;
  }
}
.cid-uZHjpywbaI .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZHjpywbaI .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZHjpywbaI .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZHjpywbaI .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZHjpywbaI .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZHjpywbaI .modal-lg,
  .cid-uZHjpywbaI .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZHjpywbaI .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZHjpywbaI .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZHjpywbaI .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZHjpywbaI .form-group {
  margin-bottom: 1rem;
}
.cid-uZHjpywbaI .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZHjpywbaI .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZHjpywbaI .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZHjpywbaI .mbr-section-btn {
  margin: 0;
}
.cid-uZHjpywbaI .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZHjpywbaI .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZHjpywbaI .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZHjpywbaI .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZHjpywbaI .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZHjpywbaI .item-name,
.cid-uZHjpywbaI .item-wrap {
  color: #716c80;
}
.cid-uZHjpywbaI H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZHjpywbaI .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZHjpywbaI .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZHjpywbaI .main-media .media {
  display: none;
}
.cid-uZHjpywbaI #media-01-1:checked ~ .main-media .media1,
.cid-uZHjpywbaI #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZHjpywbaI .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZHjpywbaI .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZHjpywbaI .media-thumbnails label {
  cursor: pointer;
}
.cid-uZHjpywbaI .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZHjpywbaI .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZHjpywbaI .main-media img,
.cid-uZHjpywbaI .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZHjpywbaI iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZHjqmAQT9.popup-builder {
  background-color: #ffffff;
}
.cid-uZHjqmAQT9.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZHjqmAQT9.popup-builder .container {
  padding: 0;
}
.cid-uZHjqmAQT9 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZHjqmAQT9 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZHjqmAQT9 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZHjqmAQT9 .form-wrapper .mbr-form .form-group,
  .cid-uZHjqmAQT9 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZHjqmAQT9 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZHjqmAQT9 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZHjqmAQT9 .mbr-text {
  text-align: center;
}
.cid-uZHjqmAQT9 .pt-0 {
  padding-top: 0 !important;
}
.cid-uZHjqmAQT9 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZHjqmAQT9 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZHjqmAQT9 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZHjqmAQT9 .modal-open {
  overflow: hidden;
}
.cid-uZHjqmAQT9 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZHjqmAQT9 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZHjqmAQT9 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZHjqmAQT9 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZHjqmAQT9 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZHjqmAQT9 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZHjqmAQT9 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZHjqmAQT9 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZHjqmAQT9 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZHjqmAQT9 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZHjqmAQT9 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZHjqmAQT9 .modal-backdrop.show {
  opacity: .5;
}
.cid-uZHjqmAQT9 .modal-header {
  border: none;
}
.cid-uZHjqmAQT9 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZHjqmAQT9 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZHjqmAQT9 .modal-header .close:hover {
  opacity: 1;
}
.cid-uZHjqmAQT9 .modal-header .close:focus {
  outline: none;
}
.cid-uZHjqmAQT9 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZHjqmAQT9 .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZHjqmAQT9 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZHjqmAQT9 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZHjqmAQT9 .modal-footer {
    padding: 1rem;
  }
}
.cid-uZHjqmAQT9 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZHjqmAQT9 .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZHjqmAQT9 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZHjqmAQT9 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZHjqmAQT9 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZHjqmAQT9 .modal-lg,
  .cid-uZHjqmAQT9 .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZHjqmAQT9 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZHjqmAQT9 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZHjqmAQT9 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZHjqmAQT9 .form-group {
  margin-bottom: 1rem;
}
.cid-uZHjqmAQT9 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZHjqmAQT9 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZHjqmAQT9 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZHjqmAQT9 .mbr-section-btn {
  margin: 0;
}
.cid-uZHjqmAQT9 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZHjqmAQT9 .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZHjqmAQT9 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZHjqmAQT9 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZHjqmAQT9 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZHjqmAQT9 .item-name,
.cid-uZHjqmAQT9 .item-wrap {
  color: #716c80;
}
.cid-uZHjqmAQT9 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZHjqmAQT9 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZHjqmAQT9 .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZHjqmAQT9 .main-media .media {
  display: none;
}
.cid-uZHjqmAQT9 #media-01-1:checked ~ .main-media .media1,
.cid-uZHjqmAQT9 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZHjqmAQT9 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZHjqmAQT9 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZHjqmAQT9 .media-thumbnails label {
  cursor: pointer;
}
.cid-uZHjqmAQT9 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZHjqmAQT9 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZHjqmAQT9 .main-media img,
.cid-uZHjqmAQT9 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZHjqmAQT9 iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-uZHjr8aVTT.popup-builder {
  background-color: #ffffff;
}
.cid-uZHjr8aVTT.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uZHjr8aVTT.popup-builder .container {
  padding: 0;
}
.cid-uZHjr8aVTT button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uZHjr8aVTT .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uZHjr8aVTT .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uZHjr8aVTT .form-wrapper .mbr-form .form-group,
  .cid-uZHjr8aVTT .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uZHjr8aVTT .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uZHjr8aVTT .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZHjr8aVTT .mbr-text {
  text-align: center;
}
.cid-uZHjr8aVTT .pt-0 {
  padding-top: 0 !important;
}
.cid-uZHjr8aVTT .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uZHjr8aVTT .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uZHjr8aVTT .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uZHjr8aVTT .modal-open {
  overflow: hidden;
}
.cid-uZHjr8aVTT .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uZHjr8aVTT .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uZHjr8aVTT .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uZHjr8aVTT .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uZHjr8aVTT .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uZHjr8aVTT .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uZHjr8aVTT .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uZHjr8aVTT .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uZHjr8aVTT .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uZHjr8aVTT .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uZHjr8aVTT .modal-backdrop.fade {
  opacity: 0;
}
.cid-uZHjr8aVTT .modal-backdrop.show {
  opacity: .5;
}
.cid-uZHjr8aVTT .modal-header {
  border: none;
}
.cid-uZHjr8aVTT .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uZHjr8aVTT .modal-header .close svg {
  fill: #ffffff;
}
.cid-uZHjr8aVTT .modal-header .close:hover {
  opacity: 1;
}
.cid-uZHjr8aVTT .modal-header .close:focus {
  outline: none;
}
.cid-uZHjr8aVTT .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uZHjr8aVTT .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uZHjr8aVTT .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uZHjr8aVTT .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZHjr8aVTT .modal-footer {
    padding: 1rem;
  }
}
.cid-uZHjr8aVTT .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uZHjr8aVTT .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-uZHjr8aVTT .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uZHjr8aVTT .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uZHjr8aVTT .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uZHjr8aVTT .modal-lg,
  .cid-uZHjr8aVTT .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-uZHjr8aVTT .modal-xl {
    max-width: 1140px;
  }
}
.cid-uZHjr8aVTT .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uZHjr8aVTT .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uZHjr8aVTT .form-group {
  margin-bottom: 1rem;
}
.cid-uZHjr8aVTT .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uZHjr8aVTT .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uZHjr8aVTT .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uZHjr8aVTT .mbr-section-btn {
  margin: 0;
}
.cid-uZHjr8aVTT .mbr-section-btn .btn {
  margin: 0;
}
.cid-uZHjr8aVTT .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uZHjr8aVTT .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uZHjr8aVTT .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uZHjr8aVTT .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uZHjr8aVTT .item-name,
.cid-uZHjr8aVTT .item-wrap {
  color: #716c80;
}
.cid-uZHjr8aVTT H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uZHjr8aVTT .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uZHjr8aVTT .media-gallery input[type="radio"] {
  display: none;
}
.cid-uZHjr8aVTT .main-media .media {
  display: none;
}
.cid-uZHjr8aVTT #media-01-1:checked ~ .main-media .media1,
.cid-uZHjr8aVTT #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uZHjr8aVTT .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uZHjr8aVTT .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uZHjr8aVTT .media-thumbnails label {
  cursor: pointer;
}
.cid-uZHjr8aVTT .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uZHjr8aVTT .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uZHjr8aVTT .main-media img,
.cid-uZHjr8aVTT .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZHjr8aVTT iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-v0r1nG4ZP2.popup-builder {
  background-color: #ffffff;
}
.cid-v0r1nG4ZP2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v0r1nG4ZP2.popup-builder .container {
  padding: 0;
}
.cid-v0r1nG4ZP2 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v0r1nG4ZP2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v0r1nG4ZP2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v0r1nG4ZP2 .form-wrapper .mbr-form .form-group,
  .cid-v0r1nG4ZP2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v0r1nG4ZP2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v0r1nG4ZP2 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v0r1nG4ZP2 .mbr-text {
  text-align: center;
}
.cid-v0r1nG4ZP2 .pt-0 {
  padding-top: 0 !important;
}
.cid-v0r1nG4ZP2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v0r1nG4ZP2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v0r1nG4ZP2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v0r1nG4ZP2 .modal-open {
  overflow: hidden;
}
.cid-v0r1nG4ZP2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v0r1nG4ZP2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v0r1nG4ZP2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v0r1nG4ZP2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v0r1nG4ZP2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v0r1nG4ZP2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v0r1nG4ZP2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v0r1nG4ZP2 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v0r1nG4ZP2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v0r1nG4ZP2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v0r1nG4ZP2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v0r1nG4ZP2 .modal-backdrop.show {
  opacity: .5;
}
.cid-v0r1nG4ZP2 .modal-header {
  border: none;
}
.cid-v0r1nG4ZP2 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v0r1nG4ZP2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v0r1nG4ZP2 .modal-header .close:hover {
  opacity: 1;
}
.cid-v0r1nG4ZP2 .modal-header .close:focus {
  outline: none;
}
.cid-v0r1nG4ZP2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v0r1nG4ZP2 .modal-body {
  position: relative;
  -ms-flex: 0 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v0r1nG4ZP2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v0r1nG4ZP2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v0r1nG4ZP2 .modal-footer {
    padding: 1rem;
  }
}
.cid-v0r1nG4ZP2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v0r1nG4ZP2 .modal-dialog {
    max-width: 500px;
    margin: 0 auto;
  }
  .cid-v0r1nG4ZP2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v0r1nG4ZP2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v0r1nG4ZP2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v0r1nG4ZP2 .modal-lg,
  .cid-v0r1nG4ZP2 .modal-xl {
    max-width: inherit;
  }
}
@media (min-width: 1200px) {
  .cid-v0r1nG4ZP2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v0r1nG4ZP2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v0r1nG4ZP2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v0r1nG4ZP2 .form-group {
  margin-bottom: 1rem;
}
.cid-v0r1nG4ZP2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v0r1nG4ZP2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v0r1nG4ZP2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v0r1nG4ZP2 .mbr-section-btn {
  margin: 0;
}
.cid-v0r1nG4ZP2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0r1nG4ZP2 .optionen {
  background-color: white;
  width: 60vw;
  height: 80vh;
  margin: auto;
  border-radius: 1rem;
  padding: 0rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v0r1nG4ZP2 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v0r1nG4ZP2 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v0r1nG4ZP2 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v0r1nG4ZP2 .item-name,
.cid-v0r1nG4ZP2 .item-wrap {
  color: #716c80;
}
.cid-v0r1nG4ZP2 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v0r1nG4ZP2 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v0r1nG4ZP2 .media-gallery input[type="radio"] {
  display: none;
}
.cid-v0r1nG4ZP2 .main-media .media {
  display: none;
}
.cid-v0r1nG4ZP2 #media-01-1:checked ~ .main-media .media1,
.cid-v0r1nG4ZP2 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-v0r1nG4ZP2 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-v0r1nG4ZP2 .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v0r1nG4ZP2 .media-thumbnails label {
  cursor: pointer;
}
.cid-v0r1nG4ZP2 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-v0r1nG4ZP2 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v0r1nG4ZP2 .main-media img,
.cid-v0r1nG4ZP2 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-v0r1nG4ZP2 iframe {
  border: none;
  pointer-events: all;
  height: 100%;
  width: 100%;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-sddfR7ss7h {
  padding-top: 15rem;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sddfR7ss7h img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sddfR7ss7h H1 {
  color: #267cb5;
}
.cid-sddfR7ss7h .mbr-text,
.cid-sddfR7ss7h .mbr-section-btn {
  color: #716c80;
}
.cid-sddfR7ss7h H3 {
  color: #716c80;
}
.cid-sddfR7ss7h .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sddfR7ss7h .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sddfR7ss7h .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sddfR7ss7h .link:hover {
  color: #232323 !important;
}
.cid-sddfR7ss7h .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-sddfR7ss7h DIV {
  color: #57468b;
}
.cid-sddfR7ss7h .mbr-text,
.cid-sddfR7ss7h .media-content {
  color: #465052;
  text-align: left;
}
.cid-sddfVu1pgS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sddfVu1pgS .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-sddfVu1pgS h4 {
  text-align: center;
}
.cid-sddfVu1pgS p {
  text-align: center;
}
.cid-sddfVu1pgS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-sddfVu1pgS .mbr-iconfont {
  transition: all 0.3s;
  color: #267cb5 !important;
  font-size: 2rem !important;
}
.cid-sddfVu1pgS .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-sddfVu1pgS .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0);
  transform: translateY(-0.5rem);
}
.cid-sddfVu1pgS .card-title,
.cid-sddfVu1pgS .card-img {
  color: #57468b;
}
.cid-sddfVu1pgS .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-sddfVu1pgS .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-sddfVu1pgS .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-sddfl952PR {
  padding-top: 15rem;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sddfl952PR img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sddfl952PR H1 {
  color: #267cb5;
}
.cid-sddfl952PR .mbr-text,
.cid-sddfl952PR .mbr-section-btn {
  color: #716c80;
}
.cid-sddfl952PR H3 {
  color: #716c80;
}
.cid-sddfl952PR .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sddfl952PR .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sddfl952PR .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sddfl952PR .link:hover {
  color: #232323 !important;
}
.cid-sddfl952PR .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-sddfl952PR DIV {
  color: #57468b;
}
.cid-sddfl952PR .mbr-text,
.cid-sddfl952PR .media-content {
  color: #232323;
  text-align: left;
}
.cid-v0ft7QpOeS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0ft7QpOeS .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-v0ft7QpOeS h4 {
  text-align: center;
}
.cid-v0ft7QpOeS p {
  text-align: center;
}
.cid-v0ft7QpOeS .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v0ft7QpOeS .mbr-iconfont {
  transition: all 0.3s;
  color: #267cb5 !important;
  font-size: 2rem !important;
}
.cid-v0ft7QpOeS .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-v0ft7QpOeS .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0);
  transform: translateY(-0.5rem);
}
.cid-v0ft7QpOeS .card-title,
.cid-v0ft7QpOeS .card-img {
  color: #57468b;
}
.cid-v0ft7QpOeS .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-v0ft7QpOeS .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-v0ft7QpOeS .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-sddez2vLIS {
  padding-top: 15rem;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sddez2vLIS img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sddez2vLIS H1 {
  color: #267cb5;
}
.cid-sddez2vLIS .mbr-text,
.cid-sddez2vLIS .mbr-section-btn {
  color: #716c80;
}
.cid-sddez2vLIS H3 {
  color: #716c80;
}
.cid-sddez2vLIS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sddez2vLIS .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sddez2vLIS .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sddez2vLIS .link:hover {
  color: #232323 !important;
}
.cid-sddez2vLIS .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-sddez2vLIS DIV {
  color: #57468b;
}
.cid-sddez2vLIS .mbr-text,
.cid-sddez2vLIS .media-content {
  color: #232323;
  text-align: left;
}
.cid-v0ftl5VM8x {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0ftl5VM8x .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-v0ftl5VM8x h4 {
  text-align: center;
}
.cid-v0ftl5VM8x p {
  text-align: center;
}
.cid-v0ftl5VM8x .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v0ftl5VM8x .mbr-iconfont {
  transition: all 0.3s;
  color: #267cb5 !important;
  font-size: 2rem !important;
}
.cid-v0ftl5VM8x .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-v0ftl5VM8x .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0);
  transform: translateY(-0.5rem);
}
.cid-v0ftl5VM8x .card-title,
.cid-v0ftl5VM8x .card-img {
  color: #57468b;
}
.cid-v0ftl5VM8x .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-v0ftl5VM8x .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-v0ftl5VM8x .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-tCV8vDdyPh {
  padding-top: 15rem;
  padding-bottom: 1rem;
  background-color: #f2f2f2;
}
.cid-tCV8vDdyPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCV8vDdyPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCV8vDdyPh .mbr-section-btn {
  margin-top: 10rem;
}
.cid-tCV8vDdyPh .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-tCV8vDdyPh .mbr-section-subtitle {
  color: #716c80;
  text-align: left;
}
.cid-tCV8vDdyPh .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-tCV8vDdyPh .btn:hover,
.cid-tCV8vDdyPh .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-tCV8vDdyPh .text-primary {
  color: grey;
  font-weight: 500 !important;
}
.cid-tCV8vDdyPh a:hover {
  color: grey !important;
}
.cid-sv85wFM7er {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #f2f2f2;
}
.cid-sv85wFM7er .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sv85wFM7er h4 {
  max-width: 600px;
  margin: auto;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .cid-sv85wFM7er .form-check-inline {
    margin-right: 2rem;
  }
  .cid-sv85wFM7er .form-control-label {
    display: inline-flex;
    padding-right: 3rem;
    margin-bottom: 0;
    padding-left: 0.4rem;
  }
  .cid-sv85wFM7er .check {
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 992px) {
  .cid-sv85wFM7er .col,
  .cid-sv85wFM7er .col-lg-6 {
    max-width: 48%;
  }
  .cid-sv85wFM7er .form-group {
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 992px) {
  .cid-sv85wFM7er .check {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
  }
  .cid-sv85wFM7er .form-group {
    margin-bottom: 0.5rem;
  }
}
.cid-sv85wFM7er label {
  margin-bottom: 0;
}
.cid-sv85wFM7er .form-row {
  justify-content: space-between;
}
.cid-sv85wFM7er .form-control,
.cid-sv85wFM7er .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border: none !important;
  border-radius: 0.5rem;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sv85wFM7er .form-control:focus,
.cid-sv85wFM7er .field-input:focus {
  color: #343434 !important;
}
.cid-sv85wFM7er .form-control:hover,
.cid-sv85wFM7er .field-input:hover {
  color: #343434 !important;
}
.cid-sv85wFM7er .form-control input::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input input::-webkit-input-placeholder,
.cid-sv85wFM7er .form-control textarea::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input textarea::-webkit-input-placeholder {
  color: #343434;
}
.cid-sv85wFM7er .form-control input:-moz-placeholder,
.cid-sv85wFM7er .field-input input:-moz-placeholder,
.cid-sv85wFM7er .form-control textarea:-moz-placeholder,
.cid-sv85wFM7er .field-input textarea:-moz-placeholder {
  color: #343434;
}
.cid-sv85wFM7er .form-control:hover,
.cid-sv85wFM7er .field-input:hover,
.cid-sv85wFM7er .form-control:focus,
.cid-sv85wFM7er .field-input:focus {
  background-color: #ffffff;
  border-color: #716c80 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sv85wFM7er .form-control:hover input::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input:hover input::-webkit-input-placeholder,
.cid-sv85wFM7er .form-control:focus input::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input:focus input::-webkit-input-placeholder,
.cid-sv85wFM7er .form-control:hover textarea::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input:hover textarea::-webkit-input-placeholder,
.cid-sv85wFM7er .form-control:focus textarea::-webkit-input-placeholder,
.cid-sv85wFM7er .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-sv85wFM7er .form-control:hover input:-moz-placeholder,
.cid-sv85wFM7er .field-input:hover input:-moz-placeholder,
.cid-sv85wFM7er .form-control:focus input:-moz-placeholder,
.cid-sv85wFM7er .field-input:focus input:-moz-placeholder,
.cid-sv85wFM7er .form-control:hover textarea:-moz-placeholder,
.cid-sv85wFM7er .field-input:hover textarea:-moz-placeholder,
.cid-sv85wFM7er .form-control:focus textarea:-moz-placeholder,
.cid-sv85wFM7er .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-sv85wFM7er .jq-number__spin:hover,
.cid-sv85wFM7er .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #716c80;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sv85wFM7er .jq-number__spin {
  background-color: #ffffff;
  border-color: #343434;
  color: #343434;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sv85wFM7er .jq-selectbox li,
.cid-sv85wFM7er .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sv85wFM7er .jq-selectbox li:hover,
.cid-sv85wFM7er .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sv85wFM7er .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sv85wFM7er .jq-number__spin.minus:hover:after,
.cid-sv85wFM7er .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sv85wFM7er .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sv85wFM7er .jq-number__spin.minus:after,
.cid-sv85wFM7er .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sv85wFM7er input::-webkit-clear-button {
  display: none;
}
.cid-sv85wFM7er input::-webkit-inner-spin-button {
  display: none;
}
.cid-sv85wFM7er input::-webkit-outer-spin-button {
  display: none;
}
.cid-sv85wFM7er input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sv85wFM7er H5 {
  text-align: left;
  color: #267cb5;
}
.cid-sv85wFM7er P {
  text-align: left;
  color: #267cb5;
}
.cid-sv85wFM7er LABEL {
  color: #767676;
  text-align: left;
}
.cid-sv85wFM7er H4 {
  color: #9c9485;
}
.cid-sv85wFM7er .kategorie {
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
}
.cid-sv85wFM7er .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-sv85wFM7er .kategorie:hover {
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1.5vmin;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-tCV9eSDKxI .google-map {
  height: 34rem;
  position: relative;
}
.cid-tCV9eSDKxI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tCV9eSDKxI .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-tCV9eSDKxI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tCV9eSDKxI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uZ29hXQXpn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uZ29hYGQ7v {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uZ29hYGQ7v {
    height: auto;
  }
}
.cid-uZ29hYGQ7v H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uZ29hYGQ7v h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uZ29hYGQ7v .mbr-text,
.cid-uZ29hYGQ7v .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-uZ29hYGQ7v img {
  width: 80%;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
@media (max-width: 992px) {
  .cid-uZ29hYGQ7v img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 4.5rem;
  }
  .cid-uZ29hYGQ7v #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uZ29hYGQ7v #Bkarte {
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.cid-uZ29hYGQ7v .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uZ29hYGQ7v #F1:not(.selected):hover,
.cid-uZ29hYGQ7v #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uZ29hYGQ7v #F1,
.cid-uZ29hYGQ7v #F2 {
  transition: filter 0.3s ease;
}
.cid-uZ29hYGQ7v .cls-0 {
  fill: #465052;
}
.cid-uZ29hYGQ7v .cls-1 {
  fill: #d4d8de;
}
.cid-uZ29hYGQ7v H3 {
  color: #716c80;
}
.cid-uZ29hYGQ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29hYGQ7v .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uZ29hYGQ7v .mbr-text,
.cid-uZ29hYGQ7v .mbr-section-btn P {
  text-align: left;
}
.cid-uZ29hYGQ7v .Auswahl {
  margin-top: 4.5rem;
}
.cid-uZ29hYGQ7v .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uZ29hYGQ7v .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: 0 0 10px 0 lightgrey;
  outline: none;
  margin: 1rem;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0.6rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uZ29hYGQ7v .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uZ29hYGQ7v .kategorie:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-uZ29hYGQ7v .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uZ29hYGQ7v p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uZ29hYGQ7v .dark {
  color: #465052;
}
.cid-uZ29hYGQ7v span {
  margin: 0;
}
.cid-uZ29hYGQ7v .cls-2 {
  fill: #444953;
}
.cid-uZ29hYGQ7v .cls-3 {
  fill: #c9f352;
}
.cid-uZ29hYGQ7v P {
  color: #716c80;
  font-weight: 300;
}
.cid-uZ29hYGQ7v .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uZ29hYGQ7v .mbr-iconfont {
  line-height: inherit;
}
.cid-uZ29hYGQ7v H5 {
  color: #267cb5;
}
.cid-uZ29hYGQ7v #Pkarte {
  background-color: #ffffff ;
  border: none;
  padding: 3rem;
}
.cid-uZ29hYGQ7v #Bkarte {
  background-color: #ffffff ;
  border: none;
  padding: 3rem;
}
@media (min-width: 992px) {
  .cid-uZ29hYGQ7v #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uZ29hYGQ7v #Bkarte {
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uZ29hYGQ7v .px-3 {
  height: auto;
}
.cid-uZ29hZtmTF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29hZtmTF .item:focus,
.cid-uZ29hZtmTF span:focus {
  outline: none;
}
.cid-uZ29hZtmTF .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZ29hZtmTF .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZ29hZtmTF .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ29hZtmTF .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZ29hZtmTF .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ29hZtmTF .mbr-section-title {
  color: #232323;
}
.cid-uZ29hZtmTF .mbr-text,
.cid-uZ29hZtmTF .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uZ29hZtmTF .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uZ29hZtmTF .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uZ29i0EZC7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uZ29i0EZC7 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uZ29i0EZC7 H1 {
  color: #57468b;
}
.cid-uZ29i0EZC7 .mbr-text,
.cid-uZ29i0EZC7 .mbr-section-btn {
  color: #716c80;
}
.cid-uZ29i0EZC7 H3 {
  color: #716c80;
}
.cid-uZ29i0EZC7 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uZ29i0EZC7 .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uZ29i0EZC7 .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uZ29i0EZC7 .link:hover {
  color: #232323 !important;
}
.cid-uZ29i0EZC7 .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uZ29i0EZC7 DIV {
  color: #57468b;
}
.cid-uZ29i0EZC7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29i0EZC7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ29i1ecxB {
  scroll-margin-top: 90px;
  padding-top: 90px;
  overflow: inherit;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29i1ecxB img,
.cid-uZ29i1ecxB .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uZ29i1ecxB .item:focus,
.cid-uZ29i1ecxB span:focus {
  outline: none;
}
.cid-uZ29i1ecxB .item {
  margin-bottom: 2rem;
}
.cid-uZ29i1ecxB .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZ29i1ecxB .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZ29i1ecxB .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uZ29i1ecxB .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZ29i1ecxB .mbr-section-title {
  color: #232323;
}
.cid-uZ29i1ecxB .mbr-text,
.cid-uZ29i1ecxB .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uZ29i1ecxB .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uZ29i1ecxB .item-subtitle {
  text-align: center;
}
.cid-uZ29i2BAFX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29i2BAFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29i2BAFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ29i2BAFX .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uZ29i2BAFX .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uZ29i2BAFX .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uZ29i2BAFX .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uZ29i2BAFX .btn:hover,
.cid-uZ29i2BAFX .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uZ29i2BAFX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZ29i2BAFX h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-uZ29i3eFbs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uZ29i3eFbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZ29i3eFbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZ29i3eFbs .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uZ29i3eFbs .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uZ29i3eFbs .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uZ29i3eFbs .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uZ29i3eFbs .btn:hover,
.cid-uZ29i3eFbs .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uZ29i3eFbs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uZ29i3OiG9 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uZ29i3OiG9 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uZ29i3OiG9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZ29i3OiG9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uZ29i3OiG9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZ29i3OiG9 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-content {
  position: absolute;
  z-index: 1;
  padding: 24px;
  top: 60%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 20px 16px;
    padding-top: 0;
  }
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uZ29i3OiG9 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #465052;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uZ29i3OiG9 .embla__button--next,
.cid-uZ29i3OiG9 .embla__button--prev {
  display: flex;
}
.cid-uZ29i3OiG9 .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uZ29i3OiG9 .embla__button:hover {
  opacity: .7 !important;
}
.cid-uZ29i3OiG9 .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uZ29i3OiG9 .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uZ29i3OiG9 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uZ29i3OiG9 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uZ29i3OiG9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZ29i3OiG9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZ29i3OiG9 .embla__container {
  padding: 1rem;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZ29i3OiG9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZ29i3OiG9 .mbr-section-title {
  color: #272b2e;
}
.cid-uZ29i3OiG9 .item-tag {
  color: #ffffff;
}
.cid-uZ29i3OiG9 .item-name {
  color: #ffffff;
}
.cid-uZ29i3OiG9 .item-name,
.cid-uZ29i3OiG9 .item-wrap {
  color: #465052;
}
.cid-uZ29i3OiG9 .item-tag,
.cid-uZ29i3OiG9 .desc-wrapper {
  border-radius: 0.3rem;
  color: #465052;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uZ29i3OiG9 H4 {
  color: #267cb5;
}
.cid-uZ29i3OiG9 .card-title {
  color: #267cb5;
}
.cid-uZ29iaVfbd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ29iaVfbd .container {
  max-width: 1400px;
}
.cid-uZ29iaVfbd .card-img2 span {
  padding-top: 6px;
}
.cid-uZ29iaVfbd .soc-item a {
  padding-top: 5px;
}
.cid-uZ29iaVfbd .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ29iaVfbd .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ29iaVfbd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ29iaVfbd .item,
  .cid-uZ29iaVfbd .social-list {
    justify-content: center;
  }
}
.cid-uZ29iaVfbd .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ29iaVfbd .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ29iaVfbd .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ29iaVfbd .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ29iaVfbd .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ29iaVfbd .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ29iaVfbd .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ29iaVfbd .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ29iaVfbd .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ29iaVfbd .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ29iaVfbd .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ29iaVfbd img {
  height: 4rem;
}
.cid-uZ29iaVfbd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ29iaVfbd .text1 {
  color: #5b686b;
}
.cid-uZ29iaVfbd .item-title {
  color: #5b686b;
}
.cid-uZ29iaVfbd H5 {
  color: #267cb5;
}
.cid-uZ29iaVfbd .theme {
  color: #ffffff;
}
.cid-uZ29iaVfbd .copyright > p {
  color: #ff3366;
}
.cid-uZ29iaVfbd .text2 {
  color: #ffffff;
}
.cid-uZ29iaVfbd .card-img {
  width: auto;
}
.cid-uZ29iaVfbd a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ29iaVfbd a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ29iaVfbd H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uMi8oCceA1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uMi8oCKau7 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uMi8oCKau7 {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uMi8oCKau7 {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uMi8oCKau7 {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uMi8oCKau7 .container {
    padding-top: 128px;
  }
  .cid-uMi8oCKau7 #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8oCKau7 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uMi8oCKau7 .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uMi8oCKau7 H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8oCKau7 h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uMi8oCKau7 .mbr-text,
.cid-uMi8oCKau7 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMi8oCKau7 img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uMi8oCKau7 .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uMi8oCKau7 #F1:not(.selected):hover,
.cid-uMi8oCKau7 #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uMi8oCKau7 #F1,
.cid-uMi8oCKau7 #F2 {
  transition: filter 0.3s ease;
}
.cid-uMi8oCKau7 .cls-0 {
  fill: #465052;
}
.cid-uMi8oCKau7 .cls-1 {
  fill: #d4d8de;
}
.cid-uMi8oCKau7 H3 {
  color: #716c80;
}
.cid-uMi8oCKau7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMi8oCKau7 .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uMi8oCKau7 .mbr-text,
.cid-uMi8oCKau7 .mbr-section-btn P {
  text-align: left;
}
.cid-uMi8oCKau7 .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uMi8oCKau7 .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uMi8oCKau7 .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8oCKau7 .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uMi8oCKau7 .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uMi8oCKau7 .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uMi8oCKau7 p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uMi8oCKau7 .dark {
  color: #465052;
}
.cid-uMi8oCKau7 span {
  margin: 0;
}
.cid-uMi8oCKau7 .cls-2 {
  fill: #444953;
}
.cid-uMi8oCKau7 .cls-3 {
  fill: #c9f352;
}
.cid-uMi8oCKau7 P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uMi8oCKau7 .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uMi8oCKau7 .mbr-iconfont {
  line-height: inherit;
}
.cid-uMi8oCKau7 H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uMi8oCKau7 #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uMi8oCKau7 #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uMi8oCKau7 .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uMi8oCKau7 img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uMi8oCKau7 #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uMi8oCKau7 #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uMi8oCKau7 #Bkarte,
  .cid-uMi8oCKau7 #Pkarte {
    border-radius: 0;
  }
  .cid-uMi8oCKau7 #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uMi8oCKau7 .svg,
  .cid-uMi8oCKau7 video {
    display: none;
  }
  .cid-uMi8oCKau7 .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uMi8oCKau7 .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uMi8oCKau7 img {
    margin-top: 0;
  }
  .cid-uMi8oCKau7 .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uMi8oDIKZV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8oDIKZV .item:focus,
.cid-uMi8oDIKZV span:focus {
  outline: none;
}
.cid-uMi8oDIKZV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8oDIKZV .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8oDIKZV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8oDIKZV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8oDIKZV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8oDIKZV .mbr-section-title {
  color: #232323;
}
.cid-uMi8oDIKZV .mbr-text,
.cid-uMi8oDIKZV .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uMi8oDIKZV .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uMi8oDIKZV .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uURQuOeZ0I {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uURQuOeZ0I img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uURQuOeZ0I H1 {
  color: #57468b;
}
.cid-uURQuOeZ0I .mbr-text,
.cid-uURQuOeZ0I .mbr-section-btn {
  color: #716c80;
}
.cid-uURQuOeZ0I H3 {
  color: #716c80;
}
.cid-uURQuOeZ0I .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uURQuOeZ0I .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uURQuOeZ0I .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uURQuOeZ0I .link:hover {
  color: #232323 !important;
}
.cid-uURQuOeZ0I .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uURQuOeZ0I DIV {
  color: #57468b;
}
.cid-uURQuOeZ0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURQuOeZ0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMi8oECHYK {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uMi8oECHYK img,
.cid-uMi8oECHYK .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uMi8oECHYK .item:focus,
.cid-uMi8oECHYK span:focus {
  outline: none;
}
.cid-uMi8oECHYK .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uMi8oECHYK .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uMi8oECHYK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uMi8oECHYK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uMi8oECHYK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uMi8oECHYK .mbr-section-title {
  color: #232323;
}
.cid-uMi8oECHYK .mbr-text,
.cid-uMi8oECHYK .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uMi8oECHYK .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uMi8oECHYK .item-subtitle {
  text-align: center;
}
.cid-uPT7Bj59cN.popup-builder {
  background-color: #ffffff;
}
.cid-uPT7Bj59cN.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uPT7Bj59cN.popup-builder .container {
  padding: 0;
}
.cid-uPT7Bj59cN.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uPT7Bj59cN button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uPT7Bj59cN .modal-content,
.cid-uPT7Bj59cN .modal-dialog {
  height: auto;
}
.cid-uPT7Bj59cN .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uPT7Bj59cN .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uPT7Bj59cN .form-wrapper .mbr-form .form-group,
  .cid-uPT7Bj59cN .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uPT7Bj59cN .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uPT7Bj59cN .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uPT7Bj59cN .mbr-text {
  text-align: center;
}
.cid-uPT7Bj59cN .pt-0 {
  padding-top: 0 !important;
}
.cid-uPT7Bj59cN .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uPT7Bj59cN .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uPT7Bj59cN .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uPT7Bj59cN .modal-open {
  overflow: hidden;
}
.cid-uPT7Bj59cN .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uPT7Bj59cN .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uPT7Bj59cN .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uPT7Bj59cN .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uPT7Bj59cN .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uPT7Bj59cN .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uPT7Bj59cN .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uPT7Bj59cN .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uPT7Bj59cN .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uPT7Bj59cN .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uPT7Bj59cN .modal-backdrop.fade {
  opacity: 0;
}
.cid-uPT7Bj59cN .modal-backdrop.show {
  opacity: .5;
}
.cid-uPT7Bj59cN .modal-header {
  border: none;
}
.cid-uPT7Bj59cN .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uPT7Bj59cN .modal-header .close svg {
  fill: #ffffff;
}
.cid-uPT7Bj59cN .modal-header .close:hover {
  opacity: 1;
}
.cid-uPT7Bj59cN .modal-header .close:focus {
  outline: none;
}
.cid-uPT7Bj59cN .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uPT7Bj59cN .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uPT7Bj59cN .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uPT7Bj59cN .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPT7Bj59cN .modal-footer {
    padding: 1rem;
  }
}
.cid-uPT7Bj59cN .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uPT7Bj59cN .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uPT7Bj59cN .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uPT7Bj59cN .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uPT7Bj59cN .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uPT7Bj59cN .modal-lg,
  .cid-uPT7Bj59cN .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uPT7Bj59cN .modal-xl {
    max-width: 1140px;
  }
}
.cid-uPT7Bj59cN .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uPT7Bj59cN .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uPT7Bj59cN .form-group {
  margin-bottom: 1rem;
}
.cid-uPT7Bj59cN .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uPT7Bj59cN .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uPT7Bj59cN .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uPT7Bj59cN .mbr-section-btn {
  margin: 0;
}
.cid-uPT7Bj59cN .mbr-section-btn .btn {
  margin: 0;
}
.cid-uPT7Bj59cN .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-uSeOgZ76I2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-uSeOgZGEmr {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-uSeOgZGEmr {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-uSeOgZGEmr {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-uSeOgZGEmr {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-uSeOgZGEmr .container {
    padding-top: 128px;
  }
  .cid-uSeOgZGEmr #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uSeOgZGEmr #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-uSeOgZGEmr .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-uSeOgZGEmr H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uSeOgZGEmr h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-uSeOgZGEmr .mbr-text,
.cid-uSeOgZGEmr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uSeOgZGEmr img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-uSeOgZGEmr .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-uSeOgZGEmr #F1:not(.selected):hover,
.cid-uSeOgZGEmr #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-uSeOgZGEmr #F1,
.cid-uSeOgZGEmr #F2 {
  transition: filter 0.3s ease;
}
.cid-uSeOgZGEmr .cls-0 {
  fill: #465052;
}
.cid-uSeOgZGEmr .cls-1 {
  fill: #d4d8de;
}
.cid-uSeOgZGEmr H3 {
  color: #716c80;
}
.cid-uSeOgZGEmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeOgZGEmr .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-uSeOgZGEmr .mbr-text,
.cid-uSeOgZGEmr .mbr-section-btn P {
  text-align: left;
}
.cid-uSeOgZGEmr .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-uSeOgZGEmr .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-uSeOgZGEmr .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-uSeOgZGEmr .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-uSeOgZGEmr .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-uSeOgZGEmr .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-uSeOgZGEmr p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-uSeOgZGEmr .dark {
  color: #465052;
}
.cid-uSeOgZGEmr span {
  margin: 0;
}
.cid-uSeOgZGEmr .cls-2 {
  fill: #444953;
}
.cid-uSeOgZGEmr .cls-3 {
  fill: #c9f352;
}
.cid-uSeOgZGEmr P {
  color: #ffffff;
  font-weight: 300;
}
.cid-uSeOgZGEmr .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-uSeOgZGEmr .mbr-iconfont {
  line-height: inherit;
}
.cid-uSeOgZGEmr H5 {
  color: #267cb5;
  text-align: left;
}
.cid-uSeOgZGEmr #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-uSeOgZGEmr #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-uSeOgZGEmr .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-uSeOgZGEmr img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-uSeOgZGEmr #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-uSeOgZGEmr #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-uSeOgZGEmr #Bkarte,
  .cid-uSeOgZGEmr #Pkarte {
    border-radius: 0;
  }
  .cid-uSeOgZGEmr #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-uSeOgZGEmr .svg,
  .cid-uSeOgZGEmr video {
    display: none;
  }
  .cid-uSeOgZGEmr .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-uSeOgZGEmr .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-uSeOgZGEmr img {
    margin-top: 0;
  }
  .cid-uSeOgZGEmr .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-uSeOh0Du9S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeOh0Du9S .item:focus,
.cid-uSeOh0Du9S span:focus {
  outline: none;
}
.cid-uSeOh0Du9S .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSeOh0Du9S .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSeOh0Du9S .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeOh0Du9S .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSeOh0Du9S .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSeOh0Du9S .mbr-section-title {
  color: #232323;
}
.cid-uSeOh0Du9S .mbr-text,
.cid-uSeOh0Du9S .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-uSeOh0Du9S .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-uSeOh0Du9S .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-uT5RmIykKT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uT5RmIykKT img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-uT5RmIykKT H1 {
  color: #57468b;
}
.cid-uT5RmIykKT .mbr-text,
.cid-uT5RmIykKT .mbr-section-btn {
  color: #716c80;
}
.cid-uT5RmIykKT H3 {
  color: #716c80;
}
.cid-uT5RmIykKT .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-uT5RmIykKT .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-uT5RmIykKT .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-uT5RmIykKT .link:hover {
  color: #232323 !important;
}
.cid-uT5RmIykKT .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-uT5RmIykKT DIV {
  color: #57468b;
}
.cid-uT5RmIykKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uT5RmIykKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeOh1u8we {
  padding-top: 90px;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeOh1u8we img,
.cid-uSeOh1u8we .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-uSeOh1u8we .item:focus,
.cid-uSeOh1u8we span:focus {
  outline: none;
}
.cid-uSeOh1u8we .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uSeOh1u8we .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uSeOh1u8we .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSeOh1u8we .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSeOh1u8we .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uSeOh1u8we .mbr-section-title {
  color: #232323;
}
.cid-uSeOh1u8we .mbr-text,
.cid-uSeOh1u8we .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-uSeOh1u8we .item-title {
  text-align: left;
  color: #716c80;
}
.cid-uSeOh1u8we .item-subtitle {
  text-align: center;
}
.cid-uSeOh545sc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeOh545sc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeOh545sc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeOh545sc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uSeOh545sc .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uSeOh545sc .mbr-section-subtitle {
  color: #267cb5;
}
.cid-uSeOh545sc .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uSeOh545sc .btn:hover,
.cid-uSeOh545sc .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uSeOh545sc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSeOh545sc h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1G4w4NIq1 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1G4w4NIq1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1G4w4NIq1 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1G4w4NIq1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1G4w4NIq1 .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1G4w4NIq1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1G4w4NIq1 .embla__slide .slide-content {
  width: 100%;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1G4w4NIq1 .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1G4w4NIq1 .embla__button--next,
.cid-v1G4w4NIq1 .embla__button--prev {
  display: flex;
}
.cid-v1G4w4NIq1 .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1G4w4NIq1 .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1G4w4NIq1 .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1G4w4NIq1 .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1G4w4NIq1 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1G4w4NIq1 .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1G4w4NIq1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1G4w4NIq1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1G4w4NIq1 .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1G4w4NIq1 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1G4w4NIq1 .mbr-section-title {
  color: #272b2e;
}
.cid-v1G4w4NIq1 .item-tag {
  color: #ffffff;
}
.cid-v1G4w4NIq1 .item-name {
  color: #ffffff;
}
.cid-v1G4w4NIq1 .item-name,
.cid-v1G4w4NIq1 .item-wrap {
  color: #716c80;
}
.cid-v1G4w4NIq1 .item-tag,
.cid-v1G4w4NIq1 .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1G4w4NIq1 H4 {
  color: #267cb5;
}
.cid-v1G4w4NIq1 .card-title {
  color: #267cb5;
}
.cid-v1G4sMK1V8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1G4sMK1V8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1G4sMK1V8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1G4sMK1V8 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1G4sMK1V8 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1G4sMK1V8 .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1G4sMK1V8 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1G4sMK1V8 .btn:hover,
.cid-v1G4sMK1V8 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1G4sMK1V8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1G4sMK1V8 h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-uSeOh5H8nj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uSeOh5H8nj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSeOh5H8nj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSeOh5H8nj .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uSeOh5H8nj .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-uSeOh5H8nj .mbr-section-subtitle {
  color: #5b686b;
}
.cid-uSeOh5H8nj .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-uSeOh5H8nj .btn:hover,
.cid-uSeOh5H8nj .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-uSeOh5H8nj .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uSTJEmrwTf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uSTJEmrwTf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSTJEmrwTf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSTJEmrwTf .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-uSTJEmrwTf .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-uSTJEmrwTf .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSTJEmrwTf .embla__slide .slide-content {
  width: 100%;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-uSTJEmrwTf .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #cccccc;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-uSTJEmrwTf .embla__button--next,
.cid-uSTJEmrwTf .embla__button--prev {
  display: flex;
}
.cid-uSTJEmrwTf .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSTJEmrwTf .embla__button:hover {
  opacity: .7 !important;
}
.cid-uSTJEmrwTf .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-uSTJEmrwTf .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-uSTJEmrwTf .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-uSTJEmrwTf .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uSTJEmrwTf .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSTJEmrwTf .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSTJEmrwTf .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSTJEmrwTf .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uSTJEmrwTf .mbr-section-title {
  color: #272b2e;
}
.cid-uSTJEmrwTf .item-tag {
  color: #ffffff;
}
.cid-uSTJEmrwTf .item-name {
  color: #ffffff;
}
.cid-uSTJEmrwTf .item-name,
.cid-uSTJEmrwTf .item-wrap {
  color: #465052;
}
.cid-uSTJEmrwTf .item-tag,
.cid-uSTJEmrwTf .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-uSTJEmrwTf H4 {
  color: #267cb5;
}
.cid-uSTJEmrwTf .card-title {
  color: #267cb5;
}
.cid-uSTK2Vibq6.popup-builder {
  background-color: #ffffff;
}
.cid-uSTK2Vibq6.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSTK2Vibq6.popup-builder .container {
  padding: 0;
}
.cid-uSTK2Vibq6.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSTK2Vibq6 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSTK2Vibq6 .modal-content,
.cid-uSTK2Vibq6 .modal-dialog {
  height: auto;
}
.cid-uSTK2Vibq6 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSTK2Vibq6 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSTK2Vibq6 .form-wrapper .mbr-form .form-group,
  .cid-uSTK2Vibq6 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSTK2Vibq6 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSTK2Vibq6 .mbr-figure {
  border-radius: 1rem;
}
.cid-uSTK2Vibq6 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSTK2Vibq6 .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-uSTK2Vibq6 .mbr-text {
  text-align: center;
}
.cid-uSTK2Vibq6 .pt-0 {
  padding-top: 0 !important;
}
.cid-uSTK2Vibq6 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSTK2Vibq6 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSTK2Vibq6 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSTK2Vibq6 .modal-open {
  overflow: hidden;
}
.cid-uSTK2Vibq6 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSTK2Vibq6 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSTK2Vibq6 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSTK2Vibq6 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSTK2Vibq6 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSTK2Vibq6 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSTK2Vibq6 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSTK2Vibq6 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSTK2Vibq6 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSTK2Vibq6 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSTK2Vibq6 .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSTK2Vibq6 .modal-backdrop.show {
  opacity: .5;
}
.cid-uSTK2Vibq6 .modal-header {
  border: none;
}
.cid-uSTK2Vibq6 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSTK2Vibq6 .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSTK2Vibq6 .modal-header .close:hover {
  opacity: 1;
}
.cid-uSTK2Vibq6 .modal-header .close:focus {
  outline: none;
}
.cid-uSTK2Vibq6 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSTK2Vibq6 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSTK2Vibq6 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSTK2Vibq6 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTK2Vibq6 .modal-footer {
    padding: 1rem;
  }
}
.cid-uSTK2Vibq6 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSTK2Vibq6 .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-uSTK2Vibq6 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSTK2Vibq6 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSTK2Vibq6 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSTK2Vibq6 .modal-lg,
  .cid-uSTK2Vibq6 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSTK2Vibq6 .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSTK2Vibq6 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSTK2Vibq6 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSTK2Vibq6 .form-group {
  margin-bottom: 1rem;
}
.cid-uSTK2Vibq6 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSTK2Vibq6 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSTK2Vibq6 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSTK2Vibq6 .mbr-section-btn {
  margin: 0;
}
.cid-uSTK2Vibq6 .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSTJFBuQyW.popup-builder {
  background-color: #ffffff;
}
.cid-uSTJFBuQyW.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uSTJFBuQyW.popup-builder .container {
  padding: 0;
}
.cid-uSTJFBuQyW.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uSTJFBuQyW button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-uSTJFBuQyW .modal-content,
.cid-uSTJFBuQyW .modal-dialog {
  height: auto;
}
.cid-uSTJFBuQyW .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uSTJFBuQyW .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uSTJFBuQyW .form-wrapper .mbr-form .form-group,
  .cid-uSTJFBuQyW .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uSTJFBuQyW .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uSTJFBuQyW .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uSTJFBuQyW .mbr-text {
  text-align: center;
}
.cid-uSTJFBuQyW .pt-0 {
  padding-top: 0 !important;
}
.cid-uSTJFBuQyW .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uSTJFBuQyW .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uSTJFBuQyW .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uSTJFBuQyW .modal-open {
  overflow: hidden;
}
.cid-uSTJFBuQyW .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uSTJFBuQyW .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uSTJFBuQyW .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uSTJFBuQyW .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uSTJFBuQyW .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uSTJFBuQyW .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uSTJFBuQyW .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uSTJFBuQyW .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uSTJFBuQyW .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uSTJFBuQyW .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uSTJFBuQyW .modal-backdrop.fade {
  opacity: 0;
}
.cid-uSTJFBuQyW .modal-backdrop.show {
  opacity: .5;
}
.cid-uSTJFBuQyW .modal-header {
  border: none;
}
.cid-uSTJFBuQyW .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uSTJFBuQyW .modal-header .close svg {
  fill: #ffffff;
}
.cid-uSTJFBuQyW .modal-header .close:hover {
  opacity: 1;
}
.cid-uSTJFBuQyW .modal-header .close:focus {
  outline: none;
}
.cid-uSTJFBuQyW .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uSTJFBuQyW .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-uSTJFBuQyW .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uSTJFBuQyW .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uSTJFBuQyW .modal-footer {
    padding: 1rem;
  }
}
.cid-uSTJFBuQyW .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uSTJFBuQyW .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uSTJFBuQyW .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uSTJFBuQyW .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uSTJFBuQyW .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uSTJFBuQyW .modal-lg,
  .cid-uSTJFBuQyW .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uSTJFBuQyW .modal-xl {
    max-width: 1140px;
  }
}
.cid-uSTJFBuQyW .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uSTJFBuQyW .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uSTJFBuQyW .form-group {
  margin-bottom: 1rem;
}
.cid-uSTJFBuQyW .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uSTJFBuQyW .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uSTJFBuQyW .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uSTJFBuQyW .mbr-section-btn {
  margin: 0;
}
.cid-uSTJFBuQyW .mbr-section-btn .btn {
  margin: 0;
}
.cid-uSTJFBuQyW .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 1rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-uSTJFBuQyW .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-uSTJFBuQyW .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-uSTJFBuQyW .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-uSTJFBuQyW .item-name,
.cid-uSTJFBuQyW .item-wrap {
  color: #716c80;
}
.cid-uSTJFBuQyW H2 {
  text-align: left;
  color: #267cb5;
}
.cid-uSTJFBuQyW .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-uSTJFBuQyW .media-gallery input[type="radio"] {
  display: none;
}
.cid-uSTJFBuQyW .main-media .media {
  display: none;
}
.cid-uSTJFBuQyW #media-01-1:checked ~ .main-media .media1,
.cid-uSTJFBuQyW #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-uSTJFBuQyW .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-uSTJFBuQyW .media-thumbnails {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-uSTJFBuQyW .media-thumbnails label {
  cursor: pointer;
}
.cid-uSTJFBuQyW .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 1rem;
  transition: border 0.3s;
  margin: 1.5rem;
}
.cid-uSTJFBuQyW .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-uSTJFBuQyW .main-media img,
.cid-uSTJFBuQyW .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v0PLyDMqrL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v0PLyDMqrL nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v0PLyDMqrL nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v0PLyDMqrL .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v0PLyDMqrL .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v0PLyDMqrL .dropdown-item:hover,
.cid-v0PLyDMqrL .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v0PLyDMqrL .dropdown-item:hover span {
  color: white;
}
.cid-v0PLyDMqrL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v0PLyDMqrL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v0PLyDMqrL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0PLyDMqrL .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v0PLyDMqrL .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container {
    flex-wrap: nowrap;
  }
}
.cid-v0PLyDMqrL .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:hover,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:focus,
.cid-v0PLyDMqrL .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-menu,
.cid-v0PLyDMqrL .navbar.opened {
  background: #ffffff !important;
}
.cid-v0PLyDMqrL .nav-item:focus,
.cid-v0PLyDMqrL .nav-link:focus {
  outline: none;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0PLyDMqrL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0PLyDMqrL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0PLyDMqrL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0PLyDMqrL .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v0PLyDMqrL .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v0PLyDMqrL .navbar.opened {
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0PLyDMqrL .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v0PLyDMqrL .navbar .navbar-logo {
  transition: none !important;
}
.cid-v0PLyDMqrL .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v0PLyDMqrL .navbar.collapsed {
  justify-content: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0PLyDMqrL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0PLyDMqrL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0PLyDMqrL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0PLyDMqrL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v0PLyDMqrL .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v0PLyDMqrL .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v0PLyDMqrL .navbar .catBG {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0PLyDMqrL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0PLyDMqrL .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v0PLyDMqrL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0PLyDMqrL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v0PLyDMqrL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0PLyDMqrL .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .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-v0PLyDMqrL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0PLyDMqrL .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-brand {
    min-height: 69px;
  }
}
.cid-v0PLyDMqrL .dropdown-item.active,
.cid-v0PLyDMqrL .dropdown-item:active {
  background-color: transparent;
}
.cid-v0PLyDMqrL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0PLyDMqrL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0PLyDMqrL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v0PLyDMqrL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0PLyDMqrL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0PLyDMqrL button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v0PLyDMqrL button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v0PLyDMqrL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0PLyDMqrL nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0PLyDMqrL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v0PLyDMqrL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0PLyDMqrL .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0PLyDMqrL .navbar {
    height: 70px;
  }
  .cid-v0PLyDMqrL .navbar.opened {
    height: auto;
  }
  .cid-v0PLyDMqrL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0PLyDMqrL .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-short {
    min-height: 70px;
  }
}
.cid-v0PLyDMqrL .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .container-fluid {
    padding: 0 3px;
  }
}
.cid-v0PLyDMqrL .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v0PLyDMqrL .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .nav-item.dropdown,
  .cid-v0PLyDMqrL .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v0PLyDMqrL .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v0PLyDMqrL button.navbar-toggler {
    display: flex;
  }
  .cid-v0PLyDMqrL .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v0PLyDMqrL .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v0PLyDMqrL .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v0PLyDMqrL .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v0PLyDMqrL .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v0PLyDMqrL .mega-menu.open {
    display: block !important;
  }
}
.cid-v0PLyDMqrL .iconSpan {
  padding: 1rem;
}
.cid-v0PLyDMqrL .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v0PLyDMqrL .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v0PLyDMqrL .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v0PLyDMqrL .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v0PLyDMqrL .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v0PLyDMqrL .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v0PLyDMqrL .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v0PLyDMqrL .dropdown-backdrop {
  display: none !important;
}
.cid-v0PLyDMqrL .dropdown-toggle::after {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v0PLyDMqrL .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v0PLyDMqrL .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v0PLyDMqrL .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v0PLyDMqrL .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v0PLyDMqrL .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v0PLyDMqrL .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v0PLyDMqrL .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v0PLyDMqrL .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v0PLyDMqrL .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v0PLyDMqrL .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v0PLyDMqrL .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v0PLyDMqrL H6 {
  text-align: left;
}
.cid-v0PLyDMqrL H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v0PLyDMqrL nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v0PLyDMqrL .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v0PLyDMqrL .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v0PLyDMqrL .navbar-logo img {
    height: 70px !important;
  }
  .cid-v0PLyDMqrL .navbar-brand {
    padding: 0 !important;
  }
  .cid-v0PLyDMqrL H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v0PLyDMqrL .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v0PLyDMqrL #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v0PLyDMqrL #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v0PLyDMqrL .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v0PLyDMqrL .link-columns ul {
    width: 100%;
  }
  .cid-v0PLyDMqrL .link-columns li {
    align-items: flex-start;
  }
  .cid-v0PLyDMqrL .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v0PLyDMqrL nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v0PLyDMqrL #navHelper {
    border-radius: 0 !important;
  }
  .cid-v0PLyDMqrL .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v0PLyDMqrL .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v0PLyDMqrL .mega-menu.hidden {
  display: none !important;
}
.cid-v0PLyDMqrL .mega-menu.force-hide {
  display: none !important;
}
.cid-sddh6T8xmf {
  padding-top: 15rem;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sddh6T8xmf img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sddh6T8xmf H1 {
  color: #267cb5;
}
.cid-sddh6T8xmf .mbr-text,
.cid-sddh6T8xmf .mbr-section-btn {
  color: #716c80;
}
.cid-sddh6T8xmf H3 {
  color: #716c80;
}
.cid-sddh6T8xmf .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sddh6T8xmf .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sddh6T8xmf .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sddh6T8xmf .link:hover {
  color: #232323 !important;
}
.cid-sddh6T8xmf .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-sddh6T8xmf DIV {
  color: #57468b;
}
.cid-sddh6T8xmf .mbr-text,
.cid-sddh6T8xmf .media-content {
  color: #232323;
  text-align: left;
}
.cid-v0ft1r1962 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v0ft1r1962 .mbr-text {
  color: #716c80;
  text-align: center;
}
.cid-v0ft1r1962 h4 {
  text-align: center;
}
.cid-v0ft1r1962 p {
  text-align: center;
}
.cid-v0ft1r1962 .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-v0ft1r1962 .mbr-iconfont {
  transition: all 0.3s;
  color: #267cb5 !important;
  font-size: 2rem !important;
}
.cid-v0ft1r1962 .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-v0ft1r1962 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0);
  transform: translateY(-0.5rem);
}
.cid-v0ft1r1962 .card-title,
.cid-v0ft1r1962 .card-img {
  color: #57468b;
}
.cid-v0ft1r1962 .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-v0ft1r1962 .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-v0ft1r1962 .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-uZ1gGQKFzv {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uZ1gGQKFzv .container {
  max-width: 1400px;
}
.cid-uZ1gGQKFzv .card-img2 span {
  padding-top: 6px;
}
.cid-uZ1gGQKFzv .soc-item a {
  padding-top: 5px;
}
.cid-uZ1gGQKFzv .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-uZ1gGQKFzv .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-uZ1gGQKFzv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ1gGQKFzv .item,
  .cid-uZ1gGQKFzv .social-list {
    justify-content: center;
  }
}
.cid-uZ1gGQKFzv .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-uZ1gGQKFzv .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-uZ1gGQKFzv .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uZ1gGQKFzv .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-uZ1gGQKFzv .soc-item span {
  font-size: 1.4rem;
}
.cid-uZ1gGQKFzv .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-uZ1gGQKFzv .item:hover span {
  color: #267cb5 !important;
}
.cid-uZ1gGQKFzv .media-wrap {
  margin-bottom: 1rem;
}
.cid-uZ1gGQKFzv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uZ1gGQKFzv img {
  height: 4rem;
}
.cid-uZ1gGQKFzv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-uZ1gGQKFzv .text1 {
  color: #5b686b;
}
.cid-uZ1gGQKFzv .item-title {
  color: #5b686b;
}
.cid-uZ1gGQKFzv H5 {
  color: #267cb5;
}
.cid-uZ1gGQKFzv .theme {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .copyright > p {
  color: #ff3366;
}
.cid-uZ1gGQKFzv .text2 {
  color: #ffffff;
}
.cid-uZ1gGQKFzv .card-img {
  width: auto;
}
.cid-uZ1gGQKFzv a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-uZ1gGQKFzv a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-uZ1gGQKFzv H2 {
  color: #267cb5;
}
.cid-v1M7RvcE6X {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 0;
}
.cid-v1M7RvcE6X nav.navbar {
  height: 6rem;
  position: fixed;
  margin: 2rem;
  border-radius: 0.5rem;
  background-color: whitesmoke;
}
.cid-v1M7RvcE6X nav.navbar[aria-expanded="true"] {
  border-radius: 0;
}
.cid-v1M7RvcE6X .navbar-toggler {
  margin-right: 0.25rem !important;
}
.cid-v1M7RvcE6X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M7RvcE6X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v1M7RvcE6X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v1M7RvcE6X .dropdown-item:hover,
.cid-v1M7RvcE6X .dropdown-item:focus {
  background: #232323 !important;
  color: white !important;
}
.cid-v1M7RvcE6X .dropdown-item:hover span {
  color: white;
}
.cid-v1M7RvcE6X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1M7RvcE6X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1M7RvcE6X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1M7RvcE6X .nav-dropdown .link.dropdown-toggle::after {
  font-family: Moririse2 !important;
  content: "\e966";
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v1M7RvcE6X .nav-link {
  font-weight: 300;
  color: #767676 ;
  align-items: center;
  position: relative;
}
.cid-v1M7RvcE6X .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-v1M7RvcE6X .container {
    flex-wrap: nowrap;
  }
}
.cid-v1M7RvcE6X .iconfont-wrapper {
  width: 3.5rem;
  height: 50%;
  color: #879a9f !important;
  padding: 0 1rem 0 1rem;
}
.cid-v1M7RvcE6X .navbar-nav .nav-item {
  height: 6rem;
  margin: 0px 14px !important;
}
.cid-v1M7RvcE6X .navbar-nav .nav-item .nav-link {
  color: #767676 !important;
  height: 100%;
  margin: 0px 10px !important;
  padding: 0 !important;
  transition: 0.3s all;
  opacity: 1;
}
.cid-v1M7RvcE6X .navbar-nav .nav-item .nav-link:hover,
.cid-v1M7RvcE6X .navbar-nav .nav-item .nav-link:focus,
.cid-v1M7RvcE6X .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v1M7RvcE6X .dropdown-menu,
.cid-v1M7RvcE6X .navbar.opened {
  background: #ffffff !important;
}
.cid-v1M7RvcE6X .nav-item:focus,
.cid-v1M7RvcE6X .nav-link:focus {
  outline: none;
}
.cid-v1M7RvcE6X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v1M7RvcE6X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v1M7RvcE6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1M7RvcE6X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1M7RvcE6X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1M7RvcE6X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1M7RvcE6X .navbar {
  box-shadow: none !important;
  background: #ffffff !important;
  padding: 0 !important;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  background: transparent;
}
.cid-v1M7RvcE6X .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-v1M7RvcE6X .navbar.opened {
  transition: all 0.3s;
}
.cid-v1M7RvcE6X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v1M7RvcE6X .navbar .navbar-logo img {
  padding: 1rem;
  padding-left: 4rem;
  height: 3rem;
  width: auto;
}
.cid-v1M7RvcE6X .navbar .navbar-logo {
  transition: none !important;
}
.cid-v1M7RvcE6X .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-v1M7RvcE6X .navbar.collapsed {
  justify-content: center;
}
.cid-v1M7RvcE6X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1M7RvcE6X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1M7RvcE6X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-v1M7RvcE6X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1M7RvcE6X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1M7RvcE6X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v1M7RvcE6X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1M7RvcE6X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v1M7RvcE6X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1M7RvcE6X .navbar #dropDown-1 .row .catBG:last-child {
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v1M7RvcE6X .navbar #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0 0 0 0.5rem;
  }
  .cid-v1M7RvcE6X .navbar #dropDown-2 .row .catBG:nth-child(2) {
    border-radius: 0 0  0.5rem 0;
  }
  .cid-v1M7RvcE6X .navbar .navbar-collapse {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-v1M7RvcE6X .navbar #navHelper {
    background: white;
    border-radius: 0.5rem;
  }
  .cid-v1M7RvcE6X .navbar .catBG {
    border-radius: 0;
  }
  .cid-v1M7RvcE6X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1M7RvcE6X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1M7RvcE6X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1M7RvcE6X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1M7RvcE6X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v1M7RvcE6X .navbar .navbar-logo img {
    padding: 1rem;
    height: 3rem;
    width: auto;
  }
  .cid-v1M7RvcE6X .navbar .navbar-nav {
    flex-direction: row;
    justify-content: start;
    gap: 6rem;
  }
  .cid-v1M7RvcE6X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1M7RvcE6X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: left;
  }
  .cid-v1M7RvcE6X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1M7RvcE6X .navbar .icons-menu {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-v1M7RvcE6X .navbar {
    min-height: 70px;
  }
}
.cid-v1M7RvcE6X .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-v1M7RvcE6X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1M7RvcE6X .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-v1M7RvcE6X .navbar-brand {
    min-height: 69px;
  }
}
.cid-v1M7RvcE6X .dropdown-item.active,
.cid-v1M7RvcE6X .dropdown-item:active {
  background-color: transparent;
}
.cid-v1M7RvcE6X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1M7RvcE6X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1M7RvcE6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1M7RvcE6X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] nav.navbar {
  border-radius: 0 !important;
}
.cid-v1M7RvcE6X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v1M7RvcE6X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  padding: 0.75rem;
  left: 100%;
}
.cid-v1M7RvcE6X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1M7RvcE6X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v1M7RvcE6X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v1M7RvcE6X button.navbar-toggler {
  display: none;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  transition: all 0.3s;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-v1M7RvcE6X button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5b686b;
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-v1M7RvcE6X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v1M7RvcE6X nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7RvcE6X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1M7RvcE6X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1M7RvcE6X nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1M7RvcE6X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v1M7RvcE6X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1M7RvcE6X .icons-menu {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1M7RvcE6X .navbar {
    height: 70px;
  }
  .cid-v1M7RvcE6X .navbar.opened {
    height: auto;
  }
  .cid-v1M7RvcE6X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1M7RvcE6X .navbar-short {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1) !important;
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 30px;
  background: #ffffff;
}
@media (max-width: 575px) {
  .cid-v1M7RvcE6X .navbar-short {
    min-height: 70px;
  }
}
.cid-v1M7RvcE6X .container-fluid {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding: 0 ;
}
@media (max-width: 1599px) {
  .cid-v1M7RvcE6X .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-v1M7RvcE6X .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-v1M7RvcE6X .container-fluid {
    padding: 0 3px;
  }
}
.cid-v1M7RvcE6X .navbar-collapse {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v1M7RvcE6X .mbr-section-btn .btn {
  padding: 1rem 2rem;
}
@media (min-width: 992px) {
  .cid-v1M7RvcE6X .container-fluid {
    flex-wrap: nowrap;
  }
  .cid-v1M7RvcE6X .nav-item.dropdown,
  .cid-v1M7RvcE6X .nav-item.dropdown .dropdown-menu {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RvcE6X .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v1M7RvcE6X #dropdown-1 .catBG:last-of-type {
    padding-bottom: 2rem;
  }
  .cid-v1M7RvcE6X .link-columns {
    flex-wrap: nowrap;
  }
  .cid-v1M7RvcE6X .container-fluid {
    flex-wrap: wrap;
  }
  .cid-v1M7RvcE6X button.navbar-toggler {
    display: flex;
  }
  .cid-v1M7RvcE6X .navbar-collapse {
    padding-top: 0;
    padding-bottom: 0;
  }
  .cid-v1M7RvcE6X .navbar-collapse .nav-item {
    height: 6rem;
    margin: 0 0 !important;
  }
  .cid-v1M7RvcE6X .navbar-collapse .nav-item .nav-link {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: 0.3s color;
    opacity: 1;
    justify-content: left;
  }
  .cid-v1M7RvcE6X .navbar-collapse .nav-item .nav-link:hover {
    opacity: 1;
  }
  .cid-v1M7RvcE6X .icons-menu {
    margin-top: 10px;
    justify-content: left;
  }
  .cid-v1M7RvcE6X .navbar-buttons {
    margin-top: 20px;
    text-align: left;
    margin-left: -0.6rem;
    margin-right: -0.6rem;
  }
  .cid-v1M7RvcE6X .mega-menu {
    position: static;
    display: none;
    padding: 0 ;
    transition: all 0.3s ease-in-out;
  }
  .cid-v1M7RvcE6X .mega-menu .row {
    display: flex;
    flex-direction: row;
  }
  .cid-v1M7RvcE6X .mega-menu .col-md-3 {
    width: 100%;
    margin: 0!important;
    flex: 1 0 50% !important;
    max-width: 100% !important;
  }
  .cid-v1M7RvcE6X .mega-menu .col-md-4 {
    width: 100%;
    margin: 0!important;
    flex: 0 0 0 !important;
    max-width: 100% !important;
  }
  .cid-v1M7RvcE6X .mega-menu.open {
    display: block !important;
  }
}
.cid-v1M7RvcE6X .iconSpan {
  padding: 1rem;
}
.cid-v1M7RvcE6X .icons-menu img {
  border: none !important;
  border-radius: 0 !important;
  height: 1.5rem;
  width: auto;
  display: block;
}
.cid-v1M7RvcE6X .icon01 {
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon-l.svg');
}
.cid-v1M7RvcE6X .icon01:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/facebook-icon.svg');
}
.cid-v1M7RvcE6X .icon02 {
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon-l.svg');
}
.cid-v1M7RvcE6X .icon02:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/linkedIn-icon.svg');
}
.cid-v1M7RvcE6X .icon03 {
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon-l.svg');
}
.cid-v1M7RvcE6X .icon03:hover {
  transition: 0.3s;
  content: url('https://nobelpreis.it2people.de/assets/images/youtube-icon.svg');
}
.cid-v1M7RvcE6X .dropdown-backdrop {
  display: none !important;
}
.cid-v1M7RvcE6X .dropdown-toggle::after {
  display: none !important;
}
.cid-v1M7RvcE6X .mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ffffff;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}
.cid-v1M7RvcE6X .mega-menu .col-md-3 {
  margin-bottom: 1rem;
}
.cid-v1M7RvcE6X .mega-menu h6 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #232323;
}
.cid-v1M7RvcE6X .mega-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v1M7RvcE6X .mega-menu ul li {
  margin-bottom: 0.5rem;
}
.cid-v1M7RvcE6X .mega-menu ul li a {
  transition: 0.3s color;
  opacity: 1;
  color: #767676 !important;
  text-decoration: none;
  font-size: 0.95rem;
  display: block;
}
.cid-v1M7RvcE6X .link-columns {
  display: flex;
  gap: 5rem;
  row-gap: 1rem;
  flex-wrap: wrap;
}
.cid-v1M7RvcE6X .link-columns ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-v1M7RvcE6X .link-columns li {
  display: flex;
  flex-direction: column;
}
.cid-v1M7RvcE6X .mega-menu ul li a:hover {
  opacity: 1;
  color: #267cb5 !important;
}
.cid-v1M7RvcE6X .dropdown-open {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v1M7RvcE6X .mega-menu.container-fluid:hover {
  display: block;
}
.cid-v1M7RvcE6X .nav-item.mega-dropdown:hover .mega-menu {
  display: block;
}
.cid-v1M7RvcE6X .mbr-text {
  width: 100%;
  position: absolute;
  padding: 1.2rem 1.2rem 0;
  margin-bottom: -1.2rem;
  opacity: 0;
  transition: all 0.3s;
  bottom: 100%;
  transform: translateY(100%);
  left: 0;
}
.cid-v1M7RvcE6X H6 {
  text-align: left;
}
.cid-v1M7RvcE6X H4 {
  font-size: 1.4rem;
  text-align: left;
  color: #267cb5;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
.cid-v1M7RvcE6X nav.navbar.navbar-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v1M7RvcE6X .navHelper-expanded {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.cid-v1M7RvcE6X .catBG {
  background-color: #f2f2f2;
  border-radius: 0.5rem;
  padding: 2rem 2rem 2rem 3rem;
  margin: 2rem 4rem 4rem 4rem !important;
  margin-right: 0 !important;
}
.cid-v1M7RvcE6X .nav-link.text-highlight {
  color: #267cb5 !important;
}
@media (max-width: 575px) {
  .cid-v1M7RvcE6X .navbar-logo img {
    height: 70px !important;
  }
  .cid-v1M7RvcE6X .navbar-brand {
    padding: 0 !important;
  }
  .cid-v1M7RvcE6X H4 {
    margin-bottom: 0.5rem;
  }
  .cid-v1M7RvcE6X .catBG {
    padding: 1rem 1rem 1rem 2rem;
  }
  .cid-v1M7RvcE6X #dropDown-1 .row .catBG:last-child {
    padding-bottom: 2rem;
    border-radius: 0 0 0.5rem 0.5rem;
  }
  .cid-v1M7RvcE6X #dropDown-2 .row .catBG:nth-child(1) {
    border-radius: 0;
  }
  .cid-v1M7RvcE6X #dropDown-2 .row .catBG:nth-child(2) {
    padding-bottom: 2rem;
    border-radius: 0 0  0.5rem 0.5rem;
  }
  .cid-v1M7RvcE6X .link-columns {
    flex-wrap: nowrap;
    gap: 2.5rem;
  }
  .cid-v1M7RvcE6X #dropDown-2 .link-columns {
    flex-direction: column;
    gap: 2.5rem;
  }
  .cid-v1M7RvcE6X .link-columns ul {
    width: 100%;
  }
  .cid-v1M7RvcE6X .link-columns li {
    align-items: flex-start;
  }
  .cid-v1M7RvcE6X .navbar .nav-logo img {
    height: 60px;
  }
  .cid-v1M7RvcE6X nav.navbar {
    border-radius: 0;
    margin: 0;
    height: 60px;
  }
  .cid-v1M7RvcE6X #navHelper {
    border-radius: 0 !important;
  }
  .cid-v1M7RvcE6X .navbar .navbar-nav {
    justify-content: space-between;
    gap: 0;
    height: 60px !important;
    align-content: center;
    overflow: hidden;
  }
}
.cid-v1M7RvcE6X .no-radius-bottom {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.cid-v1M7RvcE6X .mega-menu.hidden {
  display: none !important;
}
.cid-v1M7RvcE6X .mega-menu.force-hide {
  display: none !important;
}
.cid-v1M7RyjgXq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/kandaocamportfolio-1920x479.webp");
}
.cid-v1M7RzGojy {
  padding-top: 15rem;
  padding-bottom: 15rem;
}
@media (orientation: landscape) {
  .cid-v1M7RzGojy {
    height: auto;
  }
}
@media (max-width: 575px) {
  .cid-v1M7RzGojy {
    padding-bottom: 0rem;
    padding-top: 5rem;
  }
}
@media (min-width: 991px) {
  .cid-v1M7RzGojy {
    padding: 0rem;
    height: 65vh;
    min-height: 750px;
    align-content: center;
  }
}
@media (min-width: 991px) {
  .cid-v1M7RzGojy .container {
    padding-top: 128px;
  }
  .cid-v1M7RzGojy #Pkarte {
    border-radius: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-v1M7RzGojy #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.cid-v1M7RzGojy .rob {
  backdrop-filter: blur(80px) brightness(0.8);
  border-radius: 0.5rem;
}
.cid-v1M7RzGojy H1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-v1M7RzGojy h1 {
  color: #267cb5;
  margin: 0;
  padding: 0;
}
.cid-v1M7RzGojy .mbr-text,
.cid-v1M7RzGojy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-v1M7RzGojy img {
  width: 80%;
  max-width: 300px;
  border-radius: 0.5rem;
  margin: 2rem;
  margin-left: 0;
  margin-top: 4.5rem;
}
.cid-v1M7RzGojy .selected {
  filter: drop-shadow(0px 0px 30px #267cb5);
}
.cid-v1M7RzGojy #F1:not(.selected):hover,
.cid-v1M7RzGojy #F2:not(.selected):hover {
  filter: drop-shadow(0px 0px 30px darkgrey);
}
.cid-v1M7RzGojy #F1,
.cid-v1M7RzGojy #F2 {
  transition: filter 0.3s ease;
}
.cid-v1M7RzGojy .cls-0 {
  fill: #465052;
}
.cid-v1M7RzGojy .cls-1 {
  fill: #d4d8de;
}
.cid-v1M7RzGojy H3 {
  color: #716c80;
}
.cid-v1M7RzGojy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RzGojy .mbr-fallback-image {
  display: none;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/banner-products.webp");
}
.cid-v1M7RzGojy .mbr-text,
.cid-v1M7RzGojy .mbr-section-btn P {
  text-align: left;
}
.cid-v1M7RzGojy .Auswahl {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}
.cid-v1M7RzGojy .produkte {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.cid-v1M7RzGojy .kategorie {
  transition: box-shadow 0.3s ease;
  box-shadow: none;
  outline: none;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: poppins;
  color: #267CB5;
  background: none;
  border: 1px solid white;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
}
.cid-v1M7RzGojy .kategorieAuswahl {
  margin: 1vmin;
  height: 2.2vmin;
  padding: 0.7vmin;
  font-size: 1vmin;
  line-height: 1vmin;
  font-family: poppins;
  color: #267CB5;
  background-color: #ffffff ;
  border: 1px solid #716c80;
  border-radius: 10vmin;
  text-align: center;
  font-weight: 300;
}
.cid-v1M7RzGojy .kategorie:hover {
  box-shadow: 0 0 5px 0 grey;
}
.cid-v1M7RzGojy .activ {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-v1M7RzGojy p {
  color: #267cb5;
  align-content: center;
  margin: 0;
}
.cid-v1M7RzGojy .dark {
  color: #465052;
}
.cid-v1M7RzGojy span {
  margin: 0;
}
.cid-v1M7RzGojy .cls-2 {
  fill: #444953;
}
.cid-v1M7RzGojy .cls-3 {
  fill: #c9f352;
}
.cid-v1M7RzGojy P {
  color: #ffffff;
  font-weight: 300;
}
.cid-v1M7RzGojy .back {
  display: flex;
  margin: 0;
  text-align: left;
  align-content: left;
  margin-bottom: 2rem;
}
.cid-v1M7RzGojy .mbr-iconfont {
  line-height: inherit;
}
.cid-v1M7RzGojy H5 {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RzGojy #Pkarte {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: none;
  padding: 2rem;
}
.cid-v1M7RzGojy #Bkarte {
  background-color: #ffffff ;
  background: none;
  border: none;
  padding: 2rem 2rem 2rem 2rem;
}
.cid-v1M7RzGojy .px-3 {
  height: auto;
}
@media (max-width: 991px) {
  .cid-v1M7RzGojy img {
    width: 100%;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .cid-v1M7RzGojy #Pkarte {
    border-radius: 0.5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cid-v1M7RzGojy #Bkarte {
    padding: 0 8rem 4rem 8rem;
    border-radius: 0.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 575px) {
  .cid-v1M7RzGojy #Bkarte,
  .cid-v1M7RzGojy #Pkarte {
    border-radius: 0;
  }
  .cid-v1M7RzGojy #Bkarte {
    padding: 2rem 2rem 2rem 2rem;
  }
  .cid-v1M7RzGojy .svg,
  .cid-v1M7RzGojy video {
    display: none;
  }
  .cid-v1M7RzGojy .kategorie {
    padding: 0.5rem 1rem;
    min-width: 6rem;
  }
  .cid-v1M7RzGojy .Auswahl {
    margin-top: 0 ;
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: flex-start;
  }
  .cid-v1M7RzGojy img {
    margin-top: 0;
  }
  .cid-v1M7RzGojy .mbr-overlay {
    background-color: #fff !important;
    opacity: 1 !important;
  }
}
.cid-v1M7RBde5E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RBde5E .item:focus,
.cid-v1M7RBde5E span:focus {
  outline: none;
}
.cid-v1M7RBde5E .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-v1M7RBde5E .item-wrapper {
  position: relative;
  border-radius: 0.5rem;
  background: linear-gradient(0deg, #fafafa 10%, #ffffff 80%);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1M7RBde5E .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RBde5E .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1M7RBde5E .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1M7RBde5E .mbr-section-title {
  color: #232323;
}
.cid-v1M7RBde5E .mbr-text,
.cid-v1M7RBde5E .mbr-section-btn {
  margin-top: -2vmin;
  text-align: left;
  color: #716c80;
}
.cid-v1M7RBde5E .item-title {
  text-align: center;
  color: #267cb5;
}
.cid-v1M7RBde5E .item-subtitle {
  text-align: center;
  color: #716c80;
}
.cid-v1M7RCEGaj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1M7RCEGaj img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-v1M7RCEGaj H1 {
  color: #57468b;
}
.cid-v1M7RCEGaj .mbr-text,
.cid-v1M7RCEGaj .mbr-section-btn {
  color: #716c80;
}
.cid-v1M7RCEGaj H3 {
  color: #716c80;
}
.cid-v1M7RCEGaj .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-v1M7RCEGaj .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-v1M7RCEGaj .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-v1M7RCEGaj .link:hover {
  color: #232323 !important;
}
.cid-v1M7RCEGaj .link:hover .link-ico {
  color: #232323 !important;
  padding-left: 10px;
}
.cid-v1M7RCEGaj DIV {
  color: #57468b;
}
.cid-v1M7RCEGaj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RCEGaj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RCEGaj .mbr-text,
.cid-v1M7RCEGaj .media-content {
  text-align: center;
}
.cid-v1M7RDLSRK {
  scroll-margin-top: 90px;
  padding-top: 90px;
  overflow: inherit;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RDLSRK img,
.cid-v1M7RDLSRK .item-img {
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-v1M7RDLSRK .item:focus,
.cid-v1M7RDLSRK span:focus {
  outline: none;
}
.cid-v1M7RDLSRK .item {
  margin-bottom: 2rem;
}
.cid-v1M7RDLSRK .item-wrapper {
  background: #fafafa;
  box-shadow: 0 0 10px 0 lightgrey;
  position: relative;
  border-radius: 0.5rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1M7RDLSRK .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RDLSRK .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1M7RDLSRK .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1M7RDLSRK .mbr-section-title {
  color: #232323;
}
.cid-v1M7RDLSRK .mbr-text,
.cid-v1M7RDLSRK .mbr-section-btn {
  text-align: left;
  color: #716c80;
}
.cid-v1M7RDLSRK .item-title {
  text-align: left;
  color: #267cb5;
}
.cid-v1M7RDLSRK .item-subtitle {
  text-align: center;
}
.cid-v1M7RG4KND {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RG4KND .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RG4KND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RG4KND .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1M7RG4KND .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RG4KND .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1M7RG4KND .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1M7RG4KND .btn:hover,
.cid-v1M7RG4KND .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1M7RG4KND .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1M7RG4KND h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1M7RHq6IH {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1M7RHq6IH .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1M7RHq6IH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1M7RHq6IH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1M7RHq6IH .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1M7RHq6IH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1M7RHq6IH .embla__slide .slide-content {
  width: 100%;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 250px;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 80%;
  width: 100%;
  height: 20%;
}
@media (max-width: 992px) {
  .cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1M7RHq6IH .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  backdrop-filter: blur(80px) brightness(0.8);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #ffffff;
  margin: 0;
}
.cid-v1M7RHq6IH .embla__button--next,
.cid-v1M7RHq6IH .embla__button--prev {
  display: flex;
}
.cid-v1M7RHq6IH .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1M7RHq6IH .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1M7RHq6IH .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1M7RHq6IH .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1M7RHq6IH .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1M7RHq6IH .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1M7RHq6IH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1M7RHq6IH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1M7RHq6IH .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1M7RHq6IH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1M7RHq6IH .mbr-section-title {
  color: #272b2e;
}
.cid-v1M7RHq6IH .item-tag {
  color: #ffffff;
}
.cid-v1M7RHq6IH .item-name {
  color: #ffffff;
}
.cid-v1M7RHq6IH .item-name,
.cid-v1M7RHq6IH .item-wrap {
  color: #716c80;
}
.cid-v1M7RHq6IH .item-tag,
.cid-v1M7RHq6IH .desc-wrapper {
  border-radius: 0.3rem;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1M7RHq6IH H4 {
  color: #267cb5;
}
.cid-v1M7RHq6IH .card-title {
  color: #267cb5;
}
.cid-v1M7RJQTCM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RJQTCM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RJQTCM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RJQTCM .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1M7RJQTCM .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RJQTCM .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1M7RJQTCM .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1M7RJQTCM .btn:hover,
.cid-v1M7RJQTCM .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1M7RJQTCM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1M7RJQTCM h4 {
  margin-top: 0;
  padding-top: 0;
}
.cid-v1M7RKU7Gc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RKU7Gc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RKU7Gc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RKU7Gc .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1M7RKU7Gc .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RKU7Gc .mbr-section-subtitle {
  color: #5b686b;
}
.cid-v1M7RKU7Gc .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1M7RKU7Gc .btn:hover,
.cid-v1M7RKU7Gc .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1M7RKU7Gc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1M7RM1u1S {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v1M7RM1u1S h4,
.cid-v1M7RM1u1S h5,
.cid-v1M7RM1u1S p {
  margin-bottom: 0;
}
.cid-v1M7RM1u1S p {
  color: #767676;
}
.cid-v1M7RM1u1S .card {
  height: 100%;
  border-radius: 1px;
  overflow: hidden;
}
.cid-v1M7RM1u1S .card .card-title {
  position: relative;
}
.cid-v1M7RM1u1S .card .card-title:after {
  content: "";
  transition: all 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
}
.cid-v1M7RM1u1S .card-wrapper {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-v1M7RM1u1S .card-wrapper .card-box {
  padding: 1.2rem;
}
.cid-v1M7RM1u1S .card-wrapper:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-v1M7RM1u1S .card-box {
  padding-top: 2rem;
  display: inline-block;
  width: 100%;
}
.cid-v1M7RM1u1S img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.cid-v1M7RM1u1S .card-title,
.cid-v1M7RM1u1S .main-title {
  color: #57468b;
}
.cid-v1M7RM1u1S .card-img {
  border-radius: 0.5rem;
  width: auto;
}
.cid-v1M7RM1u1S .card-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RM1u1S .mbr-text {
  text-align: left;
}
.cid-v1M7RM1u1S iframe {
  width: 100%;
  border: none;
}
.cid-v1M7RM1u1S .btn-slider {
  z-index: 10000 !important;
  outline: none;
  margin: 1rem;
  margin-left: 0;
  margin-right: 2rem;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #767676;
  background-color: #ffffff ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-v1M7RM1u1S .button {
  width: 100%;
  margin: 0.5rem;
  margin-left: 0;
  margin-bottom: 0;
  z-index: 10000 !important;
  outline: none;
  padding: 1vmin;
  padding-left: 2vmin;
  padding-right: 2vmin;
  font-size: 1rem;
  font-family: poppins;
  color: #ffffff;
  background-color: #267CB5 ;
  border: none;
  border-radius: 0.5rem;
  text-align: center;
  font-weight: 300;
  box-shadow: 0 0 10px 0 lightgrey;
  transition: all 0.3s;
}
.cid-v1M7RM1u1S .BG {
  blur: 2rem;
  padding-left: 1rem;
  margin-bottom: 1rem;
  height: 5rem;
  top: 45rem;
  position: fixed;
}
.cid-v1M7RM1u1S .btn-slider:hover {
  box-shadow: 0 0 20px 0 lightgrey;
}
.cid-v1M7RM1u1S .active {
  background-color: #267CB5 ;
  color: #ffffff;
}
.cid-v1M7RM1u1S .embla__container {
  padding-left: 0!important;
}
.cid-v1M7RM1u1S .col-12 {
  padding-left: 0!important;
}
.cid-v1M7RN8DEx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7RN8DEx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RN8DEx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RN8DEx .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1M7RN8DEx .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7RN8DEx .mbr-section-subtitle {
  color: #267cb5;
}
.cid-v1M7RN8DEx .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1M7RN8DEx .btn:hover,
.cid-v1M7RN8DEx .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1M7RN8DEx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1M7RN8DEx h4 {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 1rem;
}
.cid-v1M7ROep42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v1M7ROep42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7ROep42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7ROep42 .mbr-section-btn {
  margin-top: 1rem;
}
.cid-v1M7ROep42 .mbr-section-title {
  color: #267cb5;
  text-align: left;
}
.cid-v1M7ROep42 .mbr-section-subtitle {
  color: #5b686b;
}
.cid-v1M7ROep42 .btn {
  padding: 2rem 6rem;
  color: #232323;
}
.cid-v1M7ROep42 .btn:hover,
.cid-v1M7ROep42 .btn:focus {
  background: #232323 !important;
  color: #232323 !important;
}
.cid-v1M7ROep42 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-v1M7RPkgbd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-v1M7RPkgbd .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-v1M7RPkgbd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v1M7RPkgbd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 245px;
  max-width: 245px;
}
@media (max-width: 767px) {
  .cid-v1M7RPkgbd .embla__slide {
    min-width: 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .cid-v1M7RPkgbd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1M7RPkgbd .embla__slide .slide-content {
  width: 100%;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper {
  border-radius: 0.5rem;
  box-shadow: 0 0 10px 0 lightgrey;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  height: 350px;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: none;
  opacity: .8;
  pointer-events: none;
  z-index: 1;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0rem;
  left: 0%;
  width: 100%;
  height: 60%;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  padding: 1rem;
  top: 60%;
  width: 100%;
  height: 40%;
}
@media (max-width: 992px) {
  .cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 8px;
}
.cid-v1M7RPkgbd .embla__slide .slide-content .item-wrapper .item-content .desc-wrapper .item-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 12px;
  border: 1px solid #c1c1c1;
  margin: 0;
  margin-bottom: 1rem;
}
.cid-v1M7RPkgbd .embla__button--next,
.cid-v1M7RPkgbd .embla__button--prev {
  display: flex;
}
.cid-v1M7RPkgbd .embla__button {
  outline: unset !important;
  bottom: 0;
  width: 40px;
  height: 40px;
  font-size: 26px;
  background: transparent !important;
  color: #267cb5 !important;
  border: none !important;
  border-color: #ffffff !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v1M7RPkgbd .embla__button:hover {
  opacity: .7 !important;
}
.cid-v1M7RPkgbd .embla__button.embla__button--prev {
  border: none !important;
  left: 48px;
}
.cid-v1M7RPkgbd .embla__button.embla__button--next {
  border: none !important;
  right: 48px;
}
.cid-v1M7RPkgbd .embla {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.cid-v1M7RPkgbd .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-v1M7RPkgbd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1M7RPkgbd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1M7RPkgbd .embla__container {
  padding: 1rem 0 1rem 0;
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1M7RPkgbd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1M7RPkgbd .mbr-section-title {
  color: #272b2e;
}
.cid-v1M7RPkgbd .item-tag {
  color: #ffffff;
}
.cid-v1M7RPkgbd .item-name {
  color: #ffffff;
}
.cid-v1M7RPkgbd .item-name,
.cid-v1M7RPkgbd .item-wrap {
  color: #465052;
}
.cid-v1M7RPkgbd .item-tag,
.cid-v1M7RPkgbd .desc-wrapper {
  border-radius: 0.3rem;
  color: #5b686b;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.cid-v1M7RPkgbd H4 {
  color: #267cb5;
}
.cid-v1M7RPkgbd .card-title {
  color: #267cb5;
}
.cid-v1M7RRtgoD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-v1M7RRtgoD H1 {
  color: #716c80;
}
.cid-v1M7RRtgoD .mbr-text,
.cid-v1M7RRtgoD .mbr-section-btn {
  color: #716c80;
}
.cid-v1M7RRtgoD .img-box {
  position: relative;
}
.cid-v1M7RRtgoD .card-ico span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-v1M7RRtgoD .card-ico .ico1 {
  background-color: #267cb5;
}
.cid-v1M7RRtgoD .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1.5rem !important;
}
.cid-v1M7RRtgoD .card {
  display: flex;
  flex-direction: row;
  max-width: 350px;
}
.cid-v1M7RRtgoD .img1 {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 1;
}
.cid-v1M7RRtgoD .img2 {
  position: absolute;
  bottom: 0;
  right: 3rem;
  z-index: 2;
}
.cid-v1M7RRtgoD img {
  width: 53%;
  border-radius: 1vmin;
  box-shadow: 0 10px 10px 5px rgba(137, 173, 255, 0.35);
}
@media (max-width: 992px) {
  .cid-v1M7RRtgoD .img-box {
    height: 500px;
  }
  .cid-v1M7RRtgoD .img1 {
    left: 1rem;
  }
  .cid-v1M7RRtgoD .img2 {
    right: 1rem;
  }
  .cid-v1M7RRtgoD img {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .cid-v1M7RRtgoD img {
    width: 60%;
  }
  .cid-v1M7RRtgoD .img-box {
    height: 300px;
  }
  .cid-v1M7RRtgoD .author-box {
    justify-content: center;
  }
  .cid-v1M7RRtgoD .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-v1M7RRtgoD .card .card-ico {
    margin-bottom: 2rem;
  }
  .cid-v1M7RRtgoD .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-v1M7RRtgoD .card-ico span {
    margin-right: 0rem;
  }
}
.cid-v1M7RRtgoD .author-box {
  display: flex;
  flex-direction: row;
}
.cid-v1M7RRtgoD .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
}
.cid-v1M7RRtgoD .author {
  padding-left: 2rem;
  margin: auto 0;
}
.cid-v1M7RRtgoD h3,
.cid-v1M7RRtgoD h4 {
  margin: 0;
  padding: 0;
}
.cid-v1M7RRtgoD H3 {
  color: #57468b;
}
.cid-v1M7RRtgoD H4 {
  color: #716c80;
}
.cid-v1M7RRtgoD .card-title {
  color: #716c80;
}
.cid-v1M7RRtgoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1M7RRtgoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1M7RSIZeO.popup-builder {
  background-color: #ffffff;
}
.cid-v1M7RSIZeO.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1M7RSIZeO.popup-builder .container {
  padding: 0;
}
.cid-v1M7RSIZeO.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1M7RSIZeO button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v1M7RSIZeO .modal-content,
.cid-v1M7RSIZeO .modal-dialog {
  height: auto;
}
.cid-v1M7RSIZeO .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1M7RSIZeO .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1M7RSIZeO .form-wrapper .mbr-form .form-group,
  .cid-v1M7RSIZeO .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1M7RSIZeO .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1M7RSIZeO .mbr-figure {
  border-radius: 0.5rem;
}
.cid-v1M7RSIZeO .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1M7RSIZeO .mbr-figure iframe {
  border-radius: 0.5rem !important;
}
.cid-v1M7RSIZeO .mbr-text {
  text-align: center;
}
.cid-v1M7RSIZeO .pt-0 {
  padding-top: 0 !important;
}
.cid-v1M7RSIZeO .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1M7RSIZeO .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1M7RSIZeO .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1M7RSIZeO .modal-open {
  overflow: hidden;
}
.cid-v1M7RSIZeO .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1M7RSIZeO .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1M7RSIZeO .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1M7RSIZeO .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1M7RSIZeO .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1M7RSIZeO .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1M7RSIZeO .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1M7RSIZeO .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1M7RSIZeO .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1M7RSIZeO .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1M7RSIZeO .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1M7RSIZeO .modal-backdrop.show {
  opacity: .5;
}
.cid-v1M7RSIZeO .modal-header {
  border: none;
}
.cid-v1M7RSIZeO .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1M7RSIZeO .modal-header .close svg {
  fill: #ffffff;
}
.cid-v1M7RSIZeO .modal-header .close:hover {
  opacity: 1;
}
.cid-v1M7RSIZeO .modal-header .close:focus {
  outline: none;
}
.cid-v1M7RSIZeO .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1M7RSIZeO .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v1M7RSIZeO .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1M7RSIZeO .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RSIZeO .modal-footer {
    padding: 1rem;
  }
}
.cid-v1M7RSIZeO .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1M7RSIZeO .modal-dialog {
    max-width: 500px;
    margin: 1rem auto;
  }
  .cid-v1M7RSIZeO .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1M7RSIZeO .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1M7RSIZeO .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1M7RSIZeO .modal-lg,
  .cid-v1M7RSIZeO .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1M7RSIZeO .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1M7RSIZeO .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1M7RSIZeO .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1M7RSIZeO .form-group {
  margin-bottom: 1rem;
}
.cid-v1M7RSIZeO .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1M7RSIZeO .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1M7RSIZeO .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1M7RSIZeO .mbr-section-btn {
  margin: 0;
}
.cid-v1M7RSIZeO .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1M7RUrbtb.popup-builder {
  background-color: #ffffff;
}
.cid-v1M7RUrbtb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1M7RUrbtb.popup-builder .container {
  padding: 0;
}
.cid-v1M7RUrbtb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1M7RUrbtb button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v1M7RUrbtb .modal-content,
.cid-v1M7RUrbtb .modal-dialog {
  height: auto;
}
.cid-v1M7RUrbtb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1M7RUrbtb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1M7RUrbtb .form-wrapper .mbr-form .form-group,
  .cid-v1M7RUrbtb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1M7RUrbtb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1M7RUrbtb .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1M7RUrbtb .mbr-text {
  text-align: center;
}
.cid-v1M7RUrbtb .pt-0 {
  padding-top: 0 !important;
}
.cid-v1M7RUrbtb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1M7RUrbtb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1M7RUrbtb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1M7RUrbtb .modal-open {
  overflow: hidden;
}
.cid-v1M7RUrbtb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1M7RUrbtb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1M7RUrbtb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1M7RUrbtb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1M7RUrbtb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1M7RUrbtb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1M7RUrbtb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1M7RUrbtb .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1M7RUrbtb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1M7RUrbtb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1M7RUrbtb .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1M7RUrbtb .modal-backdrop.show {
  opacity: .5;
}
.cid-v1M7RUrbtb .modal-header {
  border: none;
}
.cid-v1M7RUrbtb .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1M7RUrbtb .modal-header .close svg {
  fill: #ffffff;
}
.cid-v1M7RUrbtb .modal-header .close:hover {
  opacity: 1;
}
.cid-v1M7RUrbtb .modal-header .close:focus {
  outline: none;
}
.cid-v1M7RUrbtb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1M7RUrbtb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v1M7RUrbtb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1M7RUrbtb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RUrbtb .modal-footer {
    padding: 1rem;
  }
}
.cid-v1M7RUrbtb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1M7RUrbtb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1M7RUrbtb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1M7RUrbtb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1M7RUrbtb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1M7RUrbtb .modal-lg,
  .cid-v1M7RUrbtb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1M7RUrbtb .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1M7RUrbtb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1M7RUrbtb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1M7RUrbtb .form-group {
  margin-bottom: 1rem;
}
.cid-v1M7RUrbtb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1M7RUrbtb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1M7RUrbtb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1M7RUrbtb .mbr-section-btn {
  margin: 0;
}
.cid-v1M7RUrbtb .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1M7RUrbtb .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v1M7RUrbtb .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v1M7RUrbtb .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v1M7RUrbtb .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v1M7RUrbtb .item-name,
.cid-v1M7RUrbtb .item-wrap {
  color: #716c80;
}
.cid-v1M7RUrbtb H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v1M7RUrbtb .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v1M7RUrbtb .media-gallery input[type="radio"] {
  display: none;
}
.cid-v1M7RUrbtb #media1:checked ~ .main-media .media1,
.cid-v1M7RUrbtb #media2:checked ~ .main-media .media2,
.cid-v1M7RUrbtb #media3:checked ~ .main-media .media3,
.cid-v1M7RUrbtb #media4:checked ~ .main-media .media4 {
  display: block;
}
.cid-v1M7RUrbtb .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-v1M7RUrbtb .main-media .media {
  display: none;
}
.cid-v1M7RUrbtb .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v1M7RUrbtb .media-thumbnails label {
  cursor: pointer;
}
.cid-v1M7RUrbtb .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-v1M7RUrbtb .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v1M7RUrbtb .main-media img,
.cid-v1M7RUrbtb .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 1rem;
}
.cid-v1M7RWqbh2.popup-builder {
  background-color: #ffffff;
}
.cid-v1M7RWqbh2.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1M7RWqbh2.popup-builder .container {
  padding: 0;
}
.cid-v1M7RWqbh2.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1M7RWqbh2 button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v1M7RWqbh2 .modal-content,
.cid-v1M7RWqbh2 .modal-dialog {
  height: auto;
}
.cid-v1M7RWqbh2 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1M7RWqbh2 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1M7RWqbh2 .form-wrapper .mbr-form .form-group,
  .cid-v1M7RWqbh2 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1M7RWqbh2 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1M7RWqbh2 .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1M7RWqbh2 .mbr-text {
  text-align: center;
}
.cid-v1M7RWqbh2 .pt-0 {
  padding-top: 0 !important;
}
.cid-v1M7RWqbh2 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1M7RWqbh2 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1M7RWqbh2 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1M7RWqbh2 .modal-open {
  overflow: hidden;
}
.cid-v1M7RWqbh2 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1M7RWqbh2 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1M7RWqbh2 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1M7RWqbh2 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1M7RWqbh2 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1M7RWqbh2 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1M7RWqbh2 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1M7RWqbh2 .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1M7RWqbh2 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1M7RWqbh2 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1M7RWqbh2 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1M7RWqbh2 .modal-backdrop.show {
  opacity: .5;
}
.cid-v1M7RWqbh2 .modal-header {
  border: none;
}
.cid-v1M7RWqbh2 .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1M7RWqbh2 .modal-header .close svg {
  fill: #ffffff;
}
.cid-v1M7RWqbh2 .modal-header .close:hover {
  opacity: 1;
}
.cid-v1M7RWqbh2 .modal-header .close:focus {
  outline: none;
}
.cid-v1M7RWqbh2 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1M7RWqbh2 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v1M7RWqbh2 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1M7RWqbh2 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RWqbh2 .modal-footer {
    padding: 1rem;
  }
}
.cid-v1M7RWqbh2 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1M7RWqbh2 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1M7RWqbh2 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1M7RWqbh2 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1M7RWqbh2 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1M7RWqbh2 .modal-lg,
  .cid-v1M7RWqbh2 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1M7RWqbh2 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1M7RWqbh2 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1M7RWqbh2 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1M7RWqbh2 .form-group {
  margin-bottom: 1rem;
}
.cid-v1M7RWqbh2 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1M7RWqbh2 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1M7RWqbh2 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1M7RWqbh2 .mbr-section-btn {
  margin: 0;
}
.cid-v1M7RWqbh2 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1M7RWqbh2 .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v1M7RWqbh2 .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v1M7RWqbh2 .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v1M7RWqbh2 .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v1M7RWqbh2 .item-name,
.cid-v1M7RWqbh2 .item-wrap {
  color: #716c80;
}
.cid-v1M7RWqbh2 H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v1M7RWqbh2 .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v1M7RWqbh2 .media-gallery input[type="radio"] {
  display: none;
}
.cid-v1M7RWqbh2 .main-media .media {
  display: none;
}
.cid-v1M7RWqbh2 #media-01-1:checked ~ .main-media .media1,
.cid-v1M7RWqbh2 #media-01-2:checked ~ .main-media .media2 {
  display: block;
}
.cid-v1M7RWqbh2 .media-gallery:not(:has(input:checked)) .main-media .media1 {
  display: block;
}
.cid-v1M7RWqbh2 .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v1M7RWqbh2 .media-thumbnails label {
  cursor: pointer;
}
.cid-v1M7RWqbh2 .media-thumbnails img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 0.5rem;
  transition: border 0.3s;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
}
.cid-v1M7RWqbh2 .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v1M7RWqbh2 .main-media img,
.cid-v1M7RWqbh2 .main-media video {
  width: 100%;
  height: auto;
  border: none;
  border-radius: 0.5rem;
}
.cid-v1M7RYaHbt.popup-builder {
  background-color: #ffffff;
}
.cid-v1M7RYaHbt.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v1M7RYaHbt.popup-builder .container {
  padding: 0;
}
.cid-v1M7RYaHbt.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v1M7RYaHbt button {
  z-index: 10;
  position: relative;
  display: block;
  width: 10rem;
  color: #ffffff;
}
.cid-v1M7RYaHbt .modal-content,
.cid-v1M7RYaHbt .modal-dialog {
  height: auto;
}
.cid-v1M7RYaHbt .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v1M7RYaHbt .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v1M7RYaHbt .form-wrapper .mbr-form .form-group,
  .cid-v1M7RYaHbt .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v1M7RYaHbt .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v1M7RYaHbt .mbr-figure img {
  display: block;
  visibility: visible;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1M7RYaHbt .mbr-text {
  text-align: center;
}
.cid-v1M7RYaHbt .pt-0 {
  padding-top: 0 !important;
}
.cid-v1M7RYaHbt .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v1M7RYaHbt .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v1M7RYaHbt .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v1M7RYaHbt .modal-open {
  overflow: hidden;
}
.cid-v1M7RYaHbt .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v1M7RYaHbt .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v1M7RYaHbt .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v1M7RYaHbt .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v1M7RYaHbt .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v1M7RYaHbt .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v1M7RYaHbt .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v1M7RYaHbt .modal-content {
  background: #000000;
  visibility: visible;
  opacity: 1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v1M7RYaHbt .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v1M7RYaHbt .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v1M7RYaHbt .modal-backdrop.fade {
  opacity: 0;
}
.cid-v1M7RYaHbt .modal-backdrop.show {
  opacity: .5;
}
.cid-v1M7RYaHbt .modal-header {
  border: none;
}
.cid-v1M7RYaHbt .modal-header .close {
  visibility: visible;
  position: relative;
  top: 5rem;
  right: 5rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v1M7RYaHbt .modal-header .close svg {
  fill: #ffffff;
}
.cid-v1M7RYaHbt .modal-header .close:hover {
  opacity: 1;
}
.cid-v1M7RYaHbt .modal-header .close:focus {
  outline: none;
}
.cid-v1M7RYaHbt .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v1M7RYaHbt .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0;
  pointer-events: all;
}
.cid-v1M7RYaHbt .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v1M7RYaHbt .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1M7RYaHbt .modal-footer {
    padding: 1rem;
  }
}
.cid-v1M7RYaHbt .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v1M7RYaHbt .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v1M7RYaHbt .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v1M7RYaHbt .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v1M7RYaHbt .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v1M7RYaHbt .modal-lg,
  .cid-v1M7RYaHbt .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v1M7RYaHbt .modal-xl {
    max-width: 1140px;
  }
}
.cid-v1M7RYaHbt .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v1M7RYaHbt .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v1M7RYaHbt .form-group {
  margin-bottom: 1rem;
}
.cid-v1M7RYaHbt .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v1M7RYaHbt .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v1M7RYaHbt .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v1M7RYaHbt .mbr-section-btn {
  margin: 0;
}
.cid-v1M7RYaHbt .mbr-section-btn .btn {
  margin: 0;
}
.cid-v1M7RYaHbt .optionen {
  background-color: white;
  width: 80%;
  max-height: 75vh;
  margin: auto;
  border-radius: 0.5rem;
  padding: 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-family: sans-serif;
  text-align: left;
  overflow: auto;
}
.cid-v1M7RYaHbt .section-title {
  font-size: 1.5rem;
  border-bottom: 2px solid #333;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.cid-v1M7RYaHbt .info-list p {
  margin: 0.5rem 0;
  padding-left: 1rem;
  position: relative;
}
.cid-v1M7RYaHbt .info-list p::before {
  content: "-";
  position: absolute;
  left: 0;
  color: #333;
}
.cid-v1M7RYaHbt .item-name,
.cid-v1M7RYaHbt .item-wrap {
  color: #716c80;
}
.cid-v1M7RYaHbt H2 {
  text-align: left;
  color: #267cb5;
}
.cid-v1M7RYaHbt .heading-underline {
  border-bottom: 1px solid #aaa;
  padding-bottom: 4px;
  margin-bottom: 8px;
}
.cid-v1M7RYaHbt .main-media {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 1.77777778;
  overflow: hidden;
  margin: 0 auto 1rem auto;
  background-color: #fff;
}
.cid-v1M7RYaHbt .media-thumbnails {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 1rem;
}
.cid-v1M7RYaHbt .media-thumbnails label:hover img {
  border-color: #999;
}
.cid-v1M7RYaHbt .main-media img,
.cid-v1M7RYaHbt .main-media video {
  width: 100%;
  height: 100% !important;
  object-fit: scale-down;
  border-radius: 1rem;
}
.cid-v1M7RYaHbt .media-thumbnails img {
  object-fit: cover;
  border-radius: 0.5rem;
  margin: 1.5rem;
  margin-left: 0;
  margin-right: 0;
  width: 80px;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}
.cid-v1M7RYaHbt .main-media .media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.cid-v1M7RYaHbt .main-media .media.active {
  display: block;
}
.cid-v1M7RZUyeS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v1M7RZUyeS .container {
  max-width: 1400px;
}
.cid-v1M7RZUyeS .card-img2 span {
  padding-top: 6px;
}
.cid-v1M7RZUyeS .soc-item a {
  padding-top: 5px;
}
.cid-v1M7RZUyeS .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-v1M7RZUyeS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-v1M7RZUyeS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v1M7RZUyeS .item,
  .cid-v1M7RZUyeS .social-list {
    justify-content: center;
  }
}
.cid-v1M7RZUyeS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-v1M7RZUyeS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-v1M7RZUyeS .card-img2 {
  width: 45px;
  height: 45px;
  background: #efefef;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v1M7RZUyeS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-v1M7RZUyeS .soc-item span {
  font-size: 1.4rem;
}
.cid-v1M7RZUyeS .soc-item:hover span {
  color: #267cb5 !important;
}
.cid-v1M7RZUyeS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-v1M7RZUyeS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-v1M7RZUyeS .item:hover span {
  color: #267cb5 !important;
}
.cid-v1M7RZUyeS .media-wrap {
  margin-bottom: 1rem;
}
.cid-v1M7RZUyeS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v1M7RZUyeS img {
  height: 4rem;
}
.cid-v1M7RZUyeS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.cid-v1M7RZUyeS .text1 {
  color: #5b686b;
}
.cid-v1M7RZUyeS .item-title {
  color: #5b686b;
}
.cid-v1M7RZUyeS H5 {
  color: #267cb5;
}
.cid-v1M7RZUyeS .theme {
  color: #ffffff;
}
.cid-v1M7RZUyeS .copyright > p {
  color: #ff3366;
}
.cid-v1M7RZUyeS .text2 {
  color: #ffffff;
}
.cid-v1M7RZUyeS .card-img {
  width: auto;
}
.cid-v1M7RZUyeS a {
  font-weight: inherit;
  color: #5b686b;
  text-decoration: none;
}
.cid-v1M7RZUyeS a:hover {
  color: #267cb5;
  text-decoration: none;
}
.cid-v1M7RZUyeS H2 {
  color: #267cb5;
}
