@media (max-width: 768px) {
.ce_gallery.kacheln > ul li {
    width: calc((100% / 2) - 40px);
    align-self: flex-end;
}
.current #container .ce_linkteaser {
    max-width: 80%;
    margin-left: 15%;
}
.current #container .ce_linkteaser:nth-child(2n+1) {
    margin-left: 5%;
}
#container {
    max-width: 100%;
}
.mobile_menu {
    width: 50% !important;
}

/* ### MAIN ### */
body.current .ce_linkteaser {
    margin-bottom: 75px;
}
body.current .ce_linkteaser .teaser {
    max-width: 100%;
    float: none;
    font-size: 1.2rem;
}
body.current .ce_linkteaser .image_container {
    width: 100%;
    float: none;
}
body.artworks .ce_linkteaser,
body.publications .ce_linkteaser {
    width: 100% !important;
    display: block !important;
}
td:first-of-type {
    padding-bottom: 0;
}
td {
    width:100%;
    display: block;
    padding-right: 0;
}
}
