
			p, li {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-break: normal;
}
/* Startseite: Treffpunkte ausblenden und Startseitenboxen verbreitern */
body.home #sidebar {
    display: none;
}

body.home #homeboxes {
    width: 100%;
}
/* Startseite: Buttons der beiden Homeboxen auf gleiche Höhe */
body.home #homeboxes .single-homebox .inner {
    position: relative;
    padding-bottom: 55px;
}

body.home #homeboxes .single-homebox .btn {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%);
}
/* Aktuelles: Bilder auf schmalen Bildschirmen ohne Textumfluss */
@media (max-width: 767px) {
    body.single-post.parent-cat-aktuelles #main .single-content-image,
    body.single-post.parent-cat-aktuelles #main img.alignleft,
    body.single-post.parent-cat-aktuelles #main img.alignright,
    body.single-post.parent-cat-aktuelles #main .wp-caption.alignleft,
    body.single-post.parent-cat-aktuelles #main .wp-caption.alignright {
        float: none;
        clear: both;
        display: block;
        margin: 0 0 20px;
        max-width: 100%;
        height: auto;
    }
}		