body {
  font-family: Be Vietnam;
}
.display-1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 6.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 10.24rem;
}
.display-2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.44rem;
}
.display-4 {
  font-family: 'Be Vietnam';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'Be Vietnam';
  font-size: 1.1rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 4.48rem;
    font-size: calc( 2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.89rem + (6.4 - 2.89) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #d58f76 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #f4587f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c35f3c !important;
  border-color: #c35f3c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #39387b !important;
  border-color: #39387b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #212046 !important;
  border-color: #212046 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212046 !important;
  border-color: #212046 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4587f !important;
  border-color: #f4587f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ef1048 !important;
  border-color: #ef1048 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ef1048 !important;
  border-color: #ef1048 !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: #d58f76;
  color: #d58f76;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #d58f76;
  border-color: #d58f76;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d58f76 !important;
  border-color: #d58f76 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #39387b;
  color: #39387b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #39387b;
  border-color: #39387b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #39387b !important;
  border-color: #39387b !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: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #f4587f;
  color: #f4587f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #f4587f;
  border-color: #f4587f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f4587f !important;
  border-color: #f4587f !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: #d58f76 !important;
}
.text-secondary {
  color: #39387b !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #f4587f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #edcfc4 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6362b7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fab8c8 !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: #cccccc;
}
.alert-danger {
  background-color: #f4587f;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d58f76;
  border-color: #d58f76;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d58f76;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
blockquote {
  border-color: #d58f76;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d58f76;
  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: #d58f76;
  border-bottom-color: #d58f76;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d58f76 !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: #39387b !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='%23d58f76' %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-sTnPt8cgct .mylogo {
  position: absolute;
  top: 0px;
  box-shadow: 2px 2px 17px 8px rgba(0, 0, 0, 0.1);
  transform: rotate(-5deg);
  min-height: 80px;
}
@media (max-width: 991px) {
  .cid-sTnPt8cgct .mylogo {
    min-height: 30px;
    position: absolute;
    top: 0px;
  }
}
.cid-sTnPt8cgct .leerlogo {
  width: 180px;
  height: 80px;
}
@media (max-width: 991px) {
  .cid-sTnPt8cgct .leerlogo {
    min-height: 50px;
  }
}
.cid-sTnPt8cgct .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTnPt8cgct .dropdown-item:hover {
  background: #487384;
}
.cid-sTnPt8cgct .display-2 {
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .cid-sTnPt8cgct .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 992px) {
  .cid-sTnPt8cgct .navbar-caption {
    font-size: 100%!important;
  }
  .cid-sTnPt8cgct .icons-menu {
    padding: 1rem 0!important;
  }
}
.cid-sTnPt8cgct .container {
  max-width: 1800px;
  display: flex;
  margin: auto;
}
.cid-sTnPt8cgct .navbar {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  min-height: 77px;
  transition: all .3s;
  background: #000426;
  background-color: rgba(0, 4, 38, 0.8);
}
.cid-sTnPt8cgct .navbar.opened {
  transition: all .3s;
}
.cid-sTnPt8cgct .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-sTnPt8cgct .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sTnPt8cgct .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sTnPt8cgct .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sTnPt8cgct .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 9.5rem);
  }
}
.cid-sTnPt8cgct .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sTnPt8cgct .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sTnPt8cgct .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sTnPt8cgct .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sTnPt8cgct .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sTnPt8cgct .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 768px) {
  .cid-sTnPt8cgct .navbar .navbar-caption {
    font-size: 80%!important;
  }
}
@media (max-width: 991px) {
  .cid-sTnPt8cgct .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sTnPt8cgct .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sTnPt8cgct .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sTnPt8cgct .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sTnPt8cgct .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sTnPt8cgct .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sTnPt8cgct .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sTnPt8cgct .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sTnPt8cgct .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sTnPt8cgct .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sTnPt8cgct .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sTnPt8cgct .navbar.navbar-short {
  background: #000426 !important;
  min-height: 60px;
}
.cid-sTnPt8cgct .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sTnPt8cgct .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sTnPt8cgct .nav-link {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
}
.cid-sTnPt8cgct .nav-link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: auto;
  right: 0;
}
.cid-sTnPt8cgct .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sTnPt8cgct .dropdown-menu {
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem 0;
  border-width: 1px;
  border-color: grey;
  border-style: solid;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  animation-name: slidenavAnimation;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: .6s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: .6s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@media (max-width: 768px) {
  .cid-sTnPt8cgct .dropdown-menu {
    max-width: 95%!important;
  }
}
@keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.cid-sTnPt8cgct .nav-dropdown .link {
  padding: 0.7em 0.3em !important;
  margin: .2em 1em !important;
}
@media (max-width: 980px) {
  .cid-sTnPt8cgct .nav-dropdown .link {
    margin: auto !important;
  }
}
.cid-sTnPt8cgct .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sTnPt8cgct .mbr-iconfont {
  color: #d9b7ab !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sTnPt8cgct .navbar-caption {
  padding-right: 4rem;
}
.cid-sTnPt8cgct .navbar-nav {
  justify-content: center;
  width: -webkit-fill-available;
}
.cid-sTnPt8cgct .dropdown-menu,
.cid-sTnPt8cgct .navbar.opened {
  background: #000000 !important;
}
.cid-sTnPt8cgct .nav-item:focus,
.cid-sTnPt8cgct .nav-link:focus {
  outline: none;
}
.cid-sTnPt8cgct .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTnPt8cgct .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sTnPt8cgct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sTnPt8cgct .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sTnPt8cgct .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sTnPt8cgct .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sTnPt8cgct .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sTnPt8cgct .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sTnPt8cgct .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sTnPt8cgct .dropdown-item.active,
.cid-sTnPt8cgct .dropdown-item:active {
  background-color: transparent;
}
.cid-sTnPt8cgct .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sTnPt8cgct .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sTnPt8cgct .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0rem;
  padding: 6.667em 6.667em;
}
.cid-sTnPt8cgct .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000426;
}
.cid-sTnPt8cgct .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sTnPt8cgct .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sTnPt8cgct ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sTnPt8cgct .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sTnPt8cgct button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sTnPt8cgct button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sTnPt8cgct button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sTnPt8cgct button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sTnPt8cgct button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sTnPt8cgct button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sTnPt8cgct nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTnPt8cgct nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sTnPt8cgct nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sTnPt8cgct nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sTnPt8cgct .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sTnPt8cgct a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sTnPt8cgct .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sTnPt8cgct .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sTnPt8cgct .navbar {
    height: 77px;
  }
  .cid-sTnPt8cgct .navbar.opened {
    height: auto;
  }
  .cid-sTnPt8cgct .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sTnPt8cgct .spezidropdown {
  width: 30rem;
  background: transparent;
}
.cid-sTnPt8cgct .spezidropdown img {
  width: 100%;
  height: 95%;
  padding: 1rem 1rem 1rem 0;
}
@media (max-width: 768px) {
  .cid-sTnPt8cgct .spezidropdown {
    width: 17rem;
  }
}
.cid-sTnSV8EYfw {
  overflow: hidden;
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #191f2d;
}
.cid-sTnSV8EYfw section {
  padding-bottom: 0 !important;
}
.cid-sTnSV8EYfw .container-fluid {
  position: relative;
  padding: 0 !important;
}
.cid-sTnSV8EYfw .schwung {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
}
.cid-sTnSV8EYfw h1 {
  line-height: 1.4;
}
.cid-sTnSV8EYfw h2 {
  color: white;
}
.cid-sTnSV8EYfw .second {
  display: none;
}
.cid-sTnSV8EYfw .wrapper {
  position: relative;
}
.cid-sTnSV8EYfw .content {
  padding-left: 6rem;
  padding-right: 2rem;
}
.cid-sTnSV8EYfw .img1 {
  width: calc(215%);
  -o-object-fit: cover;
  object-fit: cover;
  height: 800px;
  margin-left: -37rem;
  overflow: hidden;
}
.cid-sTnSV8EYfw .icon1 {
  position: absolute;
  top: 2rem;
  right: 0rem;
}
.cid-sTnSV8EYfw .icon2 {
  position: absolute;
  top: 5rem;
  right: 0rem;
}
.cid-sTnSV8EYfw .img2 {
  position: absolute;
  bottom: -4.6rem;
  right: 0;
  width: 400px;
  box-shadow: 2.5px 4.3px 62px 0 rgba(0, 0, 0, 0.22);
}
.cid-sTnSV8EYfw .title {
  position: absolute;
  right: 0rem;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
  top: 26rem;
  padding: 0;
}
.cid-sTnSV8EYfw .title:before {
  content: "";
  position: absolute;
  background: currentColor;
  top: 50%;
  left: -8.6rem;
  width: 100px;
  height: 2px;
}
@media (max-width: 1400px) {
  .cid-sTnSV8EYfw .img1 {
    width: calc(185%);
    margin-left: -16rem;
  }
  .cid-sTnSV8EYfw .container-fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sTnSV8EYfw .content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-sTnSV8EYfw .shape {
  width: 223px;
  height: 245px;
  border: 4px solid #fb7522;
  color: #ffffff;
  display: block;
  position: absolute;
  top: 25rem;
  left: 0;
}
.cid-sTnSV8EYfw .shape p {
  margin-left: 5rem;
  width: 154%;
  margin-top: 6rem;
}
@media (max-width: 992px) {
  .cid-sTnSV8EYfw .shape {
    left: 55%;
  }
  .cid-sTnSV8EYfw .left {
    display: none;
  }
  .cid-sTnSV8EYfw .second {
    display: block;
    position: absolute;
    top: 36%;
    left: 12%;
  }
  .cid-sTnSV8EYfw a.second {
    margin-top: 30%;
  }
  .cid-sTnSV8EYfw .img1 {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 805px) {
  .cid-sTnSV8EYfw .second {
    top: 20%;
  }
  .cid-sTnSV8EYfw a.second {
    margin-top: 51%;
  }
}
@media (max-width: 767px) {
  .cid-sTnSV8EYfw .shape {
    display: none;
  }
  .cid-sTnSV8EYfw .second {
    left: 0;
  }
  .cid-sTnSV8EYfw a.second {
    margin-top: 50%;
    width: 100%;
    text-align: center;
  }
  .cid-sTnSV8EYfw a.second::after,
  .cid-sTnSV8EYfw a.second::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .cid-sTnSV8EYfw a.second {
    margin-top: 55% !important;
  }
}
.cid-sTnSV8EYfw a {
  display: inline-block;
  color: #fb7522;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.cid-sTnSV8EYfw a:after {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 100%;
}
.cid-sTnSV8EYfw a::before {
  position: absolute;
  margin-top: 5px;
  background-color: currentColor;
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  bottom: 9px;
}
.cid-sTnSV8EYfw a:hover:after,
.cid-sTnSV8EYfw a:focus:after {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: slidein;
  animation-name: slidein;
}
.cid-sTnSV8EYfw a:hover:before,
.cid-sTnSV8EYfw a:focus:before {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: slideout;
  animation-name: slideout;
}
.cid-sTnSV8EYfw .right {
  padding: 0 !important;
}
.cid-sTnSV8EYfw .left {
  z-index: 100;
}
.cid-sTnSV8EYfw a.text-info:hover,
.cid-sTnSV8EYfw a.text-info:focus {
  color: #82786e !important;
}
.cid-sTnSV8EYfw .mbr-light {
  text-align: left;
}
.cid-sRDV09IDXK .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sRDV09IDXK .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-sRDV09IDXK .text-white {
  padding-left: 10px;
}
.cid-sRDV09IDXK .myimg {
  font-size: 35px;
  line-height: 35px;
}
.cid-sRDV09IDXK .mybox {
  width: 40px;
  height: 41px;
  float: left;
  padding: 5px ;
}
.cid-sRDV09IDXK li {
  margin-bottom: 5px!important;
}
.cid-sRDV09IDXK p {
  font-family: 'open sans';
}
.cid-sRDV09IDXK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-sRDV09IDXK .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sRDV09IDXK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sRDV09IDXK .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-sRDV09IDXK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-sRDV09IDXK .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-sRDV09IDXK P {
  color: #232323;
}
.cid-sRDV09IDXK DIV {
  color: #ffffff;
}
.cid-sRDV09IDXK H10 {
  color: #767676;
}
.cid-sRDV09IDXK .hidden {
  display: none;
}
.cid-sRDV09IDXK p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-sRDV09IDXK .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 240px;
  width: 200px;
}
.cid-sRDV09IDXK .sticky li {
  list-style-type: none;
  border-radius: 4px;
  background-color: #cccccc;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-sRDV09IDXK .sticky li:hover {
  margin-left: -100px;
}
.cid-sRDV09IDXK .sticky li img {
  float: left;
  margin: 1px 1px;
  margin-right: 10px;
}
.cid-sRDV09IDXK .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-sTqxR7mTGZ {
  padding-top: 8rem;
  padding-bottom: 2rem;
  background-color: #b8bbc7;
}
.cid-sTqxR7mTGZ .textbox {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 5px;
  left: 20px;
  z-index: 1;
  display: none;
}
.cid-sTqxR7mTGZ .item-img {
  overflow: hidden!important;
  transition: all 1s;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2);
}
.cid-sTqxR7mTGZ .item-img:hover {
  transition: all 1s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
}
.cid-sTqxR7mTGZ .item-img:hover .textbox {
  display: block;
}
.cid-sTqxR7mTGZ .dreieck {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 50px 200px 0 0;
  border-color: #191F2D transparent transparent transparent;
}
.cid-sTqxR7mTGZ .content {
  display: flex;
}
@media (max-width: 1024px) {
  .cid-sTqxR7mTGZ .content {
    flex-wrap: wrap;
  }
}
.cid-sTqxR7mTGZ h2,
.cid-sTqxR7mTGZ h4,
.cid-sTqxR7mTGZ h5,
.cid-sTqxR7mTGZ p {
  margin: 0;
}
.cid-sTqxR7mTGZ .rahmenimg {
  border-style: solid;
  border-color: #E06A4C;
  border-width: 0 0 25px 0;
}
@media (max-width: 768px) {
  .cid-sTqxR7mTGZ .rahmenimg {
    border-width: 0 ;
  }
}
.cid-sTqxR7mTGZ .items {
  margin-right: 79px;
  display: flex;
  flex-wrap: wrap;
  width: 66.66667%;
}
@media (max-width: 1024px) {
  .cid-sTqxR7mTGZ .items {
    width: 100%;
    margin-right: 0;
    margin-bottom: 54px;
  }
}
.cid-sTqxR7mTGZ .item-container {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1025px) and (max-width: 1200px) {
  .cid-sTqxR7mTGZ .item-container {
    align-content: flex-start;
  }
}
@media (max-width: 680px) {
  .cid-sTqxR7mTGZ .item-container {
    margin: 0;
  }
}
.cid-sTqxR7mTGZ .item {
  width: 33.33333%;
  height: 33.33333%;
  padding: 0 15px;
  margin: 0 0 30px;
}
.cid-sTqxR7mTGZ .item .item-img {
  height: 100%;
}
.cid-sTqxR7mTGZ .item .item-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-sTqxR7mTGZ .item {
    height: auto;
  }
}
@media (max-width: 768px) {
  .cid-sTqxR7mTGZ .item {
    width: 50%;
  }
}
@media (max-width: 680px) {
  .cid-sTqxR7mTGZ .item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-sTqxR7mTGZ .text {
  width: 33%;
}
@media (max-width: 1024px) {
  .cid-sTqxR7mTGZ .text {
    width: 100%;
  }
}
.cid-sTqxR7mTGZ .mbr-section-title {
  color: #000746;
  margin: -14px 0 15px;
}
.cid-sTqxR7mTGZ .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-sTqxR7mTGZ .mbr-text {
  color: #000746;
  margin: 10px 0;
}
.cid-sTqxR7mTGZ .info {
  margin-top: 40px;
  margin-bottom: 20px;
  flex-direction: column;
}
.cid-sTqxR7mTGZ .info-block {
  display: flex;
  align-items: baseline;
  margin-bottom: 7px;
  flex-wrap: wrap;
}
.cid-sTqxR7mTGZ .mbr-info-title {
  color: #000746;
  margin: 5px 14px 5px 0;
}
.cid-sTqxR7mTGZ .mbr-details {
  color: #000746;
  margin: 5px 0;
}
.cid-sTqxR7mTGZ .link {
  position: relative;
  margin-right: 5px;
}
.cid-sTqxR7mTGZ .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
#custom-html-y {
  /* Type valid CSS here */
}
#custom-html-y p {
  color: #ddd;
  font-family: 'Arial';
}
#custom-html-y .Kopf {
  font-size: 13rem;
  font-weight: 700;
  overflow: hidden;
}
@media (max-width: 991px) {
  #custom-html-y .Kopf {
    font-size: 9rem;
  }
}
@media (max-width: 768px) {
  #custom-html-y .Kopf {
    font-size: 9rem;
  }
}
#custom-html-y .ZeigMichNicht {
  visibility: hidden;
  transition: visibility 1s;
}
#custom-html-y .slidebutton {
  width: 50px;
  height: 150px;
  border-radius: 0px 5px 5px 0;
  background: #E06A4C;
}
#custom-html-y .slidebutton:after {
  position: absolute;
  top: 60px;
  left: -5px;
  font-size: 1.1rem;
  font-weight: 500;
  content: "NEWS";
  color: white;
  transform: rotate(90deg);
  -webkit-transform: rotate(-90deg);
}
#custom-html-y .mytextlink {
  font-family: 'Arial';
  color: white;
}
#custom-html-y .mytextlink:hover {
  color: #FFC20A;
}
#custom-html-y .ZeigMichNicht {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
}
#custom-html-y #slideout {
  position: fixed;
  top: 240px;
  left: 0;
  width: 40px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  background: transparent;
  z-index: 10000;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0 3px 3px 0;
  z-index: 99999!important;
}
@media (max-width: 768px) {
  #custom-html-y #slideout {
    display: none;
  }
}
#custom-html-y hr.style-one {
  border: 0;
  height: 1px;
  background: #000;
}
#custom-html-y #idTexte {
  position: absolute;
  top: 10px;
  padding: 20px;
}
#custom-html-y #idBild {
  position: absolute;
  top: 400px;
  padding: 22px;
}
#custom-html-y #slideout_inner {
  position: fixed;
  top: 00px;
  background: #232323;
  width: 33%;
  left: -33%;
  height: 100vh;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  border-top: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
}
@media (max-width: 1200px) {
  #custom-html-y #slideout_inner {
    width: 50%;
    left: -50%;
  }
}
#custom-html-y #slideout_inner textarea {
  width: 30%;
  height: 100px;
  margin-bottom: 6px;
}
@media (max-width: 1200px) {
  #custom-html-y #slideout_inner textarea {
    width: 50%;
  }
}
#custom-html-y #slideout:hover {
  left: 33%;
}
@media (max-width: 1200px) {
  #custom-html-y #slideout:hover {
    left: 50%;
  }
}
#custom-html-y #slideout:hover #slideout_inner {
  left: 0;
}
#custom-html-y #overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
@keyframes animationName {
  from {
    background-color: transparent;
    display: block;
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
  }
}
@keyframes animation2Name {
  from {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
  }
  to {
    background-color: transparent;
    display: none;
    z-index: -1;
  }
}
.cid-sTqzbEJBnj {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b8bbc7;
}
.cid-sTqzbEJBnj hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-sTqzbEJBnj .progress {
  background: #939ab4;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-sTqzbEJBnj .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #e06a4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sRDKqnu879 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #b8bbc7;
}
.cid-sRDKqnu879 img {
  border-radius: 0px;
  padding-bottom: 16px;
}
.cid-sRDKqnu879 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-sRDKqnu879 .date {
  text-transform: uppercase;
  color: #000746;
  text-align: left;
  padding-top: 0px;
  padding-bottom: 2px;
}
.cid-sRDKqnu879 .right {
  display: flex;
  flex-direction: column;
}
.cid-sRDKqnu879 .button-align {
  width: 100%;
  padding-top: 10px;
}
.cid-sRDKqnu879 .p {
  padding-bottom: 10px;
}
.cid-sRDKqnu879 .heading {
  margin: 0;
  padding-bottom: 100px;
  text-align: center;
}
.cid-sRDKqnu879 .card-heading {
  padding-bottom: 12px;
  color: #000746;
}
.cid-sRDKqnu879 .mbr-section-btn {
  margin-top: 0;
}
.cid-7oEcKXGxev {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #b8bbc7;
}
.cid-7oEcKXGxev hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-7oEcKXGxev .progress {
  background: #939ab4;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-7oEcKXGxev .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #e06a4c;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sRDQM2AJk2 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #b8bbc7;
}
.cid-sRDQM2AJk2 .card {
  display: block;
}
.cid-sRDQM2AJk2 .card .card-img {
  overflow: hidden;
}
.cid-sRDQM2AJk2 .card .card-img img {
  transition: all .5s;
}
.cid-sRDQM2AJk2 .BigText {
  font-weight: 700;
  font-size: 12rem;
  position: absolute;
  left: 0px;
  top: -20px;
}
@media (max-width: 1200px) {
  .cid-sRDQM2AJk2 .BigText {
    font-size: 10rem;
  }
}
@media (max-width: 991px) {
  .cid-sRDQM2AJk2 .BigText {
    font-size: 7rem;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .cid-sRDQM2AJk2 .BigText {
    font-size: 4rem;
    top: 20px;
  }
}
.cid-sRDQM2AJk2 .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-sRDQM2AJk2 .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-sRDQM2AJk2 .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sRDQM2AJk2 .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-sRDQM2AJk2 .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-sRDQM2AJk2 .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-sRDQM2AJk2 .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sRDQM2AJk2 .popup-btn .card-link {
  display: block !important;
}
.cid-sRDQM2AJk2 .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-sRDQM2AJk2 .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-sRDQM2AJk2 .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-sRDQM2AJk2 .caption .card-title {
  padding-right: 2rem;
}
.cid-sRDQM2AJk2 .caption .price {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .cid-sRDQM2AJk2 .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRDQM2AJk2 .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sRDQM2AJk2 .main-title {
  color: #000746;
  text-align: center;
}
.cid-sRDQM2AJk2 .price {
  color: #000746;
}
.cid-sRH5tNIeMN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/schrauben.jpg");
}
.cid-sRH5tNIeMN .HintergrundBild {
  position: absolute;
  top: 0px;
  right: 100px;
  width: 350px!important;
  opacity: 0.07;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-sRH5tNIeMN .HintergrundBild {
    display: none;
  }
}
.cid-sRH5tNIeMN .dreieck {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 50px 200px 0 0;
  border-color: #b8bbc7 transparent transparent transparent;
}
.cid-sRH5tNIeMN .card-wrapper {
  background-color: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sRH5tNIeMN .card-wrapper {
    padding: 1rem;
  }
}
.cid-sRH5tNIeMN .text-wrapper {
  max-width: 40rem;
}
.cid-sRH5tNIeMN .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-sRH5tNIeMN .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sRH5tNIeMN .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sRH5tNIeMN .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sRH5tNIeMN .content-wrapper {
    padding: 3rem;
  }
  .cid-sRH5tNIeMN .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sRH5tNIeMN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sRH5tNIeMN .card-title {
  color: #000746;
}
.cid-sRH5tNIeMN .content-panel {
  padding: 3rem;
  background-color: #191f2d;
}
@media (min-width: 767px) {
  .cid-sRH5tNIeMN .text-block {
    padding-right: 0;
  }
}
.cid-sRH5tNIeMN .google-map {
  width: 100%;
  height: 30rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-sRH5tNIeMN .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-sRH5tNIeMN .google-map iframe .place-card {
  margin-left: 40px !important;
}
.cid-sRH5tNIeMN .google-map .place-card {
  margin-left: 40px !important;
}
.cid-rT64E22cPe {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #191f2d;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #d56d56 ;
}
.cid-rT64E22cPe .mbr-iconfont {
  font-size: 3rem;
  color: #d58f76;
  margin-right: 1.5rem;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ffffff;
  margin: auto;
  margin-bottom: 2rem;
}
.cid-rT64E22cPe h5 {
  line-height: 150%;
}
@media (min-width: 1400px) {
  .cid-rT64E22cPe .card-wrapper {
    padding: 0 3rem;
  }
}
.cid-rT64E22cPe .card-title {
  color: #ffffff;
}
.cid-rT64E22cPe .card {
  border-radius: 0;
  width: 100%;
}
.cid-rT64E22cPe .card2 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe .card1 {
  border-right: 1px solid #ffffff;
}
.cid-rT64E22cPe h4 {
  margin: 0;
}
.cid-rT64E22cPe .card-text {
  color: #ffffff;
}
.cid-rT64E22cPe .mbr-text {
  color: #200960;
}
@media (max-width: 991px) {
  .cid-rT64E22cPe .card {
    border: 0px;
    margin-bottom: 2rem;
  }
}
.cid-rT64EvJ41Z {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-rT64EvJ41Z .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rT64EvJ41Z .copyright,
  .cid-rT64EvJ41Z .col-lg-1 {
    margin-bottom: 1rem;
  }
}
.cid-rT64EvJ41Z .col-lg-1 {
  max-width: fit-content;
  padding: 0;
}
.cid-rT64EvJ41Z .mbr-text {
  color: #cccccc;
}
