.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;
}
#indemo{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

#demo1{
    display: flex;
    justify-content: flex-start;
}
#demo1 a{
   display: flex;
   flex-direction: column; 
   width: max-content;
}
#demo1 a img{
    width: 96px;
    height: 96px;
    object-fit: cover;
    margin-bottom: 10px;
    
}
.box-change{
    max-width: 1260px;
    margin: 0 auto;
    width: 98%;
    height: 40px;
}
.cont_left-change{
    width: 68%;
    max-width: 850px;
    float: left;
}
.cont_left-change h2{
    max-width: 850px;
    margin-top: 0px;
    background: navy;
    line-height: 37px;
    font-family: 'OpenSansRegular';
    font-size: 16px;
    color: #FFF;
    padding-left: 10px;
    text-align: left;
}

@media screen and (max-width:768px){
    .cont_left-change{
        width: 100%;
    }
}
