.ct_blockquote{
    font-size: 1.0em;
    width:100%;
    margin:0px auto;
    font-style:italic;
    color: #555555;
    padding:1.2em 30px 1.2em 45px;
    border-left:8px solid #216d43 ;
    line-height:1.6;
    position: relative;
    background:#EDEDED;
}

.ct_blockquote::before{
    font-family:Arial;
    content: "\201C";
    color:#35ad69;
    font-size:4em;
    position: absolute;
    left: 10px;
    top:-10px;
}

.ct_blockquote::after{
    content: '';
}

/*
.ct_blockquote span{
    display:block;
    color:#333333;
    font-style: normal;
    font-weight: bold;
    margin-top:1em;
}
*/

/* content elementen - te gebruiken door content editors PH : gestart vanaf 30802023 ct_ voorloper voor content elementen */
.ct_voorbeeld {
    background: #e5ecf1;
    padding: 10px 20px;
}

.ct_voorbeeld.ct_letop {
    background: #ffdd79;
}
.ct_voorbeeld.ct_interactief::before {
    float: right;
    clear: right;
    margin: 0 -160px 0 0;
    position: relative;
    content: ' ';
    width: 100px;
    height: 100px;
    display: block;
    background: url('https://files.instruct.nl/fundament/flask.png');
    background-size: contain;
}

.ct_voorbeeld .kantlijn {
    margin-right: -272px;
}

.ct_tblstyle1 {
    width: 100%;
    border: 2px solid #bb622a;
    border-collapse: collapse;
}

.ct_tblstyle1 th {
    border: 2px solid #bb622a;
    background-color: #de8344;
    color: white;
    width: 30%;
    padding: 5px;
    border-radius: 5px;
    font-weight: 900;
}

.ct_tblstyle1 td {
    border: 2px solid #bb622a;
    background-color: #f7e5d7;
    vertical-align: top;
    padding: 5px;
}

.bg_progress_results{
    background-color: rgb(0, 72, 121);
}

.resulttable td {
    height: 65px;
    vertical-align: middle;
}

/*02042025 - PH Responsive fundament */
html,body{
    min-height: 100vh;
}
body {
    display: flex;
    flex-direction: column;
}
body > .container-fluid {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}


.container-fluid {
    width: 97%;
    max-width: 1140px;
    padding: 0;
}

footer a, footer h6 {
    color: #000; !important;
}
footer { background: #fff !important;  border-top: 1px solid #eee;}

.kantlijn {
    display: none;
}
@media only screen and (min-width: 992px) {
    .kantlijn {
        display: block;
    }
}

#content-div {
    margin-top: -170px;
}


/*02042025 - PH Responsive fundament */