/* Subheader */
.fullbg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center top;
}

.fullbg img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.subhead .fullbg {
    background-size: cover;
    background-position: center top;
    opacity: 0.3;
}

.subhead,
.head {
    height: 264px;
    background-position: center center;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}

@media (max-width:766px) {
    .subhead,
    .head {
        height: 360px;
        background-position: center center;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        position: relative;
        z-index: 0;
        align-items: flex-end;
    }
}

@media (min-width:1028px) {
    .head {
        height: 55vh;
        height: 55svh;
    }
}

.subhead--content {
    height: 100%;
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.subhead--content p {
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    line-height: 36px;
}

.subhead--content h1 {
    color: #000;
    padding-left: 72px;
    padding-right: 72px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 3rem;
}

@media (max-width:767px) {
    .subhead--content h1 {
        font-size: 36px;
        margin-top: 0;
        margin-bottom: 1.75rem;
        padding-left: 0;
        padding-right: 0;
    }
}

.subhead--content .breadcrumb {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
}

/* Hauptmenu ---------------------------------------------- */
.mainNav__titleLink svg {
    width: 100%;
}

.mainNav__titleLink svg path,
.mainNav__titleLink svg text {
    fill: var(--prime);
}

@media (max-width:559px) {
    .is_fixed .mainNav__titleLink {
        margin-left: 20px;
    }
}

.mainNav {
    display: flex;
    height: 48px;
    width: auto;
    align-items: center;
    justify-content: flex-end;
    z-index: 102;
    position: relative;
}

.mainNav__primary {
    display: flex;
    align-items: center;
    height: 48px;
}

@media (max-width:1279px) {
    .mainNav__primary {
        height: auto;
    }
}

.mainNav__mainLinks li a {
    display: flex;
    height: 48px;
    padding-left: 24px;
    padding-right: 24px;
    align-items: center;
    position: relative;
}

.mainNav__mainLinks li.is_active .mainNav__mainLinkLabel,
.mainNav__mainLinks li.is_active a {
    color: #000;
    background-color: var(--prime);
    font-weight: 800;
}

.mainNav__mainLinkLabel {
    height: 24px;
    align-self: center;
    margin-right: 4px;
    font-size: 16px;
}

.mainNav__titleLink {
    overflow: hidden;
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    display: flex;
    align-items: center;
}

@media (max-width:767px) {
    .mainNav__titleLink {
        transform: scale(1);
        flex-direction: column;
        align-items: flex-start;
    }
}

.mainNav__titleLink a {
    margin-right: 22px;
}

.mainNav__titleLink img {
    height: 100px;
}

.startHeader--sub .mainNav__titleLink {
    margin-left: 12px;
}

@media (prefers-color-scheme: dark){
    .startHeader--sub .mainNav__titleLink {
        color: #009900;
    }
}

.mainNav__titleLink svg path,
.mainNav__titleLink svg text {
    fill: white;
}

.mainNav {
    width: 230px;
    z-index: 102;
    transform: translateX(100%);
    position: absolute;
    right: 0;
    top: 20px;
}

@media (max-width:478px) {
    .mainNav {
        width: 50vw;
    }
}

.mainNav__primary {
    display: flex;
    align-items: center;
    height: 48px;
}

@media (max-width:1279px) {
    .mainNav__primary {
        height: auto;
    }
}

.mainNav__mainLinks {
    display: flex;
    list-style: none;
    padding-left: 0;
    box-shadow: -2px 4px 16px -16px rgba(0, 0, 0, 0.30);
    position: absolute;
    right: 0;
    flex-direction: column;
    top: 44px;
    margin-top: 0;
    margin-bottom: 0;
}

.mainNav__mainLinks li {
    width: 186px;
}

@media (max-width:478px) {
    .mainNav__mainLinks li {
        width: 50vw;
    }
}

.mainNav__mainLinks li:hover > a {
    font-weight: 800;
    transition: all 0.3s ease-out;
}

.mainNav__mainLinks li.is_active > a {
    font-weight: 800;
    transition: all 0.3s ease-out;
    background: var(--prime);
}

.menubutton {
    display: flex;
    justify-content: center;
    height: 44px;
    position: fixed;
    align-items: center;
    background-color: #ffffff;
    top: 24px;
}

.menutoggle {
    padding-left: 10px;
    padding-right: 10px;
    right: 0px;
    top: 0px;
}

.mainNav__mainLinks li a {
    display: flex;
    height: 44px;
    font-family: 'Raleway', sans-serif;
    padding-left: 36px;
    padding-right: 24px;
    align-items: center;
    position: relative;
    justify-content: flex-end;
    transition: background-color 0.4s ease-in;
    background: #fff;
    text-decoration: none;
}

@media (max-width:478px) {
    .mainNav__mainLinks li a {
        padding-right: 12px;
        height: 38px;
    }
}

.mainNav__mainLinks > li > a {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.mainNav__mainLinks li.is_active {
    z-index: 200;
}

/* Divider --------------------------------------------------------------------- */
.divider {
    min-height: 60vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
}

.parallaxbg {
    height: 120%;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('https://pinegrow.com/placeholders/img12.jpg');
}

/* Akkoedeon */
.akkordeonbox {
    grid-column: span 12;
    position: relative;
    color: #000;
    overflow: hidden;
    box-shadow: 0px 5px 25px -5px rgba(117, 8, 15, 0.3);
    transition: all 0.5s ease-in;
}

.akkordeonbox.is_open {
    box-shadow: 0px 10px 60px -5px rgba(117, 8, 15, 0.3);
    transition: all 0.5s ease-out;
}

.akkordeon--header {
    position: relative;
    cursor: pointer;
    transition: height 0.3s ease-in;
    overflow: hidden;
    background-color: #000;
    height: 6rem;
}

.is_open .akkordeon--header {
    height: 18rem;
    transition: height 0.3s ease-out;
}

.akkordeon--faq.is_open .akkordeon--header {
    height: 6rem;
}

.akkordeon--header--expand {
    background-position: center center;
}

.is_open .akkordeon--header--expand {
    height: 288px;
    transition: height 0.3s ease-out;
}

.togglegfx {
    width: 2.875rem;
    height: 2.875rem;
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    transform-origin: center center;
    transition: transform 0.5s ease-out;
    transform: rotate(0deg) scale(1, 1);
}

.akkordeonbox:hover .togglegfx {
    transform: rotate(0deg) scale(1.25, 1.25);
}

.akkordeonbox.is_open .togglegfx,
.akkordeonbox.is_open:hover .togglegfx {
    transform-origin: center center;
    transform: rotate(45deg) scale(1, 1);
    transition: transform 0.5s ease-out;
}

.is_open .akkordeon--header--expand .togglegfx path {
    stroke: #fff;
}

.togglegfx path {
    stroke: #fff;
    transition: stroke 0.5s ease-in;
}

.is_open .togglegfx path {
    stroke: var(--prime);
    transition: stroke 0.5s ease-out;
}

.akkordeon--content {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-out;
    max-height: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.akkordeonbox--slim .akkordeon--content {
    max-height: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.is_open .akkordeon--content {
    max-height: 900px;
    transition: all 0.5s ease-out;
    background: rgba(255, 255, 255, 0.9);
}

.akkordeon--contentcontainer {
    grid-column: 2 / span 10;
    padding-top: 48px;
    padding-bottom: 72px;
    opacity: 0.4;
    transition: opacity 0.2s ease-out;
}

@media (max-width:767px) {
    .akkordeon--contentcontainer {
        grid-column: 1 / span 12;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width:478px) {
    .akkordeon--contentcontainer {
        padding-left: 18px;
        padding-right: 8px;
    }
}

.is_open .akkordeon--contentcontainer {
    opacity: 1;
}

.akkordeon--heading {
    font-size: 2.25rem;
    line-height: 3rem;
    color: #fff;
    display: flex;
    height: 100%;
    padding-right: 5rem;
    font-weight: 500;
    position: relative;
    padding-left: 1.5rem;
    padding-bottom: 1.5rem;
    transition: color 0.5s ease-in;
    margin-top: 0;
    text-align: left;
    align-items: flex-end;
}

.akkordeon--faq .akkordeon--heading {
    font-size: 1.75rem;
    line-height: 1;
    align-items: center;
    padding-bottom: 0;
}

.is_open .akkordeon--heading {
    color: var(--prime);
    transition: color 0.5s ease-out;
}

@media (max-width:767px) {
    .akkordeon--heading {
        font-size: 24px;
    }
}

.akkordeon--gfx,
.akkordeon--gfx_white,
.akkordeon--img {
    transition: all 0.5s ease-in;
    height: 100%;
    position: absolute;
    width: 100%;
}

.akkordeon--gfx {
    background: var(--prime);
    mix-blend-mode: multiply;
    box-shadow: inset 0px 8px 20px rgba(0, 0, 0, 0.39);
    opacity: 1;
}

.is_open .akkordeon--gfx {
    opacity: 0;
    transition: all 0.5s ease-out;
}

.akkordeon--img {
    background-image: url('../img/BGs/akkordeon/fzsp.jpg');
    background-position: center center;
    filter: grayscale(1);
    background-size: cover;
}

.is_open .akkordeon--img {
    filter: grayscale(0);
    transition: all 0.5s ease-out;
}

.akkordeon--gfx_white {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0.85) 80%, #FFFFFF 100%);
    opacity: 0;
}

.is_open .akkordeon--gfx_white {
    opacity: 1;
    transition: all 0.5s ease-out;
}

@media (max-width:478px) {
    .akkordeon--heading {
        font-size: 16px;
        line-height: 24px;
    }
}

.is_open .akkordeon--header--expand .akkordeon--heading {
    background: rgba(255, 255, 255, 0);
    color: #fff;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

/* Gallery --------------------------------------------------------------------- */
.pgia-gallery-lightbox-inline {
    height: 60vw;
}

@media (min-width:1600px) {
    .pgia-gallery-lightbox-inline {
        height: 992px;
    }
}

.pgia-gallery-thumbnails img {
    opacity: 0.7;
    width: 100px;
}

.pgia-gallery-thumbnails a {
    margin-left: 2px;
    margin-right: 2px;
}

.gal_title {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 24px;
    color: #656565;
}

@media (max-width:767px) {
    .gal_title {
        top: 6px;
    }
}

.pgia-gallery-count {
    position: absolute;
    bottom: 30px;
    color: #656565;
    text-align: center;
    left: 0;
    right: 0;
}

.pgia-gallery {
    position: relative;
}

.pgia-gallery-lightbox-slide {
    bottom: 2vw;
    top: 4vw;
    right: 0;
    left: 0;
    grid-column: 2 / span 12;
}

@media (max-width:478px) {
    .pgia-gallery-lightbox-slide {
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        grid-column: 1 / span 14;
    }
}

.pgia-gallery-thumbnails {
    height: 60px;
}

.pgia-gallery-lightbox {
    background-color: transparent;
}

.pgia-control,
.pgia-control:link {
    color: #000;
    background: var(--green);
    box-shadow: none;
    transition: all 0.4s ease-in;
    text-decoration: none;
}

.pgia-control:hover,
.pgia-control:link:hover {
    background: var(--red);
    color: #fff;
    transition: all 0.3s ease-out;
}

@media (max-width:478px) {
    .pgia-control,
    .pgia-control:link {
        opacity: 0.5;
    }
}

/* Header / Footer ---------------------------------------------------------------------- */
.header {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
}

.heading_div {
    text-align: center;
    padding: 48px 24px;
}

.footer {
    position: relative;
    overflow: hidden;
    background-repeat: repeat;
    padding-top: 1.5rem;
    background: linear-gradient(0.45deg, #FFFFFF 0.39%, #F7F7F7 60.44%);
    box-shadow: 0px -10px 25px rgba(0, 0, 0, 0.2);
    color: var(--p-color);
    z-index: 10;
    min-height: 100vh;
    margin-top: -1.5rem;
}

@media (max-width:767px) {
    .footer_logo {
        display: flex;
        justify-content: center;
    }
}

.footer .is_active > a {
    font-weight: 800;
    color: var(--red);
}

.footer ul {
    padding: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer li {
    margin: 12px 0;
}

@media (max-width:478px) {
    .footer li {
        text-align: center;
    }
}

.footer ul li a {
    color: #000;
    font-size: 0.75rem;
    line-height: 1.5;
    text-decoration: none;
    font-weight: 500;
}

.footer--heading {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 800;
}

@media (max-width:478px) {
    .footer--heading {
        text-align: center;
    }
}

/* Cards ---------------------------------------------------------------------- */
a.link_card {
    text-decoration: none;
    min-height: 240px;
    display: block;
    overflow: hidden;
    background-size: cover;
    position: relative;
    box-shadow: 0px 15px 30px -15px rgba(60, 33, 10, 0.31);
    transition: all 0.3s ease-in;
    background-position: center center;
    background-image: url('https://pinegrow.com/placeholders/img10.jpg');
}

a.link_card--disabled {
    box-shadow: none;
}

a.link_card:hover {
    box-shadow: 0px 15px 30px #f1e1bc;
    transition: all 0.3s ease-out;
}

.link_card__gfx {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    background: var(--prime);
    mix-blend-mode: screen;
    transition: all 0.3s ease-in;
}

.link_card__heading {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 240px;
    padding: 24px;
    color: #000;
    transition: all 0.3s ease-in;
}

a.link_card--disabled .link_card__gfx {
    background: #aaa;
}

a.link_card:hover .link_card__gfx {
    background: var(--prime);
    transition: all 0.3s ease-out;
}

.link_card.link_card--disabled:hover .link_card__gfx {
    background: #aaa;
    transition: all 0.3s ease-out;
}

.link_card:hover .link_card__heading {
    color: var(--prime);
    transition: all 0.3s ease-out;
}

.link_card--disabled:hover .link_card__heading {
    background: none;
    transition: all 0.3s ease-out;
    color: #000;
}

.standard_contact {
    position: relative;
    z-index: 0;
    background-color: #FCCE97;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    overflow: hidden;
    margin-top: -24px;
    box-shadow: 0px -10px 25px rgba(122, 67, 0, 0.2);
}

@media (max-width:1278px) {
    .contact_infos {
        text-align: center;
    }
}

/* Linkteaser Cards ---------------------------------------------------------------------- */
.linkteaser {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 40px -10px rgba(80, 55, 5, 0.4);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.maplinkteaser {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 10px 40px -10px rgba(80, 55, 5, 0.4);
    display: flex;
    flex-direction: column;
}

.linkteaser_img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

.linkteaser_content {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.3) 80.21%);
    padding: 36px 24px;
    height: 100%;
}

.linkteaser_content p:last-child {
    margin: 0;
}

a.linkteaser_button {
    font-size: 16px;
    line-height: 24px;
    font-weight: 800;
    color: var(--kaffee);
    text-align: center;
    padding: 24px;
    background-color: var(--pur);
    text-decoration: none;
    transition: all 0.3s ease-in;
}

a.linkteaser_button:hover {
    color: #000;
    background-color: var(--blue);
    transition: all 0.3s ease-out;
}

.maplinkteaser a.linkteaser_button:before {
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 12px;
    left: 6px;
    background-image: url('../gfx/cta--map.svg');
}

.teamtile {
    box-shadow: 0px 5px 25px -5px rgba(5, 99, 46, 0.3);
    overflow: hidden;
    position: relative;
    display: flex;
}

.teamtile img {
    width: 100%;
    filter: grayscale(0);
    transition: all 0.5s ease-in;
}

.teamtile:hover img {
    filter: grayscale(1);
    transition: all 0.3s ease-out;
}

.teamtile_gfx,
.teamtile_info {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.teamtile:hover .teamtile_gfx,
.teamtile:hover .teamtile_info {
    opacity: 01;
    transition: all 0.3s ease-out;
}

.teamtile_gfx {
    background: radial-gradient(50% 50.00% at 50% 50.00%, #9B2324 0%, rgba(155, 35, 36, 0.75) 100%);
    backdrop-filter: blur(2.5px);
    mix-blend-mode: multiply;
}

.teamtile_info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding-left: 24px;
    padding-right: 24px;
}

.teamtile_name {
    margin-bottom: 0.75rem;
    font-size: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    color: #fff;
    text-transform: uppercase;
}

@media (max-width:767px) {
    .teamtile_name {
        font-size: 1.5rem;
    }
}

.teamtile_role {
    text-align: center;
}
