/*A CKE-Editorban is használandó CSS bejegyzések kerülhetnének ide */

.idezet-block {
    position: relative;
    font-family: 'Sanchez', serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-style: italic;
}
.idezet-block:before {
    content: '\201C';
    position: absolute;
    top: 0.25em;
    left: -0.15em;
    color: #ffffff26;
    font-size: 6em;
    z-index: 0;

}

.idezet-block-2 {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid #f9a34f;
    font-family: 'Roboto', serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: 100;
}
.idezet-block-2:before, .idezet-block-2:after {
    content: '\201C';
    font-family: 'Sanchez';
    color: #f9a34f;
}
.idezet-block-2:after {
    content: '\201D';
}
.kiemelt-block{
    background-color: #f9a34f;
    color: white;
    font-weight: 600;
    padding:20px;
}
.szalagcim{
    background-color:#f9a34f ;
    color: white;
    padding: 20px 0;
}
.szalagcim *{
    color: white;
    text-align: center;
    margin: 5px;
}
