/*

Theme Name: Korenbloem
Template: kadence
Version: 1.0.1
Text Domain: cloudwise-basis-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

 /*Klasbord Agenda */

 :root{
    --blauw:#004878;
    --geel:#FBBA05;
    --grijs:#90967A;
    --groen:#728A4A;
 }

 .site-branding.site-brand-logo-only{
    margin-top:-50px;
 }

.klasbordagenda .agenda-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.agenda-item {
    display: flex;
    align-items: center;
    color: white;
    border-radius: 8px;
    padding: 10px 0;
    margin-bottom: 12px;
}
.agenda-icon {
    border-radius: 8px;
    padding-top:10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    background-image:url(images/Kalender_icon.svg);
    background-size:contain;
    background-repeat: no-repeat;
    height:62px;
    width:62px;
}
.agenda-day {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color:#FBBA05;
}
.agenda-month {
    font-size: 8px;
    text-transform: lowercase;
}
.agenda-content {
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
}
.agenda-title {
    font-weight: 700;
    font-size: 18px;
    color: #ffcc00;
}
.agenda-time {
    font-size: 16px;
    color: #ffffff;
}

#klasbord-calendar{
    background-color:var(--geel)
}
#klasbord-calendar .calendar-day{
    background-color:#fff1cc
}

#klasbord-calendar .calendar-header {
    padding:10px;
}

#klasbord-calendar .calendar-header a{
    background-color:var(--blauw);
    color:#fff;
}
#klasbord-calendar .calendar-header span{
    color:var(--blauw);
}
#klasbord-calendar .calendar-header a:hover{
    background-color:var(--groen);
}

#klasbord-calendar .day-header{
    min-height:inherit;
    background-color:var(--blauw);
    color:#fff;
}
#klasbord-calendar .event-title{
    color:var(--blauw)
}

#klasbord-calendar .calendar-day.empty{
    background-color: var(--grijs);
}

#masthead:after{
    Content:'';
    background-color:#FBBA05;
    position: absolute;
    top:0;
    right:0;
    width:calc(315px + ((100vw - 1200px) / 2));
    border-radius:15px 0 0 15px;
    height:50px;
    z-index:1;
}
#masthead #main-header{
    z-index:2;
    position: relative;
}

ul.paginalijst,ul.paginalijst li {list-style-type: none;}
ul.paginalijst li a{text-decoration: none; font-size:18px; line-height:34px;}
ul.paginalijst li.current-menu-item a{font-weight: 700;}


/* Afbeeldingblok */

.afbeeldingblok .afbeeldingsectie img{
    width:320px;
    height:240px;
    z-index:2;
}


.afbeeldingblok .afbeeldingsectie.afbeelding1 figure{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
}

.afbeeldingblok .afbeeldingsectie.afbeelding2 {
    margin-top:-100px;
}

.afbeeldingblok .afbeeldingsectie.afbeelding3 figure{
    display:flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}



.afbeeldingblok .afbeeldingsectie figcaption{
    font-family: 'Alegreya Sans', sans-serif;
    font-size:35px;
    line-height:40px;
    font-weight:900;
    padding:50px 20px 20px 20px;
    margin-top:-30px;
    background-color:var(--geel);
    border-radius:33px;
    width:350px;
    color:#fff;
    z-index:1;
}

.afbeeldingblok .afbeeldingsectie.afbeelding2 figcaption{
    background-color:var(--blauw);
}

.afbeeldingblok .afbeeldingsectie.afbeelding3 figcaption{
    background-color:var(--grijs);
    padding:20px 20px 50px 20px;
    margin-top: 0;
}
.afbeeldingblok .afbeeldingsectie.afbeelding3 img{
    margin-top:-50px;
}


.afbeeldingblok .contentblok{
    display: flex;
    align-items:flex-end;
    margin-top:-150px;
    margin-bottom:50px;
}
.afbeeldingblok .contentblok > div{
    width:50%;
}

.mapbutton {
    position: absolute;
    top: calc( 50% - 38px );
    left: 0;
    z-index:2;
}
footer{
    position: relative;
}
footer >  *{
    z-index:1;
    position: relative;
}
footer:after{
    content: '';
    width: 100%;
    height: 160px;
    background-image: url(images/footer-background.svg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.site-footer-top-section-1 {
    background-color: var(--blauw);
    border-radius:20px;
    padding:20px 30px;
}
.Footer-contact{
    
    
    color:#fff;
}
.Footer-contact *{
    color:#fff;
}


.site-footer-top-section-2 .footer-widget-area-inner{
    display: grid;
    grid-template-columns: 1fr 1fr;
}


.site-footer-top-section-2 .widget-area .widget {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: flex-end;
}
#block-13, #block-14{
    border-bottom:1px solid var(--blauw)
}
#block-14{
    padding-bottom:13px;
}
#block-15{
    padding-left:40px;
}
#block-16{
    margin-left:-70px;
        padding-bottom: 10px;
}

/*bestand block */
.wp-block-file {
    display: flex; 
    justify-content: space-between;
    align-items: center;
}

.wp-block-file > a:first-child{
    font-size:16px;
}
.wp-block-file > a:last-child{
    border-radius:22px;
}


@media  (max-width:1026px) {
    .site-branding.site-brand-logo-only{
        margin-top:0px;
    }
    #masthead:after{
        display:none
    }
    .site-footer-top-section-2 .footer-widget-area-inner{
        grid-template-columns: 1fr;
    }

}

@media  (max-width:900px) {
    .afbeeldingblok .afbeeldingsectie.afbeelding2{
        margin-top:0;
    }
    .afbeeldingblok .afbeeldingsectie.afbeelding1{
        margin-bottom: 40px;
    }
    .afbeeldingblok .contentblok{
        margin-top:40px;
        align-items: flex-start;
    }
    .afbeeldingblok .contentblok > div{
        width:100%;
    }
    .afbeeldingblok .afbeeldingsectie.afbeelding1 figure,
    .afbeeldingblok .afbeeldingsectie.afbeelding3 figure{
        align-items: flex-start;

    }
    #block-13, #block-14{
        border-bottom:0;
    }
    #block-16{
        margin-left:0;
    }
    #block-15{
        padding-left:0;
    }
    footer:after{
        height:300px;
        background-size:cover;
    }
}