.inhaltselemente{
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
}
.inhaltselemente > .paragraph{
    margin-bottom:50px;
    width:100%;
}
.inhaltselemente > .paragraph.paragraph--type--referenz-download{
    margin:-30px 0 0;
}
.inhaltselemente > .paragraph.subheadline{
    margin: -30px 0;
}
.inhaltselemente > .paragraph + .link-button{
    margin-top: -30px;
    margin-bottom: 50px;
}
.sidebar-content .textbox {
  font-size: 0.8rem;
  background-color: var(--bg-weak);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem;
}
.inhaltselemente .field--name-field-text p{
    font-size: 1rem;
    line-height: 1.4em;
    margin: 0 0 1rem;
    hyphens: auto;
}
.sidebar-content .field--name-field-text p{
    font-size: 0.8rem;
}
.h2-red-big{
    color: var(--main);
    text-transform: uppercase;
}
.download-link{
    margin-bottom: 0.5em;
}
.text-bild:not(.text-float),
.zweispaltig{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
.text-bild.rechts.text-column{
    flex-direction: row-reverse;
}
.text-bild.text-float p{
    margin: 0 0 1rem;
    hyphens: auto;
    min-width: 250px;
}
.text-bild.text-float p::before{
    content: "";
    width: 13em;
    display: block;
    overflow: hidden;
}
.text-bild.rechts.text-float .image{
    float: right;
    margin: 0.25em 0 1rem 1rem;
}
.text-bild.links.text-float .image{
    float: left;
    margin: 0 1rem 1rem 0;
}
.text-bild.links.text-float .image img{
    width:100%;
    height: auto;
    max-width: fit-content;
    margin: 0 auto;
}
.right-column .text-bild.links.text-float .image img,
.right-column .text-bild.rechts.text-float .image img{
    max-width: 550px;
}
.text-bild.oben{
    flex-direction: column;
}
.text-bild.unten{
    flex-direction: column-reverse;
}
.text-bild .group,
.zweispaltig .group{
    width:clamp(250px,calc(50% - 25px),640px);
}
.text-bild .group-1 img{
    max-width: 100%;
    height: auto;
}
.text-bild .group-1{
    height: max-content;
}
.text-bild .group-1,
.text-bild p.image{
    position: relative;
}
.text-bild .group-1 .external,
.text-bild p.image .external{
width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.text-bild .group-1 .link-title,
.text-bild p.image .link-title{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    opacity:0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255,255,255,0.7);
}
.text-bild .group-1:hover .link-title,
.text-bild p.image:hover .link-title{
    opacity: 1;
    transition: var(--trans-all);
}
.bild .group-2{
    font-size: 80%;
    font-style: italic;
    margin-top: 0.5em;
}
@media (max-width: 645px){
    .inhaltselemente > .paragraph{
        margin-bottom: 25px;
    }
    .text-bild.links.text-float .image,
    .text-bild.rechts.text-float .image{
        float: none;
        margin: 0.25em auto 1rem;
    }
}
