.breadcrumb .normal:after {
    content: " /";
}

.contenttable {
    width: 100%;
}

.contenttable td {
    width: 25%;
}

.news-overview {
    margin-top: 30px;
}

.right_links {
    text-transform: uppercase;
}

.typo3-widget-paginator {
    list-style-type: none;
    float: right;
}

.typo3-widget-paginator li{
    float: left;
    margin-right: 5px;
}

html.js body div.in nav.cont_right div.neos-contentcollection a.right_links {
    clear: both;
}

.tags {
    Display: none;
}


* {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
}

img{
    padding: 5px;
}
