.section-subpageintro {
    position:relative;
    width:100%;
    height:auto;
    max-width:1920px;
    padding:0;
    min-height:100vh;
    margin-bottom:75px;
}

 .bgimage {
        width:100%;
        height:100%;
        min-height:100vh;
 }

 .bgimage img {
        width:100%;
        height:100vh;
        object-fit: cover;
}

 .subpageintro-content {
     position:absolute;
     bottom:0;
     width:90%;
     max-width:1320px;
     padding:75px 20px 25px 20px;
     left:50%;
     transform:translateX(-50%);
     z-index:2;
 }

 .bgimage:after {
     position:absolute;
     left:0;
     bottom:0;
     background: rgb(38,38,38);
     background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
     background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
     background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#262626",endColorstr="#000000",GradientType=1);
     height:25vw;
     display:block;
     content:"";
     width:100%;
     z-index:1;
 }
    .section-subpageintro .textblock h1 {
        margin-bottom:25px;
    }

    .subpageintro-content .row {
        align-items:center;
    }

    .subpageintro-content h1,
    .subpageintro-content p {
        color:var(--bs-white);
    }

    /* Features */
    .featureblock {
        display: flex;
        flex-wrap: wrap;
    }
    .singlefeature {
        flex: 0 1 33.333%;
        max-width: 33.333%;
        color:var(--bs-white);
        text-align:center
    }
    .singlefeature span {
        font-size: 30px;
        text-transform:uppercase;
        line-height: 33px;
        font-weight:700;
        font-family: "Roboto Condensed", Arial, sans-serif;
    }
    .singlefeature p {
        color: var(--bs-white);
        max-width:200px;
        position:relative;
        margin:0 auto;
        margin-top:3px;
        line-height:22px;
    }

    /* Reisebereicht */
    .col-6.headlineblock.voyage {
        flex:0 1 75%;
        max-width:75%;
    }
    .col-6.headlineblock .supline {
        color:var(--bs-white);
    }
    .col-6.headlineblock.voyage h1 {
        font-size:30px;
        font-weight:300;
        font-family: "Roboto", Arial, sans-serif;
        margin-top:5px;
        max-width:50%;
        text-transform:none;
        margin-bottom:0;
    }
    .col-6.textblock.voyage {
        flex:0 1 25%;
        max-width:25%;
    }
    .col-6.textblock.voyage img {
        width:100%;
        height:auto;
        max-width:300px;
    }

    @media screen and (max-width: 960px) {
        .bgimage {
            width: 100%;
            height: auto;
            min-height: auto;
        }
        .bgimage:after {
            display:none;
        }
        .bgimage img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }
        .section-subpageintro .col-6 {
            flex:0 1 100%;
            max-width:100%;
            margin-bottom:0;
        }
        .section-subpageintro .imageblock img {
            width: 100%;
            margin-left: 0;
        }
        .section-subpageintro .textblock {
            padding-right: 0;
        }
        .section-subpageintro .row {
            align-items: center;
            gap: 12px;
        }
        .section-subpageintro .textblock h1 {
            margin-bottom:15px;
        }
        .frame-container.section-subpageintro {
            margin-top:68px;
            min-height:auto;
            margin-bottom:15px;
        }
        .subpageintro-content {
            background:none;
            position:relative;
            padding:var(--mobilepadding);
            padding-bottom:0;
            width:100%;
        }
        .subpageintro-content h1 {
            margin-bottom:0;
        }
        .subpageintro-content h1,
        .subpageintro-content p {
            color:var(--bs-secondary);
        }
        .singlefeature {
            flex: 0 1 100%;
            max-width: 100%;
            color: var(--bs-secondary);
            text-align: left;
            margin-bottom:20px;
        }
        .singlefeature span {
            font-size: 18px;
            line-height: 1.2em;
        }
        .singlefeature p {
            margin-top:0;
            max-width:100%;
        }
        .col-6.headlineblock.voyage {
            flex: 0 1 100%;
            max-width: 100%;
        }
        .col-6.headlineblock.voyage h1 {
            max-width: 100%;
            text-align:left;
        }
        .col-6.textblock.voyage {
            flex: 0 1 100%;
            max-width: 100%;
            display: flex;
            justify-content: left;
        }
        .col-6.headlineblock .supline {
            color: var(--bs-secondary);
            text-align:left;
        }
}
