html {
  font-family: sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    
}

.rodelijn h1 {
    position: relative;
    margin-top: 10px;
    margin-left: 19px;
}

h1, .h1 {
    font-size: 30px;
    color: #ed1a3b;
}

.rodelijn h2 {
    position: relative;
    margin-left: 19px;
}

h2, .h2 {
    font-size: 20px;
    color: #98002e;
    margin-bottom: 10px;
}

h3, .h3 {
    font-size: 18px;
    color: #ed1a3b;
    margin-bottom: 10px;
}

a.rodelijn{
    position: absolute;
    top: 0;
    left: 16vw;
    display: inline-block;
    text-decoration: none;
    /*background-color: lightgray;*/
}

a.home {
    position: absolute;
    top: 0;
    left: 16vw;
    width: 60vw;
    height: 90px;
    display: inline-block;
    text-decoration: none;
}

.rodelijn {
    pointer-events: none;
}

.rodelijn {
    background: url(../images/locator_top.png) left bottom repeat-y;
    padding-left: 23px !important;
    height: 175px !important;
    
}


div.rodelijn_bottom_home {
    position: absolute;
    bottom: 55px;
    width: calc(74vw - 16vw - 23px);
    height: 175px;
    left: 16vw;
}

.rodelijn_bottom_home {
	background: url(../images/locator_bottom.png) left top repeat-y;
	padding-left: 23px !important;
	z-index: 1;
}

div.rodelijn_bottom {
    position: absolute;
    bottom: 55px;
    width: calc(74vw - 16vw - 23px);
    height: 175px;
    left: 16vw;
}

.rodelijn_bottom {
	background: url(../images/locator_bottom.png) left top repeat-y;
	padding-left: 23px !important;
	z-index: 1;
}

.img-container{
    position: absolute;
    top: 80px;
    left: 0;
    width: 79vw;
    height: calc(100vh - 250px);
    background-color: lightblue;
}

.slides .slick-slide {
    width: 79vw;
    height: calc(100vh - 250px);
    object-fit: cover;
    object-position: center center;
}

.logo-container{
    position: absolute;
    top: 80px;
    right: 0;
    width: 20vw;
    height: calc(100vh - 250px);
    /* background-color: lightgreen; */
}

.sponsor{
    position: relative;
    height: calc((100vh - 200px) / 6); /* aantal adverteerders + 1 voor marge */
    width: 19vw;
    background-color: #fff;
    margin: 0 0 20px 0;
    border: 1px dashed black;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.sponsor a img {
    max-width: 15vw;
    /* max-width: 400px; */
    max-height: calc((100vh - 250px) / 6); /* aantal adverteerders + 1 voor marge */;
    aspect-ratio: auto;
}

.slick-dots li button:before {
    font-size: 12px !important;
    color: #ed1a3b !important;
}


.bekijk-foto-driehoek {
    display: block;
    width: 200px;
    aspect-ratio: 1/1;
    position: absolute;
    right:0;
    top: 0;
    background: #3d54a9;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 0%); 
    z-index: 3;
}

a.bekijk-foto-driehoek::after {
    content: attr(data-linktext) "\astaan online!";
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg) translateX(52%);
    text-align: center;
    font-size: 20px;
    white-space: pre;
    line-height: 1.1;
    text-transform: uppercase;
    
}

.bottom_home {
    position: absolute;
    bottom: 0;
    width: calc(79vw - 16vw);
    height: 125px;
    left: 16vw;
    /* background-color: gray; */
    z-index: 3;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: calc(79vw - 16vw);
    height: 125px;
    left: 16vw;
    /* background-color: gray; */
    z-index: 3;
}

.content{
    margin: -15px 0px 0px 23px; /* 50px; */
    padding: 10px 0px 10px 20px;
    /* background-color: #f5f5f5; */
}

.knoppen{
    position: absolute;
    bottom: 0;
    left: 6px;
    height: 55px;
    width: calc(100% - 6px);
    font-size: 0; /* nodig om de knoppen strak aan te laten sluiten*/
}

.knoppen a{
    display: inline-block;
    width: 33.33%;
    margin: 0;
    padding: 17px 0px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    outline: 0;
}

.knoppen a:hover, a:focus {
    color: #fff;
    text-decoration: underline;
}
.knoppen a:active, a:hover {
    outline: 0;
}

.aanmelden{
    background-color: #ed1a3b;
}

.sfeerimpressie{
    background-color: #62cae3;
}

.contact{
    background-color: #98002e;
}


.basisContentContainer{
    position: absolute;
    top: 75px;
    left: 16vw;
    width: calc((79vw - 16vw) - 42px);
    margin-left: 42px;
    height: calc(100vh - 250px);
    overflow-y: auto;
    /* background-color: lightblue; */
}
    
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

.sponsorContact {
    float: left;
    width: 33%;
    text-align: center;
}

.sponsorContact img {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}


/* FOTOGALLERIJ */
#module_foto_verzameling {
    position: relative;
}

#module_foto_verzameling .container {
    max-width: calc((79vw - 16vw) - 52px);
}

#module_foto_verzameling .container .grid_container {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 10px;
}

@media (min-width: 576px) {
    #module_foto_verzameling .container .grid_container {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

#module_foto_verzameling .container .grid_container .foto_container {
    position: relative;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.25);
    border-image: initial;
    overflow: hidden;
}

#module_foto_verzameling .container .grid_container .foto_container .foto img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* FOTOGALLERIJ */


@media (max-width: 991px) {

    h1, .h1 {
        font-size: 22px;
    }
    
    h2, .h2 {
        font-size: 16px;
    }
    
    a.rodelijn{
        left: 1vw;
    }
    
    div.rodelijn_bottom_home {
        top: calc(55vw + 60px);
        left: 1vw;
    }
    
    .bottom_home {
        left: 1vw;
    }
    
    div.rodelijn_bottom {
        bottom: 55px;
        left: 1vw;
    }
    
    .bottom {
        left: 1vw;
    }
    
    .img-container{
        width: 100vw;
        height: 55vw;
        background-color: lightblue;
        /* overflow: hidden; */
    }
    .slides .slick-slide {
        width: 100vw;
        height: 55vw;
        object-fit: cover;
        object-position: center center;
    }
    .bekijk-foto-driehoek {
        width: 100px;
    }
    
    a.bekijk-foto-driehoek::after {
        content: attr(data-linktext) "\astaan online!";
        font-size: 10px;
    }
    
    .bottom_home {
        position: absolute;
        top: calc(55vw + 160px);
        width: 100vw;
        height: 125px;
    }
    
    .bottom_home .content{
        font-size: 15px;
        margin: -60px 0px 0px 23px; /* 50px; */
        padding: 5px 5px 10px 10px;
    }
    
    .bottom {
        position: absolute;
        bottom: 0;
        width: 99vw;
        height: 125px;
    }
    
    .content{
        margin: -70px 0px 0px 23px; /* 50px; */
        padding: 5px 5px 10px 10px;
    }
    
    .knoppen a{
        width: 33%;
        font-size: 15px;
    }
    
    .logo-container{
        position: absolute;
        top: calc(55vw + 310px);
        width: 95vw;
        height:  auto;
    }
    
    .sponsor{
        position: relative;
        float: left;
        width: 31vw;
        margin: 0;
        border: 0px;
    }
    
    .sponsor a img {
        max-width: 30vw;
        /* max-width: 400px; */
        max-height: calc((100vh - 200px) / 6); /* aantal adverteerders + 1 voor marge */;
        aspect-ratio: auto;
    }
    
    .basisContentContainer{
        position: absolute;
        top: 75px;
        left: 1vw;
        width: calc(95vw - 42px);
        margin-left: 42px;
        /* height: calc(90vh - 250px); */
        height: calc(99dvh - 140px);
        overflow-y: auto;
        /* background-color: lightblue; */
    }
    
    .sponsorContact {
        float: left;
        width: 40vw;
        text-align: center;
    }
    
    /* FOTOGALLERIJ */
    #module_foto_verzameling .container {
        max-width: calc(95vw - 42px);
        
    }
        
}

@media (max-width: 625px) {
    .sponsorContact {
        float: left;
        width: 80vw;
        text-align: center;
    }
}

@media (max-width: 337px) {
    
    h1, .h1 {
        font-size: 18px;
    }
    
    h2, .h2 {
        font-size: 15px;
    }
    
    .bottom_home .content {
        font-size: 12px;
        margin: -50px 0px 0px 23px; /* 50px; */
    }
    
    .knoppen a{
        width: 33%;
        font-size: 13px;
    }
    
}















