<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* PALETTE
   BLUE: #0072bb;
   LIGHT BLUE: #c8d8f0;
   YELLOW: #ffee00;
   WHITE: #fff;
  */

/* FONTS */
@font-face {
  font-family: "Billionthine Personal Use Only";
  src: url("../fonts/BillionthinePersonalUseOnly.eot");
  src: url("../fonts/BillionthinePersonalUseOnly.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/BillionthinePersonalUseOnly.woff2") format("woff2"),
    url("../fonts/BillionthinePersonalUseOnly.woff") format("woff"),
    url("../fonts/BillionthinePersonalUseOnly.svg#BillionthinePersonalUseOnly")
      format("svg");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Italic.eot");
  src: url("../fonts/GillSans-Italic.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GillSans-Italic.woff2") format("woff2"),
    url("../fonts/GillSans-Italic.woff") format("woff"),
    url("../fonts/GillSans-Italic.ttf") format("truetype"),
    url("../fonts/GillSans-Italic.svg#GillSans-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-CondensedBold.eot");
  src: url("../fonts/GillSans-CondensedBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GillSans-CondensedBold.woff2") format("woff2"),
    url("../fonts/GillSans-CondensedBold.woff") format("woff"),
    url("../fonts/GillSans-CondensedBold.ttf") format("truetype"),
    url("../fonts/GillSans-CondensedBold.svg#GillSans-CondensedBold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-BoldItalic.eot");
  src: url("../fonts/GillSans-BoldItalic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/GillSans-BoldItalic.woff2") format("woff2"),
    url("../fonts/GillSans-BoldItalic.woff") format("woff"),
    url("../fonts/GillSans-BoldItalic.ttf") format("truetype"),
    url("../fonts/GillSans-BoldItalic.svg#GillSans-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans.eot");
  src: url("../fonts/GillSans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GillSans.woff2") format("woff2"),
    url("../fonts/GillSans.woff") format("woff"),
    url("../fonts/GillSans.ttf") format("truetype"),
    url("../fonts/GillSans.svg#GillSans") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Medium.eot");
  src: url("../fonts/GillSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GillSans-Medium.woff2") format("woff2"),
    url("../fonts/GillSans-Medium.woff") format("woff"),
    url("../fonts/GillSans-Medium.ttf") format("truetype"),
    url("../fonts/GillSans-Medium.svg#GillSans-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gill Sans";
  src: url("../fonts/GillSans-Light.eot");
  src: url("../fonts/GillSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/GillSans-Light.woff2") format("woff2"),
    url("../fonts/GillSans-Light.woff") format("woff"),
    url("../fonts/GillSans-Light.ttf") format("truetype"),
    url("../fonts/GillSans-Light.svg#GillSans-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Snell Roundhand";
  src: url("SnellRoundhand-Black.eot");
  src: url("SnellRoundhand-Black.eot?#iefix") format("embedded-opentype"),
    url("SnellRoundhand-Black.woff2") format("woff2"),
    url("SnellRoundhand-Black.woff") format("woff"),
    url("SnellRoundhand-Black.svg#SnellRoundhand-Black") format("svg");
  font-weight: 900;
  font-style: italic;
}

/* ALGEMEEN */
html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin-top: 60px;
  font-family: "Gill Sans";
  transition: all ease 0.3s 0.7s;
  opacity: 1 !important;
  transform: none !important;
  background: #fff;
}

*:active,
*:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

h1,
h2,
h3 {
  font-family: "Billionthine Personal Use Only";
  color: #0072bb;
}

h4,
h5,
h6 {
  font-family: "Gill Sans";
  font-weight: normal;
  color: #0072bb;
}

h2.heading {
  font-size: 46px;
  margin-bottom: 20px;
}

h2.pageheading {
  padding-bottom: 20px;
  border-bottom: 2px dotted #0072bb;
  font-size: 46px;
}

p {
  font-family: "Gill Sans";
  font-weight: normal;
  font-size: 14px;
  color: #808080;
}

p.bold,
.bold,
strong {
  font-family: "Gill Sans";
  font-weight: 500;
}

p.italic,
.italic {
  font-family: "Gill Sans";
  font-weight: normal;
  font-style: italic;
}

p.light,
.light {
  font-family: "Gill Sans";
  font-weight: 300;
}

a {
  font-family: "Gill Sans";
  color: #0072bb;
  font-size: 14px;
}

label {
  font-family: "Gill Sans";
  font-size: 14px;
  color: #333333;
}

li,
td {
  font-family: "Gill Sans";
  color: #808080;
  font-size: 14px;
}

.yellowBullet {
  color: #ffee00;
}

.website-content {
  padding: 30px 0;
}

.form-control:focus {
  box-shadow: none;
}

/* Queries */
.displayBig {
  display: none;
}

.displayLarge {
  display: none;
}

.displayMedium {
  display: none;
}

.displaySmall {
  display: none;
}

/* BUTTONS */
.yellowBtn {
  font-style: italic;
  background: #ffee00;
  border-radius: 10px;
  color: #0072bb;
  font-weight: bold;
}

.yellowBtn:hover {
  background: #0072bb;
  color: #fff;
  transition-duration: 0.3s;
}

.blueBtn {
  font-style: italic;
  background: #0072bb;
  padding: 5px 20px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.blueBtn:hover {
  color: #0072bb;
  background: #ffee00;
  transition-duration: 0.3s;
}

.whiteBtn {
  font-style: italic;
  font-weight: bold;
  background: #fff;
  color: #0072bb;
  padding: 5px 20px;
}

.whiteBtn:hover {
  background: #ffee00;
  transition-duration: 0.3s;
}

/* INPUT UI */
button.ui-datepicker-trigger {
  display: none;
}

.boekingSelect {
  border-radius: 0.25rem;
  border: 1px solid #ced4da;
  height: calc(2.25rem + 2px);
  padding: 0 10px;
  width: 100%;
  position: relative;
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}

.boekingIcon {
  position: absolute;
  bottom: 10px;
  right: 25px;
  font-size: 12px;
  color: #ced4da;
}

.form-control {
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}

/* PLACEHOLDER */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
}

select {
  color: #cecece;
  font-family: "Gill Sans";
  font-style: italic;
  font-size: 14px;
}

/* SEARCH */
/*=======[ Index Search Style ]========*/

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 0;
}
#search.open {
  opacity: 1;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff;
  background: transparent;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
}
#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  margin-left: -40px;
  background: #ffee00;
  border-radius: 2px;
  padding: 7px 16px;
  color: #0072bb;
  font-weight: 700;
  font-style: italic;
}
#search .close {
  background-color: #ffee00;
  border-color: #ffb600;
  border-radius: 3px;
  color: #0072bb;
  font-size: 21px;
  opacity: 1;
  padding: 0 0px 4px;
  position: fixed;
  right: 15px;
  top: 15px;
  height: 30px;
  width: 32px;
  text-align: center;
  padding-top: 8px;
}

/* NAVIGATION */
.navbar {
  background: #fff;
  padding: 0.75rem 1rem;
  box-shadow: 0px 10px 30px rgba(198, 197, 199, 0.3);
}

.navbar .container {
  position: relative;
}

.navbar-brand {
  position: absolute;
  top: -20px;
}

.zonnehoeveLogo {
  transition-duration: 0.5s;
  width: 100%;
}

.navbar-collapse {
  transition-duration: 0.5s;
}

.nav-link {
  text-transform: uppercase;
  font-size: 14px;
}

.nav-link:hover {
  color: #c8d8f0;
}

.nav-link::after {
  content: "|";
  color: #808080;
  margin-left: 10px;
}

.nav-item:last-child .nav-link::after {
  content: "";
}

.navbar-toggler {
  margin-left: auto;
}

.navbar-toggler i {
  color: #0072bb;
}

/* HOME SLICK SLIDER */
.homeHeader {
  height: 70vh;
}

.homeSlider,
.homeSlider .slick-list,
.homeSlider .slick-track,
.homeSlider .homeWrapper {
  height: 100%;
}

.homeSlider {
  margin-bottom: 0 !important;
}

.homeSlider .slick-dots li button:before {
  font-size: 32px;
  content: "â—";
  opacity: 1;
  color: #fff;
}

.homeSlider .slick-dots li.slick-active button:before {
  color: #123562;
  opacity: 1;
  color: #ffee00;
}

.homeSlider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.homeSlider .slick-dots {
  bottom: 75px;
}

.homeWrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* OVERLAY TEXT SLIDER */
.homesliderText {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 100%;
  height: 100%;
}

.homesliderText .container,
.homesliderText .row,
.homesliderText .col-lg-12 {
  height: 100%;
}

.homesliderText h1 {
  position: relative;
  line-height: 120px;
  color: #fff;
  font-size: 130px;
  top: 40%;
  transform: translateY(-40%) rotate(-10deg);
}

/* OVERLAY ACTIE BLOCK */
.sliderActie {
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  border: 3.5px solid #0072bb;
  border-radius: 10px;
  padding: 10px;
  top: 30%;
  transform: translateY(-30%);
  margin: 0 30px;
}

.sliderActie img {
  position: absolute;
  top: -53px;
  left: 5px;
}

.sliderActie h2 {
  font-size: 26px;
  line-height: 24px;
  font-family: "Gill Sans";
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
}

.sliderActie a {
  text-decoration: none;
}

.sliderActie p {
  color: #fff;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}

/* PAGINA SLIDER */
.paginaHeader {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* BOEKINGSMODULE */
.boekingWrapper {
  background: #fff;
  margin-top: -50px;
  z-index: 10;
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(198, 197, 199, 0.3);
}

.boekingWrapper .yellowBtn {
  width: 100%;
  font-weight: bold;
}

/* VAKANTIE KEUZE */
.introText p {
  margin: 0 40px;
}

.keuzeRow {
  margin-top: 30px;
}

.typeFoto {
  position: relative;
  height: 350px;
  border-radius: 10px;
  background-repeat: no-repeat;
}

.typeTag {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.typeKeuze {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 10px 30px rgba(198, 197, 199, 0.3);
  margin: 20px 0;
}

.typeText {
  text-align: center;
  padding: 0 30px 30px;
  height: 265px;
}

.typeText h5 {
  text-transform: uppercase;
  font-weight: 500;
}

.typeText p {
  padding-top: 20px;
  border-top: 2px dotted #0072bb;
}

/* ACTIVITEITEN BLOCK - HOME */
.activiteitenContent {
  padding: 30px 0;
}

.activiteitenWrapper {
  background-color: #fff;
  height: 370px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  border-radius: 10px;
}

.activiteitenInner {
  background: #fff;
  position: absolute;
  text-align: center;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  border-radius: 10px;
}

.activiteitIcon {
  position: absolute;
  width: 100%;
  top: -35px;
}

.activiteitenInner a {
  margin-bottom: 0;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
  vertical-align: -webkit-baseline-middle;
}

.activiteitenBtn {
  margin-top: 60px;
}

/* RECENSIE BLOCK */
.reviewBlock .reviewTitle {
  border-bottom: 2px dotted #0072bb;
}

.reviewSlider {
  margin-top: 30px;
}

.styleQuote {
  font-size: 18px;
  font-style: italic;
  color: #808080;
  margin-bottom: 20px;
}

.rightSlider,
.leftSlider {
  position: absolute;
  top: 20%;
  cursor: pointer;
  z-index: 10;
}

.rightSlider {
  right: 0;
}

.leftSlider {
  left: 0;
}

/* SLIDESHOW BOTTOM */
.slideshowBottom {
  margin-bottom: 40px;
}

.slideBottom img {
  width: 100%;
}

.slideBottom {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.9;
  z-index: 2;
}

.slideBottom.slick-slide {
  position: relative;
  z-index: 6;
}

.slideBottom.slick-current {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
  z-index: 10;
}

.slick-slide {
  position: relative;
  z-index: 6;
}

.slideBottom.slick-center {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 999;
}

.slideBottom.slick-center + .slideBottom.slick-slide {
  z-index: 8;
}

.bottomSlider .slick-list {
  padding: 45px 60px !important;
}

.bottomrightSlider,
.bottomleftSlider {
  position: absolute;
  top: 40%;
  cursor: pointer;
  z-index: 10;
}

.bottomrightSlider {
  right: 30%;
}

.bottomleftSlider {
  left: 30%;
}

/* PAGINA CONTENT */
.innerContent {
  text-align: left;
}

/* ACTIVITEITEN PAGINA */
.activiteitenPagina .typeFoto {
  background-size: cover;
  background-position: center;
}

.activiteitenPagina .typeText {
  height: 300px;
}

.activiteitenPagina .blueBtn {
  margin-top: 15px;
}

/* VAKANTIEHUIZEN/KAMPEREN */
.boekingBlock {
  background: #fff;
  box-shadow: 0px 10px 30px rgba(198, 197, 199, 0.3);
  border-radius: 10px;
  margin-top: 40px;
  padding: 30px;
}

.boekingBlock .vakantieForm {
  text-align: left;
}

.boekingBlock .vakantieForm label {
  display: block;
  margin: 0.5rem 0;
  font-weight: 500;
}

.boekingBlock .vakantieForm .yellowBtn {
  width: 100%;
}

/* CONTACT */
.contactForm label {
  margin: 0.5rem 0;
}

.contactForm .yellowBtn {
  width: 100%;
}

/* MEER INFO BLOCK */
.meerInfo {
  background: #c8d8f0;
  text-align: center;
  padding: 20px 0;
}

.meerInfo h4,
.meerInfo .yellowBtn {
  display: inline-block;
}

.meerInfo h4 {
  margin: 0;
  vertical-align: bottom;
}

.meerInfo .yellowBtn {
  margin-left: 5px;
}

/* FOOTER */
footer {
  background: #0072bb;
}

.footerMenu {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footermenuWrapper h5 {
  color: #fff;
  border-bottom: 2px dotted #ffee00;
  text-transform: capitalize;
}

.footermenuWrapper p {
  color: #fff;
}

.footermenuWrapper a {
  color: #fff;
  text-decoration: none;
}

.footermenuWrapper a::before {
  content: "â—";
  color: #ffee00;
  font-size: 12px;
  margin-right: 10px;
}

.footermenuWrapper.contactMenu p {
  margin: 0;
  color: #fff;
}

.footermenuWrapper.contactMenu a::before {
  content: "";
  margin: 0;
}

.footermenuWrapper.contactMenu a {
  text-transform: none;
}

.footerBottom {
  padding-bottom: 20px;
}

.socialFooter {
  text-align: right;
}

.footerBottom svg {
  vertical-align: middle;
  margin: 0 1px;
}

.footerBottom p,
.footerBottom a {
  font-size: 12px;
  color: #fff;
  display: inline-block;
}

.lossefooterLink li {
  list-style: none;
}

/* TOMMY BOOKING WIDGET */

/* HOME WIDGET */
.boekingsModule {
  margin-bottom: 30px;
}

.boekingsModule .tommy-zeb-wrapper .tommy-zeb-left {
  background-color: #fff;
  padding: 10px;
}

.boekingsModule .tommy-zeb-wrapper-mini h2.ng-binding {
  color: #333333;
  font-family: "Gill Sans" !important;
  font-size: 15px;
}

.boekingsModule tommy-widget {
  margin: 0 auto;
}

.boekingsModule .tommy-zeb-wrapper .tommy-zeb-left select,
.boekingsModule .tommy-zeb-wrapper .tommy-zeb-left input {
  border: 1px solid #ced4da;
}

.boekingsModule tommy-accommodation-type {
  width: 100%;
  margin-top: 5px;
}

.boekingsModule
  .tommy-zeb-wrapper-mini
  .tommy-zeb-period
  .tommy-zeb-date-begin-label,
.boekingsModule
  .tommy-zeb-wrapper-mini
  .tommy-zeb-period
  .tommy-zeb-date-end-label {
  margin-top: 5px;
}

.boekingsModule .tommy-zeb-btn.tommy-zeb-change-person-categories {
  background-color: #0072bb !important;
  color: #fff !important;
}

.boekingsModule .tommy-zeb-wrapper-mini button.tommy-zeb-update {
  background-color: #ffee00;
  color: #0072bb;
  padding: 10px 30px;
  margin-top: -2px;
  font-weight: bold;
}

.tommy-zeb-wrapper-mini button.tommy-zeb-btn {
  cursor: pointer;
}

.boekingsModule .tommy-zeb-person-categories {
  margin-right: 0 !important;
}

.boekingsModule
  .tommy-zeb-wrapper.tommy-zeb-wrapper-mini
  tommy-person-category-mini
  .tommy-zeb-person-category-list {
  background-color: #0072bb;
}

.boekingsModule
  .tommy-zeb-wrapper.tommy-zeb-wrapper-mini
  tommy-person-category-mini
  .tommy-zeb-range {
  background-color: #ffee00;
}

/* ZOEK PAGINA */
.zoekVind tommy-widget {
  width: 100%;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-left {
  background-color: #0072bb;
  border-radius: 10px;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-left h1 {
  color: #fff;
  font-family: "Gill Sans";
}

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

.zoekVind .tommy-zeb-wrapper .tommy-zeb-result-details {
  padding-left: 30px;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-result-label.ng-binding {
  font-family: "Gill Sans" !important;
  color: #0072bb;
  font-size: 28px;
  margin-bottom: 10px;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-result-price.ng-binding {
  font-family: "Gill Sans" !important;
  color: #0072bb;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-result-image {
  height: 370px;
  position: relative;
}

/* .zoekVind .tommy-zeb-wrapper .tommy-zeb-result-image::after {
  content: "";
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  display: block;
  height: 200px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
} */

.zoekVind .tommy-zeb-period label {
  color: #fff;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-result.ng-scope {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 10px;
}

.zoekVind .tommy-zeb-result-text {
  font-family: "Gill Sans" !important;
}

.zoekVind .tommy-zeb-result-text a {
  background-color: #ffee00;
  color: #0072bb;
  padding: 10px 30px;
  border-radius: 10px;
  font-weight: bold;
}

.zoekVind .tommy-zeb-wrapper .tommy-zeb-btn {
  background-color: #0072bb;
  color: #fff;
  padding: 10px 30px;
  font-weight: bold;
}

/* VAKANTIE WONINGEN PAGINA */
.accommodatieMogelijk {
  margin-bottom: 60px;
}

.accommodatieMogelijk .tommy-matrix {
  width: 100%;
}

.accommodatieMogelijk .matrix-row.arrangement .fixed-one {
  border-color: #ffee00;
}

.accommodatieMogelijk .matrix-bar label.active textarea,
.accommodatieMogelijk .matrix-bar label.active input,
.accommodatieMogelijk .matrix-bar label.active select {
  border-color: #ffee00;
}

.accommodatieMogelijk .the-matrix .popup .input-container_header h2 {
  font-family: "Gill Sans" !important;
}

.accommodatieMogelijk .the-matrix .popup button {
  font-family: "Gill Sans" !important;
  background-color: #ffee00;
  font-weight: bold;
  color: #0072bb;
}

.accommodatieMogelijk .header-col span {
  font-family: "Gill Sans" !important;
}

.accommodatieMogelijk .matrix-row .fixed-one .fixed-one_text .more-info {
  position: relative;
  float: right;
  margin-right: 20px;
}

/* BOEKINGPAGINA */
.boekingPagina .tbs-container-fluid h2 {
  font-family: "Gill Sans" !important;
}

.boekingPagina .tbs_kassabon {
  background-color: #0072bb;
  border-radius: 10px;
  padding: 0 0 20px 0;
}

.boekingPagina .tbs-container-fluid h2 {
  color: #fff;
  margin: 20px 0;
}

.boekingPagina .tbs_kassabon_overzicht {
  color: #fff;
  font-size: 14px;
  padding: 0 30px;
}

.boekingPagina .tbs-btn-success {
  font-family: "Gill Sans" !important;
  background-color: #ffee00;
  border-color: #ffee00;
  font-weight: bold;
  color: #0072bb;
  border-radius: 0;
}

.boekingPagina .tbs-text-muted {
  color: #fff;
}

.boekingPagina .tbs-calendar .tbs-day.tbs-selected {
  background-color: #0072bb !important;
}

.boekingPagina .tbs-btn-info {
  background-color: #0072bb;
  border-color: #0072bb;
}

.boekingPagina #persoonscategorie {
  font-size: 14px;
}

.boekingPagina .tbs_persoonscategorien label {
  color: #0072bb;
}

.boekingPagina .tbs-navbar-default {
  background-color: #fff;
  border: 1px solid #ced4da;
}

.boekingPagina .tbs-navbar-default .tbs-navbar-nav &gt; .tbs-active &gt; a,
.boekingPagina .tbs-navbar-default .tbs-navbar-nav &gt; .tbs-active &gt; a:focus,
.boekingPagina .tbs-navbar-default .tbs-navbar-nav &gt; .tbs-active &gt; a:hover {
  background-color: #0072bb;
  color: #fff;
}

.boekingPagina .tbs-navbar-default .tbs-container-fluid,
.boekingPagina .tbs-navbar-default .tbs-navbar-collapse {
  padding: 0;
}

.boekingPagina .tbs-page-artikelen .tbs-container-fluid h2,
.boekingPagina .tbs-page-overig .tbs-container-fluid h2,
.boekingPagina .tbs-page-persoon .tbs-container-fluid h2 {
  color: #0072bb;
}

.boekingPagina .tbs_persoon .tbs-labels,
.boekingPagina #tbs-opmerking {
  font-size: 14px;
}

.boekingPagina .tbs-page-overzicht .tbs-container-fluid h2 {
  color: #0072bb;
}

.boekingPagina .tbs-page-overzicht .tbs-container-fluid {
  font-size: 14px;
}

.boekingPagina #TommyBookingSupport {
  width: 100%;
}

.boekingPagina .tbs_persoonsgegevens_overzicht {
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
}

.boekingPagina .tbs_gasten_overzicht,
.boekingPagina .tbs_overig_overzicht {
  padding: 0 30px;
  color: #fff;
  font-size: 14px;
}
</pre></body></html>