.display-flex{
    display: flex;
}
.dark{
    color: #333333;
}
.col2{
    width:50%;
}
.col2 img{
    object-fit: contain;
}
.carousel{
    margin-bottom:120px;
}
.two-columns>p{
    column-count: 2;
    column-gap: 32px;
    margin-bottom: 0px;
}
.header-block{
    width: 90vw;
    height:100%;
    column-gap: 16px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    padding:  48px 52px;
    border-radius: 25px;
    color: #333;
    margin-bottom: 80px;
}
div#carouselExampleIndicators{
    height: 500px;
}
.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
li::marker{
    display: none;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
  }
.justify-content{
    justify-content: center;
}
.align-end{
    align-content: flex-end;
}
.col2 p{
    max-width: 80%;
}
.flex-start{
    justify-content: flex-start;
}
.flex-end{
    justify-content: flex-end;
}
div.wrap{
    flex-wrap: wrap;
}
.align-middle{
    align-content: center;
}
.jumbotron{
    width: 100vw;
   
}
.column{
    flex-direction: column;
    row-gap: 8px;
}
.header-row {
    margin-bottom: 32px;
    text-align: center;
}
.column1-3{
    width: 33.333%;
}
.row{
    width: 100vw;
    height: auto;
}
.download-section{
    margin-bottom: 160px;
}

.download-section .column{
    padding: 0px;
}
.button-taxonomy{
    color: #333;
    text-align: center;
    background-color: #CCC;
    padding: 0.8rem 2rem;
    font-weight: bold;
    font-family: montserrat;
    display:flex;
    align-content: center;
    flex-wrap: wrap;
}
.button-taxonomy:hover{
    color: #CCC;
    background-color: black;
    padding: 0.8rem 2rem;
    font-weight: bold;
    font-family: montserrat;
}
.boxed{
    width:100vw;
    padding: 0 5vw;
}

.conclusie-leerdoel{
    margin-bottom: 160px;
    color: #333;
    
}
.conclusie-leerdoel .boxed{
    background-color: #fff;
    width: 90vw;
    border-radius: 25px;
    padding: 40px 1vw;
}
.conclusie-leerdoel .display-flex{
    gap:16px;
}
.col2-3{
    width: 66.66%;
}
.col1-3{
    width: 33.33%;
}
.post-container{
    width: 33.33%;
    overflow: hidden;
}
.post-types{
    margin-bottom: 120px;
}
.post-types .image img{
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.gap{
    column-gap: 32px;
    row-gap: 16px;
}
iframe{
    aspect-ratio: 16/9;
}

.bronnen{
    color: #CCC;
    margin-bottom: 160px;
}
.bron{
    font-style: italic;
    font-weight: 500;
    margin-bottom: 1rem;
    list-style: none;
    position: relative;
}
.bronnen-lijst{
    padding-top: 3rem;
    margin-left: 2rem;
}
li.bron::before{
    content:"*";
    position: absolute;
    top: 10%;
    left: -1rem;
}