:root{
    --img-background-color: var(--bright-white);
    --headline-decoration: var(--bright-h1-color);
}

figure{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: var(--img-background-color);
    border-bottom: 1px solid lightgrey;
}
figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 100%;
    height: fit-content;
    width: fit-content;
    color: black;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: calc(-1em + -10px);
}
figcaption p{
    margin: 5px;
}

.headline-img{
    max-width: 30vw;
}
/*
.headline-img[orientation = "square"]{
    max-width: 30vw;
}
.headline-img[orientation = "landscape"]{
   max-width: 30vw;
}
.headline-img[orientation = "portrait"]{
    max-width: 30vw;
}
*/
#fill{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* background-image: url(../images/NewsImages/placeholder.webp); */
    background-position: center;
    background-size: cover;
    filter: blur(15px);
}

.artikel-body{
    overflow:hidden;
}

.big-headline{
    font-size: 1.5em;
    padding-bottom: 20px;
    padding: 0;
    margin: 20px;
}
.news-headline-line{
    width: 50%;
    max-width: calc(var(--content-width) * 0.15);
    height: 2px;
    border-top: 2px solid var(--headline-decoration);
    margin: 0 auto;
}
.shorttext{
    max-width: calc(var(--content-width) * 0.5);
    text-align: center;
}
.longtext-headline{
    transform: translateX(-3vw);
    margin-left: -10px;
}
.longtext{
    margin-top: 0;
    padding-top: 0;
    max-width: calc(var(--content-width) * 0.6);
}
.longtext-right{
    float: right;
    text-align: right;
}
.longtext-left{
    float: left;
    text-align: left;
}
.longtext-left{
    float: left;
    text-align: center;
}
.inline-image{
    padding: 0;
    width: 100%;
    height: auto;
    clear: both;
}

@media only screen and (min-width: 425px){
    .inline-image{
        padding: 5px;
        width: calc(var(--content-width) * 0.2);
    }
}/* tablet small */