body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- 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: 2.24rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.8rem !important;
    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-5 {
    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-7 {
    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: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1.2rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0e44f8 !important;
}
.bg-success {
  background-color: #3294e4 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #ffcc00 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0e44f8 !important;
  border-color: #0e44f8 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #052eb4 !important;
  border-color: #052eb4 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #052eb4 !important;
  border-color: #052eb4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e44f8 !important;
  border-color: #0e44f8 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #052eb4 !important;
  border-color: #052eb4 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #052eb4 !important;
  border-color: #052eb4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #3294e4 !important;
  border-color: #3294e4 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #176db2 !important;
  border-color: #176db2 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #176db2 !important;
  border-color: #176db2 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
  color: #000000 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #b38f00 !important;
  border-color: #b38f00 !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: #0e44f8;
  color: #0e44f8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0e44f8;
  border-color: #0e44f8;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e44f8 !important;
  border-color: #0e44f8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0e44f8;
  color: #0e44f8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0e44f8;
  border-color: #0e44f8;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e44f8 !important;
  border-color: #0e44f8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3294e4;
  color: #3294e4;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #3294e4;
  border-color: #3294e4;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3294e4 !important;
  border-color: #3294e4 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ffcc00;
  color: #ffcc00;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #ffcc00 !important;
  border-color: #ffcc00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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;
}
.text-primary {
  color: #0e44f8 !important;
}
.text-secondary {
  color: #0e44f8 !important;
}
.text-success {
  color: #3294e4 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #ffcc00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7191fb !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7191fb !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8cc3f0 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffe066 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #ffcc00;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0e44f8;
  border-color: #0e44f8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0e44f8;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d4defe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e6f2fc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff5cc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #0e44f8;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0e44f8;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0e44f8;
  border-bottom-color: #0e44f8;
}
.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: #0e44f8 !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: #0e44f8 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230e44f8' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sRbgwoICeO {
  background-image: url("../../../assets/images/hande-auflegen-2000x2549.jpeg");
}
.cid-sRbgwoICeO H2 {
  color: #d58f76;
}
.cid-sRbgwoICeO .mbr-text,
.cid-sRbgwoICeO .mbr-section-btn {
  color: #0090ff;
}
.cid-sRbgwoICeO H1 {
  color: #2589e9;
  text-align: center;
}
.cid-tpk6zqMJAb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #caf2f7;
}
@media (min-width: 1500px) {
  .cid-tpk6zqMJAb .container {
    max-width: 1400px;
  }
}
.cid-tpk6zqMJAb img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tpk6zqMJAb .content {
  margin: auto;
}
.cid-tpk6zqMJAb .mbr-text,
.cid-tpk6zqMJAb .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tpk6zqMJAb img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tpk6zqMJAb .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tpk6zqMJAb .quote {
  color: #200960;
}
.cid-tpk6zqMJAb H3 {
  color: #200960;
}
.cid-tpk6zqMJAb H4 {
  color: #d58f76;
}
.cid-tpk6zqMJAb .mbr-text {
  color: #232323;
}
.cid-tVX8unFKl1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f7e7ca;
}
@media (min-width: 1500px) {
  .cid-tVX8unFKl1 .container {
    max-width: 1400px;
  }
}
.cid-tVX8unFKl1 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tVX8unFKl1 .content {
  margin: auto;
}
.cid-tVX8unFKl1 .mbr-text,
.cid-tVX8unFKl1 .mbr-section-btn {
  color: #999999;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-tVX8unFKl1 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tVX8unFKl1 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tVX8unFKl1 .quote {
  color: #200960;
}
.cid-tVX8unFKl1 H3 {
  color: #200960;
}
.cid-tVX8unFKl1 H4 {
  color: #d58f76;
}
.cid-tVX8unFKl1 .mbr-text {
  color: #232323;
}
.cid-tpkRvBKxpH {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f7bd;
}
@media (min-width: 1500px) {
  .cid-tpkRvBKxpH .container {
    max-width: 1400px;
  }
}
.cid-tpkRvBKxpH img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tpkRvBKxpH .content {
  margin: auto;
}
.cid-tpkRvBKxpH .mbr-text,
.cid-tpkRvBKxpH .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tpkRvBKxpH img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tpkRvBKxpH .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tpkRvBKxpH .quote {
  color: #200960;
}
.cid-tpkRvBKxpH H3 {
  color: #200960;
}
.cid-tpkRvBKxpH H4 {
  color: #d58f76;
}
.cid-tpkRvBKxpH .mbr-text {
  color: #232323;
}
.cid-uePBdCa4gA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #f7e7ca;
}
@media (min-width: 1500px) {
  .cid-uePBdCa4gA .container {
    max-width: 1400px;
  }
}
.cid-uePBdCa4gA img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uePBdCa4gA .content {
  margin: auto;
}
.cid-uePBdCa4gA .mbr-text,
.cid-uePBdCa4gA .mbr-section-btn {
  color: #0095ff;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-uePBdCa4gA img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uePBdCa4gA .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uePBdCa4gA .quote {
  color: #200960;
}
.cid-uePBdCa4gA H3 {
  color: #200960;
}
.cid-uePBdCa4gA H4 {
  color: #d58f76;
}
.cid-uePBdCa4gA .mbr-text {
  color: #232323;
}
.cid-tpkUOvipN8 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #caf2f7;
}
@media (min-width: 1500px) {
  .cid-tpkUOvipN8 .container {
    max-width: 1400px;
  }
}
.cid-tpkUOvipN8 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tpkUOvipN8 .content {
  margin: auto;
}
.cid-tpkUOvipN8 .mbr-text,
.cid-tpkUOvipN8 .mbr-section-btn {
  color: #0e44f8;
}
@media (max-width: 1200px) {
  .cid-tpkUOvipN8 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tpkUOvipN8 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tpkUOvipN8 .quote {
  color: #200960;
}
.cid-tpkUOvipN8 H3 {
  color: #200960;
}
.cid-tpkUOvipN8 H4 {
  color: #d58f76;
}
.cid-tpkUOvipN8 .mbr-text {
  color: #232323;
}
.cid-uj3HTx5aCt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f6f7bd;
}
@media (min-width: 1500px) {
  .cid-uj3HTx5aCt .container {
    max-width: 1400px;
  }
}
.cid-uj3HTx5aCt img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uj3HTx5aCt .content {
  margin: auto;
}
.cid-uj3HTx5aCt .mbr-text,
.cid-uj3HTx5aCt .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uj3HTx5aCt img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uj3HTx5aCt .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uj3HTx5aCt .quote {
  color: #200960;
}
.cid-uj3HTx5aCt H3 {
  color: #200960;
}
.cid-uj3HTx5aCt H4 {
  color: #d58f76;
}
.cid-uj3HTx5aCt .mbr-text {
  color: #232323;
}
.cid-sTTRltyb90 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/hande-auflegen-2000x2549.jpg");
}
@media (min-width: 1500px) {
  .cid-sTTRltyb90 .container {
    max-width: 1400px;
  }
}
.cid-sTTRltyb90 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sTTRltyb90 .content {
  margin: auto;
}
.cid-sTTRltyb90 .mbr-text,
.cid-sTTRltyb90 .mbr-section-btn {
  color: #0077ff;
}
@media (max-width: 1200px) {
  .cid-sTTRltyb90 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sTTRltyb90 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sTTRltyb90 .quote {
  color: #200960;
}
.cid-sTTRltyb90 H3 {
  color: #200960;
}
.cid-sTTRltyb90 H4 {
  color: #000000;
}
.cid-sTTRltyb90 .mbr-text {
  color: #000000;
}
.cid-tDc6HABlAJ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tDc6HABlAJ .container {
    max-width: 1400px;
  }
}
.cid-tDc6HABlAJ img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tDc6HABlAJ .content {
  margin: auto;
}
.cid-tDc6HABlAJ .mbr-text,
.cid-tDc6HABlAJ .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tDc6HABlAJ img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tDc6HABlAJ .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tDc6HABlAJ .quote {
  color: #200960;
}
.cid-tDc6HABlAJ H3 {
  color: #200960;
}
.cid-tDc6HABlAJ H4 {
  color: #d58f76;
}
.cid-tDc6HABlAJ .mbr-text {
  color: #232323;
}
.cid-tvFGUR0c0G {
  padding-top: 120px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/c3ce5707-a75a-4738-9df0-7c76b3d6da34-1-105-c-1182x664.jpg");
}
.cid-tvFGUR0c0G H2 {
  color: #d58f76;
}
.cid-tvFGUR0c0G H1 {
  color: #ffcc00;
}
.cid-tq6xNiayQA {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tq6xNiayQA .container {
    max-width: 1400px;
  }
}
.cid-tq6xNiayQA img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-tq6xNiayQA .content {
  margin: auto;
}
.cid-tq6xNiayQA .mbr-text,
.cid-tq6xNiayQA .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-tq6xNiayQA img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tq6xNiayQA .img-col {
    padding-bottom: 2rem;
  }
}
.cid-tq6xNiayQA .quote {
  color: #7f1933;
  text-align: left;
}
.cid-tq6xNiayQA H3 {
  color: #200960;
}
.cid-tq6xNiayQA H4 {
  color: #d58f76;
}
.cid-tq6xNiayQA .mbr-text {
  color: #232323;
}
.cid-uZLMJbSctQ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uZLMJbSctQ .container {
    max-width: 1400px;
  }
}
.cid-uZLMJbSctQ img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uZLMJbSctQ .content {
  margin: auto;
}
.cid-uZLMJbSctQ .mbr-text,
.cid-uZLMJbSctQ .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uZLMJbSctQ img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uZLMJbSctQ .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uZLMJbSctQ .quote {
  color: #200960;
}
.cid-uZLMJbSctQ H3 {
  color: #200960;
}
.cid-uZLMJbSctQ H4 {
  color: #d58f76;
}
.cid-uZLMJbSctQ .mbr-text {
  color: #232323;
}
.cid-uZLMJbSctQ P {
  color: #232323;
  text-align: left;
}
.cid-uePGYLjVf7 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-uePGYLjVf7 .container {
    max-width: 1400px;
  }
}
.cid-uePGYLjVf7 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-uePGYLjVf7 .content {
  margin: auto;
}
.cid-uePGYLjVf7 .mbr-text,
.cid-uePGYLjVf7 .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-uePGYLjVf7 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uePGYLjVf7 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-uePGYLjVf7 .quote {
  color: #200960;
}
.cid-uePGYLjVf7 H3 {
  color: #200960;
}
.cid-uePGYLjVf7 H4 {
  color: #d58f76;
}
.cid-uePGYLjVf7 .mbr-text {
  color: #232323;
}
.cid-u3usHF5zw8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u3usHF5zw8 .container {
    max-width: 1400px;
  }
}
.cid-u3usHF5zw8 img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-u3usHF5zw8 .content {
  margin: auto;
}
.cid-u3usHF5zw8 .mbr-text,
.cid-u3usHF5zw8 .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-u3usHF5zw8 img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-u3usHF5zw8 .img-col {
    padding-bottom: 2rem;
  }
}
.cid-u3usHF5zw8 .quote {
  color: #200960;
}
.cid-u3usHF5zw8 H3 {
  color: #200960;
}
.cid-u3usHF5zw8 H4 {
  color: #d58f76;
}
.cid-u3usHF5zw8 .mbr-text {
  color: #232323;
}
.cid-sTU0sT4YpF {
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/p1060170-2000x1125.jpeg");
}
.cid-sTU0sT4YpF H2 {
  color: #d58f76;
}
.cid-sTU0sT4YpF .mbr-text,
.cid-sTU0sT4YpF .mbr-section-btn {
  color: #fac90d;
}
.cid-sTU0sT4YpF H1 {
  color: #fac90d;
  text-align: center;
}
.cid-uJdlC0Kzo7 {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #caf2f7;
}
.cid-uJdlC0Kzo7 img {
  width: 80%;
  object-fit: cover;
  border-radius: 50%;
  margin: auto;
}
.cid-uJdlC0Kzo7 .card-phone {
  transition: all 0.3s;
  cursor: pointer;
  color: #0077ff;
}
.cid-uJdlC0Kzo7 .card-phone:hover {
  color: #0e44f8;
}
.cid-uJdlC0Kzo7 .mbr-text,
.cid-uJdlC0Kzo7 .mbr-section-btn {
  color: #999999;
}
.cid-uJdlC0Kzo7 .card-title,
.cid-uJdlC0Kzo7 .card-box {
  color: #0077ff;
}
@media (max-width: 992px) {
  .cid-uJdlC0Kzo7 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uJdlC0Kzo7 .mbr-section-subtitle {
  color: #200960;
}
.cid-tSYJ4WtODW {
  background-color: #ffffff;
  padding-top: 45px;
  padding-bottom: 45px;
}
.cid-tSYJ4WtODW .google-map {
  height: 30rem;
  position: relative;
}
.cid-tSYJ4WtODW .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tSYJ4WtODW .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-tSYJ4WtODW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tSYJ4WtODW .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
.cid-sTU23cJVQH {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #caf2f7;
}
.cid-sTU23cJVQH img,
.cid-sTU23cJVQH .item-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sTU23cJVQH .item:focus,
.cid-sTU23cJVQH span:focus {
  outline: none;
}
.cid-sTU23cJVQH .item {
  cursor: pointer;
}
.cid-sTU23cJVQH .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  padding-bottom: 48px;
}
.cid-sTU23cJVQH .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-sTU23cJVQH .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
  padding-top: 30px;
}
.cid-sTU23cJVQH .lin {
  position: relative;
  color: #000000;
  margin-bottom: 0;
}
.cid-sTU23cJVQH .lin:hover {
  color: #0e44f8;
}
.cid-sTU23cJVQH img {
  padding-bottom: 20px;
}
.cid-sTU23cJVQH .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
@media (max-width: 690px) {
  .cid-sTU23cJVQH img {
    padding-bottom: 10px;
  }
  .cid-sTU23cJVQH .mbr-section-title {
    padding: 0;
    padding-bottom: 48px;
  }
}
.cid-sTU23cJVQH .address {
  padding: 0;
  margin: 0;
  transition: all 0.2s ease-in-out;
}
.cid-sTU23cJVQH .address:hover {
  color: #0e44f8;
}
.cid-sTU23cJVQH .text-primary {
  color: #000000 !important;
}
.cid-sTU23cJVQH .mbr-link .address {
  color: #232323;
}
.cid-sTTQKJ8ASe {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sTTQKJ8ASe .container {
    max-width: 1400px;
  }
}
.cid-sTTQKJ8ASe img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sTTQKJ8ASe .content {
  margin: auto;
}
.cid-sTTQKJ8ASe .mbr-text,
.cid-sTTQKJ8ASe .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-sTTQKJ8ASe img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sTTQKJ8ASe .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sTTQKJ8ASe .quote {
  color: #200960;
}
.cid-sTTQKJ8ASe H3 {
  color: #200960;
}
.cid-sTTQKJ8ASe H4 {
  color: #d58f76;
}
.cid-sTTQKJ8ASe .mbr-text {
  color: #000000;
}
.cid-sRLAGcssaL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/gespraech-2000x1500.jpg");
}
@media (min-width: 1500px) {
  .cid-sRLAGcssaL .container {
    max-width: 1400px;
  }
}
.cid-sRLAGcssaL .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-sRLAGcssaL .card-box {
    padding: 1rem;
  }
}
.cid-sRLAGcssaL .link-wrap {
  width: 100%;
}
.cid-sRLAGcssaL .link {
  display: inline-block;
}
.cid-sRLAGcssaL .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-sRLAGcssaL .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: '\e909';
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-sRLAGcssaL .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-sRLAGcssaL .card-sub-title {
  color: #d58f76;
}
.cid-sRLAGcssaL .mbr-text,
.cid-sRLAGcssaL .link-wrap {
  color: #000000;
}
.cid-sRLAGcssaL .card-title,
.cid-sRLAGcssaL .card-box {
  color: #0e44f8;
}
.cid-sRLAGcssaL .mbr-section-subtitle {
  color: #d58f76;
}
.cid-sRLFHWpQwv {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sRLFHWpQwv .container {
    max-width: 1400px;
  }
}
.cid-sRLFHWpQwv img {
  width: 80%;
  height: auto;
  margin: auto;
}
.cid-sRLFHWpQwv .content {
  margin: auto;
}
.cid-sRLFHWpQwv .mbr-text,
.cid-sRLFHWpQwv .mbr-section-btn {
  color: #999999;
}
@media (max-width: 1200px) {
  .cid-sRLFHWpQwv img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-sRLFHWpQwv .img-col {
    padding-bottom: 2rem;
  }
}
.cid-sRLFHWpQwv .quote {
  color: #200960;
}
.cid-sRLFHWpQwv H3 {
  color: #200960;
}
.cid-sRLFHWpQwv H4 {
  color: #d58f76;
}
.cid-sRLFHWpQwv .mbr-text {
  color: #000000;
}
.cid-sRAmSOzj9B {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
