/* Top menu */
#top-menu li {
    padding-right: 15px;
}

#text-4 {
    transition: all 0.4s;
}

#text-4 span#tt_juelich_kontakt {
    padding: 6px;
}
#et-info-phone {
    font-size: 15px;
}

#et-main-area iframe[name=google_conversion_frame] {
    display: none;
}

/* Sidebar */
.et_pb_column_1_3 .erstberatung {
    padding: 0;
}
.et_pb_column_1_3 .erstberatung a {
    display: block;
    background-color: #1c0f4a;
    padding: 5px 10px;
    text-align: center;
    color: #fff !important;
    border-radius: 6px;
    transition: .2s;
}
.et_pb_column_1_3 .erstberatung a:hover {
    background-color: #2c166e;
}
.et_pb_divider_4 { height: 10px; }
.et_pb_divider_3 { height: 10px; }
.et_pb_divider_2 { height: 10px; }
.et_pb_divider_1 { height: 10px; }
.et_pb_divider_0 { height: 10px; }


/* Responsive */

@media (max-width: 980px) {
    .et_pb_section .et_pb_column.et_pb_column_1_3 .et_pb_module {
        margin-bottom: 0;
    }
}