/* Created by Content Blocks */
/*--------------------------------------------------------------
# Themen Section
--------------------------------------------------------------*/
.themenblock .themen-item {
    position: relative;
}

.themenblock .themen-item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    transition: 0.5s;
    border: 1px solid var(--primary-color1);
    margin-right: 20px;
}

.themenblock .themen-item .icon img {
    color: var(--primary-color3);
    font-size: 24px;
    line-height: 0;
    height: 35px;
}

.themenblock .themen-item:hover .icon {
    background: var(--surface-color);
}

.themenblock .themen-item:hover .icon i {
    color: var(--accent-color);
}

.themenblock .themen-item .title {
    font-weight: 5  00;
    margin-bottom: 15px;
    font-size: 18px;
}

.themenblock .themen-item .title a {
    color: var(--heading-color);
}

.themenblock .themen-item .title a:hover {
    color: var(--accent-color);
}

.themenblock .themen-item .description {
    line-height: 24px;
    font-size: 14px;
}