
.svs_link_box {
    padding: 5px;
    background: rgb(46, 76, 145); /*SVS LINK_BOX_BACK_COLOR_IE9 */
    background: linear-gradient(rgb(116, 145, 214), rgb(46, 76, 145)); /*SVS LINK_BOX_BACK_COLOR */
    font-weight: normal;
    color: white; /*SVS LINK_BOX_TEXT_COLOR */
    font-size: 20px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
    border: none; /*SVS LINK_BOX_BORDER */
    text-align: center;
}

.svs_link_box a {
    color: white; /*SVS LINK_BOX_TEXT_COLOR */
}

.svs_image_link_box {
    float: left;
    margin: 5px;
    position: relative;
    color: white; /*SVS LINK_BOX_TEXT_COLOR */
}

.svs_image_link_box:hover {
    text-decoration: underline;
}

.svs_image_link_box .header_image {
    width: 100%;
}

/* Ein Spalten Layout Paddings richten */
@media (max-width: 600px) {
    .svs_link_box {
        padding: 0px;
    }

    .svs_image_link_box {
        margin: 0px;
        margin-bottom: 0px;
    }
}


