<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1650px) {
}

@media only screen and (max-width: 1520px) {
}

@media only screen and (max-width: 1340px) {
}

/* Big screens - xl */
@media only screen and (max-width: 1199px) {
  .displayBig {
    display: block;
  }

  .hideBig {
    display: none;
  }

  .periodeText {
    width: 100px;
  }

  .accommodatieButtons .btn {
    width: 40%;
  }
}

/* Large screens - lg */
@media only screen and (max-width: 991px) {
  .displayLarge {
    display: block;
  }

  .hideLarge {
    display: none;
  }

  .sliderActie {
    top: 0;
    transform: none;
  }

  .homesliderText h1 {
    top: 50%;
    transform: translateY(-50%) rotate(-10deg);
  }

  .navbar-brand img.active {
    width: 150px;
  }

  .nav-link::after {
    content: "";
  }

  .navbar-collapse.show {
    margin-top: 30px;
  }

  .accommodatieBlock {
    margin: 30px 0;
  }

  .alleaccomBtn .blueBtn {
    width: 100%;
  }

  .accomDatum {
    margin-top: -25px;
  }

  .zoekVind .tommy-zeb-wrapper .tommy-zeb-result {
    display: block;
  }

  .zoekVind .tommy-zeb-wrapper .tommy-zeb-result-image {
    height: 300px;
    margin-bottom: 30px;
  }

  .zoekVind .tommy-zeb-wrapper .tommy-zeb-result-image img {
    height: 100%;
  }

  .boekingPagina .tbs-flag {
    width: 25px !important;
    height: 20px !important;
  }

  .boekingPagina .tbs_kassabon .tbs_totaal_overzicht .tbs-totaal {
    background-color: #0072bb;
  }
}

/* Medium screens - md */
@media only screen and (max-width: 767px) {
  .displayMedium {
    display: block;
  }

  .hideMedium {
    display: none;
  }

  .socialFooter {
    text-align: left;
  }

  .accomDatum {
    margin-top: 0;
  }

  .mogelijkBlock p {
    margin: 20px 0;
  }

  .zoekVind .tommy-zeb-wrapper .tommy-zeb-result-image {
    float: none;
    width: auto;
    height: 100%;
    min-width: auto;
  }

  .zoekVind .tommy-zeb-wrapper .tommy-zeb-result-details {
    float: none;
    width: 100%;
  }

  .boekingPagina .tbs-navbar-nav {
    float: left;
    margin: 0;
  }

  .boekingPagina .tbs-container-fluid &gt; .tbs-navbar-collapse,
  .boekingPagina .tbs-container-fluid &gt; .tbs-navbar-header,
  .boekingPagina .tbs-container &gt; .tbs-navbar-collapse,
  .boekingPagina .tbs-container &gt; .tbs-navbar-header {
    margin-right: 0;
    margin-left: 0;
  }

  .boekingPagina .tbs-navbar-collapse.tbs-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .boekingPagina .tbs-navbar-nav &gt; li {
    float: left;
  }

  .boekingPagina .tbs-hidden-sm {
    display: none !important;
  }

  .typeText, .activteitenPagina .typeText {
    height: auto;
  }
}

/* Small screens and phones - sm */
@media only screen and (max-width: 575px) {
  .displaySmall {
    display: block;
  }

  .hideSmall {
    display: none;
  }

  .footermenuWrapper {
    margin: 10px 0;
  }

  .navbar-brand {
    width: 75%;
  }

  .bottomrightSlider {
    right: 0;
  }

  .bottomleftSlider {
    left: 0;
  }

  .homesliderText h1 {
    font-size: 80px;
    line-height: 60px;
    top: 145px;
  }

  .sliderActie img {
    width: 30px;
    top: -30px;
  }

  .activiteitenWrapper {
    margin: 20px 0;
  }

  .accommodatieFoto {
    min-height: 450px;
  }

  .accommodatieInner {
    margin: 30px;
  }

  .accomOpties p {
    font-size: 12px;
  }

  .actieOuter {
    display: flex;
  }

  .sliderActie {
    top: -35px;
    display: flex;
    margin: 0 5px;
    height: 100px;
    width: 200px;
    align-items: center;
  }

  .sliderActie h2 {
    font-size: 12px !important;
    line-height: 14px;
  }
}

/* Extra small screens and phones - col */
@media only screen and (max-width: 450px) {
}

@media only screen and (max-width: 340px) {
}
</pre></body></html>