a:focus, .btn:focus {
   box-shadow : 0 0 0 .25rem rgba(213, 133, 53, 0.25) !important;
   outline    : none;
}

.home-img {
  position: relative;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .home-img {
    position: relative;
    padding-top: 50px;
  }
  .home-img img {
    width: 100%;
    height: auto;
  }
}
html {
  overflow-x: hidden;
}
.streep-groot {
  width: 10%;
  height: 2px;
  margin: 20px auto;
  border-top: 3px solid #d58535;
}
.nomargin-btm {
  margin-bottom: 0px !important;
}
.streep-klein {
  width: 10%;
  height: 2px;
  margin: 15px 0;
  border-top: 3px solid #d58535;
}
.streep-klein-midden {
  width: 20px;
  margin: 10px auto;
  height: 2px;
  border-top: 3px solid #d58535;
}
.square {
  width: 100%;
  padding-bottom: 100%;
  padding-left: 0px !important;
  background-size: cover;
  position: relative;
}
.square1 {
  width: 100%;
  height: 500px;
}
.square-box {
  width: 80%;
  height: 40%;
  margin: 30% 10%;
  position: absolute;
  border: 2px solid white;
  text-align: center;
  padding-top: 10% !important;
}
.square-box-icon {
  width: 30px;
  height: 25px;
  position: absolute;
  background-color: #d58535;
  top: -12.5px;
  left: 45%;
}
@media (max-width: 767px) {
  .streep-klein {
    width: 20%;
    height: 2px;
    margin: 15px 0;
    border-top: 3px solid #d58535;
  }
  .streep-groot {
    width: 30%;
    height: 2px;
    margin: 20px auto;
    border-top: 3px solid #d58535;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .streep-klein {
    width: 10%;
    height: 2px;
    margin: 15px 0;
    border-top: 3px solid #d58535;
  }
  .streep-groot {
    width: 10%;
    height: 2px;
    margin: 20px auto;
    border-top: 3px solid #d58535;
  }
}
.square-img1 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../img/IMG_8925.png');
  background-size: cover;
}
.square-img2 {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-image: url('../img/_MG_8687.png');
}
.home-omgeving {
  background-image: url('../img/IMG_8999.png');
  background-size: 100% auto;
  overflow: hidden;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .home-omgeving {
    background-image: url('../img/IMG_8999.png');
    background-size: 100% auto;
    overflow: hidden;
    position: relative;
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .omgeving-box {
    position: relative;
    padding: 0px 30px 0px 60px;
    margin-bottom: 40px;
  }
  .omgeving-box.last {
    position: relative;
    padding: 0px 30px 0px 60px;
    margin-bottom: 0px !important;
  }
}
.omgeving-filter {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.9);
}
.omgeving-icons {
  height: 50px;
  width: 40px;
  top: 0px;
  left: 0px;
  display: inline-block !important;
  border: 1px solid white;
  position: absolute;
  text-align: center;
  padding-top: 12px !important;
}
.omgeving-icons .fa {
  font-size: 1.5em !important;
}
.omgeving-box,
.omgeving-box.last {
  position: relative;
  padding: 0px 30px 0px 60px;
}
.omgeving-box p {
  margin-top: 20px;
}
.ligging-kaart {
  width: 100%;
  height: 130px;
  overflow: hidden;
}
.ligging-kaart img {
  width: auto;
  height: 100%;
  float: right;
}
@media (max-width: 767px) {
  .ligging-kaart img {
    width: auto;
    height: 100%;
    float: left;
  }
  .ligging-kaart {
    width: 100%;
    height: 130px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .home-slider img {
    width: auto !important;
    height: 100% !important;
  }
}
.slider {
  height: 200px;
}
.home-slider {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.home-slider img {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 0;
  top: 0px;
  left: 0px;
}
.environment-slider {
  width: 100%;
  height: 250px;
  overflow: scroll;
}
.environment-slider img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 610px) {
  .environment-slider {
    width: 100%;
    height: 150px;
    overflow: scroll;
  }
  .square1 {
    padding-top: 10px;
    width: 100%;
    height: 200px;
  }
  .square-text {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px 35px;
  }
}
@media (min-width: 611px) and (max-width: 992px) {
  .environment-slider {
    width: 100%;
    height: 200px;
    overflow: scroll;
  }
  .square1 {
    padding-top: 10px;
    width: 100%;
    height: 250px;
  }
  .square-text {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0px 35px;
  }
}
@media (min-width: 992px) {
  .square-text {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 100px 35px !important;
  }
}
.environment-slider .vergrootglas {
  display: none;
}
.environment-slider:hover .vergrootglas {
  display: inline-block;
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 250px;
  height: 250px;
  background-color: rgba(213, 133, 53, 0.7);
}
.img-center {
  margin: auto;
}
.home-slot {
  background-image: url('../img/la_gendarmerie_welkom.svg');
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: 50% 25%;
}
.home-slot h3 {
  margin-top: 20px !important;
}
.padding-reserveren {
  padding: 40px 50px !important;
}
.vakantiewoningen-img {
  margin-top: 90px;
  height: 300px;
  width: 100%;
  background-image: url('../img/IMG_8999_zwart.png');
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.vakantiewoningen-img h1 {
  font-size: 2em !important;
  padding-top: 120px;
}
@media (min-width: 768px) and (max-width: 992px) {
  .vakantiewoningen-img {
    height: 300px;
    width: 100%;
    background-size: cover;
    overflow: hidden;
  }
  .vakantiewoningen-img h1 {
    font-size: 1.5em !important;
    padding-top: 160px;
  }
}
@media (max-width: 767px) {
  .vakantiewoningen-img {
    margin-top: 50px;
    height: 200px;
    width: 100%;
    background-size: cover;
    overflow: hidden;
  }
  .vakantiewoningen-img h1 {
    font-size: 1.5em !important;
    padding-top: 80px;
  }
}
.btn-img {
  height: 30px;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.btn-img span {
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 130px;
}
.btn-img svg {
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
.vakantiewoning-details {
  display: inline-block;
}
.vakantiewoning-details-intro {
  margin: auto;
  margin-bottom: 30px !important;
}
.vakantiewoning-details-intro svg {
  width: auto;
  height: 80px;
}
.vakantiewoning-details-intro svg .st0 {
  fill: #d58535 !important;
}
.vakantiewoning-details-intro svg .st1 {
  fill: #d58535 !important;
}
.vakantiewoning-details-intro svg .st2 {
  fill: #d58535 !important;
}
.vakantiewoning-details-intro svg .st3 {
  fill: #d58535 !important;
}
.vakantiewoningen-icons {
  height: 30px;
  line-height: 30px;
  width: 20px;
  top: 0px;
  left: 0px;
  display: inline-block !important;
  border: 2px solid black;
  position: absolute;
  text-align: center;
}
.vakantiewoningen-icons h3 {
  height: 30px;
  width: 20px;
  left: -1px;
  padding-top: 5px;
  position: absolute;
}
.vakantiewoningen-box h3 {
  height: 30px;
  padding-top: 7px;
  margin-bottom: 10px !important;
}
.vakantiewoningen-box,
.vakantiewoningen-box.last {
  position: relative;
  padding: 0px 30px 0px 60px;
}
.tooltip {
  display: inline;
  position: relative;
}
.tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
.tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
.gite-specificaties .row {
  margin-bottom: 10px;
}
.inline-block {
  display: inline-block;
  width: 100%;
}
.omgeving-icon {
  width: 50px;
  height: 50px;
  border-radius: 50% 50%;
  border: 2px solid #d58535;
  text-align: center;
  position: relative;
  margin: 40px auto;
}
@media (min-width: 992px) {
  .omgeving-icon {
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    border: 2px solid #d58535;
    text-align: center;
    position: relative;
    margin: 20px auto;
  }
}
.omgeving-icon .fa {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -2px;
  left: -2px;
  padding-top: 14px;
  font-size: 1.5em;
}
@media (max-width: 600px) {
  .tekst-omgeving-hidden-part1 {
    display: none;
  }
  .tekst-omgeving-hidden-part2 {
    display: none;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
  .omgeving-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% 50%;
    border: 2px solid #d58535;
    text-align: center;
    position: relative;
    margin: 5px auto;
  }
  .omgeving-icon .fa {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 2px !important;
    left: 3px !important;
    padding-top: 4px;
    font-size: 1em !important;
  }
}
@media (min-width: 601px) and (max-width: 622px) {
  .tekst-omgeving-hidden-part1 {
    display: inline-block;
  }
  .tekst-omgeving-hidden-part2 {
    display: none;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
  .omgeving-icon {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% 50%;
    border: 2px solid #d58535;
    text-align: center;
    position: relative;
    margin: 5px auto;
  }
  .omgeving-icon .fa {
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 2px !important;
    left: 3px !important;
    padding-top: 4px;
    font-size: 1em !important;
  }
}
@media (min-width: 623px) and (max-width: 700px) {
  .tekst-omgeving-hidden-part1 {
    display: inline;
  }
  .tekst-omgeving-hidden-part2 {
    display: inline;
  }
  .omgeving-icon {
    margin: 5px auto !important;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
}
@media (min-width: 701px) and (max-width: 767px) {
  .omgeving-icon {
    margin: 5px auto !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .tekst-omgeving-hidden-part1 {
    display: inline;
  }
  .tekst-omgeving-hidden-part2 {
    display: inline;
  }
  .omgeving-icon {
    margin: 5px auto !important;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
}
@media (min-width: 901px) and (max-width: 1200px) {
  .omgeving-icon {
    margin: 5px auto !important;
  }
}
.square-img-hover {
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  z-index: 10;
}
.square-img-hover:hover {
  width: 100%;
  padding-bottom: 100%;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  z-index: 10;
  background-color: rgba(213, 133, 53, 0.7);
}
.square-img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
}
.square-img img.img-center {
  object-fit: cover;
  width: auto;
  min-height: 260px !important;
  max-height: 262px !important;
}
.square-img-hover .button-vergrootglas {
  position: absolute;
  margin: 40% 45%;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .square-img-hover .button-vergrootglas {
    position: absolute;
    margin: 30% 35%;
    width: 30px;
    height: 30px;
    background-color: #f5e9dd;
    border-radius: 50% 50%;
    cursor: pointer;
  }
  .square-img-hover .button-vergrootglas .fa {
    opacity: 1;
    position: absolute !important;
    margin: 7px 8px !important;
    color: #262323;
    font-size: 0.7em;
  }
}
.square-img-hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1.2em;
}
@media (min-width: 1101px) {
  .img7 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-image: url('../img/omgeving/IMG_8925.png');
    background-size: 100% auto;
    background-position: center center;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .img7 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background-image: url('../img/omgeving/IMG_8925.png');
    background-size: auto 100%;
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .img7 {
    width: 100%;
    height: 200px;
    overflow: hidden;
    background-image: url('../img/omgeving/IMG_8925.png');
    background-size: 100% auto;
    background-position: center center;
  }
}
.square-img8 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../img/omgeving/ontspanning-onder-01.png');
  background-size: cover;
  background-position: center center;
}
.square-img9 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../img/omgeving/ontspanning-onder-02.png');
  background-size: cover;
  background-position: center center;
}
.square-img10 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../img/omgeving/ontspanning-onder-03.png');
  background-size: cover;
  background-position: center center;
}
.square-img11 {
  width: 100%;
  padding-bottom: 100%;
  background-image: url('../img/omgeving/ontspanning-onder-04.png');
  background-size: cover;
  background-position: center center;
}
.omgeving-tekst-blok2 {
  margin-top: 10px;
}
@media (max-width: 610px) {
  .omgeving-tekst {
    padding-top: 10px;
  }
  .tekst-omgeving-hidden-part1-blok2 {
    display: inline-block;
  }
  .tekst-omgeving-hidden-part2-blok2 {
    display: inline-block;
  }
  .tekst-omgeving-hidden-part3-blok2 {
    display: none;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
}
@media (min-width: 611px) {
  .tekst-omgeving-hidden-part1-blok2 {
    display: inline-block;
  }
  .tekst-omgeving-hidden-part2-blok2 {
    display: inline-block;
  }
  .tekst-omgeving-hidden-part3-blok2 {
    display: inline-block;
  }
  .omgeving-tekst {
    margin-top: 0px !important;
  }
}
.weetjes-box h3 {
  padding-top: 7px;
}
.weetjes-icons .fa {
  font-size: 0.8em !important;
}
.weetjes-box,
.weetjes-box.last {
  position: relative;
  padding: 0px 30px 0px 60px;
}
.weetjes-box p {
  margin-top: 20px;
}
.weetjes-details {
  display: inline-block;
}
.weetjes-details-intro {
  margin: auto;
}
.weetjes-box-item {
  margin-bottom: 20px;
  position: relative;
}
.weetjes-icons {
  line-height: 30px;
  width: 20px;
  top: 0px;
  left: 0px;
  display: inline-block !important;
  border: 2px solid black;
  position: absolute;
  text-align: center;
}
.contact-symbool {
  width: 35px;
  height: 35px;
  border-radius: 50% 50%;
  background-color: #d58535;
  margin: 15px 10px 10px 0px;
  position: relative;
  display: inline-block;
}
.contact-symbool .fa {
  width: 30px;
  height: 30px;
  position: absolute;
  padding-top: 10px;
  padding-left: 10px;
  font-size: 1.1em !important;
}
.contact-gegevens a {
  color: black !important;
}
.contact {
  height: 300px;
  overflow: hidden;
  padding: 0px 0px 0px 0px !important;
  display: block;
}
.contact-map {
  height: 100%;
}
#map-canvas {
  height: 300px;
  width: 100% !important;
}
.clearfix {
  clear: both;
}
@media (max-width: 890px) {
  .knoppen-huizen a {
    margin-bottom: 10px;
  }
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}
.picture-slider:hover .vergrootglas {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.7);
}
.picture-slider:hover .button-vergrootglas {
  position: relative;
  margin: 80px auto;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
.picture-slider:hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.slider-brigadier:hover .vergrootglas {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.7);
}
.slider-brigadier:hover .button-vergrootglas {
  position: relative;
  margin: 80px auto;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider-brigadier:hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.slider-adjudant:hover .vergrootglas {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.7);
}
.slider-adjudant:hover .button-vergrootglas {
  position: relative;
  margin: 80px auto;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider-adjudant:hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.slider-colonel:hover .vergrootglas {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.7);
}
.slider-colonel:hover .button-vergrootglas {
  position: relative;
  margin: 80px auto;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider-colonel:hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.slider-general:hover .vergrootglas {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 133, 53, 0.7);
}
.slider-general:hover .button-vergrootglas {
  position: relative;
  margin: 80px auto;
  width: 40px;
  height: 40px;
  background-color: #f5e9dd;
  border-radius: 50% 50%;
  cursor: pointer;
}
.slider-general:hover .button-vergrootglas .fa {
  opacity: 1;
  position: absolute !important;
  margin: 12px 13px;
  color: #262323;
  font-size: 1em;
}
.fancybox-skin {
  background-color: white !important;
  /* or whatever */
  border-radius: 0px !important;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-close {
  position: absolute;
  background: url('../img/close.png') !important;
  background-size: contain;
  top: -30px !important;
  right: -30px !important;
  width: 20px !important;
  height: 20px !important;
  cursor: pointer;
  z-index: 8040;
  background-color: transparent !important;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  visibility: visible !important;
  z-index: 8040;
}
.fancybox-wrap {
  width: auto !important;
}
.fancybox-next span {
  background: url('../img/next.png') !important;
}
.fancybox-prev span {
  background: url('../img/prev.png') !important;
}
.fancybox-outer {
  max-width: 700px !important;
}
.fancybox-inner {
  max-height: 550px !important;
  max-width: 700px !important;
}
.fancybox-inner img {
  max-height: 550px !important;
}
form input[type="text"] {
  background-color: #f4f4f4;
  border-radius: 0px;
  border: none;
  outline: none;
}
.person input::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f007";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
}
.road input::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f018";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
}
.house input::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f015";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
}
.phone input::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f095";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
}
.mail input::-webkit-input-placeholder::after {
  width: 30px;
  height: 30px;
  content: "\f0e0";
  float: right;
  font-family: FontAwesome;
  font-style: normal;
  position: relative;
  top: 0;
}
*:focus {
  outline: none !important;
  border: none !important;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
  font-family: "freight-text-pro", sans-serif !important;
  font-style: italic;
  font-size: 1em;
}
::-moz-placeholder {
  color: #c6c6c6;
  font-family: "freight-text-pro", sans-serif !important;
  font-style: italic;
  font-size: 1em;
}
:-ms-input-placeholder {
  color: #c6c6c6;
  font-family: "freight-text-pro", sans-serif !important;
  font-style: italic;
  font-size: 1em;
}
input:-moz-placeholder {
  color: #c6c6c6;
  font-family: "freight-text-pro", sans-serif !important;
  font-style: italic;
  font-size: 1em;
}
.input-group-addon {
  background-color: #f4f4f4 !important;
  border-radius: 0px !important;
  border: none !important;
  outline: none !important;
  color: #979797 !important;
  font-family: "freight-text-pro", sans-serif !important;
  font-style: italic !important;
  font-size: 1em !important;
  padding: 0px 30px 0px 10px !important;
}
select {
  background-color: #e2e1e1 !important;
}
option {
  margin-left: 20px !important;
}
form input[type="number"] {
  background-color: #e2e1e1 !important;
  border-radius: 0px;
  border: none;
  outline: none;
}
form input[type="email"] {
  background-color: #f4f4f4 !important;
  border-radius: 0px;
  border: none;
  outline: none;
}
#from,
#to {
  background-color: #e2e1e1 !important;
}
#brigadiertest {
  width: 30px;
  height: 30px;
}
.btn-reserveren {
  margin-top: 20px !important;
  margin-bottom: 10px !important;
}
#calendar {
  padding: 20px 60px !important;
}
.panel {
  background-color: transparent !important;
  border: none !important;
}
.calendar-header,
.panel,
.panel-default {
  border: none !important;
}
.calendar .calendar-header table {
  border: none !important;
}
.calendar .calendar-header table th {
  color: #d58535;
  border: 1px solid #d58535;
}
.calendar .year-neighbor {
  border: none !important;
}
.calendar .year-neighbor2 {
  border: none !important;
}
.prev {
  border: none !important;
  color: #bababa !important;
  font-size: 15px !important;
}
.next {
  border: none !important;
  color: black !important;
  font-size: 15px !important;
}
.calendar table.month th.month-title {
  background-color: #d58535;
  color: white;
}
.month tbody tr td {
  color: black;
}
.month tbody tr {
  border-bottom: 1px solid #e8e8e8;
}
.month tbody tr:last-child {
  border-bottom: none;
}
.calendar table.month tr td.disabled,
.calendar table.month tr td.disabled:hover {
  color: #bababa !important;
}
.language {
  width: auto;
  height: auto;
  position: absolute;
  z-index: 999 !important;
  right: 12px;
  top: 5px;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 991px) {
  .language {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999;
    right: 12px;
    top: -18px;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .language {
    display: none;
  }
}
.lang {
  color: black;
  padding: 2px 5px !important;
  margin: 0px !important;
  display: inline-block;
}
.lang:hover {
  background-color: #e9e9e9;
}
.lang-active {
  color: white !important;
  background-color: #d58535 !important;
}
@media (max-width: 968px) {
  .btn-padding {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .language-small {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 999;
    cursor: pointer;
    right: 55px;
    top: 18px;
  }
}
@media (min-width: 768px) {
  .language-small {
    display: none;
  }
}
select {
  cursor: pointer !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-border-radius: 0 !important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0 !important;
  /* Firefox 1-3.6 */
  border-radius: 0 !important;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
}
.background-house {
  width: 100%;
  height: 100%;
  background-image: url("../img/la_gendarmerie_welkom.svg");
  background-size: 50% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.credits a:focus {
  color: rgba(255, 255, 255, 0.7) !important;
}
.credits a:hover {
  color: #d58535 !important;
  text-decoration: none !important;
}
.hover-seizoensindeling:hover {
  cursor: pointer !important;
}
.hover-seizoensindeling a {
  color: black !important;
}
.frame-kalender .hover-seizoensindeling {
  display: inline-block;
  padding-left: 60px;
  margin-bottom: 20px !important;
}
.omgeving-links a {
  color: #d58535;
}
.omgeving-links a:hover {
  color: #d58535;
}
.omgeving-links a:focus {
  color: #d58535;
}
.omgeving-links a:active {
  color: #d58535;
}
.omgeving-links a:visited {
  color: #d58535;
}
@media (max-width: 767px) {
  .hidden-small {
    display: none;
  }
}
#page-success .success-message {
  margin: 75px 0;
  text-align: center;
}
#page-success .success-message a {
  margin-top: 35px;
}
.modal#modal-promo .modal-dialog .modal-content {
  box-shadow: none;
  border: 1px solid #d58535;
  border-radius: 0px;
}
.modal#modal-promo .modal-dialog .modal-content .modal-body {
  position: relative;
  background-color: #d58535;
  padding: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .modal#modal-promo .modal-dialog .modal-content .modal-body {
    padding: 1.5rem;
  }
}
.modal#modal-promo .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: white;
  opacity: 1;
}
.modal#modal-promo .modal-dialog .modal-content .modal-body h2 {
  color: white;
  font-weight: 700!important;
  font-size: 30px!important;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.modal#modal-promo .modal-dialog .modal-content .modal-body h2:after {
  content: '';
  color: white;
  font-weight: 700!important;
  font-size: 30px!important;
  position: absolute;
  bottom: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 0px;
  border-bottom: 3px solid white;
}
.modal#modal-promo .modal-dialog .modal-content .modal-body h4 {
  color: white;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px!important;
}
.modal#modal-promo .modal-dialog .modal-content .modal-body p,
.modal#modal-promo .modal-dialog .modal-content .modal-body a {
  color: white;
  font-size: 16px;
}
.gdpr-top {
  margin-top: 90px;
  padding: 80px 0;
}
.gdpr-top .tab-pane {
  padding-top: 20px;
}
.gdpr-top .tab-pane h3 {
  margin-bottom: 30px!important;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}