/* Browser Repairs */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-1 {
  margin-top: 1rem !important;
}

.margin-top-5 {
  margin-top: 5rem !important;
}

.margin-top-minus-2 {
  margin-top: -2rem !important;
}

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

.margin-bottom-1 {
  margin-bottom: 1rem !important;
}

.margin-bottom-5 {
  margin-bottom: 5rem !important;
}

:focus, textarea:focus, input:focus, select:focus, button:focus {
  outline: 0 !important;
}

.cf:before, .cf:after {
  content: ""; display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

/* Vbox */

.vbox-container {
  padding: 0 !important;
}

.vbox-backdrop {
  background-color: var(--bg-color-light) !important;
}

.vbox-content {
  padding: 0rem 10% !important;
}

.vbox-child {
  box-shadow: none !important;
}

.vbox-child img {
  max-height: 70vh;
}

.vbox-title {
  top: auto !important;
  bottom: 0 !important;
  background-color: var(--bg-color-light) !important;
  font-size: 1.6rem !important;
  line-height: 2.4rem !important;
  color: var(--font-color-dark) !important;
  padding: 3rem 0 6rem !important
}

.vbox-close {
  right: 3rem;
  top: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem;
  background-image: url(../icons/close.svg);
  width: 5rem;
  height: 5rem;
  padding: 0;
}

.vbox-close svg {
  display: none;
}

.vbox-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem;
  background-image: url(../icons/arrow-left.svg);
}

.vbox-prev span {
  border: none !important;
}

.vbox-next {
  right: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4rem;
  background-image: url(../icons/arrow-right.svg);
}

.vbox-next span {
  border: none !important;
}

.vbox-left-corner {
  color: var(--font-color-dark) !important;
}

.vbox-num {
  padding: 3rem !important;
}

/* Cookie Bar */

#cookie-law-info-bar {
  background-color: #fff !important;
  box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.25) !important;
  padding: 2.2rem 3rem !important;
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
}

#cookie-law-info-bar a:not(#wt-cli-accept-all-btn) {
  margin: 0.7rem 0 !important;
  display: block;
}

#cookie-law-info-bar a:not(#wt-cli-accept-all-btn) {
  border-bottom: none !important;
  text-decoration: underline !important;
}

#cookie-law-info-bar a:not(#wt-cli-accept-all-btn):hover {
  text-decoration: none !important;
  border-bottom: none !important;
}

#cookie-law-info-bar br {
  display: none !important;
}

#cookie-law-info-bar span {
  display: block !important;
}

#wt-cli-reject-btn {
  padding: 0 !important;
}

#wt-cli-accept-all-btn {
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 5rem !important;
  border: none !important;
  background-color: var(--bg-color-dark) !important;
  color: var(--font-color-light) !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  margin: 1.5rem 0 1rem !important;
  padding: 0.6rem 1.6rem !important;
  text-align: center !important;
}

#wt-cli-accept-all-btn:hover {
  background-color: var(--color-stone) !important;
  color: var(--font-color-dark) !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
  display: inline-block !important;
  cursor: pointer !important;
  border-radius: 5rem !important;
  border: none !important;
  background-color: var(--bg-color-dark) !important;
  color: var(--font-color-light) !important;
  font-size: 1.6rem !important;
  line-height: 2.8rem !important;
  font-weight: bold !important;
  text-decoration: none !important;
  margin: 1.5rem 0 1rem !important;
  padding: 0.6rem 1.6rem !important;
  text-align: center !important;
}

.cli-modal-content {
  background-color: #fff !important;
  box-shadow: 0.4rem 0.4rem 3rem rgba(0, 0, 0, 0.25) !important;
  padding: 2.2rem 3rem !important;
  font-size: 1.4rem !important;
  line-height: 2.2rem !important;
  border-radius: 0 !important;
}

.cli-switch input:checked + .cli-slider {
  background-color: var(--color-park-green) !important;
}

.cli-switch .cli-slider::before {
  left: 0.2rem !important;
  bottom: 0.3rem !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn:hover {
  background-color: var(--color-stone) !important;
  color: var(--font-color-dark) !important;
}

.cli-modal .cli-modal-close {
  margin: 0 !important;
}

.grecaptcha-badge {
  opacity: 0;
}

/* RESPONSIVE */

@media(max-width: 1200px) {

}

@media(max-width: 990px) {

}

@media(max-width: 750px) {

}

@media(max-width: 500px) {
  .vbox-prev {
    left: -0.5rem;
  }
  .vbox-next {
    right: 0rem;
  }
}

@media(max-width: 400px) {

}
