/* ----- Änderungen an Bootstrap ------------------------- */

.my-container,
.my-container-fluid,
.my-col {
    padding: 0 10px;
}

.my-mb-15 {
    margin-bottom: 15px !important;
}

.my-mb-30 {
    margin-bottom: 30px !important;
}

.my-mt-5 {
    margin-top: 5px !important;
}

.my-mt-15 {
    margin-top: 15px !important;
}

.my-mt-30 {
    margin-top: 30px !important;
}

.my-my-90 {
    margin-bottom: 90px !important;
    margin-top: 90px !important;
}

.my-pb-15 {
    padding-bottom: 15px !important;
}

.my-pl-20 {
    padding-left: 20px !important;
}

.my-pl-40 {
    padding-left: 40px !important;
}

.my-pr-20 {
    padding-right: 20px !important;
}

.my-pr-40 {
    padding-right: 40px !important;
}

.my-pt-15 {
    padding-top: 15px !important;
}

.my-px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.my-px-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.my-py-15 {
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

.my-py-30 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
}

.my-py-45 {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
}

.my-py-90 {
    padding-bottom: 90px !important;
    padding-top: 90px !important;
}

.my-row {
    margin: 0 -10px;
}

.cursor-pointer{
    cursor: pointer;
}

/* ----- Grundeinstellungen ------------------------- */

a {
    color: rgba(0, 13, 33, 1);
    outline: none;
    text-decoration: underline;
}

a:hover {
    color: rgba(0, 13, 33, .65);
    text-decoration: none;
}

.bm-h1, h1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.bm-h2, h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

#bm-preloader {
    background-color: #fff;
    display: flex;
    left: 0;
    top: 0;
    z-index: 99999;
}

#bm-preloader img {
    height: 64px;
    position: absolute;
    top: calc(50% - 32px);
    width: 64px;
}

#bm-wrapper {
    opacity: 0;
}

#bm-wrapper.bm-loaded {
    opacity: 1;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

b, strong {
    font-weight: 700;
}

.fancybox-container {
    z-index: 99999;
}

.fancybox-bg {
    background: #fff;
}

.fancybox-button {
    background: transparent;
    transform: scale(2);
    margin-right: 5px;
    margin-top: 5px;
}

.fancybox-button svg path {
    fill: #000d21;
}

hr {
    margin-bottom: 30px;
    margin-top: 27px;
    width: 80px;
}

html, body {
    color: #000d21;
    font-family: 'Cresta W05' "Arial" sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    background-color: transparent;
}

html {
    overflow-x: hidden;
    overflow-y: hidden;
}

input, textarea {
    border: none !important;
    padding: 10px;
    width: 100%;
}

input[type='checkbox'] {
    width: auto;
}

label {
    font-size: 90%;
    font-weight: 700;
    margin: 0 0 5px 19px;
}

p:last-child {
    margin-bottom: 0;
}

.select2-container, button.bm-reset {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #6786a1;
    height: auto;
    padding: 5px 10px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #6786a1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #6786a1 transparent transparent transparent !important;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6786a1 transparent !important;
}

.select2-search--dropdown {
    display: none !important;
}

button.bm-reset {
    background-color: transparent;
    color: #6786a1;
    height: auto;
    padding: 5px 10px !important;
    text-decoration: underline;
}

button.bm-reset:hover {
    text-decoration: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent;
}

button.bm-reset {
    min-height: 39px;
    opacity: .75;
}

button.bm-reset:hover {
    opacity: 1;
}

button.bm-reset:active {
    opacity: .75;
}

.show-on-scroll {
    opacity: .2;
    -webkit-transition: opacity 1.5s cubic-bezier(0, 0, .5, 1);
    -moz-transition: opacity 1.5s cubic-bezier(0, 0, .5, 1);
    transition: opacity 1.5s cubic-bezier(0, 0, .5, 1);
    will-change: opacity;
}

.show-on-scroll.is-visible {
    opacity: 1;
}

/* ----- Header, Logo + Navigation ------------------------- */

#bm-close {
    cursor: pointer;
    padding: 30px 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99998;
}

#bm-close img {
    height: 30px;
    width: 30px;
}

#bm-hamburger {
    cursor: pointer;
}

#bm-hamburger img {
    height: 30px;
    width: 30px;
}

#bm-header {
    font-size: .9rem;
    opacity: 1;
    -webkit-transition: opacity .5s cubic-bezier(0, 0, .5, 1);
    -moz-transition: opacity .5s cubic-bezier(0, 0, .5, 1);
    transition: opacity .5s cubic-bezier(0, 0, .5, 1);
    position: absolute;
    top: 0;
    z-index: 99996;
}

#bm-header.scrolled-down {
    opacity: .9;
}

#bm-header.scrolled-down:hover {
    opacity: 1;
}

#bm-header .bm-arrow-up-icon img {
    height: 40px;
    width: 40px;
}

#bm-header .bm-logo-header img {
    height: 100%;
    min-height: 100px;
    min-width: 100px;
    max-height: 302px;
    max-width: 302px;
    width: 100%;
}

#bm-header .bm-pavillon-logo-header img {
    height: 100%;
    min-height: 81px;
    min-width: 100px;
    max-height: 203px;
    max-width: 250px;
    width: 100%;
}

#bm-nav {
    height: 108px;
    transform-origin: left;
}

#bm-nav ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#bm-nav ul li {
    float: left;
    font-size: 28px;
    text-transform: uppercase;
}

#bm-nav ul li:not(:first-child) {
    margin-left: 40px;
}

#bm-nav ul li a {
    color: #000d21;
    text-decoration: none;
}

#bm-nav ul li.bm-active a {
    color: #fff;
}

#bm-nav ul li a:hover {
    color: #fff;
    transition: all .25s ease;
}

#bm-nav-mobile {
    display: none;
    z-index: 99997;
}

#bm-nav-mobile .bm-languages {
    font-size: 1rem;
    margin-top: 15px;
    text-transform: uppercase;
}

#bm-nav-mobile .bm-languages span:not(:first-child) {
    margin-left: 10px;
}

#bm-nav-mobile .bm-logo-nav-mobile img {
    max-height: 121px;
    max-width: 121px;
    height: 100%;
    width: 100%;
}

#bm-nav-mobile hr {
    width: 40px;
}

#bm-nav-mobile ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

#bm-nav-mobile ul li {
    font-size: 1.5rem;
    text-align: center;
    text-transform: uppercase;
}

#bm-nav-mobile ul li.bm-active a {
    color: #fff;
}

#bm-nav-mobile ul li a {
    color: #000d21;
    text-decoration: none;
}

#bm-nav-mobile ul li a:hover {
}

#bm-nav-switch {
    font-size: .8rem;
    height: 70px;
    padding-top: 25px !important;
    text-transform: uppercase;
    top: 0;
    z-index: 99995;
}

#bm-nav-switch .bm-languages {
    white-space: nowrap;
}

#bm-nav-switch .bm-languages span:not(:first-child) {
    margin-left: 15px;
}

#bm-nav-switch .bm-tab {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

/* ----- Content ------------------------- */

.bm-arrow-down-anchor {
    height: 120px;
    position: relative;
    margin-top: -180px;
    z-index: -99999;
}

.bm-arrow-down-icon {
    margin-top: -60px;
    position: relative;
}

.bm-arrow-down-icon img {
    height: 40px;
    width: 40px;
}

#bm-badge {
    right: 20px;
    position: absolute;
    bottom: 60px;
    z-index: 99995;
}

.bm-carousel-control-next-icon,
.bm-carousel-control-prev-icon {
    height: 40px;
    width: 40px;
}

#bm-col-l, #bm-col-r .bm-background {
    padding-bottom: 30px;
}

#bm-col-r {
    overflow: hidden;
    position: relative;
}

.bm-contact-form {
    padding: 90px 2.5%;
}

.bm-contact-form input, .bm-contact-form textarea {
    background-color: #eadbbd;
}

.bm-contact-form textarea {
    min-height: 180px;
}

.bm-contact-form input[type='submit'] {
    background-color: #000d21;
    color: #fff;
}

.bm-contact-form label {
    font-size: 90%;
    font-weight: 400;
    text-transform: none;
}

.bm-contact-form .my-col {
    padding: 0 8px;
    margin-top: 15px;
}

.bm-contact-form .my-row {
    margin: 0 -8px;
}

.bm-content.bm-gallery a {
    cursor: zoom-in;
}

.bm-content .bm-btn {
    border: none;
    border-radius: 0;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0 auto;
    padding: 8px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: none;
}

.bm-content .bm-btn:active,
.bm-content .bm-btn:focus {
    box-shadow: none !important;
}

.bm-content .bm-carousel-control-next:hover,
.bm-content .bm-carousel-control-prev:hover {
    opacity: 1;
}

.bm-content .bm-carousel-big .bm-carousel-control-next-icon,
.bm-content .bm-carousel-big .bm-carousel-control-prev-icon {
    border-radius: 100%;
}

.bm-content .bm-carousel-big .bm-layer {
    font-size: 1.1rem;
    left: 0;
    position: absolute;
    top: 0;
}

.bm-content .bm-carousel-big .bm-layer .bm-btn {
    font-size: 1.25rem;
    margin-top: 20px;
    padding: 10px 20px;
}

.bm-content .bm-carousel-control-next-icon,
.bm-content .bm-carousel-control-prev-icon {
    background-size: 40px 40px;
    height: 60px;
    width: 60px;
}

.bm-content .bm-carousel-control-next-icon {
    background-image: url(../images/icon__arrow_right.svg);
    margin-right: 20px;
}

.bm-content .bm-carousel-control-prev-icon {
    background-image: url(../images/icon__arrow_left.svg);
    margin-left: 20px;
}

.bm-content .bm-carousel-small .bm-carousel-control-prev-icon {
    margin-left: -32px;
}

.bm-content .bm-carousel-small .bm-carousel-control-next-icon {
    margin-right: -32px;
}

.bm-content .bm-carousel-small .bm-carousel-control-prev-icon {
    margin-left: -32px;
}

.bm-content .carousel-indicators {
    bottom: 0;
}

.bm-content .carousel-indicators li {
    height: 18px;
    margin-left: 8px;
    margin-right: 8px;
    opacity: .5;
    width: 18px;
}

.bm-content .carousel-indicators li.active {
    opacity: 1;
}

.bm-content p a {
    margin: 0 5px;
    text-decoration: underline;
}

.bm-content p a:hover {
    text-decoration: none;
}

#bm-edge {
    left: 20px;
    position: absolute;
    top: 0;
    z-index: 99995;
}

.bm-isometrie .bm-subtitle {
    background-color: #000d21;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    margin: -5px -15px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.bm-isometrie img {
    height: auto;
    width: 20px;
}

.bm-isometrie th, td {
    padding: 6px 3px;
}

.bm-isometrie th {
    color: #000;
    vertical-align: top;
}

.bm-isometrie td {
    background-color: transparent;
    vertical-align: middle;
}

.bm-isometrie tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#bm-isometrie-graphic {
    /* transform: scale(1.25); */
}

#bm-isometrie-graphic g[data-floor]{
    transition: 0.3s transform ease-in-out;
}

#bm-isometrie-graphic g.active[data-floor][data-building="B"] ~ g[data-floor][data-building="B"],
#bm-isometrie-graphic g.active[data-floor][data-building="C"] ~ g[data-floor][data-building="C"]{
    transform: translateY(-160px);
}

#bm-isometrie-graphic g.active[data-object-id] path,
#bm-isometrie-graphic g.active[data-object-id] polyline,
#bm-isometrie-graphic g[data-click-state="1"][data-object-id] path,
#bm-isometrie-graphic g[data-click-state="1"][data-object-id] polyline{
    fill: #008fa5;
}

.gallery-thumbnail-link {
    display: block;
}

.gallery-thumbnail-img {
    border-top-left-radius: 45px;
}

.home-image {
    background-color: #fff;
}

.home #bm-header .my-container-fluid {
    padding-right: 5%;
}

.home-text {
    font-size: 28px;
    color: #fff;
}

.enter-button-container {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.pavillon #bm-header .bm-logo-header .pavillon-logo {
    min-width: 130px;
    min-height: 106px;
    max-width: 250px;
}

.pavillon #bm-header .bm-logo-header .header-logo {
    min-width: 50px;
    min-height: 50px;
    max-width: 100px;
}


.custom-radio-list,
.custom-checkbox-list {
  font-size: 0;
  margin-bottom: 40px;
  margin-top: 35px;
}

.custom-radio-container,
.custom-checkbox-container {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  width: 50%;
  position: relative;
}

.custom-radio-container input[type="radio"],
.custom-checkbox-container input[type="checkbox"] {
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.custom-radio {
  background: #000D21;
  border-radius: 50%;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 15px;
}

.custom-checkbox {
  background: #000D21;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 15px;
}

.custom-radio:before {
  background: #fff;
  border-radius: 50%;
  content: '';
  height: 7px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: scale(0);
  width: 7px;
}

.custom-checkbox:before {
  background: #fff;
  content: '';
  height: 7px;
  left: 4px;
  position: absolute;
  top: 4px;
  transform: scale(0);
  width: 7px;
}

.custom-radio-container input[type="radio"]:checked ~ .custom-radio:before,
.custom-checkbox-container input[type="checkbox"]:checked ~ .custom-checkbox:before {
  transform: scale(1);
}

.distance-title {
    font-style: italic;
}

.distance-table {
    width: 100%;
    font-style: italic;
}

.distance-table td {
    padding-left: 0;
}

.offer-tabs {
    margin-top: 50px;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    list-style: none;
}

.offer-tab {
    flex-basis: 50%;
    text-align: center;
}

.offer-tab-buy,
.offer-tab-buy-2 {
    margin-right: 5px;
}

.offer-tab-link {
    display: block;
    background-color: #acb7cb;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.offer-tab-link:hover {
    color: white;
}

.offer-tab-link.active {
    background-color: #000d21;
}

.bm-iso-preview .bm-isometrie {
    margin-top: 0;
    width: 100%;
}

.offer-type-select {
    width: 100%;
    background-color: #eadbbd;
    padding: 10px;
    border: none;
}

.offer-type-select option {
    font-family: "Cresta W05" "Arial" sans-serif;
}

.live-cam-thumbnail-caption {
    text-align: center;
    display: block;
    margin-top: 5px;
}

.sticky-on-scroll.sticky {
    position: fixed;
    top: 0;
    right: 0;
}

.iframe-h {
    position: relative;
    padding-top: 56.25%;
}

.iframe-h iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media(max-width: 575px) {

    .bm-arrow-down-icon,
    .bm-content .bm-carousel-control-next,
    .bm-content .bm-carousel-control-prev {
        display: none;
    }

    #bm-close {
        padding: 33px 25px;
    }

    .bm-content .carousel-indicators li {
        height: 13px;
        margin-left: 4px;
        margin-right: 4px;
        width: 13px;
    }

    .bm-h1,
    .bm-h2,
    .bm-h3 {
        -moz-hyphens: auto;
        hyphens: auto;
    }

}

@media(min-width: 576px) {

    /* .my-container,
    .my-container-fluid,
    .my-col {
        padding: 0 5px;
    }

    .my-row {
        margin: 0 -5px;
    } */

    /* ------------------------------ */

    #bm-edge {
        left: 40px;
    }

}

@media(min-width: 768px) {

    .bm-arrow-down-icon .bm-background:active,
    .bm-content.bm-gallery a img:active,
    .bm-content .bm-carousel-control-next-icon:active,
    .bm-content .bm-carousel-control-prev-icon:active,
    #bm-hamburger img:active,
    #bm-header .bm-arrow-up-icon img:active,
    #bm-header .bm-logo-header img:active {
        transform: scale(.9875);
    }

    #bm-footer a:active,
    #bm-footer a:focus {
        opacity: 1 !important;
    }

    #bm-footer a:hover {
        opacity: .8;
    }

    /* #bm-col-l {
        padding-right: 10px !important;
    }

    #bm-col-r {
        padding-left: 10px !important;
    } */

}

@media(max-width: 991px) {

    .bm-contact-form {
        padding: 90px 0;
    }

    .bm-content .my-col + .my-col,
    #bm-footer .my-col + .my-col {
        margin-top: 45px;
    }

    #bm-footer .bm-logo-footer img {
        max-height: 60px;
        max-width: 66px;
        height: 100%;
        width: 100%;
    }

    #bm-footer .bm-h3 {
        font-size: 1.35rem !important;
        font-weight: 900;
        letter-spacing: normal;
        text-transform: none;
    }

    table.bm-isometrie {
      border: 0;
      width: 100%;
    }

    table.bm-isometrie caption {
      font-size: 1.3em;
    }

    table.bm-isometrie thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }

    table.bm-isometrie tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em;
    }

    table.bm-isometrie td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right;
    }

    table.bm-isometrie td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }

    table.bm-isometrie td:last-child {
      border-bottom: 0;
    }

    table.bm-isometrie tr[data-spacer="1"],
    table.bm-isometrie tr[data-spacer="2"] {
        display: none;
    }

    .table-responsive {
        width: 100% !important;
    }

    .live-cam-caption {
        font-size: 18px;
    }
}

@media(max-width: 1850px) {
    .pavillon #bm-header .bm-logo-header .pavillon-logo {
        max-width: 200px;
    }

    .pavillon #bm-header .bm-logo-header .header-logo {
        max-width: 75px;
    }
}

@media(max-width: 1640px) {
    .pavillon #bm-header .bm-logo-header .pavillon-logo {
        width: 180px;
    }

    .pavillon #bm-header .bm-logo-header .header-logo {
        max-width: 60px;
    }
}

@media(max-width: 1550px) {
    .pavillon #bm-header .bm-logo-header .pavillon-logo {
        max-width: 100px;
        min-width: 100px;
        min-height: 81px;
    }

    .pavillon #bm-header .bm-logo-header .header-logo {
        /*min-width: 30px;*/
        /*max-width: 30;*/
    }
}

@media(max-width: 1160px) {
    .pavillon #bm-header .bm-logo-header .pavillon-logo {
        width: 90px;
        min-width: 90px;
        min-height: 73px;
    }

    .pavillon #bm-header .bm-logo-header .header-logo {
        /*min-width: 30px;*/
        /*max-width: 30;*/
    }
}

@media(max-width: 1000px) {

    .pavillon #bm-header .bm-logo-header .pavillon-logo {
        width: 80px;
    }

    .pavillon #bm-header .bm-logo-header .header-logo {
        /*min-width: 30px;*/
        /*max-width: 30;*/
    }
}

@media(min-width: 992px) {

    .my-container,
    .my-container-fluid {
        padding-left: 5%;
        padding-right: 0;
    }

    .my-px-lg-30 {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }

    .my-pl-lg-30 {
        padding-left: 30px !important;
    }

    .my-pl-lg-30.col-lg-4,
    .my-pr-lg-30.col-lg-4 {
        -ms-flex: 0 0 calc(33.333333% + 22.91625px);
        flex: 0 0 calc(33.333333% + 22.91625px);
        max-width: calc(33.333333% + 22.91625px);
    }

    .my-px-lg-30.col-lg-4 {
        -ms-flex: 0 0 calc(33.333333% + 12.498px);
        flex: 0 0 calc(33.333333% + 12.498px);
        max-width: calc(33.333333% + 12.498px);
    }

    .my-pr-lg-30 {
        padding-right: 30px !important;
    }

    .my-px-lg-30 {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .my-py-lg-90 {
        padding-bottom: 90px !important;
        padding-top: 90px !important;
    }

    .my-row.my-h-lg-100 {
        height: calc(100% + 60px) !important;
    }

    /* ------------------------------ */

    .fancybox-bg {
        border: 5px solid #000d21;
    }

    .fancybox-container {
        height: calc(100% - 60px);
        margin: 30px;
        width: calc(100% - 60px);
    }

    /* ------------------------------ */

    .bm-1-col p, .bm-content p, .bm-content li {
        font-size: 1.2rem;
    }

    #bm-badge {
        right: 60px;
    }

    #bm-col-r .bm-text {
        padding-top: 90px;
    }

    .bm-content .bm-carousel-big .bm-blurred img {
        -webkit-filter: blur(20px);
        filter: blur(20px);
    }

    .bm-content .bm-carousel-small {
        position: fixed;
        bottom: 0;
    }

    .bm-extern-logo {
        width: 100px;
    }

    .bm-smaller {
        font-size: 85%;
    }

    table.bm-isometrie  {
        margin: 0;
    }

}

@media(min-width: 1200px) {

    .my-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .my-mt-xl-0 {
        margin-top: 0 !important;
    }

    .my-pt-xl-15 {
        padding-top: 15px !important;
    }

    .my-pt-xl-30 {
        padding-top: 30px !important;
    }

    /* ------------------------------ */

    #bm-header {
        font-size: 1.1rem;
    }

    .bm-content .bm-box p { font-size: 1.2rem; }

    #bm-footer li {
        float: left;
    }

}

@media(min-width: 1092px) {
    .bm-iso-preview {
        max-height: 640px;
    }
}

@media(min-width: 1400px) {

    .my-container {
        max-width: 1800px;
    }

}

.pavillon-logo {

}

/* #bm-header .bm-logo-header.bm-logo-header-pavillon a:first-child img {
    height: 150px;
    width: auto;
}

#bm-header .bm-logo-header.bm-logo-header-pavillon a:last-child img {
    height: 50px;
}

#bm-header .bm-logo-header.bm-logo-header-pavillon img {
    min-height: unset;
    min-width: unset;
    max-height: unset;
    max-width: unset;
} */

.mobile-offer-nav {
    display: none;
    margin: 0 1px 20px 1px;
    overflow: hidden;
    cursor: pointer;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}

.mobile-offer-nav-btn {
    margin-right: 5px;
    float: left;
    color: #fff;
    background: #98a4b9;
    padding: 15px;
    border: none;
    flex-grow: 1;
    cursor: pointer;
    margin-bottom: 5px;
}

.mobile-offer-nav-btn.active {
    background: #000d21;
}

.offer-title-row {
    display: none;
}

@media(max-width: 991px) {
    /* .offer-row:not(.active) {
        display: none;
    } */
    .mobile-offer-nav {
        display: flex;
    }
    .offer-title-row {
        display: none;
    }
    .table-responsive {
        overflow-y: hidden;
    }
}

.bm-filter {
    margin-bottom: 30px !important;
}
