/*Plaats hier je custom css, zodat je styling niet overschreven wordt bij een update van het hoofdthema */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.usps{
    display: flex;
    padding: 5px 0;
    border-bottom: solid 1px rgba(124, 133, 148,.5);
}
 
.usps .plate--column{ 
    min-height: unset;
}

.usps svg{ 
    width: 1.2rem;
    margin-right: 5px;
}

.usps svg path{
    fill: #e37839;
}

.usps ul{
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-around;
    margin: 0;
}

.usps ul li{
    font-size: 13px;
    display: flex;
    align-items: center;
    margin-right: 2rem;
}

#header{
    top: unset;
}

#header.fixed{
    top: 0;
}

#header .menu-logo img {
    height: 80px;
}
@media screen and (max-width: 750px) {
    #header .menu-logo img {
        height: 60px !important;
    }

    .usps{
        display: none;
    }
}

p,
table tr {
    font-size: 1em;
    line-height: 2.2em;
}
.dienst-container p {
    font-size: 16px;
    line-height: 30px;
}

.caption .info {
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding-top: 55px;
}

.caption .info .desc{
    color: black;
    font-size: 13px;
    padding: 10px; 
    line-height: 22px;
}

.caption .h2{
    text-align: center;
    padding: 10px; 
    font-size: 25px; 
    line-height: 1.4em;
    padding: 10px;
    width: calc(100% - 20px);
    position: absolute;
    color: #fff; 
    top: 0;
    font-family: 'Archivo Black',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.caption .desc p{
    position: relative !important;
    padding: 0;
}

.caption p.verder-lezen-text{
    text-align: center;
    width: 100%;
    position: absolute !important;
}

.titel-op-projectcard .info,
.titel-op-projectcard h2 {
    padding: 10px;
}

.project-overzicht-post:hover .caption .info{
    margin-top: 0px !important; 
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.caption .info{
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    width: 80%;
    min-width: 80%;
    position: absolute;
}

.caption p {
    margin: 0 !important;
    padding: 7px 10px;
    color: black;
}

.products_section .project-overzicht-post {
    width: 100% !important;
}


