@charset "UTF-8";

@font-face {
    font-family: Aptly;
    font-weight: bold;
    src: url("../fonts/Aptly_Bold.otf") format("opentype");
}

@font-face {
  font-family: Montserrat;
  src: url('../fonts/montserrat/Montserrat-VariableFont_wght.ttf') format("truetype-variations");
}

@font-face {
  font-family: PlayfairDisplay;
  src: url('../fonts/playfairdisplay/PlayfairDisplay-VariableFont_wght.ttf') format("truetype-variations");
}

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

:root {
  --bordeaux: #6d1425;
  --koraal: #e6564d;
  --creme: #fbefd9;
  --turqoise: #009da2;
  --charcoal: #191919;
}


.clearfix,
.grid {
    * zoom: 1;
}

.clearfix:before,
.grid:before,
.clearfix:after,
.grid:after {
    content: " ";
    display: table;
    width: 0
}

.clearfix:after,
.grid:after {
    clear: both
}

.bg-primary {
    background-color: #6d1425 !important;
}

.navbar-brand {
    display: flex;
    font-family: PlayfairDisplay, serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5rem;
    letter-spacing: 0.8rem;
}

/* Test style
.navbar-brand h1 {
    font-family: Aptly, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    color: #efe0d0;
    font-size: 3rem;
}

.navbar-brand .list-unstyled {
    list-style: none;
    margin: auto 0.5rem;
    text-align: right;
}

.navbar-brand .list-unstyled li {
    font-size: 0.5em;
    color: #3f0707;
}

*/

.navbar-collapse {
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    text-transform: lowercase;
}

.slider-area.slider-two ol, .slider-area.slider-two ul {
    padding-left: 0rem;
}

.slider-area.slider-two {
  background-color: var(--creme)!important;
}

.slider-area.slider-two .slider-content {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .slider-area.slider-two .slider-content {
    padding-top: 132px;
    padding-bottom: 132px;
  }
}

.title-block {
    display: flex;
    flex-direction: column;
    align-items: center; /* centreert alles */
    text-align: center;
    gap: 0.25rem;
}

.brand-title {
    font-family: PlayfairDisplay, serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: clamp(6rem, 10vw, 10rem);;
    letter-spacing: 1.2rem;
    color: var(--charcoal);
}

.subtitle-row {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px; /* optioneel */
    gap: 1rem;
}

.brand-subtitle {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: clamp(1rem, 3vw, 2.5rem);
    margin: 0;
    white-space: nowrap;
    color: var(--koraal);
}

.subtitle-line {
    flex: 1;
    height: 2px;
    background-color: var(--koraal);
}


.slider-title {
    font-family: Aptly, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5rem;
    color: #96312e!important;
    font-size: 5em!important;
    letter-spacing: 0.8rem!important;
}

.slider-title .v {
    -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #96312e;
  color: #efe0d0;
  position: relative;
  top: -5px;
  left: -3px;
  text-shadow: 5px 5px #96312e;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
}

.btn-action {
    color: #fff;
    background-color: var(--koraal);
    border-color: var(--koraal);
}

.btn-action:hover {
    color: #fff;
    background-color: var(--bordeaux);
    border-color: var(--bordeaux);
}

.btn-action:focus, .btn-action.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-action.disabled, .btn-action:disabled {
    color: #fff;
    background-color: #DC3545;
    border-color: #DC3545;
}

.btn-action:not(:disabled):not(.disabled):active, .btn-action:not(:disabled):not(.disabled).active,
.show > .btn-action.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-action:not(:disabled):not(.disabled):active:focus, .btn-action:not(:disabled):not(.disabled).active:focus,
.show > .btn-action.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-tickets {
    color: #fff;
    background-color: var(--turqoise);
    border-color: var(--turqoise);
}

.btn-tickets:hover {
    color: #fff;
    background-color: var(--koraal);
    border-color: var(--koraal);
}

.btn-tickets:focus, .btn-tickets.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-tickets.disabled, .btn-tickets:disabled {
    color: #fff;
    background-color: #DC3545;
    border-color: #DC3545;
}

.btn-tickets:not(:disabled):not(.disabled):active, .btn-tickets:not(:disabled):not(.disabled).active,
.show > .btn-tickets.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-tickets:not(:disabled):not(.disabled):active:focus, .btn-tickets:not(:disabled):not(.disabled).active:focus,
.show > .btn-tickets.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-new {
    margin: 1rem 0.5rem;
    color: #3f0707;
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #efe0d0;
    border: solid 3px #96312e!important;
    box-shadow: 8px 8px rgba(150, 49, 46, 1);
    transition: all 0.5s ease;
}

.btn-new:hover {
    transform: translate(0, -3px);
    box-shadow: 10px 10px rgb(150, 49, 46);
    background-color: #fff;
    transition: all 0.5s ease;
}

.btn-start {
    margin: 1rem 0.5rem;
    color: var(--bordeaux);
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #fff;
    border: solid 3px #96312e!important;
    box-shadow: 8px 8px rgba(109, 20, 37, 1);
    transition: all 0.5s ease;
}

.btn-start:hover {
    transform: translate(0, -3px);
    box-shadow: 10px 10px rgb(109, 20, 37);
    background-color: var(--creme);
    transition: all 0.5s ease;
}

.btn-invert {
    margin: 1rem 0.5rem;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
    background-color: #96312e;
    border: solid 3px #efe0d0!important;
    box-shadow: 8px 8px rgba(239, 224, 208, 1);
    transition: all 0.5s ease;
}

.btn-invert:hover {
    color: #efe0d0;
    transform: translate(0, -3px);
    box-shadow: 10px 10px rgba(239, 224, 208, 1);
    background-color: #3f0707;
    transition: all 0.5s ease;
}

.post-wrapper:not(.flickity-enabled) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 2.5rem 0
}

.post-wrapper:not(.flickity-enabled)>[class*=col-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.post-wrapper:not(.clean)>div .post .post-content {
    background-color: #544595
}

.post-wrapper:not(.clean)>div .post .post-content .btn-secondary {
    color: #544595
}

.post-wrapper:not(.clean)>div .post .post-content .inner-icon svg {
    fill: #544595
}

.post-wrapper:not(.clean)>div:nth-child(6n+1) .post-content {
    background-color: #f08832
}

.post-wrapper:not(.clean)>div:nth-child(6n+1) .post-content .btn-secondary {
    color: #f08832
}

.post-wrapper:not(.clean)>div:nth-child(6n+1) .post-content .inner-icon svg {
    fill: #f08832
}

.post-wrapper:not(.clean)>div:nth-child(6n+2) .post-content {
    background-color: #5db67a
}

.post-wrapper:not(.clean)>div:nth-child(6n+2) .post-content .btn-secondary {
    color: #5db67a
}

.post-wrapper:not(.clean)>div:nth-child(6n+2) .post-content .inner-icon svg {
    fill: #5db67a
}

.post-wrapper:not(.clean)>div:nth-child(6n+3) .post-content {
    background-color: #544595
}

.post-wrapper:not(.clean)>div:nth-child(6n+3) .post-content .btn-secondary {
    color: #544595
}

.post-wrapper:not(.clean)>div:nth-child(6n+3) .post-content .inner-icon svg {
    fill: #544595
}

.post-wrapper:not(.clean)>div:nth-child(6n+4) .post-content {
    background-color: #eeb802
}

.post-wrapper:not(.clean)>div:nth-child(6n+4) .post-content .btn-secondary {
    color: #eeb802
}

.post-wrapper:not(.clean)>div:nth-child(6n+4) .post-content .inner-icon svg {
    fill: #eeb802
}

.post-wrapper:not(.clean)>div:nth-child(6n+5) .post-content {
    background-color: #98c0dc
}

.post-wrapper:not(.clean)>div:nth-child(6n+5) .post-content .btn-secondary {
    color: #98c0dc
}

.post-wrapper:not(.clean)>div:nth-child(6n+5) .post-content .inner-icon svg {
    fill: #98c0dc
}

.post-wrapper:not(.clean)>div:nth-child(6n+6) .post-content {
    background-color: #e7412b
}

.post-wrapper:not(.clean)>div:nth-child(6n+6) .post-content .btn-secondary {
    color: #e7412b
}

.post-wrapper:not(.clean)>div:nth-child(6n+6) .post-content .inner-icon svg {
    fill: #e7412b
}

.post-wrapper:not(.clean)>div .post.post-green .post-content {
    background-color: #5db67a
}

.post-wrapper:not(.clean)>div .post.post-green .post-content .btn-secondary {
    color: #5db67a
}

.post-wrapper:not(.clean)>div .post.post-green .post-content .inner-icon svg {
    fill: #5db67a
}

.post-wrapper:not(.clean)>div .post.post-orange .post-content {
    background-color: #f08832
}

.post-wrapper:not(.clean)>div .post.post-orange .post-content .btn-secondary {
    color: #f08832
}

.post-wrapper:not(.clean)>div .post.post-orange .post-content .inner-icon svg {
    fill: #f08832
}

.post-wrapper:not(.clean)>div .post.post-purple .post-content {
    background-color: #544595
}

.post-wrapper:not(.clean)>div .post.post-purple .post-content .btn-secondary {
    color: #544595
}

.post-wrapper:not(.clean)>div .post.post-purple .post-content .inner-icon svg {
    fill: #544595
}

.post-wrapper:not(.clean)>div .post.post-yellow .post-content {
    background-color: #eeb802
}

.post-wrapper:not(.clean)>div .post.post-yellow .post-content .btn-secondary {
    color: #eeb802
}

.post-wrapper:not(.clean)>div .post.post-yellow .post-content .inner-icon svg {
    fill: #eeb802
}

.post-wrapper:not(.clean)>div .post.post-blue .post-content {
    background-color: #98c0dc
}

.post-wrapper:not(.clean)>div .post.post-blue .post-content .btn-secondary {
    color: #98c0dc
}

.post-wrapper:not(.clean)>div .post.post-blue .post-content .inner-icon svg {
    fill: #98c0dc
}

.post-wrapper:not(.clean)>div .post.post-red .post-content {
    background-color: #e7412b
}

.post-wrapper:not(.clean)>div .post.post-red .post-content .btn-secondary {
    color: #e7412b
}

.post-wrapper:not(.clean)>div .post.post-red .post-content .inner-icon svg {
    fill: #e7412b
}

.post-wrapper:not(.clean)>div .post.post-grey .post-content {
    background-color: #6f7b78
}

.post-wrapper:not(.clean)>div .post.post-grey .post-content .btn-secondary {
    color: #6f7b78
}

.post-wrapper:not(.clean)>div .post.post-grey .post-content .inner-icon svg {
    fill: #6f7b78
}

.post-wrapper:not(.clean)>div .post.post-pink .post-content {
    background-color: #eba4af
}

.post-wrapper:not(.clean)>div .post.post-pink .post-content .btn-secondary {
    color: #eba4af
}

.post-wrapper:not(.clean)>div .post.post-pink .post-content .inner-icon svg {
    fill: #eba4af
}

.post-wrapper:not(.clean)>div .post.post-brown .post-content {
    background-color: #a83d18
}

.post-wrapper:not(.clean)>div .post.post-brown .post-content .btn-secondary {
    color: #a83d18
}

.post-wrapper:not(.clean)>div .post.post-brown .post-content .inner-icon svg {
    fill: #a83d18
}

.post-wrapper.clean>div .post-content .subtitle {
    color: #333
}

.post-wrapper.clean>div .post-content .btn-secondary {
    background-color: #f7f2f0
}

.post-wrapper.clean>div:nth-child(6n+1) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+1) .post-content .btn-secondary {
    color: #f08832
}

.post-wrapper.clean>div:nth-child(6n+2) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+2) .post-content .btn-secondary {
    color: #5db67a
}

.post-wrapper.clean>div:nth-child(6n+3) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+3) .post-content .btn-secondary {
    color: #544595
}

.post-wrapper.clean>div:nth-child(6n+4) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+4) .post-content .btn-secondary {
    color: #eeb802
}

.post-wrapper.clean>div:nth-child(6n+5) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+5) .post-content .btn-secondary {
    color: #98c0dc
}

.post-wrapper.clean>div:nth-child(6n+6) .post-content .title,
.post-wrapper.clean>div:nth-child(6n+6) .post-content .btn-secondary {
    color: #e7412b
}

.post {
    margin-bottom: 30px;
    background: #2e2e2e;
    width: 50%;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.post .post-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 55rem;
    height: 55rem;
    background-image: url(../img/varia-wit.svg);
    background-position: 0 18rem;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .1;
    pointer-events: none;

}

.post.textblock {
    color: #333
}

.post:hover a {
    color: #000
}

.post .post-image {
    display: block;
    color: #333;
    background: #000
}

.post .post-image.no-image figure {
    background-image: url("/Images/default.png");
    background-color: #fafafa;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.post .post-image:hover figure {
    opacity: .8
}

.post .post-image figure {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 63%;
    background: #000;
    background-size: cover;
    background-position: center center;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all
}

.post .post-image figure img {
    display: none
}

.post .post-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5rem 4rem 5rem 4rem;
    position: relative;
    overflow: hidden
}

.post .post-content h2 {
    margin-bottom: 3rem
}

.post .post-content h2.no-margin {
    margin-bottom: 0
}

.post .post-content .btn {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    color: #fff
}

.post .post-content .btn .inner-icon.info {
    position: relative;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background-color: #fff
}

.post .post-content .btn .inner-icon.info svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 2.2rem;
    z-index: 2
}

.post .post-content .label-nieuw {
    background-color: #fff;
    color: #333;
    font-size: 1.2rem;
    padding: .4rem 1.2rem;
    border-radius: 100px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 1rem;
    margin-bottom: 2rem
}

.post .labels {
    margin: 0;
    padding: 2rem 0 0 0;
    list-style: none;
    bottom: 0;
    left: 0;
    font-size: 1.3rem;
    position: relative
}

.post .labels li {
    display: inline-block
}

.post .labels .label {
    display: inline-block;
    text-transform: lowercase
}

.post .labels::before {
    content: "";
    width: 3rem;
    height: .2rem;
    background: rgba(255, 255, 255, .3);
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.post .datetime {
    margin: 1.5rem 0
}

.post .datetime .date {
    display: inline-block
}

.post .datetime .time {
    display: inline-block
}

.post .datetime.block-pink {
    margin: 0
}

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

.post .title {
    margin: 0 0 .5rem 0;
    padding: 0;
    font-family: "BuenosAires-Upright", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 700;
    line-height: normal;
    font-size: 2.5rem;
    line-height: 2.8rem;
    word-break: break-word;
    position: relative;
    z-index: 1;
    color: #fff
}

.post .subtitle {
    margin: 0 0 .5rem 0;
    color: #fff;
    font-size: 2rem;
    font-weight: 400;
    position: relative;
    z-index: 1
}

.post p {
    position: relative;
    z-index: 1
}

.contentblock-RelatedItems .post .post-content {
    padding: 3.4rem 4rem 8rem 4rem
}

.post.intro .title {
    font-size: 1.4rem;
    line-height: normal;
    color: #544595
}

.post.intro .post-content {
    padding-bottom: 12rem
}

.post.intro .post-content p {
    font-size: 2.8rem;
    font-family: "BuenosAires-Upright", Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height: normal;
    position: relative;
    z-index: 1
}

.post.intro .post-content p a {
    color: #fff;
    text-decoration: underline
}

.contentblock-ThreeBlocks {
    background-color: #f7f2f0
}

.contentblock-ThreeBlocks .block-title {
    font-weight: 600;
    margin-top: 5rem
}

.highlight .post-content p {
    color: #333
}

.highlight:nth-child(3n+1) .post-content .title {
    color: #5db67a
}

.highlight:nth-child(3n+2) .post-content .title {
    color: #544595
}

.highlight:nth-child(3n+3) .post-content .title {
    color: #e7412b
}

.highlight .btn {
    background-color: #f7f2f0;
    color: #333;
    border-radius: 100px;
    padding: 1.8rem
}

.post-container:nth-child(3n+1) .post-content {
    background-color: #5db67a
}

.post-container:nth-child(3n+1) .post-content .btn-secondary {
    color: #5db67a
}

.post-container:nth-child(3n+2) .post-content {
    background-color: #f08832
}

.post-container:nth-child(3n+2) .post-content .btn-secondary {
    color: #f08832
}

.post-container:nth-child(3n+3) .post-content {
    background-color: #544595
}

.post-container:nth-child(3n+3) .btn-secondary {
    color: #544595
}

.contentblock-ThreeBlocks .post {
    color: #fff
}

.contentblock-ThreeBlocks .post .title {
    color: #fff
}

.contentblock-ThreeBlocks .post .post-content {
    padding-bottom: 9rem
}

.contentblock-ThreeBlocks .post .post-content .title {
    font-size: 2.5rem
}

.contentblock-ThreeBlocks .post .post-content p {
    font-size: 1.7rem;
    font-variation-settings: "wght" 100
}

.contentblock-ThreeBlocks .post .post-content .btn {
    bottom: 2rem;
    right: 2rem
}

.contentblock-ThreeBlocks.small .post .post-content p {
    font-size: 1.6rem;
    line-height: 1.6
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+1) .post-content {
    background-color: #f08832
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+1) .post-content .btn-secondary {
    color: #f08832
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+2) .post-content {
    background-color: #544595
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+2) .post-content .btn-secondary {
    color: #544595
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+3) .post-content {
    background-color: #5db67a
}

.contentblock-ThreeBlocks:nth-child(even) .grid .row>.post-container:nth-child(3n+3) .btn-secondary {
    color: #5db67a
}