/*
.title {
    letter-spacing: 4px;
    font-size: 1.8em;
} 

.title.border {
    padding-left: 30px;
}

.title.border.blue {
    border-left: 4px solid #0086D6;
}

.title.border.white {
    padding-left: 30px;
    border-left: 4px solid #fff;
}*/

.title {

}

.title.block {
    padding: 26px 40px;
    border-left: 3px solid #009cde;
    background-color: #fdfdfd;
    color: #009cde;
    font-weight: 700;
}

.title.round {

}

.title.round .cirk {
    height: 44px;
    width: 44px;
    border: 3px solid #009cde;
    border-radius: 25px;
    display: block;
    background-repeat: no-repeat;
    float: left;
    white-space: nowrap;
    text-align: center; 
    white-space: nowrap;
}

.title.round .cirk .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.title.round .cirk img {
    vertical-align: middle;
    max-height: 18px;
    max-width: 20px;
}

.title.round .cirk img.briefing {
    margin-top: -2px;
}

.title.round .cirk img.crossmediaal {
    margin-top: 1px;
}

.title.round .cirk img.offerte-tekenen {
    margin-top: 0px;
}

.title.round .cirk .campagnes {
    margin-top: 6px;
    display: block;
    font-weight: 700;
    color: #009cde;
}

.title.round .cirk img.tv-landschap {
    margin-top: 0px;
}

.title.round .cirk img.radio-landschap {
    margin-top: -3px;
}

.title.round .cirk img.woordenteller {
    margin-top: 0px;
}

.title.round .cirk img.strategie {
    max-height: 16px;
    max-width: 16px;
}

.title.round .cirk img.performance {
    margin-top: -1px;
    margin-left: -1px;
    max-height: 18px;
    max-width: 18px;
}

.title.round .cirk img.voorbeelden {
    margin-top: -4px;
    max-height: 22px;
    max-width: 22px;
}

.title.round .text {
    margin-top: 8px;
    padding-left: 14px;
    display: block;
    /*color: #6b6b6b;*/
    font-size: 18px;
    float: left;
}

/* LG */
@media (min-width: 1200px) {
  

}

/* MD */
@media (max-width: 1199px) {


}

/* SM */
@media (max-width: 991px) {


}


/* XS */
@media (max-width: 768px) {

    .title.round .cirk {
        display: none;
    }

    .title.round .text {
        padding-left: 0;
    }

    .title.block {
        padding: 20px 30px;
    }

}