@font-face {
  font-family: 'Quickbrush';
  src: url("../fonts/Quickbrush.woff") format("woff");
}

@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff") format("woff");
}

html, body {
  height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  background: #202020;
  color: #FFF;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -185px;
}

.push {
  height: 185px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.01rem;
  color: rgba(0, 0, 0, 0.84);
  -webkit-font-smoothing: antialiased;
}

a:link {
  color: #333;
}

a:hover {
  color: #FF2F00;
}

a:active {
  color: #333;
}

a:visited {
  color: #333;
}

h1 {
  font-size: 1.8rem;
  line-height: 24px;
  color: #FF2F00;
  font-weight: 700;
}

h2 {
  font-size: 18px;
  font-weight: 700;
}

h3 {
  font-size: 1.25rem;
  font-weight: 500;
}

h4 {
  font-size: 24px;
  font-weight: 700;
  color: #FF2F00 !important;
}

.text-danger {
  color: #FF2F00 !important;
}

.text-purple {
  color: #4267b2 !important;
}

.wp-block-separator {
  border-color: #CCC !important;
  border-bottom: 0 !important;
}

.btn-primary {
  background: #FF2F00 !important;
  border: #FF2F00 !important;
  color: #FFF !important;
}

.btn-primary:hover {
  background: #FF2F00;
}

.btn-primary:focus {
  background: #FF2F00;
}

.btn-primary:visited {
  color: #FFF;
}

.btn-block {
  width: 100% !important;
}

.btn-info, .bg-info {
  color: #FFF !important;
  background: #67bdc7 !important;
  border: none !important;
}

.btn-info:visited, .bg-info:visited {
  color: #FFF;
}

.bg-pastelrose {
  background: #fef3f7;
}

.btn-rose {
  background: #FF2F00;
  color: #FFF;
}

.btn-facebook {
  background: #4267b2 !important;
  border: none !important;
  color: #FFF !important;
}

.btn-instagram {
  background: #ff953e;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fd267d 0%, #ff7854 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd267d', endColorstr='#ff7854',GradientType=1 );
  /* IE6-9 */
  font-weight: 400;
  border: none;
  color: #FFF !important;
}

.btn-instagram a {
  color: #FFF !important;
}

.btn-instagram a:visited {
  color: #FFF !important;
}

.btn-instagram a:active {
  color: #FFF !important;
}

.underline-0, a.underline-0, .underline-0 a {
  text-decoration: none !important;
}

.navbar {
  border-radius: 0 !important;
  background: linear-gradient(to right, #FF2F00 0%, #B80000 100%);
}

.navbar .navbar-brand {
  width: 160px;
  margin-left: 20px;
}

.navbar a {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-weight: 400;
}

.navbar a:hover {
  background: none !important;
}

.navbar a:focus {
  background: none !important;
  text-decoration: underline !important;
}

.navbar .navbar-nav > li {
  text-transform: uppercase;
  padding: 0 15px;
}

.navbar .navbar-nav > li:last-child {
  border: none;
}

.navbar .navbar-nav > li a {
  color: #FFF;
  display: block;
}

.navbar .navbar-nav > li a:hover {
  color: #000;
}

.navbar .current-menu-item a {
  color: #FFF;
  font-weight: 700;
}

.navbar .login-link {
  color: white !important;
}

.navbar #firb-logout {
  cursor: pointer !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: none;
  border: none;
}

@keyframes AnimationName {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}

.wp-block-image img {
  height: inherit;
}

/* Homepage */
#loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  border-radius: .25rem;
}

#loading-overlay #spinner {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.gm-input-disabler {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.order-again {
  display: none !important;
}

#aanmeldformulier h2 {
  color: #FF2F00;
  font-size: 1.3rem;
}

#aanmeldformulier .control-label {
  display: block;
}

#aanmeldformulier .playstore {
  height: 50px !important;
  margin-top: -10px;
}

#aanmeldformulier .btn-outline-primary {
  color: #999;
  border: none;
  font-weight: 700;
  padding-left: 0;
  padding-right: 20px;
}

#aanmeldformulier .btn-outline-primary:hover {
  background: none;
  color: #FF2F00;
}

#aanmeldformulier .btn-check:active + .btn-outline-primary, #aanmeldformulier .btn-check:checked + .btn-outline-primary, #aanmeldformulier .btn-outline-primary.active, #aanmeldformulier .btn-outline-primary.dropdown-toggle.show, #aanmeldformulier .btn-outline-primary:active {
  background: none;
  border: none;
  color: #FF2F00;
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}

section#home {
  background: url(../img/homeBg.jpg) bottom top no-repeat;
  background-size: cover;
  /* property duration timing-function delay */
  transition: background 300ms ease-in 200ms;
  height: 700px;
}

section#home h1 {
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  font-weight: 300;
  text-shadow: 0 0 10px #000;
}

section#intro {
  background: url(../img/homeBg.jpg) no-repeat;
  background-size: cover;
  /* property duration timing-function delay */
  transition: background 300ms ease-in 200ms;
  height: 100vh;
}

section#intro h1 {
  font-size: 50px;
  line-height: 60px;
  color: #FFF;
  text-shadow: 0 0 10px #000;
  font-weight: 300;
}

section#intro .card {
  background: rgba(255, 255, 255, 0.9);
  border: none;
}

section#voorwie {
  background: #000;
}

section#voorwie h2 {
  color: #FF2F00;
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 500;
}

section#voorwie h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #999;
  font-weight: 400;
}

section#voorwie p {
  line-height: 30px;
}

section#uitleg {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #999;
}

section#uitleg h2 {
  margin-top: 0;
  font-size: 36px;
  line-height: 48px;
  font-weight: 400;
  color: #FFF;
}

section#uitleg h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 700;
}

section#uitleg h4 {
  font-size: 20px;
  color: #FF2F00;
  font-weight: 700;
}

section#uitleg .blok, section#uitleg .btn {
  margin: 25px 0;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.parallax-window h2 {
  width: 100%;
  color: #FFF;
}

section#reviews {
  background: #fef3f7;
  text-align: center;
}

section#reviews h2 {
  color: #FF2F00;
  margin-top: 0;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
}

section#reviews .rate {
  font-size: 30px;
  margin: 0 0 15px 0;
}

section#reviews .yellow {
  color: #fabe00;
}

section#reviews .grey {
  color: #CCC;
}

section#reviews .black {
  color: #000 !important;
}

#media h2 {
  font-size: 24px;
  font-weight: 700;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.card h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.card h2 {
  color: #333;
}

.card h1, .card h2 {
  margin-top: 0;
}

.card a {
  text-decoration: underline;
}

.card figcaption a {
  text-decoration: none;
}

ul.filter {
  margin: 0;
  padding: 0;
}

ul.filter li {
  list-style: none;
  border-bottom: 1px #f6f7fa solid;
  padding: 5px 0;
}

ul.filter li:last-child {
  border: none;
}

.accordion-button:not(.collapsed) {
  background: #fef3f7;
  color: #FF2F00;
}

#blogoverview {
  margin-top: -15px;
  padding-top: 15px;
}

#blogoverview h2 {
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 30px;
}

#blogoverview .carousel-item:hover img {
  opacity: 0.9;
}

#blogoverview .card {
  min-height: 280px;
}

#blogoverview .card:hover img {
  opacity: 0.8;
}

#blogoverview .carousel-caption {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}

#blogoverview .jcarousel-wrapper {
  border: none;
  box-shadow: none;
}

#blogoverview .jcarousel-wrapper .jcarousel li {
  width: 300px;
  margin-right: 20px;
}

#blogoverview .jcarousel-wrapper .jcarousel-control-prev, #blogoverview .jcarousel-wrapper .jcarousel-control-next {
  color: #FFF;
  font: 20px/27px Arial, sans-serif;
}

#blogoverview .jcarousel-wrapper .jcarousel-control-prev .fas, #blogoverview .jcarousel-wrapper .jcarousel-control-next .fas {
  font-size: 14px;
}

#blogoverview .jcarousel-wrapper .jcarousel-control-prev:hover, #blogoverview .jcarousel-wrapper .jcarousel-control-next:hover {
  background: #FF2F00;
}

#blogpost {
  background: #FFF;
  margin-top: -15px;
  padding-top: 15px;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

#blogpost a {
  text-decoration: underline;
}

#blogpost a:hover {
  color: #FF2F00;
}

#blogpost h1 {
  text-transform: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
}

#blogpost h2 {
  font-size: 1.2rem;
}

#blogpost h4.subtitle {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 30px;
}

#blogpost .wp-block-pullquote {
  padding: 1em 0;
}

#blogpost .wp-block-pullquote p {
  font-size: 24px;
}

#blogpost .card {
  min-height: 280px;
}

#blogpost .card:hover img {
  opacity: 0.8;
}

#blogpost .hitlijst > .fab {
  font-size: 16px;
}

#blogpost .wc-block-grid__products .wc-block-grid__product-image img {
  height: inherit !important;
}

.news-post img {
  height: inherit !important;
}

.landingspage h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.landingspage h3 {
  font-size: 18px;
}

.landingspage ul {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.landingspage ul li {
  margin: 5px 0;
  padding-left: 1.5rem;
  position: relative;
}

.landingspage ul li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #6ddc00;
  font-size: 1rem;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

.landingspage ol {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

.landingspage ol li {
  margin: 5px 0;
  padding-left: 1.5rem;
  position: relative;
}

.landingspage ol li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1rem;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

ul#checklist {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
}

ul#checklist li {
  margin: 5px 0;
  padding-left: 1.5rem;
  position: relative;
}

ul#checklist li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #6ddc00;
  font-size: 1rem;
  padding-right: 0.5em;
  position: absolute;
  left: 0;
}

.page h2 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.page h3 {
  font-size: 18px;
}

section#applicatie {
  font-size: 1.1rem;
  line-height: 1.8rem;
}

section#applicatie h1 {
  text-transform: inherit;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.2rem;
}

section#applicatie h2 {
  font-size: 1.2rem;
}

.premiumbox {
  border: 1px solid #67bdc7;
  padding: 30px 15px;
  text-align: center;
  font-weight: normal;
  height: fit-content;
}

.premiumbox h2 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #999;
  font-size: 18px;
}

.premiumbox .prijs {
  text-align: center;
  font-size: 36px;
}

.premiumbox .redStrike {
  font-size: 16px;
  display: block;
}

.premiumbox .pmnd {
  font-size: 18px;
  font-weight: 300;
}

.premiumbox .fa {
  color: #6ddc00;
}

.premiumbox ul {
  width: 260px;
  padding: 0;
  margin: 20px auto;
  color: #333;
  list-style: none;
}

.premiumbox ul li {
  border-bottom: 1px dashed #DDD;
  padding: 5px 0;
  text-align: left !important;
  font-weight: normal;
}

.premiumbox ul li .fa {
  color: #6ddc00;
}

.premiumbox ul li:last-child {
  border: none;
}

.premiumbox ul li .prijs {
  color: #000 !important;
}

.aanbevolen {
  border: 4px solid #FF2F00;
  margin: 0;
  padding: 60px 15px;
}

#breadcrumbs {
  font-size: 12px;
}

#breadcrumbs a {
  color: #FF2F00;
}

#breadcrumbs .breadcrumb_last {
  font-weight: 700;
}

#footer {
  background: #333;
  padding: 30px 0;
  height: 185px;
  color: #FFF;
  font-size: 14px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer h3 {
  margin: 0 0 5px 0;
  padding: 0;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer ul li {
  text-align: left;
  list-style: none;
}

#footer ul li a:hover {
  text-decoration: underline !important;
}

#footer .fa {
  font-size: 24px;
  color: #999;
}

#footer .wpml-ls {
  margin: 0 auto;
  opacity: 0.7;
}

#footer .wpml-ls ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
}

#footer .wpml-ls ul li img {
  margin-right: 5px;
}

.caldera-grid .btn-primary {
  background: #FF2F00 !important;
  border: #FF2F00 !important;
  color: #FFF;
}

.caldera-grid .btn-primary:hover {
  background: #FF2F00 !important;
}

.wp-block-embed__wrapper {
  display: inline-block;
  position: relative;
  padding-bottom: 60%;
  width: 100%;
}

.wp-block-embed iframe {
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
}

.card-img-overlay {
  width: 100%;
}

.card-img-overlay a {
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF !important;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.card-img-overlay a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.card-img-overlay h5 {
  width: 100%;
  text-align: center;
  text-shadow: 1px 1px #000;
}

/* WooCommerce */
.woocommerce .button {
  background: #FF2F00 !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #FFF !important;
}

.woocommerce span.onsale {
  display: none !important;
}

.woocommerce .woocommerce-form-login-toggle {
  display: none;
}

.woocommerce .thwepo-extra-options {
  margin-bottom: 25px;
}

.woocommerce .thwepof-input-field {
  margin-top: 10px;
}

.woocommerce .product_meta {
  display: none;
}

.woocommerce #payment .mollie-gateway-icon {
  width: 40px;
}

.woocommerce form .form-row label {
  font-size: 14px;
}

.woocommerce #customer_details {
  margin-bottom: 20px;
}

.woocommerce #order_review {
  font-size: 14px;
}

.woocommerce .woocommerce-billing-fields h3, .woocommerce #order_review_heading {
  display: none;
}

.woocommerce #ship-to-different-address {
  font-size: 14px;
}

.woocommerce #ship-to-different-address label {
  font-weight: normal !important;
}

.woocommerce .woocommerce-shipping-totals th {
  font-weight: normal;
}

.woocommerce ul#shipping_method label {
  font-size: 11px;
  font-weight: normal;
}

.woocommerce ul#shipping_method label .amount {
  font-size: 14px;
  font-weight: normal;
  display: block;
}

ul.woocommerce-mini-cart {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.woocommerce-mini-cart li {
  border-bottom: 1px solid #f6f7fa;
}

ul.woocommerce-mini-cart li .woocommerce_thumbnail {
  width: 50px;
  float: left;
}

ul.woocommerce-mini-cart li img {
  width: 100%;
  height: inherit;
}

.woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-additional-fields label {
  font-weight: bold;
  display: block;
  width: 100%;
}

.woocommerce-billing-fields .woocommerce-input-wrapper, .woocommerce-shipping-fields .woocommerce-input-wrapper, .woocommerce-additional-fields .woocommerce-input-wrapper {
  width: 100%;
}

ul.products li {
  text-align: center;
}

ul.products li .amount {
  color: #FF2F00;
}

.single-product .amount {
  color: #FF2F00;
  font-weight: bold;
  font-size: 24px;
}

.single-product .flex-viewport {
  margin: 20px 0;
}

.single-product ol.flex-control-thumbs li {
  padding: 2px;
  border-bottom: 1px solid #f6f7fa;
}

.single-product .single_add_to_cart_button {
  display: block;
  width: 100%;
}

.single-product .woocommerce-product-gallery__trigger, .single-product .zoomImg, .single-product .single_variation_wrap a {
  display: none !important;
}

.single-product .pswp__bg {
  background: rgba(0, 0, 0, 0.5) !important;
}

.single-product th.label {
  display: none;
}

.single-product td.value {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.single-product td.value input[type="radio"] {
  appearance: none;
  display: none;
}

.single-product td.value label {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: inherit;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
  transition: linear 0.3s;
  color: var(--radio-color);
  padding: 0.3em 0.6em;
  border: 1px solid #999 !important;
  width: 55px;
  cursor: pointer;
}

.single-product td.value label:hover {
  color: #FF2F00;
  border-color: #FF2F00 !important;
}

.single-product td.value input[type="radio"]:checked + label {
  color: #FF2F00;
  border-color: #FF2F00 !important;
  transition: 0.3s;
}

.single-product a.reset_variations {
  display: none !important;
}

.single_add_to_cart_button {
  padding: 15px 0 !important;
}

.woocommerce-shipping-destination {
  display: none;
}

table.cart img {
  width: 100px;
}

.ui-dialog {
  box-shadow: 5px 5px 15px -2px rgba(0, 0, 0, 0.21) !important;
  z-index: 1;
  font-size: 14px !important;
}

.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-titlebar-close {
  background: none;
  border: none;
}

/* Payment Methodes */
#payment {
  background: none !important;
}

#payment .wc_payment_methods, #payment .form-row {
  padding: 0 !important;
}

#payment .woocommerce-privacy-policy-text {
  display: none !important;
}

#payment ul.payment_methods {
  margin: 10px 0 20px 0 !important;
  border-bottom: none !important;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

#payment ul.payment_methods li {
  float: left;
  flex: 1;
  width: 95px;
  margin-right: 10px !important;
  margin-bottom: 10px !important;
}

#payment ul.payment_methods li:last-child {
  margin-right: 0 !important;
}

#payment ul.payment_methods li label {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #999;
  padding: 20px 10px;
  border-radius: 20px;
  border: solid 2px #EEE;
}

#payment ul.payment_methods li label:hover {
  cursor: pointer;
  border-color: #FF2F00;
}

#payment ul.payment_methods li label img {
  width: 40px !important;
  display: block;
  margin: 2px auto 0 auto !important;
  height: 27px;
}

#payment ul.payment_methods li input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 0px 5px;
  padding: 15px initial !important;
}

#payment ul.payment_methods li input[type="radio"]:checked + label {
  border: solid 2px #FF2F00 !important;
  background: none;
  font-weight: bold;
  color: #FF2F00;
}

#payment ul.payment_methods li .payment_method_mollie_wc_gateway_ideal {
  display: none !important;
}

#payment #place_order {
  background: #FF2F00;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
  color: #FFF;
  display: block !important;
  width: 100%;
  font-weight: bold;
}

#payment .woocommerce-terms-and-conditions-checkbox-text {
  font-size: 14px !important;
}

.paypal-button-row, #ppc-button-ppcp-gateway {
  display: none !important;
}

/* One Page Checkout */
.opc-template #togglePassword {
  cursor: pointer;
}

.opc-template .woocommerce-checkout {
  display: none;
}

.opc-template .veiligheid {
  color: #6ddc00;
  font-size: 13px;
  line-height: 14px;
}

.opc-template .voorwaarden {
  font-size: 12px;
  line-height: 14px;
  color: #999;
}

.opc-template .required {
  color: #FF2F00;
  font-size: 12px;
}

.opc-template abbr[title] {
  text-decoration: none;
}

.opc-template .table thead, .opc-template .table tfoot {
  display: none;
}

.opc-template #order_review_heading, .opc-template .opc_order_review, .opc-template #cb_add_product_field .optional, .opc-template .woocommerce-shipping-fields {
  display: none;
}

.opc-template .mailchimp-newsletter {
  display: none;
}

.opc-template .woocommerce-billing-fields label {
  font-size: 14px;
  margin-bottom: 5px;
}

.opc-template .woocommerce-form-login-toggle {
  display: none;
}

.opc-template #opc-messages {
  display: none;
}

.opc-template #gespreksstarters {
  border: #FF2F00 dashed 3px;
  background: rgba(255, 47, 0, 0.15);
  color: #FF2F00;
}

.opc-template .btn-group {
  border: none;
  width: fit-content;
  margin: 0 auto;
}

.opc-template .btn-group label {
  width: 100px;
  border-radius: 20px !important;
  border-color: #EEE;
  margin-right: 7px;
  border-width: 2px;
  position: relative;
  padding: 25px 2px !important;
}

.opc-template .btn-group label .check {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
}

.opc-template .btn-group label:last-child {
  margin-right: 0;
}

.opc-template .btn-group label:hover {
  border-color: #FF2F00 !important;
  background: none;
  color: #FF2F00 !important;
}

.opc-template .btn-group label:hover .check {
  display: block !important;
}

.opc-template .btn-group .btn-check:checked + .btn-outline-secondary {
  border-color: #FF2F00 !important;
  background: none;
  color: #FF2F00;
}

.opc-template .btn-group .btn-check:checked + .btn-outline-secondary .check {
  display: block !important;
}

.opc-template .btn-group .number {
  font-size: 13px;
  color: #FF2F00;
  font-weight: bold;
  display: block;
}

.opc-template .btn-group .month {
  font-size: 11px;
}

.opc-template .btn-group .price {
  font-size: 14px;
  color: #000;
}

.opc-template .firebase-show-when-not-login p:first-child {
  display: none;
}

#firebase-login-form label {
  font-weight: bold;
  margin: 5px 0;
}

#firebase-login-form #firebase-login-form__forgot-password {
  margin-left: 0;
  margin-top: 10px;
  text-align: center;
  display: block;
}

#feedback .acf-field-5fc9b84abe3bc, #feedback .acf-field-6433d8958da62, #feedback .acf-field-6433d8df3723d {
  display: none !important;
}

#feedback .acf-fields > .acf-field, #uitschrijven .acf-fields > .acf-field {
  padding: 15px 0 !important;
}

#feedback ul.acf-radio-list li, #feedback ul.acf-checkbox-list li, #uitschrijven ul.acf-radio-list li, #uitschrijven ul.acf-checkbox-list li {
  font-size: inherit !important;
  line-height: inherit !important;
  margin: 0 inherit !important;
  position: inherit !important;
  word-wrap: inherit !important;
}

#feedback ul.acf-radio-list li label, #feedback ul.acf-checkbox-list li label, #uitschrijven ul.acf-radio-list li label, #uitschrijven ul.acf-checkbox-list li label {
  display: inherit;
}

#feedback i, #uitschrijven i {
  font-size: 30px;
  cursor: pointer;
}

#feedback .fa-plus-square, #feedback .fa-minus-square, #uitschrijven .fa-plus-square, #uitschrijven .fa-minus-square {
  font-size: inherit;
}

#feedback .fa-smile, #uitschrijven .fa-smile {
  color: #91ca5f;
}

#feedback .fa-frown, #uitschrijven .fa-frown {
  color: #f25a29;
}

/* Decemberkalender */
.btn-calender {
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  border-color: #9F2932;
}

.btn-calender span {
  background: rgba(0, 0, 0, 0.5);
  display: block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #FFF;
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 15px;
}

@media only screen and (min-width: 600px) {
  .premiumbox {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 1500px) {
  section#intro {
    height: inherit;
  }
}

@media only screen and (max-width: 800px) {
  .wp-block-column {
    flex-basis: 44% !important;
  }
}

@media only screen and (max-width: 500px) {
  body {
    background: none;
  }
  .wrapper {
    min-height: inherit !important;
  }
  .logo {
    height: 80px !important;
  }
  header {
    height: 100px;
    background-size: cover;
    background-position-x: 1%;
  }
  header .brandlogo {
    height: 80px !important;
    margin: 10px 0;
  }
  .navbar-nav {
    position: relative !important;
  }
  .navbar-nav .navbar-nav-toggler {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .navbar-nav .navbar-nav-collapse {
    margin-top: 40px;
  }
  .navbar-nav li {
    margin: 5px 0;
    padding: 5px 10px !important;
    border-bottom: solid 1px;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .navbar-nav li:last-child {
    border: none;
  }
  .btn, .btn-facebook, .btn-instagram {
    margin-bottom: 10px;
  }
  ul.navbar-nav li a {
    padding-left: 0;
    padding-right: 0;
  }
  .wp-block-column {
    min-width: 100% !important;
  }
  figure img {
    height: inherit !important;
  }
  .aanbevolen {
    padding: 30px 15px;
  }
  .carousel-caption h5 {
    font-size: 1.25rem !important;
  }
  section#intro {
    height: 400px;
    background-position: center;
  }
  section#intro h1 {
    display: none;
  }
  section#voorwie {
    text-align: center;
    color: #FFF;
  }
  section#voorwie a {
    color: #FFF !important;
  }
  section#voorwie a:hover {
    color: #FF2F00;
  }
  section#voorwie a:visited {
    color: #FFF !important;
  }
  section#voorwie h2 {
    font-size: 1.4rem;
    line-height: 1.25;
  }
  section#voorwie p {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  section#voorwie .text {
    font-size: 16px;
  }
  section#voorwie .btn {
    margin: 10px 0;
  }
  section#uitleg h2 {
    font-size: 1.7rem;
    line-height: 1.25;
  }
  section#uitleg .btn {
    margin: 0;
  }
  section#reviews h2 {
    font-size: 1.7rem;
    line-height: 1.25;
  }
  .opc-template .btn-group {
    width: inherit;
    display: inherit;
  }
  .opc-template .btn-group label {
    width: 100%;
  }
  .woocommerce .single-product .woocommerce-product-gallery {
    width: 100% !important;
  }
  .woocommerce .single-product .summary {
    width: 100% !important;
  }
  .woocommerce form .form-row {
    width: 100% !important;
  }
  .woocommerce .woocommerce-shipping-fields {
    margin: 20px 0 !important;
  }
  .woocommerce .woocommerce-terms-and-conditions-wrapper .form-row {
    margin-bottom: 15px !important;
  }
  .woocommerce .woocommerce-terms-and-conditions-wrapper label {
    line-height: 12px !important;
  }
  .woocommerce #payment ul.payment_methods li label {
    padding: 20px 0 !important;
  }
  #footer {
    height: fit-content;
  }
}

.sharelikefollow a {
  color: #FFF;
}

.sharelikefollow a:hover ul#sharelikefollow {
  display: block !important;
}
/*# sourceMappingURL=styles.css.map */