.single-post-hero {
    text-align: center;
    padding: 50px 10px 100px 10px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    min-height: 500px;
}

.single-post-hero:before {
    content:"";
    position: absolute;
    width: 18%;
    max-width: 280px;
    height: 100%;
    background: url('/wp-content/themes/aibatros/images/single-post-links.svg') no-repeat left bottom;
    background-size: contain;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.single-post-hero:after {
    content:"";
    position: absolute;
    width: 20%;
    max-width: 312px;
    height: 100%;
    background: url('/wp-content/themes/aibatros/images/single-post-rechts.svg') no-repeat left bottom;
    background-size: contain;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.single-post-hero .link-arrow {
    position: absolute;
    top: 0;
    left: 0;
}

.single-post-hero .link-arrow::after {
    top: 0;
}

.single-post-hero .topline {
    font-weight: 500;
    margin-bottom: 70px;
}

.single-post-hero h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 auto 50px auto;
    max-width: 780px;
}

.single-post-hero p {
    margin: 0 auto;
    max-width: 780px;
    font-size: 25px;
    line-height: 120%;
    font-weight: 400;
}

/* Content */

.single-post-content {
    padding: 100px 0;
    background: var(--sand);
}

.single-post-content .innerwidth {
    max-width: 900px;
}

.auflistungbox-block {
    margin: 0 0 25px 0;
    padding: 40px;
    box-sizing: border-box;
    border: 2px solid var(--darkblue);
}

@media (max-width: 1200px) {
    .single-post-hero h1,
    .single-post-hero p {
        max-width: 700px;
    }
}

@media (max-width: 768px) {
    .single-post-hero {
        padding: 30px 10px 50px 10px;
        min-height: initial;
    }
    .single-post-hero .link-arrow {
        display: none;
    }
    .single-post-hero .topline {
        margin-bottom: 25px;
    }
    .single-post-hero h1 {
        font-size: 30px;
        width: calc(100% - 40px);
        margin: 0 auto 25px auto;
    }
    
    .single-post-hero p {
        font-size: 16px;
        width: calc(100% - 140px);
    }

    .single-post-content {
        padding: 30px 0 30px 0;
    }
}
