a[href$=".pdf"] {
    background: no-repeat left .1em;
    background-image: none;
    background-size: auto;
    background-size: auto 1.2em;
    background-image: url(/fileadmin/assets/img/fileicons/pdf.gif);
    padding-left: 1.8em;
}

.news-related-files-size:before {
    content: "(";
    margin-right: -0.2em;
}

.news-related-files-size:after {
    content: ")";
    margin-left: -0.2em;
}

#ortFilter {
    float: left;
    position: static;
}

#ortTeaser {
    float: right;
    position: static;
}

#ortTeaser .teaser > a {
    padding: unset;
    border: none;
}
#ortTeaser .teaser.neutral img {
    height: 215px;
    object-fit: cover;
    width: 100%;
}

#ortFilter a {
    color: inherit;
    display: block;
    margin: -6px -10px;
    padding: 6px 10px;
}

.leaflet-container {
    overflow: revert;
}

.tx-rev89-orte.details .leftCol img {
    width: 312px;
    height: auto;;
}

.tx-rev89-orte.details .rightCol .slick-slider img {
    width: 648px;
    height: auto;;
}

img {
    max-width: 100%;
    height: auto;
}

.rev89-check-toggle {
    display: none;
}

.rev89-check-toggle ~ .rev89-check-toggle-trigger {
    opacity: 1;
    transition: all .3s;
}
.rev89-check-toggle:checked ~ .rev89-check-toggle-trigger {
    /*
    opacity: 0;
    */
}
.rev89-check-toggle ~ .rev89-check-toggle-target {
    padding: 0;
    max-height: 0;
    transition: all .3s;
}

.rev89-check-toggle:checked ~ .rev89-check-toggle-target {
    /*
    padding: .5em;
    max-height: 100%;
    */
}

.stdImageContainer .infoText {
    height: auto;
}

.frame {
    overflow: hidden;
}

.image {
    margin: 0;
}

/* to show the blog teaser images full width*/
div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    margin: 0;
    margin-bottom: 0px;
    display: table;
}

.blglst__list {
    overflow: hidden;
}

.blglst__control {
    text-align: center;
}


/* mapbox elements alongside */
#c3181, #c3183 {
    position: relative;
    z-index: 1;
}

/* mapbox element */
#mapbox-map {
    position: absolute;
    top: -60px;
    height: calc(100% + 100px);
    left: calc((100vw - 997px) / -2);
    right: calc((100vw - 997px) / -2);
}

/*Slider: Bilder korrektur*/
.subPage .galery figure img {
    width: auto !important;
}

