/* Informationen */

.informationen-wrap {
    width: 90%;
    max-width: 1111px;
    margin: 80px auto 0 auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.informationen-wrap:before {
	content: "";
	background: var(--grau);
	width: 100vw;
	position: absolute;
	top: -40px;
	left: calc(50% - 50vw);
	height: calc(100% + 40px);
	z-index: -1;
}

.informationen-wrap > h3 {
    width: 100%;
    font-size: 2em;
    margin-bottom: 40px;
}

.informationen-wrap > h3:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 60px;
    height: 6px;
    background: var(--gelb);
}

.informationen-wrap > .views-row {
    width: calc(25% - 40px);
    margin: 0 40px 80px 0;
}

.informationen-wrap:after {   
    content: "";
    flex: auto;
}

.informationen-wrap .views-field-field-vorschaubild {
    margin-bottom: 20px;
}

.informationen-wrap > .views-row img {
    width: 70%;
}

.informationen-wrap h3 {
    font-size: 1em;
    margin-bottom: 20px;
}

@media (max-width: 1024px) {
    .informationen-wrap > .views-row {
        width: 100%;
        margin: 0 0px 80px 0;
    }

    .informationen-wrap > h3 {
        font-size: 1.4em;
        line-height: 1.5em;
    }
    
}

/* Abbinder */

.abbinder {
    background: var(--grau);
    padding: 40px 0 80px 0;
    font-size: 0.9em;
}

.abbinder .innerwidth.flex > div {
    align-items: flex-end;
}

.abbinder .innerwidth.flex > div > .contextual-region {
    display: flex;
    flex-direction: column;
}

.abbinder #block-kinderschutzzentrumkurzinfo:before,
.abbinder #block-kinderschutz-zentrum-berlin-kinderschutzzentrumkurzinfo:before {
    content: "";
    display: block;
    width: 96px;
    height: 109px;
    background: url('../images/logo-signet.svg') no-repeat center center;
    background-size: contain;
    margin-bottom: 20px;
}

.abbinder .innerwidth.flex > div > .contextual-region > .block-content {
    padding-right: 0;
}

.abbinder #block-kinderschutzzentrumkurzinfo .block-content,
.abbinder #block-kinderschutz-zentrum-berlin-kinderschutzzentrumkurzinfo .block-content {
    padding-right: 100px;
}
