body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.2rem;
  line-height: 1.42045455;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.76rem;
    line-height: 1.49147727;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.50684932rem;
    line-height: 1.24431818;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #003d59 !important;
}
.bg-success {
  background-color: #fe5925 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #ff501a !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003d59 !important;
  border-color: #003d59 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d59;
  border-color: #003d59;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-success:hover {
  background-color: #ef3a01 !important;
  border-color: #ef3a01 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff501a !important;
  border-color: #ff501a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff501a;
  border-color: #ff501a;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff501a !important;
  border-color: #ff501a !important;
}
.btn-danger:hover {
  background-color: #ff774d !important;
  border-color: #ff774d !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: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !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: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #003d59;
  color: #003d59;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #003d59 !important;
  border-color: #003d59;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #ff501a;
  color: #ff501a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #ff501a !important;
  border-color: #ff501a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff501a !important;
  border-color: #ff501a !important;
}
.btn-black-outline {
  border: 1px solid;
}
.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 !important;
  background: #333333 !important;
  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 {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #003d59 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #fe5925 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #ff501a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0071a5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bc2e01 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b32a00 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #003d59 !important;
}
.alert-success {
  background-color: #fe5925;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #ff501a;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #003d59;
  border-color: #003d59;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003d59;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0094d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4f0;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffece6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.66666667;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1rem;
    line-height: 1.6875;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.6625;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 0.90225564rem;
    line-height: 1.59322917;
  }
}
blockquote {
  border-color: #003d59;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003d59;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #003d59;
  border-bottom-color: #003d59;
}
.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: #003d59 !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: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-sCY2ypuhAs {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-sCY2ypuhAs .nav-link,
.cid-sCY2ypuhAs .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sCY2ypuhAs .text-primary {
  font-weight: 500!important;
}
.cid-sCY2ypuhAs .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-sCY2ypuhAs .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-sCY2ypuhAs .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sCY2ypuhAs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCY2ypuhAs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCY2ypuhAs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-sCY2ypuhAs .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCY2ypuhAs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCY2ypuhAs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sCY2ypuhAs .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sCY2ypuhAs .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sCY2ypuhAs .nav-link.text-primary:hover,
.cid-sCY2ypuhAs .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-sCY2ypuhAs .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sCY2ypuhAs .nav-link:hover:before {
  opacity: 1;
}
.cid-sCY2ypuhAs .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sCY2ypuhAs .nav-link {
    margin: 0 !important;
  }
}
.cid-sCY2ypuhAs .icons-menu {
  line-height: 0;
}
.cid-sCY2ypuhAs .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sCY2ypuhAs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sCY2ypuhAs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sCY2ypuhAs .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sCY2ypuhAs .dropdown-menu a {
  overflow: hidden;
}
.cid-sCY2ypuhAs .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCY2ypuhAs .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-sCY2ypuhAs .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCY2ypuhAs .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-sCY2ypuhAs .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCY2ypuhAs .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-sCY2ypuhAs .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCY2ypuhAs .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-sCY2ypuhAs .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sCY2ypuhAs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-sCY2ypuhAs .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-sCY2ypuhAs .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-sCY2ypuhAs .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-sCY2ypuhAs .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-sCY2ypuhAs.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sCY2ypuhAs .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sCY2ypuhAs .btn {
    white-space: nowrap;
  }
  .cid-sCY2ypuhAs .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sCY2ypuhAs .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sCY2ypuhAs .nav-item.dropdown:hover::before,
  .cid-sCY2ypuhAs .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sCY2ypuhAs .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sCY2ypuhAs .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sCY2ypuhAs .navbar > .container,
.cid-sCY2ypuhAs .navbar > .container-fluid {
  align-items: center;
}
.cid-sCY2ypuhAs .dropdown-toggle::after,
.cid-sCY2ypuhAs .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sCY2ypuhAs .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sCY2ypuhAs .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sCY2ypuhAs .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sCY2ypuhAs .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sCY2ypuhAs .nav-item:focus,
.cid-sCY2ypuhAs .nav-link:focus {
  outline: none;
}
.cid-sCY2ypuhAs .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCY2ypuhAs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCY2ypuhAs .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sCY2ypuhAs a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sCY2ypuhAs ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-sCY2ypuhAs .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sCY2ypuhAs .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sCY2ypuhAs .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCY2ypuhAs.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCY2ypuhAs .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sCY2ypuhAs .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sCY2ypuhAs .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sCY2ypuhAs .navbar-logo {
    margin: 0;
  }
  .cid-sCY2ypuhAs .navbar-logo img {
    height: 60px !important;
  }
  .cid-sCY2ypuhAs .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sCY2ypuhAs .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCY2ypuhAs .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sCY2ypuhAs .navbar {
    padding: 13px 90px;
  }
  .cid-sCY2ypuhAs .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sCY2ypuhAs .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sCY2ypuhAs .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sCY2ypuhAs .dropdown-toggle::after,
  .cid-sCY2ypuhAs .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sCY2ypuhAs .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-sCY2ypuhAs a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sCY2ypuhAs ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sCY2ypuhAs .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sCY2ypuhAs .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sCY2ypuhAs.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sCY2ypuhAs.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sCY2ypuhAs.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCY2ypuhAs.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sCY2ypuhAs .navbar {
    padding: 0 !important;
  }
  .cid-sCY2ypuhAs ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sCY2ypuhAs a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sCY2ypuhAs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sCY2ypuhAs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCY2ypuhAs .dropdown-item.active,
.cid-sCY2ypuhAs .dropdown-item:active {
  background-color: transparent;
}
.cid-sCY2ypuhAs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-sCY2ypuhAs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sCY2ypuhAs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCY2ypuhAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-sCY2ypuhAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCY2ypuhAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCY2ypuhAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCY2ypuhAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCY2ypuhAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCY2ypuhAs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCY2ypuhAs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCY2ypuhAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sCY2ypuhAs .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sCY2ypuhAs .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCY2ypuhAs .navbar {
    height: 97px;
  }
  .cid-sCY2ypuhAs .navbar.opened {
    height: auto;
  }
  .cid-sCY2ypuhAs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCY2yesjLI {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/wandernspecial.jpeg");
}
.cid-sCY2yesjLI .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-sCY2yesjLI .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-sCY2yesjLI .wrap {
  padding-left: 90px;
}
.cid-sCY2yesjLI .mbr-section-title {
  color: #1b425e;
}
.cid-sCY2yesjLI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sCY2yesjLI .link a {
  font-weight: 700;
}
.cid-sCY2yesjLI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sCY2yesjLI .link:hover span {
  transform: translateX(9px);
}
.cid-sCY2yesjLI .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-sCY2yesjLI .mbr-text {
  margin-bottom: 10px;
}
.cid-sCY2yesjLI .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sCY2yesjLI .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sCY2yesjLI .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sCY2yesjLI .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCY2yesjLI .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sCY2yesjLI .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sCY2yesjLI .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sCY2yesjLI .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCY2yesjLI .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sCY2yesjLI .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sCY2yesjLI .image__block {
    transform: translateX(-30px);
  }
  .cid-sCY2yesjLI .figure:before {
    content: none;
  }
  .cid-sCY2yesjLI .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sCY2yesjLI .wrap {
    padding-left: 0;
  }
  .cid-sCY2yesjLI .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sCY2yesjLI .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sCY2yesjLI .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sCY2yesjLI .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sCY2yesjLI .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sCY2yesjLI .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sCY2yesjLI .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sCY2yesjLI .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sCY2yfDqGL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-sCY2yfDqGL .mbr-text,
.cid-sCY2yfDqGL .ornament {
  text-align: left;
}
.cid-sCY2yg0HqF {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ddebe9;
}
.cid-sCY2yg0HqF .left__side,
.cid-sCY2yg0HqF .right__side {
  display: flex;
  align-items: center;
}
.cid-sCY2yg0HqF .logo {
  max-width: 174px;
}
.cid-sCY2yg0HqF .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sCY2yg0HqF .mbr-section-title {
  margin-left: 30px;
}
.cid-sCY2yg0HqF .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sCY2yg0HqF .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sCY2yg0HqF .image__block {
  margin-top: 135px;
}
.cid-sCY2yg0HqF .image__block .image {
  margin: 0 18px 30px;
}
.cid-sCY2yg0HqF .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sCY2yg0HqF .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sCY2yg0HqF .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sCY2yg0HqF .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sCY2yg0HqF .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sCY2yg0HqF .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sCY2yg0HqF .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sCY2yg0HqF .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sCY2yg0HqF .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sCY2yg0HqF .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sCY2yg0HqF .mbr-section-title {
    margin-left: 0;
  }
  .cid-sCY2yg0HqF .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sCY2yg0HqF .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sCY2yg0HqF .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sCY2yg0HqF .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sCY2yg0HqF .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sCY2yg0HqF .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sCY2yg0HqF .logo img {
    width: 70px;
  }
  .cid-sCY2yg0HqF .image__block {
    flex-wrap: wrap;
  }
  .cid-sCY2yg0HqF .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sCY2yg0HqF .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sCY2yg0HqF .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sCY2ygGc4q {
  background-color: #ddebe9;
}
.cid-sCY2ygGc4q .wave1 {
  fill: #ffffff;
}
.cid-sCY2ygGc4q .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sCY2ygGc4q .wave3,
.cid-sCY2ygGc4q .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sCZ9ywKNrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCZ9ywKNrf .card-wrapper {
  border-radius: 4px;
  background: #cce4f0;
}
@media (min-width: 992px) {
  .cid-sCZ9ywKNrf .text-box {
    padding: 2rem;
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sCZ9ywKNrf .text-box {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCZ9ywKNrf .text-box {
    padding: 2rem;
  }
}
.cid-sCZ9ywKNrf .image-wrapper {
  height: 100%;
}
.cid-sCZ9ywKNrf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sCZ9ywKNrf .lin {
  position: relative;
  display: inline;
  color: #626262;
  text-transform: uppercase;
  margin-top: 1.25rem;
}
.cid-sCZ9ywKNrf .line {
  left: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #003d59;
  opacity: 0;
}
.cid-sCZ9ywKNrf .lin:hover .line {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.3s;
}
.cid-sCZ9ywKNrf .small-img {
  width: 40%;
  margin: auto;
}
.cid-sCZ9ywKNrf .text-box {
  text-align: center;
}
.cid-sCZ9ywKNrf .mbr-section-title {
  text-align: left;
}
.cid-sCZ9ywKNrf .mbr-text {
  padding-top: 10px;
}
.cid-sCZ9ywKNrf .mbr-section-subtitle {
  color: #626262;
}
.cid-sCZ9ywKNrf .text-white:hover {
  color: #000000 !important;
}
.cid-sCZ9ywKNrf .mbr-text,
.cid-sCZ9ywKNrf .button-align {
  text-align: left;
}
.cid-sCY2ynjGxh {
  background-color: #ffffff;
}
.cid-sCY2ynjGxh .wave1 {
  fill: #ddebe9;
}
.cid-sCY2ynjGxh .wave2 {
  fill: #ddebe9;
  opacity: 0.5;
}
.cid-sCY2ynjGxh .wave3,
.cid-sCY2ynjGxh .wave4 {
  fill: #ddebe9;
  opacity: 0.35;
}
.cid-sCY2ynGNPO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sCY2ynGNPO .mbr-section-title {
  font-weight: 300;
}
.cid-sCY2ynGNPO .mbr-section-title b,
.cid-sCY2ynGNPO .mbr-section-title strong {
  font-weight: 500;
}
.cid-sCY2ynGNPO .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sCY2ynGNPO .link a {
  font-weight: 700;
}
.cid-sCY2ynGNPO .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sCY2ynGNPO .link:hover span {
  transform: translateX(9px);
}
.cid-sCY2ynGNPO .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-sCY2ynGNPO .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-sCY2ynGNPO .card__block:nth-child(3) .card__content::before {
  background-color: #d42764;
}
.cid-sCY2ynGNPO .card__block:nth-child(4) .card__content::before {
  background-color: #fbba34;
}
.cid-sCY2ynGNPO .card__block:nth-child(6) .card__content::before {
  background-color: #fe5925;
}
.cid-sCY2ynGNPO .card__block:nth-child(7) .card__content::before {
  background-color: #d42764;
}
.cid-sCY2ynGNPO .card__block:nth-child(8) .card__content::before {
  background-color: #f14555;
}
.cid-sCY2ynGNPO .card__content {
  position: relative;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.25);
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-sCY2ynGNPO .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-sCY2ynGNPO .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-sCY2ynGNPO .card__content .card__image {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-sCY2ynGNPO .card__content .card__image img {
  max-width: 145px;
}
.cid-sCY2ynGNPO .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-sCY2ynGNPO .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .cid-sCY2ynGNPO .card__content {
    padding: 5px 5px 5px;
  }
  .cid-sCY2ynGNPO .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-sCY2ynGNPO .title__block {
    padding: 24px 17px;
  }
  .cid-sCY2ynGNPO .card__content {
    padding: 5px 5px 5px;
  }
  .cid-sCY2ynGNPO .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-sCY2ynGNPO .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-sCY2ynGNPO .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-sCY2ynGNPO .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-sCY2ynGNPO .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-sCY2ynGNPO .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-sCY2yoxO6c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-sCY2yoxO6c .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sCY2yoxO6c .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sCY2yoxO6c .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sCY2yoxO6c .form-group {
  padding-right: 0;
}
.cid-sCY2yoxO6c .card {
  padding: 3rem 8rem;
}
.cid-sCY2yoxO6c .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sCY2yoxO6c .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sCY2yoxO6c .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-sCY2yoxO6c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCY2yoxO6c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCY2yoxO6c .map-placeholder {
  display: none;
}
.cid-sCY2yoxO6c .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-sCY2yoxO6c .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-sCY2yoxO6c .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sCY2yoxO6c .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sCY2yoxO6c .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sCY2yoxO6c .mbr-text {
  color: #444;
}
.cid-sCY2yoxO6c h5 {
  margin-bottom: 0;
}
.cid-sCY2yoxO6c .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sCY2yoxO6c .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCY2yoxO6c .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sCY2yoxO6c .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCY2yoxO6c .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sCY2yoxO6c .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sCY2yoxO6c .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCY2yoxO6c .social-list a:hover {
  opacity: 0.4;
}
.cid-sCY2yoxO6c .media-container-row > div {
  padding: 0px;
}
.cid-sCY2yoxO6c .text2 {
  color: #000000;
  text-align: left;
}
.cid-sCY2yoxO6c .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sCY2yoxO6c .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sCY2yoxO6c .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sCY2yoxO6c .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sCY2yoxO6c h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sCY2yoxO6c .form-group {
    max-width: 180px;
  }
  .cid-sCY2yoxO6c .card {
    padding: 2rem 1rem;
  }
}
.cid-sCY2yoxO6c .links span {
  color: #9e9e9e;
}
.cid-sCY2yoxO6c .logo-title,
.cid-sCY2yoxO6c .logo-sub-title {
  text-align: center;
}
.cid-sCY2yoxO6c .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sCYc0ScIxL {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-sCYc0ScIxL .nav-link,
.cid-sCYc0ScIxL .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-sCYc0ScIxL .text-primary {
  font-weight: 500!important;
}
.cid-sCYc0ScIxL .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-sCYc0ScIxL .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-sCYc0ScIxL .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-sCYc0ScIxL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCYc0ScIxL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCYc0ScIxL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-sCYc0ScIxL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCYc0ScIxL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCYc0ScIxL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sCYc0ScIxL .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-sCYc0ScIxL .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-sCYc0ScIxL .nav-link.text-primary:hover,
.cid-sCYc0ScIxL .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-sCYc0ScIxL .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-sCYc0ScIxL .nav-link:hover:before {
  opacity: 1;
}
.cid-sCYc0ScIxL .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-sCYc0ScIxL .nav-link {
    margin: 0 !important;
  }
}
.cid-sCYc0ScIxL .icons-menu {
  line-height: 0;
}
.cid-sCYc0ScIxL .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-sCYc0ScIxL .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-sCYc0ScIxL .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-sCYc0ScIxL .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-sCYc0ScIxL .dropdown-menu a {
  overflow: hidden;
}
.cid-sCYc0ScIxL .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCYc0ScIxL .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-sCYc0ScIxL .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCYc0ScIxL .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-sCYc0ScIxL .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCYc0ScIxL .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-sCYc0ScIxL .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-sCYc0ScIxL .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-sCYc0ScIxL .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-sCYc0ScIxL .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-sCYc0ScIxL .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-sCYc0ScIxL .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-sCYc0ScIxL .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-sCYc0ScIxL .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-sCYc0ScIxL.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-sCYc0ScIxL .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-sCYc0ScIxL .btn {
    white-space: nowrap;
  }
  .cid-sCYc0ScIxL .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-sCYc0ScIxL .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYc0ScIxL .nav-item.dropdown:hover::before,
  .cid-sCYc0ScIxL .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-sCYc0ScIxL .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-sCYc0ScIxL .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-sCYc0ScIxL .navbar > .container,
.cid-sCYc0ScIxL .navbar > .container-fluid {
  align-items: center;
}
.cid-sCYc0ScIxL .dropdown-toggle::after,
.cid-sCYc0ScIxL .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-sCYc0ScIxL .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-sCYc0ScIxL .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-sCYc0ScIxL .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-sCYc0ScIxL .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-sCYc0ScIxL .nav-item:focus,
.cid-sCYc0ScIxL .nav-link:focus {
  outline: none;
}
.cid-sCYc0ScIxL .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCYc0ScIxL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCYc0ScIxL .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-sCYc0ScIxL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-sCYc0ScIxL ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-sCYc0ScIxL .dropdown-menu .menu__images {
    display: none;
  }
  .cid-sCYc0ScIxL .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-sCYc0ScIxL .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCYc0ScIxL.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCYc0ScIxL .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-sCYc0ScIxL .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-sCYc0ScIxL .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-sCYc0ScIxL .navbar-logo {
    margin: 0;
  }
  .cid-sCYc0ScIxL .navbar-logo img {
    height: 60px !important;
  }
  .cid-sCYc0ScIxL .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-sCYc0ScIxL .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCYc0ScIxL .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-sCYc0ScIxL .navbar {
    padding: 13px 90px;
  }
  .cid-sCYc0ScIxL .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-sCYc0ScIxL .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-sCYc0ScIxL .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-sCYc0ScIxL .dropdown-toggle::after,
  .cid-sCYc0ScIxL .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-sCYc0ScIxL .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-sCYc0ScIxL a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-sCYc0ScIxL ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-sCYc0ScIxL .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-sCYc0ScIxL .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-sCYc0ScIxL.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-sCYc0ScIxL.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-sCYc0ScIxL.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCYc0ScIxL.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-sCYc0ScIxL .navbar {
    padding: 0 !important;
  }
  .cid-sCYc0ScIxL ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-sCYc0ScIxL a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-sCYc0ScIxL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-sCYc0ScIxL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCYc0ScIxL .dropdown-item.active,
.cid-sCYc0ScIxL .dropdown-item:active {
  background-color: transparent;
}
.cid-sCYc0ScIxL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-sCYc0ScIxL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-sCYc0ScIxL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-sCYc0ScIxL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-sCYc0ScIxL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCYc0ScIxL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYc0ScIxL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCYc0ScIxL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCYc0ScIxL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCYc0ScIxL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCYc0ScIxL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCYc0ScIxL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-sCYc0ScIxL .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-sCYc0ScIxL .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCYc0ScIxL .navbar {
    height: 97px;
  }
  .cid-sCYc0ScIxL .navbar.opened {
    height: auto;
  }
  .cid-sCYc0ScIxL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCYc0PtDUD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/autoreise-1.jpeg");
}
.cid-sCYc0PtDUD .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-sCYc0PtDUD .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-sCYc0PtDUD .wrap {
  padding-left: 90px;
}
.cid-sCYc0PtDUD .mbr-section-title {
  color: #08af83;
}
.cid-sCYc0PtDUD .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sCYc0PtDUD .link a {
  font-weight: 700;
}
.cid-sCYc0PtDUD .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sCYc0PtDUD .link:hover span {
  transform: translateX(9px);
}
.cid-sCYc0PtDUD .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-sCYc0PtDUD .mbr-text {
  margin-bottom: 10px;
}
.cid-sCYc0PtDUD .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sCYc0PtDUD .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sCYc0PtDUD .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sCYc0PtDUD .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYc0PtDUD .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sCYc0PtDUD .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sCYc0PtDUD .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sCYc0PtDUD .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sCYc0PtDUD .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sCYc0PtDUD .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sCYc0PtDUD .image__block {
    transform: translateX(-30px);
  }
  .cid-sCYc0PtDUD .figure:before {
    content: none;
  }
  .cid-sCYc0PtDUD .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sCYc0PtDUD .wrap {
    padding-left: 0;
  }
  .cid-sCYc0PtDUD .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sCYc0PtDUD .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sCYc0PtDUD .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sCYc0PtDUD .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sCYc0PtDUD .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sCYc0PtDUD .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sCYc0PtDUD .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sCYc0PtDUD .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sCYc0Q7o69 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-sCYc0Q7o69 .mbr-text,
.cid-sCYc0Q7o69 .ornament {
  text-align: left;
}
.cid-sCYc0QlGbf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sCYc0QlGbf .left__side,
.cid-sCYc0QlGbf .right__side {
  display: flex;
  align-items: center;
}
.cid-sCYc0QlGbf .logo {
  max-width: 174px;
}
.cid-sCYc0QlGbf .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sCYc0QlGbf .mbr-section-title {
  margin-left: 30px;
}
.cid-sCYc0QlGbf .image__block {
  margin-top: 135px;
}
.cid-sCYc0QlGbf .image__block .image {
  margin: 0 18px 30px;
}
.cid-sCYc0QlGbf .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sCYc0QlGbf .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sCYc0QlGbf .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sCYc0QlGbf .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sCYc0QlGbf .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sCYc0QlGbf .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sCYc0QlGbf .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sCYc0QlGbf .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sCYc0QlGbf .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sCYc0QlGbf .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sCYc0QlGbf .mbr-section-title {
    margin-left: 0;
  }
  .cid-sCYc0QlGbf .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sCYc0QlGbf .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sCYc0QlGbf .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sCYc0QlGbf .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sCYc0QlGbf .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sCYc0QlGbf .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sCYc0QlGbf .logo img {
    width: 70px;
  }
  .cid-sCYc0QlGbf .image__block {
    flex-wrap: wrap;
  }
  .cid-sCYc0QlGbf .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sCYc0QlGbf .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sCYc0QlGbf .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sCYXwCa6DJ {
  background-color: #ddebe9;
}
.cid-sCYXwCa6DJ .wave1 {
  fill: #ffffff;
}
.cid-sCYXwCa6DJ .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sCYXwCa6DJ .wave3,
.cid-sCYXwCa6DJ .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sCYU1LJujO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCYU1LJujO .showAlerts {
  display: block !important;
}
.cid-sCYU1LJujO .rowflexrev {
  display: -webkit-flex;
}
.cid-sCYU1LJujO .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sCYU1LJujO .title {
  margin-bottom: 2rem;
}
.cid-sCYU1LJujO .mbr-section-subtitle {
  color: #767676;
}
.cid-sCYU1LJujO textarea.form-control {
  min-height: 188px;
}
.cid-sCYU1LJujO LABEL {
  color: #232323;
}
.cid-sCYU1LJujO .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCYU1LJujO .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sCYU1LJujO .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCYU1LJujO .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCYU1LJujO .alert {
  margin-bottom: 0;
}
.cid-sCYU1LJujO .alert-success {
  background-color: #70c770;
}
.cid-sCYU1LJujO .alert-danger {
  background-color: #ff4a52;
}
.cid-sCYU1LJujO .btn {
  display: inline-flex;
}
.cid-sCYU1LJujO .hidden {
  display: none;
}
.cid-sCYU1LJujO .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sCYU1LJujO .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-sCYc0Rom0F {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-sCYc0Rom0F .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-sCYc0Rom0F .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sCYc0Rom0F .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sCYc0Rom0F .form-group {
  padding-right: 0;
}
.cid-sCYc0Rom0F .card {
  padding: 3rem 8rem;
}
.cid-sCYc0Rom0F .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sCYc0Rom0F .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sCYc0Rom0F .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-sCYc0Rom0F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sCYc0Rom0F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sCYc0Rom0F .map-placeholder {
  display: none;
}
.cid-sCYc0Rom0F .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-sCYc0Rom0F .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-sCYc0Rom0F .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sCYc0Rom0F .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sCYc0Rom0F .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sCYc0Rom0F .mbr-text {
  color: #444;
}
.cid-sCYc0Rom0F h5 {
  margin-bottom: 0;
}
.cid-sCYc0Rom0F .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sCYc0Rom0F .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sCYc0Rom0F .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sCYc0Rom0F .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCYc0Rom0F .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sCYc0Rom0F .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sCYc0Rom0F .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sCYc0Rom0F .social-list a:hover {
  opacity: 0.4;
}
.cid-sCYc0Rom0F .media-container-row > div {
  padding: 0px;
}
.cid-sCYc0Rom0F .text2 {
  color: #000000;
  text-align: left;
}
.cid-sCYc0Rom0F .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sCYc0Rom0F .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sCYc0Rom0F .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sCYc0Rom0F .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sCYc0Rom0F h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sCYc0Rom0F .form-group {
    max-width: 180px;
  }
  .cid-sCYc0Rom0F .card {
    padding: 2rem 1rem;
  }
}
.cid-sCYc0Rom0F .links span {
  color: #9e9e9e;
}
.cid-sCYc0Rom0F .logo-title,
.cid-sCYc0Rom0F .logo-sub-title {
  text-align: center;
}
.cid-sCYc0Rom0F .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s141Uqu2Uk {
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/plane-841441-1920-1920x1275.jpg");
}
.cid-s141Uqu2Uk .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-s141Uqu2Uk .mbr-section-subtitle {
  font-weight: 500;
  color: #003d59;
}
.cid-s141Uqu2Uk .wrap {
  padding-left: 90px;
}
.cid-s141Uqu2Uk .mbr-section-title {
  color: #003d59;
}
.cid-s141Uqu2Uk .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s141Uqu2Uk .link a {
  font-weight: 700;
}
.cid-s141Uqu2Uk .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s141Uqu2Uk .link:hover span {
  transform: translateX(9px);
}
.cid-s141Uqu2Uk .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #282727;
}
.cid-s141Uqu2Uk .mbr-text {
  margin-bottom: 10px;
}
.cid-s141Uqu2Uk .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-s141Uqu2Uk .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-s141Uqu2Uk .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-s141Uqu2Uk .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-s141Uqu2Uk .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-s141Uqu2Uk .image__block {
    transform: translateX(-30px);
  }
  .cid-s141Uqu2Uk .figure:before {
    content: none;
  }
  .cid-s141Uqu2Uk .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s141Uqu2Uk .wrap {
    padding-left: 0;
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-s141Uqu2Uk .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-s141Uqu2Uk .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-s141Uqu2Uk .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-s141Uqu2Uk .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-s141Uqu2Uk .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sBPEVeTeFi .icon-bar {
  z-index: 100002;
  right: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sBPEVeTeFi .icon-bar a:hover {
  margin-left: -50px;
  width: 100px;
}
.cid-sBPEVeTeFi .ZeigMichNicht {
  visibility: hidden;
}
.cid-sBPEVeTeFi .ZeigMich {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s 2s, opacity 2s linear;
}
.cid-sBPEVeTeFi .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-sBPEVeTeFi .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .fontsmaller {
  font-size: 80%;
}
.cid-sBPEVeTeFi .instagram {
  background-image: url("../../../assets/images/insta-back-small.jpg");
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .custom1 {
  background: #ff501a;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-sBPEVeTeFi .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-sBPEVeTeFi .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#ff2121, #3b000a);
  position: absolute;
  font-family: 'oswald';
  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-sBPEVeTeFi .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#3b000a, #ff2121);
}
.cid-sBPEVeTeFi .corner-ribbon.top-zen {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: fixed;
}
.cid-sBPEVeTeFi P {
  color: #232323;
}
.cid-sBPEVeTeFi DIV {
  color: #ffffff;
}
.cid-sBPEVeTeFi H10 {
  color: #767676;
}
.cid-sBPEVeTeFi .hidden {
  display: none;
}
.cid-sfQqg0p4gY {
  padding-top: 8rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sfQqg0p4gY .title__block {
  padding-bottom: 40px;
}
.cid-sfQqg0p4gY .mbr-section-title {
  margin-bottom: 25px;
}
.cid-sfQqg0p4gY .mbr-section-title b,
.cid-sfQqg0p4gY .mbr-section-title strong {
  font-weight: 500;
}
.cid-sfQqg0p4gY .img1 {
  transition: all 0.3s;
  transform: scale(1);
}
.cid-sfQqg0p4gY .img1:hover {
  z-index: 9!important;
  transition: all 0.3s;
  transform: scale(1.1);
}
.cid-sfQqg0p4gY .image1:hover {
  z-index: 9!important;
  transition: all 0.3s;
  transform: scale(1.1);
}
.cid-sfQqg0p4gY .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sfQqg0p4gY .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sfQqg0p4gY .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-sfQqg0p4gY .mbr-text {
  margin-bottom: 43px;
}
.cid-sfQqg0p4gY .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-sfQqg0p4gY .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-sfQqg0p4gY .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-sfQqg0p4gY .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-sfQqg0p4gY .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-sfQqg0p4gY .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sfQqg0p4gY .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-sfQqg0p4gY .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-sfQqg0p4gY .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sfQqg0p4gY .row {
    text-align: center;
  }
  .cid-sfQqg0p4gY .title__block {
    padding-bottom: 0;
  }
  .cid-sfQqg0p4gY .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-sfQqg0p4gY .figure:before {
    content: none;
  }
  .cid-sfQqg0p4gY .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-sfQqg0p4gY .mbr-text {
    margin-bottom: 30px;
  }
  .cid-sfQqg0p4gY .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-sfQqg0p4gY .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-sfQzUFS8PL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sfQzUFS8PL .left__side,
.cid-sfQzUFS8PL .right__side {
  display: flex;
  align-items: center;
}
.cid-sfQzUFS8PL .logo {
  max-width: 174px;
}
.cid-sfQzUFS8PL .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sfQzUFS8PL .mbr-section-title {
  margin-left: 30px;
}
.cid-sfQzUFS8PL .figure {
  display: block;
  position: relative;
  opacity: 0.99;
  z-index: 1;
}
.cid-sfQzUFS8PL .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sfQzUFS8PL .image__block {
  margin-top: 135px;
}
.cid-sfQzUFS8PL .image__block .image {
  margin: 0 18px 30px;
}
.cid-sfQzUFS8PL .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sfQzUFS8PL .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sfQzUFS8PL .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sfQzUFS8PL .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sfQzUFS8PL .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sfQzUFS8PL .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sfQzUFS8PL .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sfQzUFS8PL .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sfQzUFS8PL .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sfQzUFS8PL .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sfQzUFS8PL .mbr-section-title {
    margin-left: 0;
  }
  .cid-sfQzUFS8PL .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sfQzUFS8PL .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sfQzUFS8PL .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sfQzUFS8PL .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sfQzUFS8PL .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sfQzUFS8PL .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sfQzUFS8PL .logo img {
    width: 70px;
  }
  .cid-sfQzUFS8PL .image__block {
    flex-wrap: wrap;
  }
  .cid-sfQzUFS8PL .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sfQzUFS8PL .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sfQzUFS8PL .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sfQzUFS8PL .mbr-text {
  color: #000000;
}
.cid-s142IrZnOI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-s142IrZnOI .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
  color: #2c3945;
}
.cid-s142IrZnOI .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-s142IrZnOI .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-s142IrZnOI .carousel-item {
  justify-content: center;
  text-align: left;
}
.cid-s142IrZnOI .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-s142IrZnOI .carousel-item .slider__item {
  margin-right: 30px;
  position: relative;
  background: #fefefe;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover {
  border: 2px solid #003d59;
}
.cid-s142IrZnOI .carousel-item .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image {
  width: 100%;
}
.cid-s142IrZnOI .carousel-item .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-s142IrZnOI .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #cce4f0;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-s142IrZnOI .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-s142IrZnOI .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #fe5925;
}
.cid-s142IrZnOI .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-s142IrZnOI .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-s142IrZnOI .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-s142IrZnOI .link a {
  font-weight: 700;
  color: #08af83;
}
.cid-s142IrZnOI .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-s142IrZnOI .link:hover span {
  transform: translateX(9px);
}
.cid-s142IrZnOI .carousel-item.active,
.cid-s142IrZnOI .carousel-item-next,
.cid-s142IrZnOI .carousel-item-prev {
  display: flex;
}
.cid-s142IrZnOI .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-s142IrZnOI .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #3a6686;
  background-color: transparent;
}
.cid-s142IrZnOI .carousel-controls a span {
  color: #3a6686;
  font-size: 18px;
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-s142IrZnOI .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next,
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-next {
  right: -40px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .carousel-controls .carousel-control-prev {
  left: -70px;
  bottom: auto;
  top: 44%;
}
.cid-s142IrZnOI .cloneditem-1,
.cid-s142IrZnOI .cloneditem-2,
.cid-s142IrZnOI .cloneditem-3,
.cid-s142IrZnOI .cloneditem-4,
.cid-s142IrZnOI .cloneditem-5 {
  display: none;
}
.cid-s142IrZnOI .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-s142IrZnOI .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-s142IrZnOI .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-s142IrZnOI .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-1,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-2,
  .cid-s142IrZnOI .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-s142IrZnOI .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-s142IrZnOI .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-s142IrZnOI .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-s142IrZnOI .title__block {
    padding-left: 63px;
  }
  .cid-s142IrZnOI .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-s142IrZnOI .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-s142IrZnOI .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-s142IrZnOI .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-s142IrZnOI .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-s142IrZnOI .carousel-controls {
    display: none;
  }
}
.cid-s142IrZnOI .mbr-section-subtitle {
  color: #003d59;
}
.cid-s142IrZnOI .mbr-section-title {
  color: #003d59;
}
.cid-s142IrZnOI .slider__content .slider__title {
  color: #3a6686;
}
.cid-s142IrZnOI .slider__content .slider__subtitle {
  color: #fe5925;
}
.cid-sfRrmSPm2o {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #eef5f4;
}
.cid-sfRrmSPm2o .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #0e2d3b;
}
.cid-sfRrmSPm2o .mbr-section-title {
  color: #d3045f;
}
.cid-sfRrmSPm2o .link {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sfRrmSPm2o .link a {
  font-weight: 700;
}
.cid-sfRrmSPm2o .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sfRrmSPm2o .link:hover span {
  transform: translateX(9px);
}
.cid-sfRrmSPm2o .wrap {
  margin-top: 13px;
}
.cid-sfRrmSPm2o .wrap .card__block {
  position: relative;
  padding-right: 90px;
  margin-bottom: 69px;
}
.cid-sfRrmSPm2o .wrap .card__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sfRrmSPm2o .wrap .card__block .card__text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-sfRrmSPm2o .mbr-section-subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .cid-sfRrmSPm2o .wrap {
    margin-top: 45px;
  }
  .cid-sfRrmSPm2o .wrap .card__block {
    min-height: 29px;
    padding-right: 5px;
    margin-bottom: 29px;
  }
  .cid-sfRrmSPm2o .wrap .card__block:before {
    left: -52px;
  }
  .cid-sfRrmSPm2o .link {
    margin-top: 12px;
    margin-bottom: 9px;
  }
}
.cid-sfRrmSPm2o .mbr-section-title,
.cid-sfRrmSPm2o .link {
  color: #003d59;
}
.cid-s143j43MJL {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-s143j43MJL .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-s143j43MJL .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -10%;
  z-index: 1;
}
.cid-s143j43MJL .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-s143j43MJL .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-s143j43MJL .img__wrap {
    top: 20px;
  }
  .cid-s143j43MJL .img__wrap .image img {
    height: auto;
  }
  .cid-s143j43MJL .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-s143j43MJL {
    padding-top: 10rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-s143j43MJL {
    padding-top: 8rem;
  }
  .cid-s143j43MJL .img__wrap {
    top: -60px;
  }
}
.cid-s143j43MJL .mbr-section-title {
  color: #003d59;
  text-align: left;
}
.cid-s143j43MJL .mbr-section-subtitle {
  color: #003d59;
}
.cid-s143j43MJL .mbr-text,
.cid-s143j43MJL .mbr-section-btn {
  color: #2c3945;
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skACjsB1Ui {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/strasse-reisebuero-dortmund.jpeg");
}
.cid-skACjsB1Ui .myimg {
  width: 100%;
}
.cid-skACjsB1Ui .posrund {
  position: absolute;
  top: 3rem;
  right: 10rem;
  border-radius: 50%;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  box-shaddow: 10px 5px 5px black;
  width: 300px;
  height: 300px;
}
.cid-skACjsB1Ui .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skACjsB1Ui .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-skACjsB1Ui .wrap {
  padding-left: 90px;
}
.cid-skACjsB1Ui .mbr-section-title {
  color: #08af83;
}
.cid-skACjsB1Ui .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skACjsB1Ui .link a {
  font-weight: 700;
}
.cid-skACjsB1Ui .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skACjsB1Ui .link:hover span {
  transform: translateX(9px);
}
.cid-skACjsB1Ui .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skACjsB1Ui .mbr-text {
  margin-bottom: 10px;
}
.cid-skACjsB1Ui .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skACjsB1Ui .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skACjsB1Ui .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skACjsB1Ui .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skACjsB1Ui .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skACjsB1Ui .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skACjsB1Ui .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skACjsB1Ui .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skACjsB1Ui .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .cid-skACjsB1Ui .posrund {
    position: absolute;
    top: 2rem;
    right: 5rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1220px) {
  .cid-skACjsB1Ui .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skACjsB1Ui .posrund {
    position: absolute;
    top: 0.5rem;
    right: 5rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 200px;
    height: 200px;
  }
  .cid-skACjsB1Ui .image__block {
    transform: translateX(-30px);
  }
  .cid-skACjsB1Ui .figure:before {
    content: none;
  }
  .cid-skACjsB1Ui .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skACjsB1Ui .wrap {
    padding-left: 0;
  }
  .cid-skACjsB1Ui .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skACjsB1Ui .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skACjsB1Ui .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skACjsB1Ui .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skACjsB1Ui .rotate__image2 {
    right: 43%;
  }
  .cid-skACjsB1Ui .posrund {
    position: absolute;
    top: 0rem;
    right: 0rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .cid-skACjsB1Ui .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skACjsB1Ui .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skACjsB1Ui .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skACjtjpwx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skACjtjpwx .mbr-text,
.cid-skACjtjpwx .ornament {
  text-align: left;
}
.cid-skADARkBQr {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skADARkBQr .left__side,
.cid-skADARkBQr .right__side {
  display: flex;
  align-items: center;
}
.cid-skADARkBQr .logo {
  max-width: 174px;
}
.cid-skADARkBQr .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skADARkBQr .mbr-section-title {
  margin-left: 30px;
}
.cid-skADARkBQr .figure {
  display: block;
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
.cid-skADARkBQr .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-skADARkBQr .image__block {
  margin-top: 135px;
}
.cid-skADARkBQr .image__block .image {
  margin: 0 18px 30px;
}
.cid-skADARkBQr .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skADARkBQr .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skADARkBQr .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skADARkBQr .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skADARkBQr .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skADARkBQr .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skADARkBQr .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skADARkBQr .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skADARkBQr .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skADARkBQr .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skADARkBQr .mbr-section-title {
    margin-left: 0;
  }
  .cid-skADARkBQr .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skADARkBQr .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skADARkBQr .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skADARkBQr .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skADARkBQr .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skADARkBQr .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skADARkBQr .logo img {
    width: 70px;
  }
  .cid-skADARkBQr .image__block {
    flex-wrap: wrap;
  }
  .cid-skADARkBQr .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skADARkBQr .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skADARkBQr .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-skADARkBQr .mbr-text {
  color: #000000;
}
.cid-skAE9ywCoL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ddebe9;
}
.cid-skAE9ywCoL h4 {
  margin-bottom: 0;
}
.cid-skAE9ywCoL .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(245, 116, 128, 0.35);
}
.cid-skAE9ywCoL .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-skAE9ywCoL .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-skAE9ywCoL .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-skAE9ywCoL .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #003d59 !important;
  box-shadow: none!important;
}
.cid-skAE9ywCoL .btn[class*="-outline"]:active,
.cid-skAE9ywCoL .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-skAE9ywCoL .card-box {
  padding-top: 2rem;
}
.cid-skAE9ywCoL .card-wrapper {
  height: 100%;
}
.cid-skAE9ywCoL .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-skAE9ywCoL img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-skAE9ywCoL .card-title {
  color: #003d59;
}
.cid-skAE9ywCoL .main-title {
  color: #232323;
}
.cid-skAE9ywCoL .mbr-text,
.cid-skAE9ywCoL .mbr-link-btn {
  color: #767676;
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgf6cdaJBp {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/strasse.jpg");
}
.cid-sgf6cdaJBp .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-sgf6cdaJBp .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-sgf6cdaJBp .wrap {
  padding-left: 90px;
}
.cid-sgf6cdaJBp .mbr-section-title {
  color: #1b425e;
}
.cid-sgf6cdaJBp .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-sgf6cdaJBp .link a {
  font-weight: 700;
}
.cid-sgf6cdaJBp .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-sgf6cdaJBp .link:hover span {
  transform: translateX(9px);
}
.cid-sgf6cdaJBp .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-sgf6cdaJBp .mbr-text {
  margin-bottom: 10px;
}
.cid-sgf6cdaJBp .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-sgf6cdaJBp .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-sgf6cdaJBp .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-sgf6cdaJBp .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sgf6cdaJBp .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-sgf6cdaJBp .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-sgf6cdaJBp .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-sgf6cdaJBp .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-sgf6cdaJBp .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-sgf6cdaJBp .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-sgf6cdaJBp .image__block {
    transform: translateX(-30px);
  }
  .cid-sgf6cdaJBp .figure:before {
    content: none;
  }
  .cid-sgf6cdaJBp .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-sgf6cdaJBp .wrap {
    padding-left: 0;
  }
  .cid-sgf6cdaJBp .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-sgf6cdaJBp .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-sgf6cdaJBp .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-sgf6cdaJBp .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-sgf6cdaJBp .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-sgf6cdaJBp .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-sgf6cdaJBp .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-sgf6cdaJBp .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-sgpnZypZqP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-sgpnZypZqP .mbr-text,
.cid-sgpnZypZqP .ornament {
  text-align: left;
}
.cid-sgf6ceJ6H0 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sgf6ceJ6H0 .left__side,
.cid-sgf6ceJ6H0 .right__side {
  display: flex;
  align-items: center;
}
.cid-sgf6ceJ6H0 .logo {
  max-width: 174px;
}
.cid-sgf6ceJ6H0 .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sgf6ceJ6H0 .mbr-section-title {
  margin-left: 30px;
}
.cid-sgf6ceJ6H0 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-sgf6ceJ6H0 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sgf6ceJ6H0 .image__block {
  margin-top: 135px;
}
.cid-sgf6ceJ6H0 .image__block .image {
  margin: 0 18px 30px;
}
.cid-sgf6ceJ6H0 .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sgf6ceJ6H0 .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sgf6ceJ6H0 .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sgf6ceJ6H0 .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sgf6ceJ6H0 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sgf6ceJ6H0 .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sgf6ceJ6H0 .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sgf6ceJ6H0 .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sgf6ceJ6H0 .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sgf6ceJ6H0 .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sgf6ceJ6H0 .mbr-section-title {
    margin-left: 0;
  }
  .cid-sgf6ceJ6H0 .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sgf6ceJ6H0 .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sgf6ceJ6H0 .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sgf6ceJ6H0 .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sgf6ceJ6H0 .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sgf6ceJ6H0 .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sgf6ceJ6H0 .logo img {
    width: 70px;
  }
  .cid-sgf6ceJ6H0 .image__block {
    flex-wrap: wrap;
  }
  .cid-sgf6ceJ6H0 .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sgf6ceJ6H0 .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sgf6ceJ6H0 .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sgf6cffIqQ {
  background-color: #ddebe9;
}
.cid-sgf6cffIqQ .wave1 {
  fill: #ffffff;
}
.cid-sgf6cffIqQ .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sgf6cffIqQ .wave3,
.cid-sgf6cffIqQ .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sgfdqe5nv2 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgfdqe5nv2 .display-2 {
  line-height: 1.5!important;
}
.cid-sgfdqe5nv2 .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sgfdqe5nv2 h2 {
  line-height: 130%!important;
}
.cid-sgfdqe5nv2 .photo-split {
  padding: 0;
}
.cid-sgfdqe5nv2 .photo-split img {
  width: 100%;
}
.cid-sgfdqe5nv2 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sgfdqe5nv2 ul {
  padding-left: 1.5rem !important;
}
.cid-sgfdqe5nv2 .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgfdqe5nv2 .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sgfdqe5nv2 .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-sgfdqe5nv2 .wrap-block {
  padding: 3rem 3rem;
}
.cid-sgfdqe5nv2 .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sgfdqe5nv2 .wrap-block ul li {
  display: inline-block;
}
.cid-sgfdqe5nv2 .wrap-block ul li span {
  text-align: center;
}
.cid-sgfdqe5nv2 .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sgfdqe5nv2 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sgfdqe5nv2 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sgfdqe5nv2 .mbr-list,
.cid-sgfdqe5nv2 .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sgfdqe5nv2 .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgfdqe5nv2 .mbr-section-title,
  .cid-sgfdqe5nv2 .mbr-section-subtitle,
  .cid-sgfdqe5nv2 .mbr-text {
    text-align: left !important;
  }
  .cid-sgfdqe5nv2 .social-list {
    text-align: center !important;
  }
}
.cid-sgfdqe5nv2 .mbr-list,
.cid-sgfdqe5nv2 .social-media {
  color: #0e2d3b;
}
.cid-sgftUgd8rU {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sgftUgd8rU .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgftUgd8rU .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgftUgd8rU .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgftUgd8rU .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgftUgd8rU .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgftUgd8rU .icon-focus {
  display: none;
}
.cid-sgftUgd8rU .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgftUgd8rU ul {
  font-size: 0;
}
.cid-sgftUgd8rU .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgftUgd8rU .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgftUgd8rU .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-sgftUgd8rU .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgftUgd8rU .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgftUgd8rU .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sgftUgd8rU .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgftUgd8rU .btn:hover {
  background: transparent !important;
}
.cid-sgftUgd8rU .btn:hover:before {
  background: transparent !important;
}
.cid-sgftUgd8rU .btn:before {
  background-color: transparent !important;
}
.cid-sgftUgd8rU .btn:focus {
  box-shadow: none;
}
.cid-sgftUgd8rU .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-t8s407rVkt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8s407rVkt hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-t8s407rVkt .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-t8s407rVkt .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sgfGeory1S {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgfGeory1S .display-2 {
  line-height: 1.1!important;
}
.cid-sgfGeory1S .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sgfGeory1S h2 {
  line-height: 130%!important;
}
.cid-sgfGeory1S .photo-split {
  padding: 0;
}
.cid-sgfGeory1S .photo-split img {
  width: 100%;
}
.cid-sgfGeory1S .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sgfGeory1S ul {
  padding-left: 1.5rem !important;
}
.cid-sgfGeory1S .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgfGeory1S .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sgfGeory1S .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-sgfGeory1S .wrap-block {
  padding: 3rem 3rem;
}
.cid-sgfGeory1S .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sgfGeory1S .wrap-block ul li {
  display: inline-block;
}
.cid-sgfGeory1S .wrap-block ul li span {
  text-align: center;
}
.cid-sgfGeory1S .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sgfGeory1S .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sgfGeory1S .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sgfGeory1S .mbr-list,
.cid-sgfGeory1S .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sgfGeory1S .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgfGeory1S .mbr-section-title,
  .cid-sgfGeory1S .mbr-section-subtitle,
  .cid-sgfGeory1S .mbr-text {
    text-align: left !important;
  }
  .cid-sgfGeory1S .social-list {
    text-align: center !important;
  }
}
.cid-sgfGeory1S .mbr-list,
.cid-sgfGeory1S .social-media {
  color: #0e2d3b;
}
.cid-sgfHjNUY5X {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sgfHjNUY5X .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgfHjNUY5X .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgfHjNUY5X .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgfHjNUY5X .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgfHjNUY5X .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgfHjNUY5X .icon-focus {
  display: none;
}
.cid-sgfHjNUY5X .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgfHjNUY5X ul {
  font-size: 0;
}
.cid-sgfHjNUY5X .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgfHjNUY5X .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgfHjNUY5X .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-sgfHjNUY5X .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgfHjNUY5X .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgfHjNUY5X .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sgfHjNUY5X .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgfHjNUY5X .btn:hover {
  background: transparent !important;
}
.cid-sgfHjNUY5X .btn:hover:before {
  background: transparent !important;
}
.cid-sgfHjNUY5X .btn:before {
  background-color: transparent !important;
}
.cid-sgfHjNUY5X .btn:focus {
  box-shadow: none;
}
.cid-sgfHjNUY5X .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-sgfI7k6Vcx {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sgfI7k6Vcx hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-sgfI7k6Vcx .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-sgfI7k6Vcx .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sgfIbqid7Z {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sgfIbqid7Z .display-2 {
  line-height: 1.5!important;
}
.cid-sgfIbqid7Z .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sgfIbqid7Z h2 {
  line-height: 130%!important;
}
.cid-sgfIbqid7Z .photo-split {
  padding: 0;
}
.cid-sgfIbqid7Z .photo-split img {
  width: 100%;
}
.cid-sgfIbqid7Z .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-sgfIbqid7Z ul {
  padding-left: 1.5rem !important;
}
.cid-sgfIbqid7Z .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sgfIbqid7Z .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-sgfIbqid7Z .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-sgfIbqid7Z .wrap-block {
  padding: 3rem 3rem;
}
.cid-sgfIbqid7Z .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sgfIbqid7Z .wrap-block ul li {
  display: inline-block;
}
.cid-sgfIbqid7Z .wrap-block ul li span {
  text-align: center;
}
.cid-sgfIbqid7Z .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-sgfIbqid7Z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sgfIbqid7Z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sgfIbqid7Z .mbr-list,
.cid-sgfIbqid7Z .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-sgfIbqid7Z .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sgfIbqid7Z .mbr-section-title,
  .cid-sgfIbqid7Z .mbr-section-subtitle,
  .cid-sgfIbqid7Z .mbr-text {
    text-align: left !important;
  }
  .cid-sgfIbqid7Z .social-list {
    text-align: center !important;
  }
}
.cid-sgfIbqid7Z .mbr-list,
.cid-sgfIbqid7Z .social-media {
  color: #0e2d3b;
}
.cid-sgfIcluyUc {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sgfIcluyUc .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sgfIcluyUc .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sgfIcluyUc .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sgfIcluyUc .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sgfIcluyUc .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sgfIcluyUc .icon-focus {
  display: none;
}
.cid-sgfIcluyUc .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sgfIcluyUc ul {
  font-size: 0;
}
.cid-sgfIcluyUc .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-sgfIcluyUc .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sgfIcluyUc .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-sgfIcluyUc .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sgfIcluyUc .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sgfIcluyUc .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-sgfIcluyUc .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sgfIcluyUc .btn:hover {
  background: transparent !important;
}
.cid-sgfIcluyUc .btn:hover:before {
  background: transparent !important;
}
.cid-sgfIcluyUc .btn:before {
  background-color: transparent !important;
}
.cid-sgfIcluyUc .btn:focus {
  box-shadow: none;
}
.cid-sgfIcluyUc .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGLy9ocnH {
  background-color: #ffffff;
}
.cid-skGLy9ocnH .wave1 {
  fill: #ddebe9;
}
.cid-skGLy9ocnH .wave2 {
  fill: #ddebe9;
  opacity: 0.5;
}
.cid-skGLy9ocnH .wave3,
.cid-skGLy9ocnH .wave4 {
  fill: #ddebe9;
  opacity: 0.35;
}
.cid-skGGDG4hBA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skGGDG4hBA .mbr-section-title {
  font-weight: 300;
}
.cid-skGGDG4hBA .mbr-section-title b,
.cid-skGGDG4hBA .mbr-section-title strong {
  font-weight: 500;
}
.cid-skGGDG4hBA .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skGGDG4hBA .link a {
  font-weight: 700;
}
.cid-skGGDG4hBA .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skGGDG4hBA .link:hover span {
  transform: translateX(9px);
}
.cid-skGGDG4hBA .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-skGGDG4hBA .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-skGGDG4hBA .card__block:nth-child(3) .card__content::before {
  background-color: #d42764;
}
.cid-skGGDG4hBA .card__block:nth-child(4) .card__content::before {
  background-color: #fbba34;
}
.cid-skGGDG4hBA .card__block:nth-child(6) .card__content::before {
  background-color: #fe5925;
}
.cid-skGGDG4hBA .card__block:nth-child(7) .card__content::before {
  background-color: #d42764;
}
.cid-skGGDG4hBA .card__block:nth-child(8) .card__content::before {
  background-color: #f14555;
}
.cid-skGGDG4hBA .card__content {
  position: relative;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.25);
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-skGGDG4hBA .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-skGGDG4hBA .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-skGGDG4hBA .card__content .card__image {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-skGGDG4hBA .card__content .card__image img {
  max-width: 145px;
}
.cid-skGGDG4hBA .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-skGGDG4hBA .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .cid-skGGDG4hBA .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skGGDG4hBA .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-skGGDG4hBA .title__block {
    padding: 24px 17px;
  }
  .cid-skGGDG4hBA .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skGGDG4hBA .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-skGGDG4hBA .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-skGGDG4hBA .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-skGGDG4hBA .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-skGGDG4hBA .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-skGGDG4hBA .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGtzfQkxb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/fernreise-strand.jpg");
}
.cid-skGtzfQkxb .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skGtzfQkxb .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-skGtzfQkxb .wrap {
  padding-left: 90px;
}
.cid-skGtzfQkxb .mbr-section-title {
  color: #003d59;
}
.cid-skGtzfQkxb .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skGtzfQkxb .link a {
  font-weight: 700;
}
.cid-skGtzfQkxb .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skGtzfQkxb .link:hover span {
  transform: translateX(9px);
}
.cid-skGtzfQkxb .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skGtzfQkxb .mbr-text {
  margin-bottom: 10px;
}
.cid-skGtzfQkxb .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skGtzfQkxb .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skGtzfQkxb .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skGtzfQkxb .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGtzfQkxb .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skGtzfQkxb .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skGtzfQkxb .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skGtzfQkxb .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGtzfQkxb .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-skGtzfQkxb .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skGtzfQkxb .image__block {
    transform: translateX(-30px);
  }
  .cid-skGtzfQkxb .figure:before {
    content: none;
  }
  .cid-skGtzfQkxb .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skGtzfQkxb .wrap {
    padding-left: 0;
  }
  .cid-skGtzfQkxb .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skGtzfQkxb .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skGtzfQkxb .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skGtzfQkxb .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skGtzfQkxb .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-skGtzfQkxb .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skGtzfQkxb .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skGtzfQkxb .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skGtzgfVxl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skGtzgfVxl .mbr-text,
.cid-skGtzgfVxl .ornament {
  text-align: left;
}
.cid-skGtzgw9Sm {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skGtzgw9Sm .left__side,
.cid-skGtzgw9Sm .right__side {
  display: flex;
  align-items: center;
}
.cid-skGtzgw9Sm .logo {
  max-width: 174px;
}
.cid-skGtzgw9Sm .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skGtzgw9Sm .mbr-section-title {
  margin-left: 30px;
}
.cid-skGtzgw9Sm .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-skGtzgw9Sm .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-skGtzgw9Sm .image__block {
  margin-top: 135px;
}
.cid-skGtzgw9Sm .image__block .image {
  margin: 0 18px 30px;
}
.cid-skGtzgw9Sm .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skGtzgw9Sm .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skGtzgw9Sm .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skGtzgw9Sm .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skGtzgw9Sm .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skGtzgw9Sm .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skGtzgw9Sm .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skGtzgw9Sm .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skGtzgw9Sm .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skGtzgw9Sm .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skGtzgw9Sm .mbr-section-title {
    margin-left: 0;
  }
  .cid-skGtzgw9Sm .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skGtzgw9Sm .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skGtzgw9Sm .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skGtzgw9Sm .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skGtzgw9Sm .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skGtzgw9Sm .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skGtzgw9Sm .logo img {
    width: 70px;
  }
  .cid-skGtzgw9Sm .image__block {
    flex-wrap: wrap;
  }
  .cid-skGtzgw9Sm .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skGtzgw9Sm .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skGtzgw9Sm .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-skGtzgXGLQ {
  background-color: #eef5f4;
}
.cid-skGtzgXGLQ .wave1 {
  fill: #ffffff;
}
.cid-skGtzgXGLQ .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-skGtzgXGLQ .wave3,
.cid-skGtzgXGLQ .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-skGtzhfm7M {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGtzhfm7M .display-2 {
  line-height: 1.5!important;
}
.cid-skGtzhfm7M .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGtzhfm7M h2 {
  line-height: 130%!important;
}
.cid-skGtzhfm7M .photo-split {
  padding: 0;
}
.cid-skGtzhfm7M .photo-split img {
  width: 100%;
}
.cid-skGtzhfm7M .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGtzhfm7M ul {
  padding-left: 1.5rem !important;
}
.cid-skGtzhfm7M .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGtzhfm7M .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGtzhfm7M .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGtzhfm7M .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGtzhfm7M .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGtzhfm7M .wrap-block ul li {
  display: inline-block;
}
.cid-skGtzhfm7M .wrap-block ul li span {
  text-align: center;
}
.cid-skGtzhfm7M .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGtzhfm7M .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGtzhfm7M .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGtzhfm7M .mbr-list,
.cid-skGtzhfm7M .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGtzhfm7M .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGtzhfm7M .mbr-section-title,
  .cid-skGtzhfm7M .mbr-section-subtitle,
  .cid-skGtzhfm7M .mbr-text {
    text-align: left !important;
  }
  .cid-skGtzhfm7M .social-list {
    text-align: center !important;
  }
}
.cid-skGtzhfm7M .mbr-list,
.cid-skGtzhfm7M .social-media {
  color: #0e2d3b;
}
.cid-skGtzhUxe3 {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGtzhUxe3 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGtzhUxe3 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGtzhUxe3 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGtzhUxe3 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGtzhUxe3 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGtzhUxe3 .icon-focus {
  display: none;
}
.cid-skGtzhUxe3 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGtzhUxe3 ul {
  font-size: 0;
}
.cid-skGtzhUxe3 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGtzhUxe3 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGtzhUxe3 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGtzhUxe3 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGtzhUxe3 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGtzhUxe3 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGtzhUxe3 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGtzhUxe3 .btn:hover {
  background: transparent !important;
}
.cid-skGtzhUxe3 .btn:hover:before {
  background: transparent !important;
}
.cid-skGtzhUxe3 .btn:before {
  background-color: transparent !important;
}
.cid-skGtzhUxe3 .btn:focus {
  box-shadow: none;
}
.cid-skGtzhUxe3 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGtziwDob {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGtziwDob hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGtziwDob .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGtziwDob .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGtziKppv {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGtziKppv .display-2 {
  line-height: 1.1!important;
}
.cid-skGtziKppv .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGtziKppv h2 {
  line-height: 130%!important;
}
.cid-skGtziKppv .photo-split {
  padding: 0;
}
.cid-skGtziKppv .photo-split img {
  width: 100%;
}
.cid-skGtziKppv .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGtziKppv ul {
  padding-left: 1.5rem !important;
}
.cid-skGtziKppv .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGtziKppv .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGtziKppv .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGtziKppv .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGtziKppv .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGtziKppv .wrap-block ul li {
  display: inline-block;
}
.cid-skGtziKppv .wrap-block ul li span {
  text-align: center;
}
.cid-skGtziKppv .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGtziKppv .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGtziKppv .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGtziKppv .mbr-list,
.cid-skGtziKppv .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGtziKppv .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGtziKppv .mbr-section-title,
  .cid-skGtziKppv .mbr-section-subtitle,
  .cid-skGtziKppv .mbr-text {
    text-align: left !important;
  }
  .cid-skGtziKppv .social-list {
    text-align: center !important;
  }
}
.cid-skGtziKppv .mbr-list,
.cid-skGtziKppv .social-media {
  color: #0e2d3b;
}
.cid-skGtzjeilP {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGtzjeilP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGtzjeilP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGtzjeilP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGtzjeilP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGtzjeilP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGtzjeilP .icon-focus {
  display: none;
}
.cid-skGtzjeilP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGtzjeilP ul {
  font-size: 0;
}
.cid-skGtzjeilP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGtzjeilP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGtzjeilP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGtzjeilP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGtzjeilP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGtzjeilP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGtzjeilP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGtzjeilP .btn:hover {
  background: transparent !important;
}
.cid-skGtzjeilP .btn:hover:before {
  background: transparent !important;
}
.cid-skGtzjeilP .btn:before {
  background-color: transparent !important;
}
.cid-skGtzjeilP .btn:focus {
  box-shadow: none;
}
.cid-skGtzjeilP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGtzjHSR5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGtzjHSR5 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGtzjHSR5 .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGtzjHSR5 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGtzk1OLG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGtzk1OLG .display-2 {
  line-height: 1.5!important;
}
.cid-skGtzk1OLG .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGtzk1OLG h2 {
  line-height: 130%!important;
}
.cid-skGtzk1OLG .photo-split {
  padding: 0;
}
.cid-skGtzk1OLG .photo-split img {
  width: 100%;
}
.cid-skGtzk1OLG .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGtzk1OLG ul {
  padding-left: 1.5rem !important;
}
.cid-skGtzk1OLG .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGtzk1OLG .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGtzk1OLG .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGtzk1OLG .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGtzk1OLG .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGtzk1OLG .wrap-block ul li {
  display: inline-block;
}
.cid-skGtzk1OLG .wrap-block ul li span {
  text-align: center;
}
.cid-skGtzk1OLG .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGtzk1OLG .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGtzk1OLG .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGtzk1OLG .mbr-list,
.cid-skGtzk1OLG .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGtzk1OLG .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGtzk1OLG .mbr-section-title,
  .cid-skGtzk1OLG .mbr-section-subtitle,
  .cid-skGtzk1OLG .mbr-text {
    text-align: left !important;
  }
  .cid-skGtzk1OLG .social-list {
    text-align: center !important;
  }
}
.cid-skGtzk1OLG .mbr-list,
.cid-skGtzk1OLG .social-media {
  color: #0e2d3b;
}
.cid-skGtzkzbx1 {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGtzkzbx1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGtzkzbx1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGtzkzbx1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGtzkzbx1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGtzkzbx1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGtzkzbx1 .icon-focus {
  display: none;
}
.cid-skGtzkzbx1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGtzkzbx1 ul {
  font-size: 0;
}
.cid-skGtzkzbx1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGtzkzbx1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGtzkzbx1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGtzkzbx1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGtzkzbx1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGtzkzbx1 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGtzkzbx1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGtzkzbx1 .btn:hover {
  background: transparent !important;
}
.cid-skGtzkzbx1 .btn:hover:before {
  background: transparent !important;
}
.cid-skGtzkzbx1 .btn:before {
  background-color: transparent !important;
}
.cid-skGtzkzbx1 .btn:focus {
  box-shadow: none;
}
.cid-skGtzkzbx1 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGOopZoFr {
  background-color: #ffffff;
}
.cid-skGOopZoFr .wave1 {
  fill: #ddebe9;
}
.cid-skGOopZoFr .wave2 {
  fill: #ddebe9;
  opacity: 0.5;
}
.cid-skGOopZoFr .wave3,
.cid-skGOopZoFr .wave4 {
  fill: #ddebe9;
  opacity: 0.35;
}
.cid-skH4SRUCp6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skH4SRUCp6 .mbr-section-title {
  font-weight: 300;
}
.cid-skH4SRUCp6 .mbr-section-title b,
.cid-skH4SRUCp6 .mbr-section-title strong {
  font-weight: 500;
}
.cid-skH4SRUCp6 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skH4SRUCp6 .link a {
  font-weight: 700;
}
.cid-skH4SRUCp6 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skH4SRUCp6 .link:hover span {
  transform: translateX(9px);
}
.cid-skH4SRUCp6 .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-skH4SRUCp6 .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-skH4SRUCp6 .card__block:nth-child(3) .card__content::before {
  background-color: #d42764;
}
.cid-skH4SRUCp6 .card__block:nth-child(4) .card__content::before {
  background-color: #fbba34;
}
.cid-skH4SRUCp6 .card__block:nth-child(6) .card__content::before {
  background-color: #fe5925;
}
.cid-skH4SRUCp6 .card__block:nth-child(7) .card__content::before {
  background-color: #d42764;
}
.cid-skH4SRUCp6 .card__block:nth-child(8) .card__content::before {
  background-color: #f14555;
}
.cid-skH4SRUCp6 .card__content {
  position: relative;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.25);
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-skH4SRUCp6 .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-skH4SRUCp6 .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-skH4SRUCp6 .card__content .card__image {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-skH4SRUCp6 .card__content .card__image img {
  max-width: 145px;
}
.cid-skH4SRUCp6 .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-skH4SRUCp6 .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .cid-skH4SRUCp6 .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH4SRUCp6 .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-skH4SRUCp6 .title__block {
    padding: 24px 17px;
  }
  .cid-skH4SRUCp6 .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH4SRUCp6 .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-skH4SRUCp6 .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-skH4SRUCp6 .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-skH4SRUCp6 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-skH4SRUCp6 .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-skH4SRUCp6 .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-skGtzl7A5B {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skGtzl7A5B .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skGtzl7A5B .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skGtzl7A5B .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skGtzl7A5B .form-group {
  padding-right: 0;
}
.cid-skGtzl7A5B .card {
  padding: 3rem 8rem;
}
.cid-skGtzl7A5B .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skGtzl7A5B .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skGtzl7A5B .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-skGtzl7A5B .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skGtzl7A5B .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skGtzl7A5B .map-placeholder {
  display: none;
}
.cid-skGtzl7A5B .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skGtzl7A5B .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skGtzl7A5B .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skGtzl7A5B .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skGtzl7A5B .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skGtzl7A5B .mbr-text {
  color: #444;
}
.cid-skGtzl7A5B h5 {
  margin-bottom: 0;
}
.cid-skGtzl7A5B .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skGtzl7A5B .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skGtzl7A5B .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skGtzl7A5B .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skGtzl7A5B .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skGtzl7A5B .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skGtzl7A5B .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skGtzl7A5B .social-list a:hover {
  opacity: 0.4;
}
.cid-skGtzl7A5B .media-container-row > div {
  padding: 0px;
}
.cid-skGtzl7A5B .text2 {
  color: #000000;
  text-align: left;
}
.cid-skGtzl7A5B .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skGtzl7A5B .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skGtzl7A5B .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skGtzl7A5B .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skGtzl7A5B h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skGtzl7A5B .form-group {
    max-width: 180px;
  }
  .cid-skGtzl7A5B .card {
    padding: 2rem 1rem;
  }
}
.cid-skGtzl7A5B .links span {
  color: #9e9e9e;
}
.cid-skGtzl7A5B .logo-title,
.cid-skGtzl7A5B .logo-sub-title {
  text-align: center;
}
.cid-skGtzl7A5B .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGwm7ORff {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/geschaeftsreise-new-york.jpg");
}
.cid-skGwm7ORff .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skGwm7ORff .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-skGwm7ORff .wrap {
  padding-left: 90px;
}
.cid-skGwm7ORff .mbr-section-title {
  color: #1b425e;
}
.cid-skGwm7ORff .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skGwm7ORff .link a {
  font-weight: 700;
}
.cid-skGwm7ORff .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skGwm7ORff .link:hover span {
  transform: translateX(9px);
}
.cid-skGwm7ORff .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skGwm7ORff .mbr-text {
  margin-bottom: 10px;
}
.cid-skGwm7ORff .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skGwm7ORff .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skGwm7ORff .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skGwm7ORff .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGwm7ORff .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skGwm7ORff .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skGwm7ORff .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skGwm7ORff .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGwm7ORff .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-skGwm7ORff .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skGwm7ORff .image__block {
    transform: translateX(-30px);
  }
  .cid-skGwm7ORff .figure:before {
    content: none;
  }
  .cid-skGwm7ORff .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skGwm7ORff .wrap {
    padding-left: 0;
  }
  .cid-skGwm7ORff .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skGwm7ORff .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skGwm7ORff .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skGwm7ORff .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skGwm7ORff .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-skGwm7ORff .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skGwm7ORff .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skGwm7ORff .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skGwm8f0FD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skGwm8f0FD .mbr-text,
.cid-skGwm8f0FD .ornament {
  text-align: left;
}
.cid-skGwm8tTlt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skGwm8tTlt .left__side,
.cid-skGwm8tTlt .right__side {
  display: flex;
  align-items: center;
}
.cid-skGwm8tTlt .logo {
  max-width: 174px;
}
.cid-skGwm8tTlt .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skGwm8tTlt .mbr-section-title {
  margin-left: 30px;
}
.cid-skGwm8tTlt .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-skGwm8tTlt .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-skGwm8tTlt .image__block {
  margin-top: 135px;
}
.cid-skGwm8tTlt .image__block .image {
  margin: 0 18px 30px;
}
.cid-skGwm8tTlt .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skGwm8tTlt .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skGwm8tTlt .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skGwm8tTlt .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skGwm8tTlt .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skGwm8tTlt .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skGwm8tTlt .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skGwm8tTlt .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skGwm8tTlt .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skGwm8tTlt .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skGwm8tTlt .mbr-section-title {
    margin-left: 0;
  }
  .cid-skGwm8tTlt .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skGwm8tTlt .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skGwm8tTlt .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skGwm8tTlt .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skGwm8tTlt .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skGwm8tTlt .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skGwm8tTlt .logo img {
    width: 70px;
  }
  .cid-skGwm8tTlt .image__block {
    flex-wrap: wrap;
  }
  .cid-skGwm8tTlt .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skGwm8tTlt .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skGwm8tTlt .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-skGwm8M2Gt {
  background-color: #eef5f4;
}
.cid-skGwm8M2Gt .wave1 {
  fill: #ffffff;
}
.cid-skGwm8M2Gt .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-skGwm8M2Gt .wave3,
.cid-skGwm8M2Gt .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-skGwm8Z9Zs {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwm8Z9Zs .display-2 {
  line-height: 1.5!important;
}
.cid-skGwm8Z9Zs .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwm8Z9Zs h2 {
  line-height: 130%!important;
}
.cid-skGwm8Z9Zs .photo-split {
  padding: 0;
}
.cid-skGwm8Z9Zs .photo-split img {
  width: 100%;
}
.cid-skGwm8Z9Zs .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwm8Z9Zs ul {
  padding-left: 1.5rem !important;
}
.cid-skGwm8Z9Zs .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwm8Z9Zs .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwm8Z9Zs .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwm8Z9Zs .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwm8Z9Zs .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwm8Z9Zs .wrap-block ul li {
  display: inline-block;
}
.cid-skGwm8Z9Zs .wrap-block ul li span {
  text-align: center;
}
.cid-skGwm8Z9Zs .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwm8Z9Zs .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwm8Z9Zs .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwm8Z9Zs .mbr-list,
.cid-skGwm8Z9Zs .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwm8Z9Zs .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwm8Z9Zs .mbr-section-title,
  .cid-skGwm8Z9Zs .mbr-section-subtitle,
  .cid-skGwm8Z9Zs .mbr-text {
    text-align: left !important;
  }
  .cid-skGwm8Z9Zs .social-list {
    text-align: center !important;
  }
}
.cid-skGwm8Z9Zs .mbr-list,
.cid-skGwm8Z9Zs .social-media {
  color: #0e2d3b;
}
.cid-skGwm9pjCV {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwm9pjCV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwm9pjCV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwm9pjCV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwm9pjCV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwm9pjCV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwm9pjCV .icon-focus {
  display: none;
}
.cid-skGwm9pjCV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwm9pjCV ul {
  font-size: 0;
}
.cid-skGwm9pjCV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwm9pjCV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwm9pjCV .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwm9pjCV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwm9pjCV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwm9pjCV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwm9pjCV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwm9pjCV .btn:hover {
  background: transparent !important;
}
.cid-skGwm9pjCV .btn:hover:before {
  background: transparent !important;
}
.cid-skGwm9pjCV .btn:before {
  background-color: transparent !important;
}
.cid-skGwm9pjCV .btn:focus {
  box-shadow: none;
}
.cid-skGwm9pjCV .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGwm9SqDO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGwm9SqDO hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGwm9SqDO .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGwm9SqDO .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGwma50Ds {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwma50Ds .display-2 {
  line-height: 1.1!important;
}
.cid-skGwma50Ds .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwma50Ds h2 {
  line-height: 130%!important;
}
.cid-skGwma50Ds .photo-split {
  padding: 0;
}
.cid-skGwma50Ds .photo-split img {
  width: 100%;
}
.cid-skGwma50Ds .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwma50Ds ul {
  padding-left: 1.5rem !important;
}
.cid-skGwma50Ds .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwma50Ds .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwma50Ds .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwma50Ds .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwma50Ds .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwma50Ds .wrap-block ul li {
  display: inline-block;
}
.cid-skGwma50Ds .wrap-block ul li span {
  text-align: center;
}
.cid-skGwma50Ds .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwma50Ds .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwma50Ds .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwma50Ds .mbr-list,
.cid-skGwma50Ds .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwma50Ds .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwma50Ds .mbr-section-title,
  .cid-skGwma50Ds .mbr-section-subtitle,
  .cid-skGwma50Ds .mbr-text {
    text-align: left !important;
  }
  .cid-skGwma50Ds .social-list {
    text-align: center !important;
  }
}
.cid-skGwma50Ds .mbr-list,
.cid-skGwma50Ds .social-media {
  color: #0e2d3b;
}
.cid-skGwmauLD0 {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwmauLD0 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwmauLD0 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwmauLD0 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwmauLD0 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwmauLD0 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwmauLD0 .icon-focus {
  display: none;
}
.cid-skGwmauLD0 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwmauLD0 ul {
  font-size: 0;
}
.cid-skGwmauLD0 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwmauLD0 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwmauLD0 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwmauLD0 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwmauLD0 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwmauLD0 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwmauLD0 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwmauLD0 .btn:hover {
  background: transparent !important;
}
.cid-skGwmauLD0 .btn:hover:before {
  background: transparent !important;
}
.cid-skGwmauLD0 .btn:before {
  background-color: transparent !important;
}
.cid-skGwmauLD0 .btn:focus {
  box-shadow: none;
}
.cid-skGwmauLD0 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGwmaZDlL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGwmaZDlL hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGwmaZDlL .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGwmaZDlL .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGwmbiYya {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwmbiYya .display-2 {
  line-height: 1.5!important;
}
.cid-skGwmbiYya .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwmbiYya h2 {
  line-height: 130%!important;
}
.cid-skGwmbiYya .photo-split {
  padding: 0;
}
.cid-skGwmbiYya .photo-split img {
  width: 100%;
}
.cid-skGwmbiYya .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwmbiYya ul {
  padding-left: 1.5rem !important;
}
.cid-skGwmbiYya .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwmbiYya .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwmbiYya .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwmbiYya .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwmbiYya .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwmbiYya .wrap-block ul li {
  display: inline-block;
}
.cid-skGwmbiYya .wrap-block ul li span {
  text-align: center;
}
.cid-skGwmbiYya .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwmbiYya .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwmbiYya .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwmbiYya .mbr-list,
.cid-skGwmbiYya .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwmbiYya .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwmbiYya .mbr-section-title,
  .cid-skGwmbiYya .mbr-section-subtitle,
  .cid-skGwmbiYya .mbr-text {
    text-align: left !important;
  }
  .cid-skGwmbiYya .social-list {
    text-align: center !important;
  }
}
.cid-skGwmbiYya .mbr-list,
.cid-skGwmbiYya .social-media {
  color: #0e2d3b;
}
.cid-skGwmbJRK6 {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwmbJRK6 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwmbJRK6 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwmbJRK6 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwmbJRK6 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwmbJRK6 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwmbJRK6 .icon-focus {
  display: none;
}
.cid-skGwmbJRK6 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwmbJRK6 ul {
  font-size: 0;
}
.cid-skGwmbJRK6 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwmbJRK6 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwmbJRK6 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwmbJRK6 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwmbJRK6 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwmbJRK6 .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwmbJRK6 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwmbJRK6 .btn:hover {
  background: transparent !important;
}
.cid-skGwmbJRK6 .btn:hover:before {
  background: transparent !important;
}
.cid-skGwmbJRK6 .btn:before {
  background-color: transparent !important;
}
.cid-skGwmbJRK6 .btn:focus {
  box-shadow: none;
}
.cid-skGwmbJRK6 .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skH4xKXN6t {
  background-color: #ffffff;
}
.cid-skH4xKXN6t .wave1 {
  fill: #ddebe9;
}
.cid-skH4xKXN6t .wave2 {
  fill: #ddebe9;
  opacity: 0.5;
}
.cid-skH4xKXN6t .wave3,
.cid-skH4xKXN6t .wave4 {
  fill: #ddebe9;
  opacity: 0.35;
}
.cid-skH4ZmEAzy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skH4ZmEAzy .mbr-section-title {
  font-weight: 300;
}
.cid-skH4ZmEAzy .mbr-section-title b,
.cid-skH4ZmEAzy .mbr-section-title strong {
  font-weight: 500;
}
.cid-skH4ZmEAzy .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skH4ZmEAzy .link a {
  font-weight: 700;
}
.cid-skH4ZmEAzy .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skH4ZmEAzy .link:hover span {
  transform: translateX(9px);
}
.cid-skH4ZmEAzy .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-skH4ZmEAzy .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-skH4ZmEAzy .card__block:nth-child(3) .card__content::before {
  background-color: #d42764;
}
.cid-skH4ZmEAzy .card__block:nth-child(4) .card__content::before {
  background-color: #fbba34;
}
.cid-skH4ZmEAzy .card__block:nth-child(6) .card__content::before {
  background-color: #fe5925;
}
.cid-skH4ZmEAzy .card__block:nth-child(7) .card__content::before {
  background-color: #d42764;
}
.cid-skH4ZmEAzy .card__block:nth-child(8) .card__content::before {
  background-color: #f14555;
}
.cid-skH4ZmEAzy .card__content {
  position: relative;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.25);
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-skH4ZmEAzy .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-skH4ZmEAzy .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-skH4ZmEAzy .card__content .card__image {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-skH4ZmEAzy .card__content .card__image img {
  max-width: 145px;
}
.cid-skH4ZmEAzy .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-skH4ZmEAzy .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .cid-skH4ZmEAzy .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH4ZmEAzy .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-skH4ZmEAzy .title__block {
    padding: 24px 17px;
  }
  .cid-skH4ZmEAzy .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH4ZmEAzy .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-skH4ZmEAzy .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-skH4ZmEAzy .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-skH4ZmEAzy .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-skH4ZmEAzy .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-skH4ZmEAzy .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-skGwmc81HS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skGwmc81HS .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skGwmc81HS .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skGwmc81HS .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skGwmc81HS .form-group {
  padding-right: 0;
}
.cid-skGwmc81HS .card {
  padding: 3rem 8rem;
}
.cid-skGwmc81HS .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skGwmc81HS .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skGwmc81HS .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-skGwmc81HS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skGwmc81HS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skGwmc81HS .map-placeholder {
  display: none;
}
.cid-skGwmc81HS .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skGwmc81HS .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skGwmc81HS .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skGwmc81HS .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skGwmc81HS .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skGwmc81HS .mbr-text {
  color: #444;
}
.cid-skGwmc81HS h5 {
  margin-bottom: 0;
}
.cid-skGwmc81HS .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skGwmc81HS .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skGwmc81HS .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skGwmc81HS .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skGwmc81HS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skGwmc81HS .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skGwmc81HS .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skGwmc81HS .social-list a:hover {
  opacity: 0.4;
}
.cid-skGwmc81HS .media-container-row > div {
  padding: 0px;
}
.cid-skGwmc81HS .text2 {
  color: #000000;
  text-align: left;
}
.cid-skGwmc81HS .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skGwmc81HS .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skGwmc81HS .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skGwmc81HS .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skGwmc81HS h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skGwmc81HS .form-group {
    max-width: 180px;
  }
  .cid-skGwmc81HS .card {
    padding: 2rem 1rem;
  }
}
.cid-skGwmc81HS .links span {
  color: #9e9e9e;
}
.cid-skGwmc81HS .logo-title,
.cid-skGwmc81HS .logo-sub-title {
  text-align: center;
}
.cid-skGwmc81HS .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skGwBUJ17x {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/individualreise-kajak2.jpg");
}
.cid-skGwBUJ17x .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skGwBUJ17x .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-skGwBUJ17x .wrap {
  padding-left: 90px;
}
.cid-skGwBUJ17x .mbr-section-title {
  color: #43b0ff;
}
.cid-skGwBUJ17x .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skGwBUJ17x .link a {
  font-weight: 700;
}
.cid-skGwBUJ17x .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skGwBUJ17x .link:hover span {
  transform: translateX(9px);
}
.cid-skGwBUJ17x .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skGwBUJ17x .mbr-text {
  margin-bottom: 10px;
}
.cid-skGwBUJ17x .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skGwBUJ17x .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skGwBUJ17x .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skGwBUJ17x .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGwBUJ17x .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skGwBUJ17x .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skGwBUJ17x .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skGwBUJ17x .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skGwBUJ17x .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-skGwBUJ17x .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skGwBUJ17x .image__block {
    transform: translateX(-30px);
  }
  .cid-skGwBUJ17x .figure:before {
    content: none;
  }
  .cid-skGwBUJ17x .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skGwBUJ17x .wrap {
    padding-left: 0;
  }
  .cid-skGwBUJ17x .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skGwBUJ17x .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skGwBUJ17x .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skGwBUJ17x .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skGwBUJ17x .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-skGwBUJ17x .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skGwBUJ17x .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skGwBUJ17x .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skGwBV6rGt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skGwBV6rGt .mbr-text,
.cid-skGwBV6rGt .ornament {
  text-align: left;
}
.cid-skGwBVi3ye {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skGwBVi3ye .left__side,
.cid-skGwBVi3ye .right__side {
  display: flex;
  align-items: center;
}
.cid-skGwBVi3ye .logo {
  max-width: 174px;
}
.cid-skGwBVi3ye .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skGwBVi3ye .mbr-section-title {
  margin-left: 30px;
}
.cid-skGwBVi3ye .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-skGwBVi3ye .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-skGwBVi3ye .image__block {
  margin-top: 135px;
}
.cid-skGwBVi3ye .image__block .image {
  margin: 0 18px 30px;
}
.cid-skGwBVi3ye .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skGwBVi3ye .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skGwBVi3ye .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skGwBVi3ye .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skGwBVi3ye .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skGwBVi3ye .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skGwBVi3ye .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skGwBVi3ye .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skGwBVi3ye .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skGwBVi3ye .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skGwBVi3ye .mbr-section-title {
    margin-left: 0;
  }
  .cid-skGwBVi3ye .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skGwBVi3ye .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skGwBVi3ye .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skGwBVi3ye .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skGwBVi3ye .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skGwBVi3ye .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skGwBVi3ye .logo img {
    width: 70px;
  }
  .cid-skGwBVi3ye .image__block {
    flex-wrap: wrap;
  }
  .cid-skGwBVi3ye .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skGwBVi3ye .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skGwBVi3ye .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-skGwBVBtJh {
  background-color: #eef5f4;
}
.cid-skGwBVBtJh .wave1 {
  fill: #ffffff;
}
.cid-skGwBVBtJh .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-skGwBVBtJh .wave3,
.cid-skGwBVBtJh .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-skGwBVMPLM {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwBVMPLM .display-2 {
  line-height: 1.5!important;
}
.cid-skGwBVMPLM .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwBVMPLM h2 {
  line-height: 130%!important;
}
.cid-skGwBVMPLM .photo-split {
  padding: 0;
}
.cid-skGwBVMPLM .photo-split img {
  width: 100%;
}
.cid-skGwBVMPLM .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwBVMPLM ul {
  padding-left: 1.5rem !important;
}
.cid-skGwBVMPLM .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwBVMPLM .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwBVMPLM .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwBVMPLM .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwBVMPLM .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwBVMPLM .wrap-block ul li {
  display: inline-block;
}
.cid-skGwBVMPLM .wrap-block ul li span {
  text-align: center;
}
.cid-skGwBVMPLM .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwBVMPLM .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwBVMPLM .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwBVMPLM .mbr-list,
.cid-skGwBVMPLM .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwBVMPLM .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwBVMPLM .mbr-section-title,
  .cid-skGwBVMPLM .mbr-section-subtitle,
  .cid-skGwBVMPLM .mbr-text {
    text-align: left !important;
  }
  .cid-skGwBVMPLM .social-list {
    text-align: center !important;
  }
}
.cid-skGwBVMPLM .mbr-list,
.cid-skGwBVMPLM .social-media {
  color: #0e2d3b;
}
.cid-skGwBW81OP {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwBW81OP .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwBW81OP .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwBW81OP .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwBW81OP .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwBW81OP .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwBW81OP .icon-focus {
  display: none;
}
.cid-skGwBW81OP .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwBW81OP ul {
  font-size: 0;
}
.cid-skGwBW81OP .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwBW81OP .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwBW81OP .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwBW81OP .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwBW81OP .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwBW81OP .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwBW81OP .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwBW81OP .btn:hover {
  background: transparent !important;
}
.cid-skGwBW81OP .btn:hover:before {
  background: transparent !important;
}
.cid-skGwBW81OP .btn:before {
  background-color: transparent !important;
}
.cid-skGwBW81OP .btn:focus {
  box-shadow: none;
}
.cid-skGwBW81OP .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGwBWDOye {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGwBWDOye hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGwBWDOye .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGwBWDOye .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGwBWU7DF {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwBWU7DF .display-2 {
  line-height: 1.1!important;
}
.cid-skGwBWU7DF .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwBWU7DF h2 {
  line-height: 130%!important;
}
.cid-skGwBWU7DF .photo-split {
  padding: 0;
}
.cid-skGwBWU7DF .photo-split img {
  width: 100%;
}
.cid-skGwBWU7DF .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwBWU7DF ul {
  padding-left: 1.5rem !important;
}
.cid-skGwBWU7DF .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwBWU7DF .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwBWU7DF .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwBWU7DF .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwBWU7DF .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwBWU7DF .wrap-block ul li {
  display: inline-block;
}
.cid-skGwBWU7DF .wrap-block ul li span {
  text-align: center;
}
.cid-skGwBWU7DF .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwBWU7DF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwBWU7DF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwBWU7DF .mbr-list,
.cid-skGwBWU7DF .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwBWU7DF .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwBWU7DF .mbr-section-title,
  .cid-skGwBWU7DF .mbr-section-subtitle,
  .cid-skGwBWU7DF .mbr-text {
    text-align: left !important;
  }
  .cid-skGwBWU7DF .social-list {
    text-align: center !important;
  }
}
.cid-skGwBWU7DF .mbr-list,
.cid-skGwBWU7DF .social-media {
  color: #0e2d3b;
}
.cid-skGwBXtIVs {
  padding-top: 0px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwBXtIVs .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwBXtIVs .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwBXtIVs .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwBXtIVs .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwBXtIVs .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwBXtIVs .icon-focus {
  display: none;
}
.cid-skGwBXtIVs .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwBXtIVs ul {
  font-size: 0;
}
.cid-skGwBXtIVs .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwBXtIVs .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwBXtIVs .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwBXtIVs .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwBXtIVs .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwBXtIVs .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwBXtIVs .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwBXtIVs .btn:hover {
  background: transparent !important;
}
.cid-skGwBXtIVs .btn:hover:before {
  background: transparent !important;
}
.cid-skGwBXtIVs .btn:before {
  background-color: transparent !important;
}
.cid-skGwBXtIVs .btn:focus {
  box-shadow: none;
}
.cid-skGwBXtIVs .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skGwBXUZKA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skGwBXUZKA hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skGwBXUZKA .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skGwBXUZKA .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skGwBYcSdc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-skGwBYcSdc .display-2 {
  line-height: 1.5!important;
}
.cid-skGwBYcSdc .icon-transition span {
  padding: 0.1rem 0.9rem;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  width: 3em;
  background: #444444 none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-skGwBYcSdc h2 {
  line-height: 130%!important;
}
.cid-skGwBYcSdc .photo-split {
  padding: 0;
}
.cid-skGwBYcSdc .photo-split img {
  width: 100%;
}
.cid-skGwBYcSdc .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-skGwBYcSdc ul {
  padding-left: 1.5rem !important;
}
.cid-skGwBYcSdc .counter-container ul {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-skGwBYcSdc .counter-container ul li {
  margin-bottom: .5rem;
  list-style: ✓;
}
.cid-skGwBYcSdc .counter-container ul li:before {
  position: absolute;
  left: 1rem;
  content: '✓';
  color: #ffbc00;
  display: inline-block;
  text-align: left;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  width: 25px;
  height: 25px;
}
.cid-skGwBYcSdc .wrap-block {
  padding: 3rem 3rem;
}
.cid-skGwBYcSdc .wrap-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-skGwBYcSdc .wrap-block ul li {
  display: inline-block;
}
.cid-skGwBYcSdc .wrap-block ul li span {
  text-align: center;
}
.cid-skGwBYcSdc .social-media {
  margin-top: 1.5em;
  padding: 0;
}
.cid-skGwBYcSdc .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-skGwBYcSdc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-skGwBYcSdc .mbr-list,
.cid-skGwBYcSdc .social-media UL {
  text-align: left;
}
@media (max-width: 500px) {
  .cid-skGwBYcSdc .wrap-block {
    padding: 3rem 1rem;
  }
}
@media (max-width: 767px) {
  .cid-skGwBYcSdc .mbr-section-title,
  .cid-skGwBYcSdc .mbr-section-subtitle,
  .cid-skGwBYcSdc .mbr-text {
    text-align: left !important;
  }
  .cid-skGwBYcSdc .social-list {
    text-align: center !important;
  }
}
.cid-skGwBYcSdc .mbr-list,
.cid-skGwBYcSdc .social-media {
  color: #0e2d3b;
}
.cid-skGwBYB4OR {
  padding-top: 0px;
  padding-bottom: 105px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-skGwBYB4OR .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-skGwBYB4OR .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-skGwBYB4OR .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-skGwBYB4OR .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-skGwBYB4OR .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-skGwBYB4OR .icon-focus {
  display: none;
}
.cid-skGwBYB4OR .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: left;
  display: none;
  width: 100%;
  top: 0;
  right: 0;
  padding: 1rem;
  color: #000000;
  font-weight: bold;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-skGwBYB4OR ul {
  font-size: 0;
}
.cid-skGwBYB4OR .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #232323 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0!important;
  transition: padding, border 0s, transform .2s;
}
.cid-skGwBYB4OR .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-skGwBYB4OR .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #003d59, #f14555);
}
.cid-skGwBYB4OR .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-skGwBYB4OR .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-skGwBYB4OR .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-skGwBYB4OR .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-skGwBYB4OR .btn:hover {
  background: transparent !important;
}
.cid-skGwBYB4OR .btn:hover:before {
  background: transparent !important;
}
.cid-skGwBYB4OR .btn:before {
  background-color: transparent !important;
}
.cid-skGwBYB4OR .btn:focus {
  box-shadow: none;
}
.cid-skGwBYB4OR .mbr-section-title {
  position: relative;
  z-index: 1;
}
.cid-skH4BaOkzo {
  background-color: #ffffff;
}
.cid-skH4BaOkzo .wave1 {
  fill: #ddebe9;
}
.cid-skH4BaOkzo .wave2 {
  fill: #ddebe9;
  opacity: 0.5;
}
.cid-skH4BaOkzo .wave3,
.cid-skH4BaOkzo .wave4 {
  fill: #ddebe9;
  opacity: 0.35;
}
.cid-skH53cLYgf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skH53cLYgf .mbr-section-title {
  font-weight: 300;
}
.cid-skH53cLYgf .mbr-section-title b,
.cid-skH53cLYgf .mbr-section-title strong {
  font-weight: 500;
}
.cid-skH53cLYgf .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skH53cLYgf .link a {
  font-weight: 700;
}
.cid-skH53cLYgf .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skH53cLYgf .link:hover span {
  transform: translateX(9px);
}
.cid-skH53cLYgf .card__block {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.cid-skH53cLYgf .card__block:nth-child(2) .card__content::before {
  background-color: #fe5925;
}
.cid-skH53cLYgf .card__block:nth-child(3) .card__content::before {
  background-color: #d42764;
}
.cid-skH53cLYgf .card__block:nth-child(4) .card__content::before {
  background-color: #fbba34;
}
.cid-skH53cLYgf .card__block:nth-child(6) .card__content::before {
  background-color: #fe5925;
}
.cid-skH53cLYgf .card__block:nth-child(7) .card__content::before {
  background-color: #d42764;
}
.cid-skH53cLYgf .card__block:nth-child(8) .card__content::before {
  background-color: #f14555;
}
.cid-skH53cLYgf .card__content {
  position: relative;
  box-shadow: 0 10px 55px 5px rgba(26, 26, 26, 0.25);
  width: 100%;
  padding: 20px 44px 25px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-skH53cLYgf .card__content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .1;
  z-index: 1;
}
.cid-skH53cLYgf .card__content:hover {
  transform: scale(0.96, 0.96);
}
.cid-skH53cLYgf .card__content .card__image {
  display: flex;
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-bottom: 10px;
}
.cid-skH53cLYgf .card__content .card__image img {
  max-width: 145px;
}
.cid-skH53cLYgf .card__content .card__title {
  margin-bottom: 7px;
  font-weight: 600;
  position: relative;
  z-index: 5;
}
.cid-skH53cLYgf .card__content .card__text {
  margin-bottom: 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 1200px) {
  .cid-skH53cLYgf .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH53cLYgf .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .cid-skH53cLYgf .title__block {
    padding: 24px 17px;
  }
  .cid-skH53cLYgf .card__content {
    padding: 5px 5px 5px;
  }
  .cid-skH53cLYgf .card__content .card__image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-skH53cLYgf .row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-skH53cLYgf .card__block {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .cid-skH53cLYgf .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cid-skH53cLYgf .card__content .card__title {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-skH53cLYgf .card__content .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
.cid-skGwBZ0KAh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skGwBZ0KAh .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skGwBZ0KAh .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skGwBZ0KAh .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skGwBZ0KAh .form-group {
  padding-right: 0;
}
.cid-skGwBZ0KAh .card {
  padding: 3rem 8rem;
}
.cid-skGwBZ0KAh .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skGwBZ0KAh .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skGwBZ0KAh .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-skGwBZ0KAh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skGwBZ0KAh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skGwBZ0KAh .map-placeholder {
  display: none;
}
.cid-skGwBZ0KAh .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skGwBZ0KAh .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skGwBZ0KAh .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skGwBZ0KAh .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skGwBZ0KAh .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skGwBZ0KAh .mbr-text {
  color: #444;
}
.cid-skGwBZ0KAh h5 {
  margin-bottom: 0;
}
.cid-skGwBZ0KAh .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skGwBZ0KAh .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skGwBZ0KAh .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skGwBZ0KAh .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skGwBZ0KAh .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skGwBZ0KAh .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skGwBZ0KAh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skGwBZ0KAh .social-list a:hover {
  opacity: 0.4;
}
.cid-skGwBZ0KAh .media-container-row > div {
  padding: 0px;
}
.cid-skGwBZ0KAh .text2 {
  color: #000000;
  text-align: left;
}
.cid-skGwBZ0KAh .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skGwBZ0KAh .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skGwBZ0KAh .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skGwBZ0KAh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skGwBZ0KAh h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skGwBZ0KAh .form-group {
    max-width: 180px;
  }
  .cid-skGwBZ0KAh .card {
    padding: 2rem 1rem;
  }
}
.cid-skGwBZ0KAh .links span {
  color: #9e9e9e;
}
.cid-skGwBZ0KAh .logo-title,
.cid-skGwBZ0KAh .logo-sub-title {
  text-align: center;
}
.cid-skGwBZ0KAh .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skA2INs7zT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/airplane-3149285.jpeg");
}
.cid-skA2INs7zT .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skA2INs7zT .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
}
.cid-skA2INs7zT .wrap {
  padding-left: 90px;
}
.cid-skA2INs7zT .mbr-section-title {
  color: #1b425e;
}
.cid-skA2INs7zT .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skA2INs7zT .link a {
  font-weight: 700;
}
.cid-skA2INs7zT .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skA2INs7zT .link:hover span {
  transform: translateX(9px);
}
.cid-skA2INs7zT .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skA2INs7zT .mbr-text {
  margin-bottom: 10px;
}
.cid-skA2INs7zT .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skA2INs7zT .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skA2INs7zT .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skA2INs7zT .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skA2INs7zT .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skA2INs7zT .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skA2INs7zT .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skA2INs7zT .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skA2INs7zT .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-skA2INs7zT .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skA2INs7zT .image__block {
    transform: translateX(-30px);
  }
  .cid-skA2INs7zT .figure:before {
    content: none;
  }
  .cid-skA2INs7zT .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skA2INs7zT .wrap {
    padding-left: 0;
  }
  .cid-skA2INs7zT .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skA2INs7zT .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skA2INs7zT .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skA2INs7zT .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skA2INs7zT .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-skA2INs7zT .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skA2INs7zT .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skA2INs7zT .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skA2INXMHU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skA2INXMHU .mbr-text,
.cid-skA2INXMHU .ornament {
  text-align: left;
}
.cid-skA2IOcRE6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skA2IOcRE6 .left__side,
.cid-skA2IOcRE6 .right__side {
  display: flex;
  align-items: center;
}
.cid-skA2IOcRE6 .logo {
  max-width: 174px;
}
.cid-skA2IOcRE6 .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skA2IOcRE6 .mbr-section-title {
  margin-left: 30px;
}
.cid-skA2IOcRE6 .image__block {
  margin-top: 135px;
}
.cid-skA2IOcRE6 .image__block .image {
  margin: 0 18px 30px;
}
.cid-skA2IOcRE6 .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skA2IOcRE6 .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skA2IOcRE6 .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skA2IOcRE6 .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skA2IOcRE6 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skA2IOcRE6 .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skA2IOcRE6 .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skA2IOcRE6 .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skA2IOcRE6 .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skA2IOcRE6 .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skA2IOcRE6 .mbr-section-title {
    margin-left: 0;
  }
  .cid-skA2IOcRE6 .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skA2IOcRE6 .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skA2IOcRE6 .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skA2IOcRE6 .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skA2IOcRE6 .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skA2IOcRE6 .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skA2IOcRE6 .logo img {
    width: 70px;
  }
  .cid-skA2IOcRE6 .image__block {
    flex-wrap: wrap;
  }
  .cid-skA2IOcRE6 .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skA2IOcRE6 .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skA2IOcRE6 .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-skA2IOZXu6 {
  background-color: #eef5f4;
}
.cid-skA2IOZXu6 .wave1 {
  fill: #ffffff;
}
.cid-skA2IOZXu6 .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-skA2IOZXu6 .wave3,
.cid-skA2IOZXu6 .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-skAd9xkuDG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-skAd9xkuDG .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-skAd9xkuDG .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-skAd9xkuDG .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-skAd9xkuDG .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-skAd9xkuDG .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-skAd9xkuDG .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-skAd9xkuDG .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-skAd9xkuDG .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-skAd9xkuDG .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-skAd9xkuDG .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-skAd9xkuDG .mbr-section-title {
  text-align: left;
  color: #003d59;
}
.cid-skA2IQoSCe {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-skA2IQoSCe hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-skA2IQoSCe .progress {
  background: #cccccc;
  opacity: 1;
  height: 1px;
  overflow: hidden;
  position: relative;
}
.cid-skA2IQoSCe .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-skAeMyIi1X {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-skAeMyIi1X .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-skAeMyIi1X .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-skAeMyIi1X .container2 {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-skAeMyIi1X .container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.cid-skAeMyIi1X .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}
.cid-skAeMyIi1X .container2:hover input ~ .checkmark {
  background-color: #ccc;
}
.cid-skAeMyIi1X .container2 input:checked ~ .checkmark {
  background-color: #2196F3;
}
.cid-skAeMyIi1X .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.cid-skAeMyIi1X .container2 input:checked ~ .checkmark:after {
  display: block;
}
.cid-skAeMyIi1X .container2 .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-skAeMyIi1X .mbr-section-title {
  text-align: left;
  color: #003d59;
}
.cid-skA2ITkAx3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skA2ITkAx3 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skA2ITkAx3 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skA2ITkAx3 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skA2ITkAx3 .form-group {
  padding-right: 0;
}
.cid-skA2ITkAx3 .card {
  padding: 3rem 8rem;
}
.cid-skA2ITkAx3 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skA2ITkAx3 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skA2ITkAx3 .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-skA2ITkAx3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skA2ITkAx3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skA2ITkAx3 .map-placeholder {
  display: none;
}
.cid-skA2ITkAx3 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skA2ITkAx3 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skA2ITkAx3 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skA2ITkAx3 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skA2ITkAx3 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skA2ITkAx3 .mbr-text {
  color: #444;
}
.cid-skA2ITkAx3 h5 {
  margin-bottom: 0;
}
.cid-skA2ITkAx3 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skA2ITkAx3 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skA2ITkAx3 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skA2ITkAx3 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skA2ITkAx3 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skA2ITkAx3 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skA2ITkAx3 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skA2ITkAx3 .social-list a:hover {
  opacity: 0.4;
}
.cid-skA2ITkAx3 .media-container-row > div {
  padding: 0px;
}
.cid-skA2ITkAx3 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skA2ITkAx3 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skA2ITkAx3 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skA2ITkAx3 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skA2ITkAx3 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skA2ITkAx3 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skA2ITkAx3 .form-group {
    max-width: 180px;
  }
  .cid-skA2ITkAx3 .card {
    padding: 2rem 1rem;
  }
}
.cid-skA2ITkAx3 .links span {
  color: #9e9e9e;
}
.cid-skA2ITkAx3 .logo-title,
.cid-skA2ITkAx3 .logo-sub-title {
  text-align: center;
}
.cid-skA2ITkAx3 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skAhhbZ7xs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/autoreise-1.jpeg");
}
.cid-skAhhbZ7xs .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skAhhbZ7xs .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-skAhhbZ7xs .wrap {
  padding-left: 90px;
}
.cid-skAhhbZ7xs .mbr-section-title {
  color: #08af83;
}
.cid-skAhhbZ7xs .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skAhhbZ7xs .link a {
  font-weight: 700;
}
.cid-skAhhbZ7xs .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skAhhbZ7xs .link:hover span {
  transform: translateX(9px);
}
.cid-skAhhbZ7xs .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skAhhbZ7xs .mbr-text {
  margin-bottom: 10px;
}
.cid-skAhhbZ7xs .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skAhhbZ7xs .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skAhhbZ7xs .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skAhhbZ7xs .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skAhhbZ7xs .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skAhhbZ7xs .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skAhhbZ7xs .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skAhhbZ7xs .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skAhhbZ7xs .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-skAhhbZ7xs .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skAhhbZ7xs .image__block {
    transform: translateX(-30px);
  }
  .cid-skAhhbZ7xs .figure:before {
    content: none;
  }
  .cid-skAhhbZ7xs .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skAhhbZ7xs .wrap {
    padding-left: 0;
  }
  .cid-skAhhbZ7xs .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skAhhbZ7xs .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skAhhbZ7xs .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skAhhbZ7xs .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skAhhbZ7xs .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-skAhhbZ7xs .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skAhhbZ7xs .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skAhhbZ7xs .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skAhhclFVq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skAhhclFVq .mbr-text,
.cid-skAhhclFVq .ornament {
  text-align: left;
}
.cid-skAhhcAdaV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-skAhhcAdaV .left__side,
.cid-skAhhcAdaV .right__side {
  display: flex;
  align-items: center;
}
.cid-skAhhcAdaV .logo {
  max-width: 174px;
}
.cid-skAhhcAdaV .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-skAhhcAdaV .mbr-section-title {
  margin-left: 30px;
}
.cid-skAhhcAdaV .image__block {
  margin-top: 135px;
}
.cid-skAhhcAdaV .image__block .image {
  margin: 0 18px 30px;
}
.cid-skAhhcAdaV .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-skAhhcAdaV .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-skAhhcAdaV .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-skAhhcAdaV .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-skAhhcAdaV .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-skAhhcAdaV .img-wrap1 img {
    max-width: 426px;
  }
  .cid-skAhhcAdaV .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-skAhhcAdaV .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-skAhhcAdaV .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-skAhhcAdaV .logo img {
    width: 105px;
    height: auto;
  }
  .cid-skAhhcAdaV .mbr-section-title {
    margin-left: 0;
  }
  .cid-skAhhcAdaV .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-skAhhcAdaV .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-skAhhcAdaV .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-skAhhcAdaV .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-skAhhcAdaV .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-skAhhcAdaV .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-skAhhcAdaV .logo img {
    width: 70px;
  }
  .cid-skAhhcAdaV .image__block {
    flex-wrap: wrap;
  }
  .cid-skAhhcAdaV .img-wrap1 img {
    max-width: 315px;
  }
  .cid-skAhhcAdaV .img-wrap2 img {
    max-width: 315px;
  }
  .cid-skAhhcAdaV .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sCYXCJAOhO {
  background-color: #ddebe9;
}
.cid-sCYXCJAOhO .wave1 {
  fill: #ffffff;
}
.cid-sCYXCJAOhO .wave2 {
  fill: #ffffff;
  opacity: 0.5;
}
.cid-sCYXCJAOhO .wave3,
.cid-sCYXCJAOhO .wave4 {
  fill: #ffffff;
  opacity: 0.35;
}
.cid-sCZ1aD65OO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sCZ1aD65OO .showAlerts {
  display: block !important;
}
.cid-sCZ1aD65OO .rowflexrev {
  display: -webkit-flex;
}
.cid-sCZ1aD65OO .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sCZ1aD65OO .title {
  margin-bottom: 2rem;
}
.cid-sCZ1aD65OO .mbr-section-subtitle {
  color: #767676;
}
.cid-sCZ1aD65OO textarea.form-control {
  min-height: 188px;
}
.cid-sCZ1aD65OO LABEL {
  color: #232323;
}
.cid-sCZ1aD65OO .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCZ1aD65OO .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sCZ1aD65OO .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCZ1aD65OO .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sCZ1aD65OO .alert {
  margin-bottom: 0;
}
.cid-sCZ1aD65OO .alert-success {
  background-color: #70c770;
}
.cid-sCZ1aD65OO .alert-danger {
  background-color: #ff4a52;
}
.cid-sCZ1aD65OO .btn {
  display: inline-flex;
}
.cid-sCZ1aD65OO .hidden {
  display: none;
}
.cid-sCZ1aD65OO .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-sCZ1aD65OO .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
.cid-srh4KhGCF5 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .nav-link,
.cid-srh4KhGCF5 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 .text-primary {
  font-weight: 500!important;
}
.cid-srh4KhGCF5 .navbar {
  box-shadow: 3.5px 6.1px 30px rgba(0, 0, 0, 0.3);
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.opened {
  transition: all 0.3s;
  background: #eef5f4 !important;
}
.cid-srh4KhGCF5 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-srh4KhGCF5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-srh4KhGCF5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 60px - 1rem);
  }
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-srh4KhGCF5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-srh4KhGCF5 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-srh4KhGCF5 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-srh4KhGCF5 .nav-link.text-primary:hover,
.cid-srh4KhGCF5 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-srh4KhGCF5 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-srh4KhGCF5 .nav-link:hover:before {
  opacity: 1;
}
.cid-srh4KhGCF5 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .nav-link {
    margin: 0 !important;
  }
}
.cid-srh4KhGCF5 .icons-menu {
  line-height: 0;
}
.cid-srh4KhGCF5 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-srh4KhGCF5 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-srh4KhGCF5 .dropdown-menu a {
  overflow: hidden;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-fernreisen-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-nahreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/geschaeftsfrau-1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/menu-individualreisen.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-srh4KhGCF5 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-srh4KhGCF5 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-srh4KhGCF5.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-srh4KhGCF5 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-srh4KhGCF5 .btn {
    white-space: nowrap;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #3a6686;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item.dropdown:hover::before,
  .cid-srh4KhGCF5 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-srh4KhGCF5 .navbar > .container,
.cid-srh4KhGCF5 .navbar > .container-fluid {
  align-items: center;
}
.cid-srh4KhGCF5 .dropdown-toggle::after,
.cid-srh4KhGCF5 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-srh4KhGCF5 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-srh4KhGCF5 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-srh4KhGCF5 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-srh4KhGCF5 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-srh4KhGCF5 .nav-item:focus,
.cid-srh4KhGCF5 .nav-link:focus {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-srh4KhGCF5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-srh4KhGCF5 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-srh4KhGCF5 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 991px) {
  .cid-srh4KhGCF5 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-srh4KhGCF5 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link::before {
    display: none;
  }
  .cid-srh4KhGCF5.opened .dropdown-menu {
    top: 0;
  }
  .cid-srh4KhGCF5 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-srh4KhGCF5 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-srh4KhGCF5 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-srh4KhGCF5 .navbar-logo {
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar-logo img {
    height: 60px !important;
  }
  .cid-srh4KhGCF5 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-srh4KhGCF5 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-srh4KhGCF5 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-srh4KhGCF5 .navbar {
    padding: 13px 90px;
  }
  .cid-srh4KhGCF5 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-srh4KhGCF5 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-srh4KhGCF5 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-srh4KhGCF5 .dropdown-toggle::after,
  .cid-srh4KhGCF5 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-srh4KhGCF5 .nav-item {
    border-bottom: 1px solid #3a6686;
  }
  .cid-srh4KhGCF5 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-srh4KhGCF5 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-srh4KhGCF5 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-srh4KhGCF5.navbar-short {
  background: #eef5f4 !important;
  min-height: 70px;
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-srh4KhGCF5.navbar-short .navbar-brand {
  padding: 0;
}
.cid-srh4KhGCF5.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-srh4KhGCF5 .navbar {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-srh4KhGCF5 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-srh4KhGCF5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-srh4KhGCF5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-srh4KhGCF5 .dropdown-item.active,
.cid-srh4KhGCF5 .dropdown-item:active {
  background-color: transparent;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eef5f4;
}
.cid-srh4KhGCF5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-srh4KhGCF5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-srh4KhGCF5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-srh4KhGCF5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-srh4KhGCF5 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-srh4KhGCF5 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-srh4KhGCF5 .navbar {
    height: 97px;
  }
  .cid-srh4KhGCF5 .navbar.opened {
    height: auto;
  }
  .cid-srh4KhGCF5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-skAsqnC4q6 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/strasse-reisebuero-dortmund.jpeg");
}
.cid-skAsqnC4q6 .myimg {
  width: 100%;
}
.cid-skAsqnC4q6 .posrund {
  position: absolute;
  top: 3rem;
  right: 10rem;
  border-radius: 50%;
  border-color: white;
  border-style: solid;
  border-width: 1px;
  box-shaddow: 10px 5px 5px black;
  width: 300px;
  height: 300px;
}
.cid-skAsqnC4q6 .myPos {
  position: absolute;
  margin-bottom: -100px;
  bottom: -50p;
  right: 00Px;
}
.cid-skAsqnC4q6 .mbr-section-subtitle {
  font-weight: 500;
  color: #ffffff;
  text-align: left;
}
.cid-skAsqnC4q6 .wrap {
  padding-left: 90px;
}
.cid-skAsqnC4q6 .mbr-section-title {
  color: #08af83;
}
.cid-skAsqnC4q6 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skAsqnC4q6 .link a {
  font-weight: 700;
}
.cid-skAsqnC4q6 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skAsqnC4q6 .link:hover span {
  transform: translateX(9px);
}
.cid-skAsqnC4q6 .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
.cid-skAsqnC4q6 .mbr-text {
  margin-bottom: 10px;
}
.cid-skAsqnC4q6 .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-skAsqnC4q6 .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-skAsqnC4q6 .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-skAsqnC4q6 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skAsqnC4q6 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-skAsqnC4q6 .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-skAsqnC4q6 .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-skAsqnC4q6 .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-skAsqnC4q6 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1400px) {
  .cid-skAsqnC4q6 .posrund {
    position: absolute;
    top: 2rem;
    right: 5rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 1220px) {
  .cid-skAsqnC4q6 .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-skAsqnC4q6 .posrund {
    position: absolute;
    top: 0.5rem;
    right: 5rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 200px;
    height: 200px;
  }
  .cid-skAsqnC4q6 .image__block {
    transform: translateX(-30px);
  }
  .cid-skAsqnC4q6 .figure:before {
    content: none;
  }
  .cid-skAsqnC4q6 .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-skAsqnC4q6 .wrap {
    padding-left: 0;
  }
  .cid-skAsqnC4q6 .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-skAsqnC4q6 .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-skAsqnC4q6 .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-skAsqnC4q6 .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-skAsqnC4q6 .rotate__image2 {
    right: 43%;
  }
  .cid-skAsqnC4q6 .posrund {
    position: absolute;
    top: 0rem;
    right: 0rem;
    border-radius: 50%;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    box-shaddow: 10px 5px 5px black;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 575px) {
  .cid-skAsqnC4q6 .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-skAsqnC4q6 .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-skAsqnC4q6 .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-skAsqoqOwb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-skAsqoqOwb .mbr-text,
.cid-skAsqoqOwb .ornament {
  text-align: left;
}
.cid-sBPCUAeWQ1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sBPCUAeWQ1 .left__side,
.cid-sBPCUAeWQ1 .right__side {
  display: flex;
  align-items: center;
}
.cid-sBPCUAeWQ1 .logo {
  max-width: 174px;
}
.cid-sBPCUAeWQ1 .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sBPCUAeWQ1 .mbr-section-title {
  margin-left: 30px;
}
.cid-sBPCUAeWQ1 .figure {
  display: block;
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
.cid-sBPCUAeWQ1 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sBPCUAeWQ1 .image__block {
  margin-top: 135px;
}
.cid-sBPCUAeWQ1 .image__block .image {
  margin: 0 18px 30px;
}
.cid-sBPCUAeWQ1 .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBPCUAeWQ1 .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sBPCUAeWQ1 .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sBPCUAeWQ1 .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sBPCUAeWQ1 .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sBPCUAeWQ1 .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sBPCUAeWQ1 .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sBPCUAeWQ1 .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sBPCUAeWQ1 .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sBPCUAeWQ1 .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sBPCUAeWQ1 .mbr-section-title {
    margin-left: 0;
  }
  .cid-sBPCUAeWQ1 .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sBPCUAeWQ1 .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sBPCUAeWQ1 .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sBPCUAeWQ1 .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sBPCUAeWQ1 .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sBPCUAeWQ1 .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sBPCUAeWQ1 .logo img {
    width: 70px;
  }
  .cid-sBPCUAeWQ1 .image__block {
    flex-wrap: wrap;
  }
  .cid-sBPCUAeWQ1 .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sBPCUAeWQ1 .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sBPCUAeWQ1 .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sBPCUAeWQ1 .mbr-text {
  color: #000000;
}
.cid-sBPCS5gc5X {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ddebe9;
}
.cid-sBPCS5gc5X h4 {
  margin-bottom: 0;
}
.cid-sBPCS5gc5X .card:hover img {
  box-shadow: 0 0px 0px 0px rgba(245, 116, 128, 0.35);
}
.cid-sBPCS5gc5X .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-sBPCS5gc5X .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sBPCS5gc5X .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-sBPCS5gc5X .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #003d59 !important;
  box-shadow: none!important;
}
.cid-sBPCS5gc5X .btn[class*="-outline"]:active,
.cid-sBPCS5gc5X .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sBPCS5gc5X .card-box {
  padding-top: 2rem;
}
.cid-sBPCS5gc5X .card-wrapper {
  height: 100%;
}
.cid-sBPCS5gc5X .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sBPCS5gc5X img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-sBPCS5gc5X .card-title {
  color: #003d59;
}
.cid-sBPCS5gc5X .main-title {
  color: #232323;
}
.cid-sBPCS5gc5X .mbr-text,
.cid-sBPCS5gc5X .mbr-link-btn {
  color: #767676;
}
.cid-Oj44KQejr9 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ddebe9;
}
.cid-Oj44KQejr9 hr {
  border: 0;
  clear: both;
  display: block;
  margin: 2.4rem auto;
  text-align: center;
  width: 71%;
}
.cid-Oj44KQejr9 .progress {
  background: #cccccc;
  opacity: 1;
  height: 2px;
  overflow: hidden;
  position: relative;
}
.cid-Oj44KQejr9 .progress::before {
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-name: progress;
  background: #cc2952;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 100px;
}
@keyframes progress {
  from {
    margin-left: 0%;
    width: 94px;
  }
  to {
    margin-left: 100%;
    width: 94px;
  }
}
.cid-sBPDT6jFSi {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ddebe9;
}
.cid-sBPDT6jFSi .left__side,
.cid-sBPDT6jFSi .right__side {
  display: flex;
  align-items: center;
}
.cid-sBPDT6jFSi .logo {
  max-width: 174px;
}
.cid-sBPDT6jFSi .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-sBPDT6jFSi .mbr-section-title {
  margin-left: 30px;
}
.cid-sBPDT6jFSi .figure {
  display: block;
  position: relative;
  opacity: 0.5;
  z-index: 1;
}
.cid-sBPDT6jFSi .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -69px;
  right: -29px;
  background-image: url("../../../assets/images/compass-1.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-sBPDT6jFSi .image__block {
  margin-top: 135px;
}
.cid-sBPDT6jFSi .image__block .image {
  margin: 0 18px 30px;
}
.cid-sBPDT6jFSi .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-sBPDT6jFSi .img-wrap1 img {
  max-width: 650px;
  max-height: 432px;
}
.cid-sBPDT6jFSi .img-wrap2 img {
  max-width: 270px;
  max-height: 433px;
}
.cid-sBPDT6jFSi .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-sBPDT6jFSi .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-sBPDT6jFSi .img-wrap1 img {
    max-width: 426px;
  }
  .cid-sBPDT6jFSi .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-sBPDT6jFSi .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-sBPDT6jFSi .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-sBPDT6jFSi .logo img {
    width: 105px;
    height: auto;
  }
  .cid-sBPDT6jFSi .mbr-section-title {
    margin-left: 0;
  }
  .cid-sBPDT6jFSi .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-sBPDT6jFSi .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-sBPDT6jFSi .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-sBPDT6jFSi .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-sBPDT6jFSi .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-sBPDT6jFSi .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-sBPDT6jFSi .logo img {
    width: 70px;
  }
  .cid-sBPDT6jFSi .image__block {
    flex-wrap: wrap;
  }
  .cid-sBPDT6jFSi .img-wrap1 img {
    max-width: 315px;
  }
  .cid-sBPDT6jFSi .img-wrap2 img {
    max-width: 315px;
  }
  .cid-sBPDT6jFSi .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-sBPDT6jFSi .mbr-text {
  color: #000000;
}
.cid-skAuFdhxFf {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background-color: #ddebe9;
}
.cid-skAuFdhxFf .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #fe5925;
}
.cid-skAuFdhxFf .mbr-section-title {
  color: #d3045f;
}
.cid-skAuFdhxFf .link {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-skAuFdhxFf .link a {
  font-weight: 700;
}
.cid-skAuFdhxFf .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-skAuFdhxFf .link:hover span {
  transform: translateX(9px);
}
.cid-skAuFdhxFf .wrap {
  margin-top: 13px;
}
.cid-skAuFdhxFf .wrap .card__block {
  position: relative;
  padding-right: 90px;
  margin-bottom: 69px;
}
.cid-skAuFdhxFf .wrap .card__block:before {
  content: "";
  position: absolute;
  top: 0;
  left: -29px;
  width: 29px;
  height: 29px;
  background-image: url("../../../assets/images/geometrical.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-skAuFdhxFf .wrap .card__block .card__text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-skAuFdhxFf .mbr-section-subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .cid-skAuFdhxFf .wrap {
    margin-top: 45px;
  }
  .cid-skAuFdhxFf .wrap .card__block {
    min-height: 29px;
    padding-right: 5px;
    margin-bottom: 29px;
  }
  .cid-skAuFdhxFf .wrap .card__block:before {
    left: -52px;
  }
  .cid-skAuFdhxFf .link {
    margin-top: 12px;
    margin-bottom: 9px;
  }
}
.cid-skAuFdhxFf .mbr-section-title,
.cid-skAuFdhxFf .link {
  color: #003d59;
}
.cid-skAuFdhxFf .card__text {
  color: #000000;
}
.cid-skAPRDLK25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eef5f4;
}
.cid-skAPRDLK25 .listico {
  padding-right: 1rem;
  font-size: 1.4rem;
}
.cid-skAPRDLK25 .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-skAPRDLK25 .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-skAPRDLK25 .form-group {
  padding-right: 0;
}
.cid-skAPRDLK25 .card {
  padding: 3rem 8rem;
}
.cid-skAPRDLK25 .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-skAPRDLK25 .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-skAPRDLK25 .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-skAPRDLK25 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skAPRDLK25 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-skAPRDLK25 .map-placeholder {
  display: none;
}
.cid-skAPRDLK25 .btn-primary {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .btn-primary:hover {
  border: 1px solid #003d59 !important;
}
.cid-skAPRDLK25 .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-skAPRDLK25 .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-skAPRDLK25 .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-skAPRDLK25 .mbr-text {
  color: #444;
}
.cid-skAPRDLK25 h5 {
  margin-bottom: 0;
}
.cid-skAPRDLK25 .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-skAPRDLK25 .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-skAPRDLK25 .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-skAPRDLK25 .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-skAPRDLK25 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skAPRDLK25 .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-skAPRDLK25 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-skAPRDLK25 .social-list a:hover {
  opacity: 0.4;
}
.cid-skAPRDLK25 .media-container-row > div {
  padding: 0px;
}
.cid-skAPRDLK25 .text2 {
  color: #000000;
  text-align: left;
}
.cid-skAPRDLK25 .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-skAPRDLK25 .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-skAPRDLK25 .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-skAPRDLK25 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-skAPRDLK25 h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-skAPRDLK25 .form-group {
    max-width: 180px;
  }
  .cid-skAPRDLK25 .card {
    padding: 2rem 1rem;
  }
}
.cid-skAPRDLK25 .links span {
  color: #9e9e9e;
}
.cid-skAPRDLK25 .logo-title,
.cid-skAPRDLK25 .logo-sub-title {
  text-align: center;
}
.cid-skAPRDLK25 .logo-sub-title i {
  color: #9e9e9e;
}
