/*

Theme Name: Cloudwise website
Template: kadence
Author: Cloudwise
Text Domain: cloudwise-basis-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

:root{
    --paars:#502D87;
    --roze:#E4005A;
    --wit:#fff;
}

.single-entry .nieuwsblok .loop-entry{
    background-color:var(--paars);
    padding:40px;
    border-radius:40px
}
.nieuwsblok .loop-entry .entry-title{
    color:var(--wit);
}
.single-entry .nieuwsblok .entry-title:hover, .single-entry .nieuwsblok .entry-title:hover a{
    color:var(--wit)
}
.single-entry .nieuwsblok .entry-title:hover a{
    text-decoration: underline;
}
.category-links a,.nieuwsblok .entry-meta>*{
    color:var(--roze);
}
.nieuwsblok .entry-summary{
    color:var(--wit);
    font-size:17px;
    line-height:28px;
}
.nieuwsblok .post-more-link{
    color: var(--roze);
    text-decoration: none;
    position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 28px;
    transition: 0.2s;
    text-transform: none;
    display: flex;
    align-items: center;
}
.nieuwsblok .post-more-link:before{
    color: var(--roze);
    content: '>';
    position: absolute;
    left: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.nieuwsblok .post-more-link:hover{
    color: var(--roze);
    padding-left:20px;
}

.nieuwsblok .post-more-link span{
    display: none;
}
.toplinks{
    display:flex;
    gap:15px;
}



/* thema's */

.themaoverzicht ul{
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:30px;
}

.themaoverzicht ul li{
    border:1px solid var(--paars);
    border-radius: 10px 10px 0 10px;
    padding:20px;
}


.themaoverzicht ul li h4{
    color:var(--roze);
    font-size:19px;
    line-height:24px;
}
/*
.themaoverzicht ul li h4 a{
    height:100%;
    width:100%;
    color:#fff;
    font-size:19px;
    line-height:24px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.themaoverzicht ul li:hover{
    background-color: var(--roze);
}
*/
.themalijst{
    list-style-type: none;
    padding-left:10px !important;
}

.themalijst > li{
    font-weight:bold;
}
.themalijst > li ul  li{
    font-weight: 400;
}

.themalijst a{
    text-decoration: none;
}
.themalijst a:hover{
    text-decoration: underline;
}

@media (max-width: 992px) {
    .themaoverzicht ul{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 600px) {
    .themaoverzicht ul{
        grid-template-columns: 1fr;
        min-height:inherit;
    }
}


/* Stickey menu*/

.kadence-sticky-header .site-branding{
    padding-top:10px;
}

.rijmetheader > div > div > div.kt-inside-inner-col{
    margin-left:-2rem;
    margin-right:-2rem;
}

@media (max-width: 992px) {
    .rijmetheader .kt-inside-inner-col{
        margin-left:0;
        margin-right:0;
    }
}


/* text shadow */
.text-shadow-purple{
        text-shadow: 1px 1px var(--paars);
}

h1, h2, h3, h4, h5, h6{
    margin-bottom: 15px !important;
}