body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 2.08rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.65rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.64rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 1rem !important;
  }
}
@media (max-width: 992px) {
  .display-4:not(.nav-link) {
    font-size: 0.78rem;
  }
}
@media (max-width: 992px) {
  .display-5 {
    font-size: 1.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #759f34 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #759f34 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #759f34 !important;
  border-color: #759f34 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #4b6521 !important;
  border-color: #4b6521 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #4b6521 !important;
  border-color: #4b6521 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #759f34 !important;
  border-color: #759f34 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #4b6521 !important;
  border-color: #4b6521 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #4b6521 !important;
  border-color: #4b6521 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3c521b;
  color: #3c521b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #759f34;
  border-color: #759f34;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #759f34 !important;
  border-color: #759f34 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #3c521b;
  color: #3c521b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #759f34;
  border-color: #759f34;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #759f34 !important;
  border-color: #759f34 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #759f34 !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #759f34 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #a7ce6b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #57c8ef !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #a7ce6b !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #759f34;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #759f34;
  border-color: #759f34;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #759f34;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3d57e;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3d57e;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #759f34;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #759f34;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #759f34;
  border-bottom-color: #759f34;
}
.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: #759f34 !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: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23759f34' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rNG0vrPI3S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .nav-item,
.cid-rNG0vrPI3S .nav-link,
.cid-rNG0vrPI3S .navbar-caption {
  font-weight: normal;
}
.cid-rNG0vrPI3S .nav-item:focus,
.cid-rNG0vrPI3S .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNG0vrPI3S .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNG0vrPI3S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNG0vrPI3S .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rNG0vrPI3S .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rNG0vrPI3S .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNG0vrPI3S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNG0vrPI3S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNG0vrPI3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNG0vrPI3S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNG0vrPI3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNG0vrPI3S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNG0vrPI3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNG0vrPI3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNG0vrPI3S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNG0vrPI3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNG0vrPI3S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNG0vrPI3S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNG0vrPI3S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNG0vrPI3S .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rNG0vrPI3S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNG0vrPI3S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNG0vrPI3S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNG0vrPI3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNG0vrPI3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNG0vrPI3S .dropdown-item.active,
.cid-rNG0vrPI3S .dropdown-item:active {
  background-color: transparent;
}
.cid-rNG0vrPI3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNG0vrPI3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNG0vrPI3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rNG0vrPI3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNG0vrPI3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNG0vrPI3S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNG0vrPI3S .navbar-buttons {
  text-align: center;
}
.cid-rNG0vrPI3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG0vrPI3S .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNG0vrPI3S a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNG0vrPI3S .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNG0vrPI3S .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rNG0vrPI3S .soc-item {
  margin: .5rem .3rem;
}
.cid-rNG0vrPI3S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNG0vrPI3S .navbar {
    height: 77px;
  }
  .cid-rNG0vrPI3S .navbar.opened {
    height: auto;
  }
  .cid-rNG0vrPI3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNFXf0bUQQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://titlis-taxi.ch/assets/images/titlis-taxi-engelberg-04-2-1297x877.webp");
}
.cid-rNFXf0bUQQ .mbr-text {
  margin: 0;
}
.cid-rNFXf0bUQQ .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rNFXf0bUQQ .row-element,
.cid-rNFXf0bUQQ .image-element {
  padding: 0;
}
.cid-rNFXf0bUQQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNFXf0bUQQ .image-element .img-wrap {
  width: 100% !important;
}
.cid-rNFXf0bUQQ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rNFXf0bUQQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNFXf0bUQQ .carousel-item.active,
.cid-rNFXf0bUQQ .carousel-item-next,
.cid-rNFXf0bUQQ .carousel-item-prev {
  display: flex;
}
.cid-rNFXf0bUQQ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rNFXf0bUQQ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #759f34;
}
.cid-rNFXf0bUQQ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rNFXf0bUQQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rNFXf0bUQQ .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rNFXf0bUQQ .carousel-controls {
    display: block;
  }
  .cid-rNFXf0bUQQ .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rNFXf0bUQQ .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rNFXf0bUQQ .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rNFXf0bUQQ .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rNFXf0bUQQ .text-element {
    padding: 1rem;
  }
  .cid-rNFXf0bUQQ .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNFXf0bUQQ .image-element {
    min-width: 50%;
  }
  .cid-rNFXf0bUQQ .media-container-row {
    width: 100%;
  }
}
.cid-rNFXf0bUQQ .mbr-subtitle {
  color: #759f34;
}
.cid-szE2M976Vs {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-szE2M976Vs .mbr-section-title {
  color: #444444;
}
.cid-szE2M976Vs .mbr-section-subtitle {
  color: #3e3b3b;
}
.cid-szE2M976Vs .mbr-text {
  color: #8d97ad;
}
.cid-szE2M976Vs .nav {
  border: none;
}
.cid-szE2M976Vs .nav-tabs {
  width: 100%;
}
.cid-szE2M976Vs .nav-tabs .nav-item {
  margin-bottom: 1rem;
  width: 100%;
}
.cid-szE2M976Vs .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-szE2M976Vs .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #79a532;
  font-weight: 500;
  padding: 1rem 1rem;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  margin: 0px;
  border-radius: 0px !important;
  border-bottom: 1px solid #dee2e6;
  transition: all .3s;
}
.cid-szE2M976Vs .nav-tabs .nav-link:hover {
  background-color: #62852a;
  color: #ffffff;
}
.cid-szE2M976Vs .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #62852a;
}
.cid-szE2M976Vs .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-szE2M976Vs .nav-item {
    display: table-row !important;
  }
}
.cid-szE2M976Vs .mbr-text,
.cid-szE2M976Vs .mbr-section-btn {
  color: #3e3b3b;
}
.cid-rNK4lfbhLB {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #2b2929;
}
.cid-rPOyo827L4 {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://titlis-taxi.ch/assets/images/sommer-titlis-taxi-1-1200x797.webp");
}
.cid-rPOyo827L4 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rPOyo827L4 ul li {
  padding: 1rem 0;
}
.cid-rPOyo827L4 ul li:hover {
  color: #759f34;
}
.cid-rPOyo827L4 .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPOyo827L4 .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rPOyo827L4 .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rPOyo827L4 .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rPOyo827L4 .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rPOyo827L4 .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rPOyo827L4 .map {
    height: auto;
  }
}
.cid-rPOyo827L4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rPOyo827L4 .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rPOyo827L4 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPOyo827L4 .social-list a:hover {
  opacity: 1;
}
.cid-rPOyo827L4 .row-element,
.cid-rPOyo827L4 .image-element {
  padding: 0;
}
.cid-rPOyo827L4 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPOyo827L4 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #759f34, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPOyo827L4 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPOyo827L4 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPOyo827L4 .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPOyo827L4 .underline .line {
    height: 2px;
  }
  .cid-rPOyo827L4 .mbr-title,
  .cid-rPOyo827L4 .underline,
  .cid-rPOyo827L4 .mbr-text,
  .cid-rPOyo827L4 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPOyo827L4 .mbr-title,
.cid-rPOyo827L4 .underline {
  color: #759f34;
}
.cid-rPOyo827L4 .mbr-text,
.cid-rPOyo827L4 .mbr-section-btn {
  color: #ffffff;
}
.cid-rPOyo827L4 mbr-list LI {
  color: #ffffff;
}
.cid-rPOyo827L4 mbr-list {
  text-align: center;
}
.cid-rPOyo827L4 .mbr-list,
.cid-rPOyo827L4 .social-list mbr-list {
  color: #ffffff;
}
.cid-rPOyo827L4 .social-list,
.cid-rPOyo827L4 .mbr-list {
  color: #efefef;
}
.cid-rPOyo827L4 .social-list,
.cid-rPOyo827L4 .mbr-list UL {
  text-align: left;
}
.cid-rNG0vrPI3S .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .nav-item,
.cid-rNG0vrPI3S .nav-link,
.cid-rNG0vrPI3S .navbar-caption {
  font-weight: normal;
}
.cid-rNG0vrPI3S .nav-item:focus,
.cid-rNG0vrPI3S .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rNG0vrPI3S .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNG0vrPI3S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG0vrPI3S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNG0vrPI3S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNG0vrPI3S .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rNG0vrPI3S .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rNG0vrPI3S .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rNG0vrPI3S .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNG0vrPI3S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNG0vrPI3S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rNG0vrPI3S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNG0vrPI3S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNG0vrPI3S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rNG0vrPI3S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNG0vrPI3S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNG0vrPI3S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNG0vrPI3S .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNG0vrPI3S .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNG0vrPI3S .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rNG0vrPI3S .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNG0vrPI3S .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNG0vrPI3S .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNG0vrPI3S .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rNG0vrPI3S .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNG0vrPI3S .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNG0vrPI3S .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNG0vrPI3S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNG0vrPI3S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNG0vrPI3S .dropdown-item.active,
.cid-rNG0vrPI3S .dropdown-item:active {
  background-color: transparent;
}
.cid-rNG0vrPI3S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNG0vrPI3S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNG0vrPI3S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rNG0vrPI3S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNG0vrPI3S .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rNG0vrPI3S ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNG0vrPI3S .navbar-buttons {
  text-align: center;
}
.cid-rNG0vrPI3S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG0vrPI3S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNG0vrPI3S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG0vrPI3S .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rNG0vrPI3S a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNG0vrPI3S .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rNG0vrPI3S .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rNG0vrPI3S .soc-item {
  margin: .5rem .3rem;
}
.cid-rNG0vrPI3S .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNG0vrPI3S .navbar {
    height: 77px;
  }
  .cid-rNG0vrPI3S .navbar.opened {
    height: auto;
  }
  .cid-rNG0vrPI3S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rNLof9xWfJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNLof9xWfJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNLof9xWfJ H1 {
  color: #759f34;
}
.cid-rNLof9xWfJ .mbr-text,
.cid-rNLof9xWfJ .mbr-section-btn {
  color: #716c80;
}
.cid-rNLof9xWfJ H3 {
  color: #716c80;
}
.cid-rNLof9xWfJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNLof9xWfJ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNLof9xWfJ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNLof9xWfJ .link:hover {
  color: #759f34 !important;
}
.cid-rNLof9xWfJ .link:hover .link-ico {
  color: #759f34 !important;
  padding-left: 10px;
}
.cid-rNLof9xWfJ DIV {
  color: #57468b;
}
.cid-rNLof9xWfJ .mbr-text,
.cid-rNLof9xWfJ .media-content {
  color: #2b2929;
}
.cid-rNLp0Yt8Qa {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rNLp0Yt8Qa img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNLp0Yt8Qa H1 {
  color: #759f34;
}
.cid-rNLp0Yt8Qa .mbr-text,
.cid-rNLp0Yt8Qa .mbr-section-btn {
  color: #716c80;
}
.cid-rNLp0Yt8Qa H3 {
  color: #716c80;
}
.cid-rNLp0Yt8Qa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNLp0Yt8Qa .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNLp0Yt8Qa .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNLp0Yt8Qa .link:hover {
  color: #759f34 !important;
}
.cid-rNLp0Yt8Qa .link:hover .link-ico {
  color: #759f34 !important;
  padding-left: 10px;
}
.cid-rNLp0Yt8Qa DIV {
  color: #57468b;
}
.cid-rNLp0Yt8Qa .mbr-text,
.cid-rNLp0Yt8Qa .media-content {
  color: #2b2929;
}
.cid-rNLpsCjD9c {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rNLpsCjD9c img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-rNLpsCjD9c H1 {
  color: #759f34;
}
.cid-rNLpsCjD9c .mbr-text,
.cid-rNLpsCjD9c .mbr-section-btn {
  color: #716c80;
}
.cid-rNLpsCjD9c H3 {
  color: #716c80;
}
.cid-rNLpsCjD9c .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-rNLpsCjD9c .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-rNLpsCjD9c .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-rNLpsCjD9c .link:hover {
  color: #759f34 !important;
}
.cid-rNLpsCjD9c .link:hover .link-ico {
  color: #759f34 !important;
  padding-left: 10px;
}
.cid-rNLpsCjD9c DIV {
  color: #57468b;
}
.cid-rNLpsCjD9c .mbr-text,
.cid-rNLpsCjD9c .media-content {
  color: #2b2929;
}
.cid-rPQ7cByrNg .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7cByrNg .nav-item,
.cid-rPQ7cByrNg .nav-link,
.cid-rPQ7cByrNg .navbar-caption {
  font-weight: normal;
}
.cid-rPQ7cByrNg .nav-item:focus,
.cid-rPQ7cByrNg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPQ7cByrNg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPQ7cByrNg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7cByrNg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPQ7cByrNg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPQ7cByrNg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rPQ7cByrNg .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rPQ7cByrNg .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPQ7cByrNg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPQ7cByrNg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPQ7cByrNg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPQ7cByrNg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rPQ7cByrNg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPQ7cByrNg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPQ7cByrNg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rPQ7cByrNg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPQ7cByrNg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7cByrNg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPQ7cByrNg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPQ7cByrNg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPQ7cByrNg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPQ7cByrNg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPQ7cByrNg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rPQ7cByrNg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPQ7cByrNg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPQ7cByrNg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPQ7cByrNg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPQ7cByrNg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPQ7cByrNg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPQ7cByrNg .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rPQ7cByrNg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPQ7cByrNg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPQ7cByrNg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rPQ7cByrNg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPQ7cByrNg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPQ7cByrNg .dropdown-item.active,
.cid-rPQ7cByrNg .dropdown-item:active {
  background-color: transparent;
}
.cid-rPQ7cByrNg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPQ7cByrNg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPQ7cByrNg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rPQ7cByrNg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPQ7cByrNg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPQ7cByrNg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPQ7cByrNg .navbar-buttons {
  text-align: center;
}
.cid-rPQ7cByrNg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPQ7cByrNg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPQ7cByrNg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPQ7cByrNg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7cByrNg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7cByrNg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPQ7cByrNg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7cByrNg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPQ7cByrNg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPQ7cByrNg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7cByrNg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPQ7cByrNg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPQ7cByrNg .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPQ7cByrNg .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPQ7cByrNg .soc-item {
  margin: .5rem .3rem;
}
.cid-rPQ7cByrNg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7cByrNg .navbar {
    height: 77px;
  }
  .cid-rPQ7cByrNg .navbar.opened {
    height: auto;
  }
  .cid-rPQ7cByrNg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPQ7cD09Wz {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("https://titlis-taxi.ch/assets/images/titlis-taxi-engelberg-04-2-1297x877.webp");
}
.cid-rPQ7cD09Wz .mbr-text {
  margin: 0;
}
.cid-rPQ7cD09Wz .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rPQ7cD09Wz .row-element,
.cid-rPQ7cD09Wz .image-element {
  padding: 0;
}
.cid-rPQ7cD09Wz .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7cD09Wz .image-element .img-wrap {
  width: 100% !important;
}
.cid-rPQ7cD09Wz .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPQ7cD09Wz .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7cD09Wz .carousel-item.active,
.cid-rPQ7cD09Wz .carousel-item-next,
.cid-rPQ7cD09Wz .carousel-item-prev {
  display: flex;
}
.cid-rPQ7cD09Wz .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rPQ7cD09Wz .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #759f34;
}
.cid-rPQ7cD09Wz .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rPQ7cD09Wz .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rPQ7cD09Wz .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rPQ7cD09Wz .carousel-controls {
    display: block;
  }
  .cid-rPQ7cD09Wz .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rPQ7cD09Wz .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rPQ7cD09Wz .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rPQ7cD09Wz .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rPQ7cD09Wz .text-element {
    padding: 1rem;
  }
  .cid-rPQ7cD09Wz .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7cD09Wz .image-element {
    min-width: 50%;
  }
  .cid-rPQ7cD09Wz .media-container-row {
    width: 100%;
  }
}
.cid-rPQ7cD09Wz .mbr-subtitle {
  color: #759f34;
}
.cid-rPQ7cEDV30 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e3b3b;
  background: linear-gradient(0deg, #3e3b3b, #131313);
}
.cid-rPQ7cEDV30 .nav {
  border: none;
}
.cid-rPQ7cEDV30 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rPQ7cEDV30 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rPQ7cEDV30 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-rPQ7cEDV30 .tab-content {
  margin-top: 3rem;
}
.cid-rPQ7cEDV30 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPQ7cEDV30 .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #759f34;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #63872c;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-rPQ7cEDV30 .nav-tabs .nav-link:hover {
  background-color: #efefef;
  color: #000000;
}
.cid-rPQ7cEDV30 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-rPQ7cEDV30 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rPQ7cEDV30 .nav-item {
    display: table-row !important;
  }
}
.cid-rPQ7cEDV30 .mbr-section-subtitle,
.cid-rPQ7cEDV30 .mbr-text,
.cid-rPQ7cEDV30 .mbr-section-btn {
  color: #8d97ad;
}
.cid-rPQ7cEDV30 .mbr-section-title {
  color: #efefef;
}
.cid-rPQ7cEDV30 .mbr-section-subtitle {
  color: #efefef;
}
.cid-rPQ7cEDV30 .title-content {
  color: #efefef;
}
.cid-rPQ7cEDV30 .mbr-text,
.cid-rPQ7cEDV30 .mbr-section-btn {
  color: #cccccc;
}
.cid-rPQ7cGbvc7 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQ7cGPRCy {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://titlis-taxi.ch/assets/images/sommer-titlis-taxi-1-1200x797.webp");
}
.cid-rPQ7cGPRCy ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rPQ7cGPRCy ul li {
  padding: 1rem 0;
}
.cid-rPQ7cGPRCy ul li:hover {
  color: #759f34;
}
.cid-rPQ7cGPRCy .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPQ7cGPRCy .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rPQ7cGPRCy .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rPQ7cGPRCy .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rPQ7cGPRCy .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rPQ7cGPRCy .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rPQ7cGPRCy .map {
    height: auto;
  }
}
.cid-rPQ7cGPRCy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rPQ7cGPRCy .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rPQ7cGPRCy .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPQ7cGPRCy .social-list a:hover {
  opacity: 1;
}
.cid-rPQ7cGPRCy .row-element,
.cid-rPQ7cGPRCy .image-element {
  padding: 0;
}
.cid-rPQ7cGPRCy .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPQ7cGPRCy .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #759f34, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPQ7cGPRCy .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPQ7cGPRCy .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPQ7cGPRCy .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPQ7cGPRCy .underline .line {
    height: 2px;
  }
  .cid-rPQ7cGPRCy .mbr-title,
  .cid-rPQ7cGPRCy .underline,
  .cid-rPQ7cGPRCy .mbr-text,
  .cid-rPQ7cGPRCy .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPQ7cGPRCy .mbr-title,
.cid-rPQ7cGPRCy .underline {
  color: #759f34;
}
.cid-rPQ7cGPRCy .mbr-text,
.cid-rPQ7cGPRCy .mbr-section-btn {
  color: #ffffff;
}
.cid-rPQ7cGPRCy mbr-list LI {
  color: #ffffff;
}
.cid-rPQ7cGPRCy mbr-list {
  text-align: center;
}
.cid-rPQ7cGPRCy .mbr-list,
.cid-rPQ7cGPRCy .social-list mbr-list {
  color: #ffffff;
}
.cid-rPQ7cGPRCy .social-list,
.cid-rPQ7cGPRCy .mbr-list {
  color: #efefef;
}
.cid-rPQ7cGPRCy .social-list,
.cid-rPQ7cGPRCy .mbr-list UL {
  text-align: left;
}
.cid-rPQ6y2Y5cT .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ6y2Y5cT .nav-item,
.cid-rPQ6y2Y5cT .nav-link,
.cid-rPQ6y2Y5cT .navbar-caption {
  font-weight: normal;
}
.cid-rPQ6y2Y5cT .nav-item:focus,
.cid-rPQ6y2Y5cT .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPQ6y2Y5cT .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPQ6y2Y5cT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ6y2Y5cT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPQ6y2Y5cT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPQ6y2Y5cT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rPQ6y2Y5cT .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rPQ6y2Y5cT .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPQ6y2Y5cT .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPQ6y2Y5cT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPQ6y2Y5cT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPQ6y2Y5cT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rPQ6y2Y5cT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPQ6y2Y5cT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPQ6y2Y5cT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rPQ6y2Y5cT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPQ6y2Y5cT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ6y2Y5cT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPQ6y2Y5cT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPQ6y2Y5cT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPQ6y2Y5cT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPQ6y2Y5cT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPQ6y2Y5cT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rPQ6y2Y5cT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPQ6y2Y5cT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPQ6y2Y5cT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPQ6y2Y5cT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPQ6y2Y5cT .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPQ6y2Y5cT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPQ6y2Y5cT .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rPQ6y2Y5cT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPQ6y2Y5cT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPQ6y2Y5cT .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rPQ6y2Y5cT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPQ6y2Y5cT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPQ6y2Y5cT .dropdown-item.active,
.cid-rPQ6y2Y5cT .dropdown-item:active {
  background-color: transparent;
}
.cid-rPQ6y2Y5cT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPQ6y2Y5cT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPQ6y2Y5cT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rPQ6y2Y5cT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPQ6y2Y5cT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPQ6y2Y5cT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPQ6y2Y5cT .navbar-buttons {
  text-align: center;
}
.cid-rPQ6y2Y5cT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPQ6y2Y5cT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPQ6y2Y5cT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPQ6y2Y5cT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ6y2Y5cT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ6y2Y5cT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPQ6y2Y5cT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ6y2Y5cT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPQ6y2Y5cT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPQ6y2Y5cT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ6y2Y5cT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPQ6y2Y5cT a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPQ6y2Y5cT .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPQ6y2Y5cT .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPQ6y2Y5cT .soc-item {
  margin: .5rem .3rem;
}
.cid-rPQ6y2Y5cT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ6y2Y5cT .navbar {
    height: 77px;
  }
  .cid-rPQ6y2Y5cT .navbar.opened {
    height: auto;
  }
  .cid-rPQ6y2Y5cT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPQ6y48jZV {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("https://titlis-taxi.ch/assets/images/titlis-taxi-engelberg-04-2-1297x877.webp");
}
.cid-rPQ6y48jZV .mbr-text {
  margin: 0;
}
.cid-rPQ6y48jZV .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rPQ6y48jZV .row-element,
.cid-rPQ6y48jZV .image-element {
  padding: 0;
}
.cid-rPQ6y48jZV .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ6y48jZV .image-element .img-wrap {
  width: 100% !important;
}
.cid-rPQ6y48jZV .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPQ6y48jZV .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ6y48jZV .carousel-item.active,
.cid-rPQ6y48jZV .carousel-item-next,
.cid-rPQ6y48jZV .carousel-item-prev {
  display: flex;
}
.cid-rPQ6y48jZV .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rPQ6y48jZV .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #759f34;
}
.cid-rPQ6y48jZV .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rPQ6y48jZV .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rPQ6y48jZV .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rPQ6y48jZV .carousel-controls {
    display: block;
  }
  .cid-rPQ6y48jZV .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rPQ6y48jZV .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rPQ6y48jZV .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rPQ6y48jZV .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rPQ6y48jZV .text-element {
    padding: 1rem;
  }
  .cid-rPQ6y48jZV .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ6y48jZV .image-element {
    min-width: 50%;
  }
  .cid-rPQ6y48jZV .media-container-row {
    width: 100%;
  }
}
.cid-rPQ6y48jZV .mbr-subtitle {
  color: #759f34;
}
.cid-rPQ6y5ypbK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e3b3b;
  background: linear-gradient(0deg, #3e3b3b, #131313);
}
.cid-rPQ6y5ypbK .nav {
  border: none;
}
.cid-rPQ6y5ypbK .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rPQ6y5ypbK .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rPQ6y5ypbK .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-rPQ6y5ypbK .tab-content {
  margin-top: 3rem;
}
.cid-rPQ6y5ypbK .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPQ6y5ypbK .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #759f34;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #63872c;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-rPQ6y5ypbK .nav-tabs .nav-link:hover {
  background-color: #efefef;
  color: #000000;
}
.cid-rPQ6y5ypbK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-rPQ6y5ypbK .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rPQ6y5ypbK .nav-item {
    display: table-row !important;
  }
}
.cid-rPQ6y5ypbK .mbr-section-subtitle,
.cid-rPQ6y5ypbK .mbr-text,
.cid-rPQ6y5ypbK .mbr-section-btn {
  color: #8d97ad;
}
.cid-rPQ6y5ypbK .mbr-section-title {
  color: #efefef;
}
.cid-rPQ6y5ypbK .mbr-section-subtitle {
  color: #efefef;
}
.cid-rPQ6y5ypbK .title-content {
  color: #efefef;
}
.cid-rPQ6y5ypbK .mbr-text,
.cid-rPQ6y5ypbK .mbr-section-btn {
  color: #cccccc;
}
.cid-rPQ6y6SKjq {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQ6y7x3Yf {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://titlis-taxi.ch/assets/images/sommer-titlis-taxi-1-1200x797.webp");
}
.cid-rPQ6y7x3Yf ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rPQ6y7x3Yf ul li {
  padding: 1rem 0;
}
.cid-rPQ6y7x3Yf ul li:hover {
  color: #759f34;
}
.cid-rPQ6y7x3Yf .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPQ6y7x3Yf .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rPQ6y7x3Yf .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rPQ6y7x3Yf .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rPQ6y7x3Yf .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rPQ6y7x3Yf .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rPQ6y7x3Yf .map {
    height: auto;
  }
}
.cid-rPQ6y7x3Yf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rPQ6y7x3Yf .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rPQ6y7x3Yf .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPQ6y7x3Yf .social-list a:hover {
  opacity: 1;
}
.cid-rPQ6y7x3Yf .row-element,
.cid-rPQ6y7x3Yf .image-element {
  padding: 0;
}
.cid-rPQ6y7x3Yf .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPQ6y7x3Yf .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #759f34, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPQ6y7x3Yf .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPQ6y7x3Yf .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPQ6y7x3Yf .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPQ6y7x3Yf .underline .line {
    height: 2px;
  }
  .cid-rPQ6y7x3Yf .mbr-title,
  .cid-rPQ6y7x3Yf .underline,
  .cid-rPQ6y7x3Yf .mbr-text,
  .cid-rPQ6y7x3Yf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPQ6y7x3Yf .mbr-title,
.cid-rPQ6y7x3Yf .underline {
  color: #759f34;
}
.cid-rPQ6y7x3Yf .mbr-text,
.cid-rPQ6y7x3Yf .mbr-section-btn {
  color: #ffffff;
}
.cid-rPQ6y7x3Yf mbr-list LI {
  color: #ffffff;
}
.cid-rPQ6y7x3Yf mbr-list {
  text-align: center;
}
.cid-rPQ6y7x3Yf .mbr-list,
.cid-rPQ6y7x3Yf .social-list mbr-list {
  color: #ffffff;
}
.cid-rPQ6y7x3Yf .social-list,
.cid-rPQ6y7x3Yf .mbr-list {
  color: #efefef;
}
.cid-rPQ6y7x3Yf .social-list,
.cid-rPQ6y7x3Yf .mbr-list UL {
  text-align: left;
}
.cid-rPQ7JAUDBU .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7JAUDBU .nav-item,
.cid-rPQ7JAUDBU .nav-link,
.cid-rPQ7JAUDBU .navbar-caption {
  font-weight: normal;
}
.cid-rPQ7JAUDBU .nav-item:focus,
.cid-rPQ7JAUDBU .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPQ7JAUDBU .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPQ7JAUDBU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7JAUDBU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPQ7JAUDBU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPQ7JAUDBU .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rPQ7JAUDBU .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rPQ7JAUDBU .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPQ7JAUDBU .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPQ7JAUDBU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPQ7JAUDBU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPQ7JAUDBU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rPQ7JAUDBU .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPQ7JAUDBU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPQ7JAUDBU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rPQ7JAUDBU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPQ7JAUDBU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7JAUDBU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPQ7JAUDBU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPQ7JAUDBU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPQ7JAUDBU .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPQ7JAUDBU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPQ7JAUDBU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rPQ7JAUDBU .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPQ7JAUDBU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPQ7JAUDBU .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPQ7JAUDBU .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPQ7JAUDBU .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPQ7JAUDBU .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPQ7JAUDBU .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rPQ7JAUDBU .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPQ7JAUDBU .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPQ7JAUDBU .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rPQ7JAUDBU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPQ7JAUDBU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPQ7JAUDBU .dropdown-item.active,
.cid-rPQ7JAUDBU .dropdown-item:active {
  background-color: transparent;
}
.cid-rPQ7JAUDBU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPQ7JAUDBU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPQ7JAUDBU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rPQ7JAUDBU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPQ7JAUDBU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPQ7JAUDBU ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPQ7JAUDBU .navbar-buttons {
  text-align: center;
}
.cid-rPQ7JAUDBU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPQ7JAUDBU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPQ7JAUDBU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPQ7JAUDBU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7JAUDBU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7JAUDBU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPQ7JAUDBU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7JAUDBU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPQ7JAUDBU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPQ7JAUDBU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7JAUDBU .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPQ7JAUDBU a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPQ7JAUDBU .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPQ7JAUDBU .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPQ7JAUDBU .soc-item {
  margin: .5rem .3rem;
}
.cid-rPQ7JAUDBU .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7JAUDBU .navbar {
    height: 77px;
  }
  .cid-rPQ7JAUDBU .navbar.opened {
    height: auto;
  }
  .cid-rPQ7JAUDBU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPQ7JCEvI2 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("https://titlis-taxi.ch/assets/images/titlis-taxi-engelberg-04-2-1297x877.webp");
}
.cid-rPQ7JCEvI2 .mbr-text {
  margin: 0;
}
.cid-rPQ7JCEvI2 .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rPQ7JCEvI2 .row-element,
.cid-rPQ7JCEvI2 .image-element {
  padding: 0;
}
.cid-rPQ7JCEvI2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7JCEvI2 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rPQ7JCEvI2 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPQ7JCEvI2 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7JCEvI2 .carousel-item.active,
.cid-rPQ7JCEvI2 .carousel-item-next,
.cid-rPQ7JCEvI2 .carousel-item-prev {
  display: flex;
}
.cid-rPQ7JCEvI2 .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rPQ7JCEvI2 .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #759f34;
}
.cid-rPQ7JCEvI2 .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rPQ7JCEvI2 .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rPQ7JCEvI2 .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rPQ7JCEvI2 .carousel-controls {
    display: block;
  }
  .cid-rPQ7JCEvI2 .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rPQ7JCEvI2 .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rPQ7JCEvI2 .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rPQ7JCEvI2 .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rPQ7JCEvI2 .text-element {
    padding: 1rem;
  }
  .cid-rPQ7JCEvI2 .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7JCEvI2 .image-element {
    min-width: 50%;
  }
  .cid-rPQ7JCEvI2 .media-container-row {
    width: 100%;
  }
}
.cid-rPQ7JCEvI2 .mbr-subtitle {
  color: #759f34;
}
.cid-rPQ7JEnGe7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e3b3b;
  background: linear-gradient(0deg, #3e3b3b, #131313);
}
.cid-rPQ7JEnGe7 .nav {
  border: none;
}
.cid-rPQ7JEnGe7 .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rPQ7JEnGe7 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rPQ7JEnGe7 .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-rPQ7JEnGe7 .tab-content {
  margin-top: 3rem;
}
.cid-rPQ7JEnGe7 .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPQ7JEnGe7 .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #759f34;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #63872c;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-rPQ7JEnGe7 .nav-tabs .nav-link:hover {
  background-color: #efefef;
  color: #000000;
}
.cid-rPQ7JEnGe7 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-rPQ7JEnGe7 .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rPQ7JEnGe7 .nav-item {
    display: table-row !important;
  }
}
.cid-rPQ7JEnGe7 .mbr-section-subtitle,
.cid-rPQ7JEnGe7 .mbr-text,
.cid-rPQ7JEnGe7 .mbr-section-btn {
  color: #8d97ad;
}
.cid-rPQ7JEnGe7 .mbr-section-title {
  color: #efefef;
}
.cid-rPQ7JEnGe7 .mbr-section-subtitle {
  color: #efefef;
}
.cid-rPQ7JEnGe7 .title-content {
  color: #efefef;
}
.cid-rPQ7JEnGe7 .mbr-text,
.cid-rPQ7JEnGe7 .mbr-section-btn {
  color: #cccccc;
}
.cid-rPQ7JFY41Q {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQ7JH5EKa {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://titlis-taxi.ch/assets/images/sommer-titlis-taxi-1-1200x797.webp");
}
.cid-rPQ7JH5EKa ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rPQ7JH5EKa ul li {
  padding: 1rem 0;
}
.cid-rPQ7JH5EKa ul li:hover {
  color: #759f34;
}
.cid-rPQ7JH5EKa .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPQ7JH5EKa .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rPQ7JH5EKa .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rPQ7JH5EKa .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rPQ7JH5EKa .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rPQ7JH5EKa .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rPQ7JH5EKa .map {
    height: auto;
  }
}
.cid-rPQ7JH5EKa .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rPQ7JH5EKa .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rPQ7JH5EKa .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPQ7JH5EKa .social-list a:hover {
  opacity: 1;
}
.cid-rPQ7JH5EKa .row-element,
.cid-rPQ7JH5EKa .image-element {
  padding: 0;
}
.cid-rPQ7JH5EKa .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPQ7JH5EKa .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #759f34, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPQ7JH5EKa .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPQ7JH5EKa .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPQ7JH5EKa .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPQ7JH5EKa .underline .line {
    height: 2px;
  }
  .cid-rPQ7JH5EKa .mbr-title,
  .cid-rPQ7JH5EKa .underline,
  .cid-rPQ7JH5EKa .mbr-text,
  .cid-rPQ7JH5EKa .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPQ7JH5EKa .mbr-title,
.cid-rPQ7JH5EKa .underline {
  color: #759f34;
}
.cid-rPQ7JH5EKa .mbr-text,
.cid-rPQ7JH5EKa .mbr-section-btn {
  color: #ffffff;
}
.cid-rPQ7JH5EKa mbr-list LI {
  color: #ffffff;
}
.cid-rPQ7JH5EKa mbr-list {
  text-align: center;
}
.cid-rPQ7JH5EKa .mbr-list,
.cid-rPQ7JH5EKa .social-list mbr-list {
  color: #ffffff;
}
.cid-rPQ7JH5EKa .social-list,
.cid-rPQ7JH5EKa .mbr-list {
  color: #efefef;
}
.cid-rPQ7JH5EKa .social-list,
.cid-rPQ7JH5EKa .mbr-list UL {
  text-align: left;
}
.cid-rPQ7uChFHj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7uChFHj .nav-item,
.cid-rPQ7uChFHj .nav-link,
.cid-rPQ7uChFHj .navbar-caption {
  font-weight: normal;
}
.cid-rPQ7uChFHj .nav-item:focus,
.cid-rPQ7uChFHj .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rPQ7uChFHj .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rPQ7uChFHj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rPQ7uChFHj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rPQ7uChFHj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rPQ7uChFHj .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-rPQ7uChFHj .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-rPQ7uChFHj .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rPQ7uChFHj .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rPQ7uChFHj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rPQ7uChFHj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rPQ7uChFHj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-rPQ7uChFHj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rPQ7uChFHj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rPQ7uChFHj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rPQ7uChFHj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rPQ7uChFHj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7uChFHj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rPQ7uChFHj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rPQ7uChFHj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rPQ7uChFHj .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rPQ7uChFHj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rPQ7uChFHj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rPQ7uChFHj .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rPQ7uChFHj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rPQ7uChFHj .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-rPQ7uChFHj .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rPQ7uChFHj .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rPQ7uChFHj .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rPQ7uChFHj .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-rPQ7uChFHj .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rPQ7uChFHj .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rPQ7uChFHj .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rPQ7uChFHj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rPQ7uChFHj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rPQ7uChFHj .dropdown-item.active,
.cid-rPQ7uChFHj .dropdown-item:active {
  background-color: transparent;
}
.cid-rPQ7uChFHj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rPQ7uChFHj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rPQ7uChFHj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-rPQ7uChFHj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rPQ7uChFHj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rPQ7uChFHj ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rPQ7uChFHj .navbar-buttons {
  text-align: center;
}
.cid-rPQ7uChFHj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rPQ7uChFHj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rPQ7uChFHj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rPQ7uChFHj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7uChFHj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rPQ7uChFHj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rPQ7uChFHj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7uChFHj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rPQ7uChFHj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rPQ7uChFHj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rPQ7uChFHj .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rPQ7uChFHj a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rPQ7uChFHj .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rPQ7uChFHj .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rPQ7uChFHj .soc-item {
  margin: .5rem .3rem;
}
.cid-rPQ7uChFHj .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7uChFHj .navbar {
    height: 77px;
  }
  .cid-rPQ7uChFHj .navbar.opened {
    height: auto;
  }
  .cid-rPQ7uChFHj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPQ7uDVE7o {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("https://titlis-taxi.ch/assets/images/titlis-taxi-engelberg-04-2-1297x877.webp");
}
.cid-rPQ7uDVE7o .mbr-text {
  margin: 0;
}
.cid-rPQ7uDVE7o .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rPQ7uDVE7o .row-element,
.cid-rPQ7uDVE7o .image-element {
  padding: 0;
}
.cid-rPQ7uDVE7o .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7uDVE7o .image-element .img-wrap {
  width: 100% !important;
}
.cid-rPQ7uDVE7o .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rPQ7uDVE7o .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rPQ7uDVE7o .carousel-item.active,
.cid-rPQ7uDVE7o .carousel-item-next,
.cid-rPQ7uDVE7o .carousel-item-prev {
  display: flex;
}
.cid-rPQ7uDVE7o .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-rPQ7uDVE7o .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #759f34;
}
.cid-rPQ7uDVE7o .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rPQ7uDVE7o .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rPQ7uDVE7o .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-rPQ7uDVE7o .carousel-controls {
    display: block;
  }
  .cid-rPQ7uDVE7o .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-rPQ7uDVE7o .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-rPQ7uDVE7o .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-rPQ7uDVE7o .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-rPQ7uDVE7o .text-element {
    padding: 1rem;
  }
  .cid-rPQ7uDVE7o .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPQ7uDVE7o .image-element {
    min-width: 50%;
  }
  .cid-rPQ7uDVE7o .media-container-row {
    width: 100%;
  }
}
.cid-rPQ7uDVE7o .mbr-subtitle {
  color: #759f34;
}
.cid-rPQ7uFAMFX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3e3b3b;
  background: linear-gradient(0deg, #3e3b3b, #131313);
}
.cid-rPQ7uFAMFX .nav {
  border: none;
}
.cid-rPQ7uFAMFX .nav-tabs {
  display: table;
  width: 100%;
}
.cid-rPQ7uFAMFX .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rPQ7uFAMFX .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
}
.cid-rPQ7uFAMFX .tab-content {
  margin-top: 3rem;
}
.cid-rPQ7uFAMFX .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-rPQ7uFAMFX .nav-tabs .nav-link {
  display: flex;
  color: #ffffff;
  box-sizing: border-box;
  font-style: normal;
  background: #759f34;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #63872c;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-rPQ7uFAMFX .nav-tabs .nav-link:hover {
  background-color: #efefef;
  color: #000000;
}
.cid-rPQ7uFAMFX .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #efefef;
  border-bottom: 1px solid #efefef;
}
.cid-rPQ7uFAMFX .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-rPQ7uFAMFX .nav-item {
    display: table-row !important;
  }
}
.cid-rPQ7uFAMFX .mbr-section-subtitle,
.cid-rPQ7uFAMFX .mbr-text,
.cid-rPQ7uFAMFX .mbr-section-btn {
  color: #8d97ad;
}
.cid-rPQ7uFAMFX .mbr-section-title {
  color: #efefef;
}
.cid-rPQ7uFAMFX .mbr-section-subtitle {
  color: #efefef;
}
.cid-rPQ7uFAMFX .title-content {
  color: #efefef;
}
.cid-rPQ7uFAMFX .mbr-text,
.cid-rPQ7uFAMFX .mbr-section-btn {
  color: #cccccc;
}
.cid-rPQ7uHgHzn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rPQ7uIo54r {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0;
  padding-right: 0;
  background-image: url("https://titlis-taxi.ch/assets/images/sommer-titlis-taxi-1-1200x797.webp");
}
.cid-rPQ7uIo54r ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cid-rPQ7uIo54r ul li {
  padding: 1rem 0;
}
.cid-rPQ7uIo54r ul li:hover {
  color: #759f34;
}
.cid-rPQ7uIo54r .main {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rPQ7uIo54r .socicon {
  color: #fff;
  font-size: 1.5rem;
}
.cid-rPQ7uIo54r .mbr-iconfont {
  margin-right: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.cid-rPQ7uIo54r .google-map {
  -webkit-flex: 1;
  flex: 1;
  display: flex;
  position: relative;
}
.cid-rPQ7uIo54r .map {
  padding: 0;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rPQ7uIo54r .map iframe {
  -webkit-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .cid-rPQ7uIo54r .map {
    height: auto;
  }
}
.cid-rPQ7uIo54r .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-rPQ7uIo54r .social-list .soc-item {
  padding: 0;
  margin: 2rem 2rem 0 0;
  display: inline-block;
}
.cid-rPQ7uIo54r .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rPQ7uIo54r .social-list a:hover {
  opacity: 1;
}
.cid-rPQ7uIo54r .row-element,
.cid-rPQ7uIo54r .image-element {
  padding: 0;
}
.cid-rPQ7uIo54r .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-rPQ7uIo54r .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #759f34, #149dcc);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rPQ7uIo54r .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-rPQ7uIo54r .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-rPQ7uIo54r .text-content {
    padding: 2rem 1rem;
  }
  .cid-rPQ7uIo54r .underline .line {
    height: 2px;
  }
  .cid-rPQ7uIo54r .mbr-title,
  .cid-rPQ7uIo54r .underline,
  .cid-rPQ7uIo54r .mbr-text,
  .cid-rPQ7uIo54r .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-rPQ7uIo54r .mbr-title,
.cid-rPQ7uIo54r .underline {
  color: #759f34;
}
.cid-rPQ7uIo54r .mbr-text,
.cid-rPQ7uIo54r .mbr-section-btn {
  color: #ffffff;
}
.cid-rPQ7uIo54r mbr-list LI {
  color: #ffffff;
}
.cid-rPQ7uIo54r mbr-list {
  text-align: center;
}
.cid-rPQ7uIo54r .mbr-list,
.cid-rPQ7uIo54r .social-list mbr-list {
  color: #ffffff;
}
.cid-rPQ7uIo54r .social-list,
.cid-rPQ7uIo54r .mbr-list {
  color: #efefef;
}
.cid-rPQ7uIo54r .social-list,
.cid-rPQ7uIo54r .mbr-list UL {
  text-align: left;
}
.cid-tLMeY3kHdp .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLMeY3kHdp .nav-item,
.cid-tLMeY3kHdp .nav-link,
.cid-tLMeY3kHdp .navbar-caption {
  font-weight: normal;
}
.cid-tLMeY3kHdp .nav-item:focus,
.cid-tLMeY3kHdp .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tLMeY3kHdp .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLMeY3kHdp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLMeY3kHdp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLMeY3kHdp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLMeY3kHdp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2b2929;
}
.cid-tLMeY3kHdp .navbar.opened {
  transition: all .3s;
  background: #2b2929 !important;
}
.cid-tLMeY3kHdp .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tLMeY3kHdp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLMeY3kHdp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLMeY3kHdp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLMeY3kHdp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.7rem - 1rem);
  }
}
.cid-tLMeY3kHdp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLMeY3kHdp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLMeY3kHdp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLMeY3kHdp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLMeY3kHdp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLMeY3kHdp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLMeY3kHdp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLMeY3kHdp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLMeY3kHdp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLMeY3kHdp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLMeY3kHdp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLMeY3kHdp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLMeY3kHdp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLMeY3kHdp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tLMeY3kHdp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLMeY3kHdp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLMeY3kHdp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLMeY3kHdp .navbar.navbar-short {
  background: #2b2929 !important;
  min-height: 60px;
}
.cid-tLMeY3kHdp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tLMeY3kHdp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tLMeY3kHdp .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLMeY3kHdp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLMeY3kHdp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLMeY3kHdp .dropdown-item.active,
.cid-tLMeY3kHdp .dropdown-item:active {
  background-color: transparent;
}
.cid-tLMeY3kHdp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLMeY3kHdp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLMeY3kHdp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2b2929;
}
.cid-tLMeY3kHdp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLMeY3kHdp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLMeY3kHdp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLMeY3kHdp .navbar-buttons {
  text-align: center;
}
.cid-tLMeY3kHdp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLMeY3kHdp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLMeY3kHdp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLMeY3kHdp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLMeY3kHdp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLMeY3kHdp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLMeY3kHdp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLMeY3kHdp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLMeY3kHdp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLMeY3kHdp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLMeY3kHdp .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tLMeY3kHdp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tLMeY3kHdp .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tLMeY3kHdp .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tLMeY3kHdp .soc-item {
  margin: .5rem .3rem;
}
.cid-tLMeY3kHdp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLMeY3kHdp .navbar {
    height: 77px;
  }
  .cid-tLMeY3kHdp .navbar.opened {
    height: auto;
  }
  .cid-tLMeY3kHdp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
