.reportboxlist li h2 {
    border-bottom: none;
}

#content .reportboxlist li {
    border-bottom: none;
}

.reportboxlist li div {
    color: black;
}

.reportboxlist li .readmore {
    font-size: .8em;
}

.reportboxlist li .readmore:hover {
    color: #517583;
}

.reportboxlist li {
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.reportboxlist li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    box-sizing: border-box;
    display: block;
    border: 20px solid black;
    border-color: transparent white white transparent;
}

.template22 .mfp-content {
    /* Problem mit Clip-Path und Prozentangaben wenn PopUp nicht quadratisch */
    /*-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 90% 100%, 0% 100%);
    */

    /* GRADIENT: Problem mit Box-Shadow! Dynamisch mit JS setzen da Farbe erst zur Laufzeit bekannt
    background: linear-gradient(135deg, transparent 30px, #c00 30px); 
    */
    background-position: bottom left, bottom right, top right, top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: none;
    

}

/* Farbe nur ändern wenn in PopUp; nicht bei Direktaufruf da sonst weisse Schrift auf weissem Grund */
.template22 .white-text {
    color: white;
}

.template22 h1 {
    border-bottom: none;
}
