/* --------------------------------------------|
|                                              |
| POST                                         |
|                                              |
|-------------------------------------------- */
/* --------------------------------------------|
|                                              |
| Header                                       |
|                                              |
|-------------------------------------------- */

/* --- in page.css dubliziert ---
.single-post .container_wrap_first .template-page.content {
    padding-top: 0 !important;
}

.single-post .header_bg {
    display: none;
}

.single-post .logo.avia-svg-logo {
    margin-left: 200px;
}

.single-post .logo.avia-svg-logo .logo__eles,
.single-post .logo.avia-svg-logo .logo__studienwerk {
    fill: white !important;
}

.single-post #wrap_all {
    display: grid;
    grid-template-areas: "stack";
    align-items: start;
    background-color: transparent;
    background-image: url("../img/header-bg-contentpage-left.png"),
        url("../img/header-bg-contentpage-right.png");
    background-position: left top, right top;
    background-size: auto, auto;
    background-repeat: no-repeat, no-repeat;
}

.single-post #header {
    grid-area: stack;
}

.single-post #main {
    grid-area: stack;
}

.post-headerimage {
    width: 100%;
    height: 100%;
}

.single-post .container_wrap_first .post-entry > div {
    display: grid;
    grid-template-areas:
        "top top top"
        "left content right"
        "content_bottom content_bottom content_bottom";
    grid-template-columns: 160px auto 360px;
    grid-template-rows: 360px 1fr auto;
}

.hauptnavigation .single-post .container_wrap_first .post-entry > div {
    grid-template-rows: 200px 1fr auto;
}

.post-content {
    grid-area: content;
}

.post-content + * {
    grid-area: content_bottom;
}

.post-headerimage {
    grid-area: top-start / left-start / top-end / right-end;
}

.post-content__text,
.single-post .post-entry .avia_textblock,
.post-content__accordion,
.single-post .post-entry .togglecontainer {
    padding-left: 40px;
    padding-right: 40px;
    background-color: white;
}

.post-content__text,
.single-post .post-entry .avia_textblock {
    padding-top: 35px;
    padding-bottom: 1px;
}

.post-content__text--intro,
.single-post .post-entry .post-content *:nth-child(2) .avia_textblock,
.single-post .post-entry .post-content .av-special-heading + .av_textblock_section .avia_textblock
 {
    padding-top: 0;
    padding-bottom: 20px;
    background-color: rgba(254, 254, 254, 0.85) !important;
}

.single-post .post-entry .post-content .av-special-heading {
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: rgba(254, 254, 254, 0.85);
}
*/