/* Global site settings */
*:focus {
    outline: none;
}

html{
    position: relative;
}
html, body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

.nijkerk-bg {
    background-image: url(../images/Nijkerkoneicebg.svg);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: repeat-y;
    z-index: -100;
}

@font-face {
font-family: 'FibraOneAlt';
src: url('../fonts/FibraOneAlt-Heavy.woff2') format('woff2'),
url('../fonts/FibraOneAlt-Heavy.woff') format('woff');
font-weight: 800;
font-style: normal;
}

@font-face {
font-family: 'FibraOneAlt';
src: url('../fonts/FibraOneAlt-Regular.woff2') format('woff2'),
url('../fonts/FibraOneAlt-Regular.woff') format('woff');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'FibraOneAlt';
src: url('../fonts/FibraOneAlt-Bold.woff2') format('woff2'),
url('../fonts/FibraOneAlt-Bold.woff') format('woff');
font-weight: 700;
font-style: normal;
}

/* Header */
img{
    border-radius: 2%;
}

.button{
    color: black;
    width: 225px;
    padding: 15px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid var(--clr-1);
    text-transform: uppercase;
    transition: 0.5s;
    background-color: transparent;
}

.button a{
    transition: 0.5s;
    color: black;
}

.button:hover{
    background-color: var(--clr-1);
}

.button:hover a{
    background-color: var(--clr-1);
    text-decoration: none;
    color: white;
}
h1,h2,h3,h4,h5,h6,h7{
    text-transform: uppercase;
}

h1{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 100px;
}

h2{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 70px;
}
h3{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 30px;

}
h5{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 20px;
    color: var(--clr-1);
}

h6{
    font-family: FibraOneAlt;
    font-weight: 400;
    font-size: 20px;
}
h7{
    font-family: FibraOneAlt;
    font-weight: 400;
    font-size: 10px;
    color: grey;
}
a{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 15px;
    color: black;
}

a:hover{
    text-decoration: none;
    color: black;
}

p{
    font-family: FibraOneAlt;
    font-weight: 400;
    font-size: 15px;
}
b{
    font-family: FibraOneAlt;
    font-weight: 800;
    font-size: 15px;
}

input[type=submit]{
    color: black;
    font-family: FibraOneAlt;
    font-weight: 800;
    cursor: pointer;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(28,42,68,0.5);
}

#scrolltopbutton {
    display: inline-block;
    background-color: #3d3d3d;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 100px;
    right: 0px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    visibility: hidden;
    z-index: 1000;
}
#scrolltopbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-size: 1em;
    line-height: 30px;
    color: #fff;
}
#scrolltopbutton:hover {
    cursor: pointer;
}
#scrolltopbutton:active {
    background-color: #555;
}
#scrolltopbutton.show {
    opacity: 0.5;
    visibility: visible;
}

/* DISPLAY FLEX STYLING */

.fl-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.fl-row.fl-reverse{
    flex-direction: row-reverse;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-column.fl-reverse{
    flex-direction: column-reverse;
}

.fl-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.jc-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.jc-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.jc-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.normal-page .main-content{
    margin-top: 180px;
}
.navbar{
    top: 0;
    padding: 0 0 0 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 180px;
}

.navbar.post-nav .nav-link{
    color: black;
}

.menu{
    position: relative;
    justify-content: center;
    z-index: 1;
    margin-left: 0%;
    margin-right: 0%;
    padding: 15px 0;
    width: 100%;
    transition: all 0.1s ease-in;
}

.menu .navbar{
    padding-left: 15%;
    padding-right: 15%;
}

.nav-down.menu{
    transform: translateY(-100%);
}

.fixed-header .menu {
    position: fixed;
    background: white;
    padding-top: 15px;
}

.fixed-header .navbar{
    height: 90px;
}
.menu .nav-item .nav-link{
    transition: all .3s ease-in-out;
}
.fixed-header .menu .nav-item .nav-link{
    color: black;
}

.nav-item.active .nav-link {
    color: var(--clr-3)!important;
}

.menutitelssponsor.active{
    color: var(--clr-3);
}

.logo{
    float: left;
    height: 100px;
    width: 210px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
}

.fixed-header .menu .logo{
    height: 50px;
    width: 125px;
}

button.navbar-toggler {
    order: 3;
}
.navbar-toggler:focus{
    outline: none;
}
.navbar-toggler{
    display: none;
    z-index: 99;
}
.navbar-toggler-icon{
    width: 33px;
    height: 25px;}
#hamburger-6.is-active{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger .line{
    width: 50px;
    height: 5px;
    background-color: var(--clr-1);
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
    cursor: pointer;
}
.three{
    text-align: center;
}
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
}
#hamburger-6.is-active .line:nth-child(2){
    width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px);
    -ms-transform: translateY(13px);
    -o-transform: translateY(13px);
    transform: translateY(13px);
}

#hamburger-6.is-active .line:nth-child(3){
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

.nav-item{
    padding: 10px;
}


.navbar-collapse{
    display: flex;
    justify-content: flex-end;
}


.navbar-nav .dropdown-menu{
    position: absolute;
}

.nav-item.dropdown:hover .dropdown-menu{
    display: block;
    border-radius: 10px;
}

.nav-item.dropdown{
    padding: 10px 20px 10px 15px;
}
.nav-link{
    position: relative;
}
.nav-item.dropdown .nav-link:after {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    top: 16px;
    border-width: 0px 2px 2px 0;
    border-color: white;
    border-style: solid;
    right: -20px;
    transform: rotate(45deg) translateX(-100%);
}
.fixed-header .nav-item.dropdown .nav-link:after{
    border-color: black;
}
.menutitels{
    padding: 5px;
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.menutitels:hover{
    color: white;
    opacity: 0.6;
}



.menutitelssponsor{
    padding: 15px;
    text-decoration: none;
    background-color: #ec3d50;
    border-radius: 50px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.menutitelssponsor:hover{
    color: white;
    opacity: 0.6;
    text-decoration: none;
}

.homeheader{
    position: relative;
    display: flex;
    height: 100vh;
    width: 100%;
    justify-content: center;
    background-attachment: fixed;
}


.homeheadertitel{

    z-index: 4;
    color: white;
    align-self: center;
    text-align: center;
}

.pagina-titel{
    position: relative;
    text-align: center;
    color: var(--clr-3);
}

.pagina-tekst{
    position: relative;
    text-align: center;
    color: var(--clr-1);
}

.live {
    position: fixed;
    align-self: center;
    border-style: solid;
    border-width: 70px 70px 120px 70px;
    border-color: transparent transparent var(--clr-1) transparent;
    right: 0;
    top: 40vh;
    transform: rotate(-90deg);
    transition: .3s ease-in-out;
    z-index: 999;
}

.live:hover{
    border-color: transparent transparent white transparent;
}


a.liveknop {
    position: absolute;
    top: 0px;
    color: white;
    text-decoration: none;
    transform: rotate(90deg);
    height: 133px;
    width: 89px;
    padding: 50px 28px;
    left: -50px;
}
a.liveknop:hover {
    color: var(--clr-1);
}

.scroll-down {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s;
}

.scroll-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 4px 4px;
}
/* mediapost slider */
.swiper-container-mediaposts{
    position: relative;
    width: 70%;
    margin-bottom: 35px;
    padding: 20px 0;
    background-color: var(--clr-2);
    border-radius: 10px;
    box-shadow: 7px 7px var(--clr-3);
    color: var(--clr-1);
}

.swiper-slide-mediaposts{
    text-align: center;
}


/* Sponsor slider */
.slider{
    width: 100%;
    position: relative;
}
.swiper-container-logos{
    width: 80%;
    height: 150px;
    display: flex;
}

.swiper-slide-logos {
    align-self: center;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next-logos {
    margin-top: -25px;
    color: var(--clr-1);
    padding: 25px;
    border-radius: 50%;
    border: 2px solid var(--clr-2);
    transition: 0.5s;
}
.swiper-button-next-logos:hover{
    color: white;
    background-color : var(--clr-2);
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.swiper-button-prev-logos{
    margin-top: -25px;
    color: var(--clr-1);
    padding: 25px;
    border-radius: 50%;
    border: 2px solid var(--clr-2);
    transition: 0.5s;
}
.swiper-button-prev-logos:hover{
    color: white;
    background-color: var(--clr-2);
}


/* Counter */
.counter{
    position: relative;
    width: 100%;
    height: auto;
    background-color: var(--clr-2);
    padding: 15px;
    border-radius: 10px;
    box-shadow: 7px 7px var(--clr-3);
    transition: 0.5s;
}

.counter:hover{
    box-shadow: 10px 10px var(--clr-3);
}

.countertitel{
    margin-top: 25px;
    text-align: center;
    color: var(--clr-1);
}

.countercenter{
    position: relative;
    display: flex;
    justify-content: center;
}

.timer{
    align-self: center;
    margin:  20px;
    height: auto;
    width: 15%;
    border-radius: 10px;
    background-color: white;
    text-align: center;
}

#d, #h, #m, #s{
    color: var(--clr-1);
    margin-top: 20px;
}
.countertekst{
    font-size: 15px;
}
/* Prijslijst */
.prijs-tabel{
    border-collapse: collapse;
    width: 100%;
}
.prijs-tabel-tr{
    position: relative;
}

.prijs-tabel-ruimte{
    height: 10px;
}

.prijs-tabel-naam{
    position: absolute;
    width: 95%;
    text-align: left;
    padding-top: 15px;
    padding-left: 15px;
    background-color: var(--clr-2);
    border-radius: 100px 0 0 100px;
}

.prijs-tabel-width{
    width: 80%;

}
.prijs-tabel-prijs{
    position: relative;
    width: 10%;
    color: white;
    background-color: var(--clr-3);
    text-align: center;
    border-radius: 100px;
    padding-top: 15px;
}

/* Download form */
.downloadform{
    position: relative;
    padding-top: 50px;
    text-align: center;
    width: 100%;
    height: 250px;
    background-color: var(--clr-2);
    border-radius: 10px;
    box-shadow: 7px 7px var(--clr-3);
    transition: 0.5s;
    color: var(--clr-1);
}

.downloadform:hover{
    box-shadow: 10px 10px var(--clr-3);
}

.downloadbuttoncenter{
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

/* Allsponsors */
.logo-grids{
    position: relative;
    width: 100%;
    margin: 20px;
}

.logo-grid{
    float: left;
    height: 100px;
    margin: 20px 2.5% 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.size-2{
    width: 45%;
}

.size-3{
    width: 27.5%;
}

.size-4{
    width: 19.5%;
}

.size-6{
    width: 11%;
}

.size-8{
    width: 4.8%;
}

/* Contactform */
.contactform-titel {
    margin-top: 25px;
    margin-bottom: 50px;
    color: var(--clr-1) ;
}

.contactform{
    background-color: var(--clr-2);
    border-radius: 10px;
    box-shadow: 7px 7px var(--clr-3);
    padding: 20px;
    text-align: center;
    transition: 0.5s;
}

.contactform:hover{
    box-shadow: 10px 10px var(--clr-3);
}

input[type=text], textarea{
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: transparent;
    border-radius: 15px;
    box-sizing: border-box;
}

input[type=submit]{
    color: black;
}

input[type=submit]:hover{
    color: white;
}
/* Footer */

input[type=radio] {
    display: none;
}

label {
    margin: 0;
    cursor: pointer;
}

label.yearLabel.active {
    color: var(--clr-1);
    text-decoration: underline;
}

.mediaposts{
    position: relative;
    width: 100%;
}

.mediapost{
    position: relative;
    float: left;
    margin: 1%;
    height: auto;
    width: 31.3%;
}

.mediapost.hidden {
    display: none;
}

.full-link-btn {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
}
.mediapost-afbeelding{
    height: 225px;
    border-radius: 3%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease-in-out 0.4s;
}

.mediapost-afbeelding:hover{
    opacity: 0.5;
}

.mediapost-tekst{
    margin-top: 20px;
    text-align: center;
}
.reeksafbeeldingen{
    height: 100%;
}
.reeksafbeelding{
    position: relative;
    float: left;
    height: 175px;
    width: 23%;
    margin: 1%;
    border-radius: 3%;
    object-position: center;
    object-fit: cover;
}

.gallery{
    transition: ease-in-out 0.4s;
}

.gallery:hover{
    opacity: 0.5;
}

.fancybox-navigation .fancybox-button--arrow_left {
    margin-left: 200px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    margin-right: 200px;
}
/* Vrijwilleger form*/

#regForm {
    background-color: #ffffff;
    padding: 40px;
    width: 100%;
    height: 800px;
}

input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
    background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
    display: none;
}

.formtext{
    text-align: center;
    font-size: 13px;
    width: 80%;
    margin: 50px auto;
}

.formbutton {
    background-color: var(--clr-3);
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    margin-top: 50px;
}
.formbuttontext{
    font-family: FibraOneAlt;
    font-weight: 400;
    margin: 0;

}

.formbutton:hover {
    opacity: 0.8;
}


/* Make circles that indicate the steps of the form: */

.step {
    height: 15px;
    width: 18.8%;
    margin-right: 1%;
    background-color: #e0f2fb;
    border: none;
    display: inline-block;
}

.steptext{
    margin-top: -25px;
}
.steptext.finish{
    color: var(--clr-3);
}
.step:nth-child(5) {
    margin-right: 0;
    border-radius: 0 5px 5px 0;
}

.step:nth-child(1) {
    border-radius: 5px 0 0 5px;
}

.step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
    background-color: var(--clr-3);
}
.dropdownvrijwillegers{
    position: relative;
    display: flex;
    width: 100%;
    text-align: center;
}

.dropdownvrijwillegerschild{
    height: 100px;
    width: 50%;
    margin-right: 10px;
}

.dropdownvrijwillegerschild:nth-child(2){
    margin-right: 0;
    margin-left: 10px;
}

.dropdownvrijwillegerstitel{
    color: var(--clr-3);
    font-weight: 800;
    margin: 0;
}


.dropdownvrijwillegersveld{
    width: 100%;
}
.formgegevens{
    position: relative;
    display: flex;
    margin-bottom: 50px;
    width: 100%;
}

.formgegevenschild{
    width: 33%;
    margin-right: 2%;
    text-align: center;
}

.formgegevenschild:nth-child(3){
    margin-right: 0;
}

.forminput,input[type=text]{
    width: 100%;
    height: 50px;
}

.forminput,textarea{
    width: 100%;
    height: 60px;
}

#telefoonnummer{
    font-family: FibraOneAlt;
    font-size: 12px;
}

.formgegevenstextarea{
    text-align: center;
}

/* Programma */
.programma{
    padding: 5%;
    width: 80%;
    height: 600px;
    background-color: var(--clr-2);
    box-shadow: 7px 7px var(--clr-3);
    border-radius: 10px;
    transition: 0.4s;
    margin: 0 auto;
}

.programma:hover{
    box-shadow: 10px 10px var(--clr-3);
}



.programmaknoppen{
    position: relative;
    display: flex;
    justify-content: space-between
}

.fa-arrow-circle-o-left, .fa-arrow-circle-o-right{
    color: var(--clr-1);
}

.fa-arrow-circle-o-left:hover, .fa-arrow-circle-o-right:hover {
    opacity: 0.8;
}

#header{
    color: var(--clr-1);
}
.programmainput{
    width: 100%;
}

#cal{
    position: relative;
    max-height: 400px;
    overflow-y: scroll;
    width: 90%;
    background-color: transparent;
    margin: 40px auto 0 auto;
}

/* width */
#cal::-webkit-scrollbar {
    width: 7px;
}

/* Track */
#cal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent;
    border-radius: 10px;
}

/* Handle */
#cal::-webkit-scrollbar-thumb {
    background:  var(--clr-3);
    border-radius: 10px;
}


.programmadag{
    width: 40px;
    position: relative;
    float: left;
    margin-top: 8px;
    color: var(--clr-1);
}

.programmadagnummer {
    position: relative;
    display: flex;
    justify-content: center;
    background-color: var(--clr-1);
    color: white;
    width: 40px;
    padding: 10px;
    border-radius: 50%;
    float: left;
    margin-right: 25px;
}

.programmatekst, .programmatekst2 {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 80%;
    height: 65px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    color: var(--clr-1);

}

.programmatekst2{
    margin-left: 105px;
    margin-top: 20px;
}

.programmatekstbold{
    text-transform: uppercase;
    font-weight: 800;
}

.time{
    text-align: left;
}

.titelprogramma{
    text-align: center;
    color: var(--clr-1);
}

/* sponsorpakket */
.sponsorpakket{
    width: 100%;
    height: auto;
    padding: 30px;
    border-radius: 10px;
    background-color: var(--clr-2);
}

.sponsorpakketheader{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.sponsorpakkettitel{
    color: var(--clr-1);
    width: 70%;
}

.sponsorpakketprijs{
    color: var(--clr-1);
}

.sponsorpakketborder{
    border-top: 2px solid var(--clr-3);
}
.sponsorpakkettekst{
    margin-top: 20px;
}

.sponsorpakketbtw{
    margin-top: 15px;
}
/* Footer */
.footer{
    position: relative;
    bottom: 0;
    height: auto;
    width: 100%;
    background-color: var(--clr-2);
}
.footerinhoud{
    padding-top: 100px;
    text-align: center;
    color: var(--clr-1);
    text-transform: uppercase;
}


.socialicons{
    position: relative;
    display: flex;
    justify-content: center;
}

.social{
    padding:  17px 3px;
    font-size: 15px;
    width: 50px;
    text-align: center;
    text-decoration: none;
    margin: 20px;
    justify-content: center;
    background-color: white;
    border-radius: 50%;
    border: 1px solid var(--clr-1);
    color: var(--clr-1);
    transition: 0.4s ease-in-out;
}

.social:hover{
    background-color: var(--clr-1);
    color: white;
}

.footerteksten{
    position: relative;
    display: flex;
    justify-content: space-evenly;
    padding: 50px 0;
    color: black;
}

.footertekst{
    width: 200px;
}
.footertekst1{
    width: 100px;
}

.footermenu{
    text-decoration: none;
    color: black;
}

.footersponsor{
    width: 200px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    margin-bottom: 20px;
}

.footersponsortekst{
    font-weight: 400;
}

@media screen and (max-width: 1200px) {
    .navbar-toggler{
        display: block;
    }

    .programma{
        width: 100%;
    }

    #cal{
        width: 100%;
    }

    #header{
        width: 150px;
    }

    .programmatekst, .programmatekst2 {
        display: flow-root;
        width: 60%;
        height: auto;
    }
    .navbar.post-nav .nav-link{
        color: white;
    }
    .fixed-header .menu .nav-item .nav-link {
        color: white;
    }
    .nav-item:nth-child(1){
        float: left;
        text-align: left;
    }
    a.nav-link.menutitels {
        font-size: 25px;
    }
    ul.navbar-nav {
        position: fixed;
        background: black;
        flex-direction: column;
        z-index: 50;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: left;
        padding: 15% 10% 0;
        transform: translateY(-200vh);
        transition: 0.5s all ease-in-out;
    }

    ul.navbar-nav.menu-open {
        transform: translateY(0);
    }
    .menutitelssponsor {
        font-size: 25px;
    }
    h1{
        font-size: 80px;
    }
    h2{
        font-size: 40px;
        word-break: break-word;
    }
    h3{
        font-size: 30px;
    }
    h6{
        font-size: 14px;
    }
    a.liveknop{
        height: 115px;
        width: 107px;
        top: 15px;
    }
    .live {
        top: 12vh;
    }
    .nav-item{
        padding: 10px 10px;
    }
    .sponsorpakketheader {
        display: block;
    }
    .countercenter{
        display: block;
    }
    .sponsorpakkettitel,.sponsorpakketprijs{
        font-size: 20px;
    }
    .timer {
        width: 90%;
    }
    .swiper-container-logos{
        width: 55%;
    }
    .mediapost {
        width: 48%;
    }
    .mediapost-afbeelding{
        height: 120px;
    }
    .mediapost-tekst-titel{
        font-size: 11px;
    }
    .mediapost-tekst-datum{
        font-size: 10px;
    }
    .reeksafbeelding {
        height: 120px;
        width: 48%;
    }
    .prijs-tabel-ruimte {
        height: 20px;
    }
    .prijs-tabel-prijs {
        width: 21%;
    }
    .prijs-tabel-naam,.prijs-tabel-prijs {
        height: 65px;
    }
    .prijs-tabel-naam {
        width: 85%;
        align-self: center;
        padding-left: 30px;
    }
    .prijs-tabel-width {
        align-self: center;
    }

    .footerteksten{
        display: block;
    }

    .footertekst,.footertekst1{
        margin: 0 auto;
        padding: 20px 0;
    }

}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
