﻿.gasp-splashpage {
    width: 80%;
    max-width: 1920px;
    margin: 0 auto;
}

.gasp-m0w100 {
    margin: 0;
    width: 100%;
}

.gasp-cofo-heading {
    padding: 50px 0 30px 0;
    user-select: none;
}

    .gasp-cofo-heading h1 {
        font-family: times new roman;
        letter-spacing: 0.2vw;
        color: #710a2c;
        font-weight: 500;
        margin-bottom: 0;
    }

    .gasp-cofo-heading h1 sup {
        font-size: 25px;
    }

.gasp-hr {
    background-color: #710a2c;
}

.gasp-section-header {
    font-family: helvetica neue, Helvetica;
    border-left: 5px solid #710a2ccc;
    padding: 5px 10px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0px;
    transition: background-position: 0.15s;
}

    .gasp-section-header h1 {
        font-weight: 500;
        font-family: helvetica neue, Helvetica;
        padding-bottom: 0px;
        font-size: 32px;
        margin: 0;
    }

    .gasp-section-header span {
        padding-top: 8px;
        font-size: 18px;
        display: block;
    }

.gasp-section {
    margin: 30px 0 60px;
}

.gasp-article {
    width: 100%;
    height: 100%;
    min-height: 290px;
    margin: 0 auto;
    box-shadow: 0 0 0px 0 grey;
    transition: box-shadow 0.15s;
    user-select: none;
    cursor: pointer;
}

    .gasp-article:hover .gasp-article-thumb::after {
        top: 0;
    }

    .gasp-article:hover {
        box-shadow: 0 0 5px 0 grey;
    }

.gasp-article-thumb {
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #710a2c;
    border-bottom: 5px solid #710a2c;
    position: relative;
    overflow: hidden;
}

    .gasp-article-thumb::after {
        content: 'Read Article';
        color: white;
        position: absolute;
        width: 100%;
        background-color: #710a2c;
        top: -100%;
        left: 0;
        text-align: center;
        padding: 4px 0;
        transition: top 0.15s;
    }


.gasp-article-teaser {
    padding: 5px;
}

a.gasp-viewmore {
    font-size: 20px;
    float: right;
    color: #710a2c;
}

.gasp-viewmore::after {
    content: '»';
    padding-left: 5px;
}

.gasp-cover-container {
    position: relative;
}

    .gasp-cover-container img {
        width: 100%;
    }

    .gasp-cover-container .absolute {
        top: 0;
        left: 0;
        position: absolute;
    }

    .gasp-cover-container .overlay {
        opacity: 0;
        transition: opacity 0.5s;
    }

    .gasp-cover-container span.overlay {
        font-family: helvetica neue, Helvetica;
        color: white;
        font-size: 36px;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
        width: 100%;
    }

    .gasp-cover-container:hover .overlay {
        cursor: pointer;
        opacity: 1;
    }

.gasp-visitor-headline {
    overflow: auto;
    position: relative;
}

    .gasp-visitor-headline h1 {
        font-family: helvetica neue, helvetica;
        font-weight: 300;
        color: #383839;
    }

    .gasp-visitor-headline h2 {
        float: left;
        color: #710a2c;
    }

.gasp-ozvcol {
    padding: 30px;
}

.gasp-mt20 {
    margin-top: 40px;
}

.gasp-button {
    padding: 2px 15px;
    background-color: #710a2c;
    color: white;
    border: none;
    font-size: 20px;
    float: right;
}

.gasp-cofobtn {
    background-color: #710a2c;
    border-color: #710a2c;
    border-radius: 0;
}

.gasp-btn {
    position: absolute;
    background-color: #710a2c;
    border-color: #710a2c;
    border-radius: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}


    .gasp-cofobtn:focus,
    .gasp-cofobtn:active,
    .gasp-cofobtn:hover,
    .gasp-btn:focus,
    .gasp-btn:active,
    .gasp-btn:hover {
        background-color: #710a2ccc !important;
    }

.gasp-article-teaser a {
    color: black;
}

    .gasp-article-teaser a:hover {
        text-decoration: none;
    }

    .gasp-article-teaser a:active,
    .gasp-article-teaser a:focus {
        color: #710a2c;
    }

.gasp-ozholder {
    position: relative;
    width: 100%;
    aspect-ratio: 330 / 270.5;
    margin: 0 auto;
}

    .gasp-ozholder img {
        position: absolute;
        height: 100%;
        filter: brightness(100%);
        transition: filter 0.3s, opacity 0.3s;
    }

        .gasp-ozholder img.gg1 {
            transform: rotate(-15deg) scale(0.85);
        }

        .gasp-ozholder img.gg2 {
            transform: translateX(10%) rotate(-10deg) scale(0.85);
        }

        .gasp-ozholder img.gg3 {
            transform: translateX(20%) rotate(-5deg) scale(0.85);
        }

        .gasp-ozholder img.gg4 {
            transform: translateX(30%) scale(0.85);
        }

        .gasp-ozholder img.gg5 {
            transform: translateX(40%) rotate(5deg) scale(0.85);
        }

        .gasp-ozholder img.gg6 {
            transform: translateX(50%) rotate(10deg) scale(0.85);
        }

        .gasp-ozholder img.gg7 {
            transform: translateX(60%) rotate(15deg) scale(0.85);
        }

.gasp-ozclickable {
    padding: 8px 20px;
    background-color: #710a2c;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}

    .gasp-ozclickable .gasp-ozlatest {
        color: white;
        font-size: 18px;
    }

.gasp-ozholder:hover img {
    filter: brightness(75%);
    cursor: pointer;
}

.gasp-ozholder:hover .gasp-ozclickable {
    opacity: 1;
}

@media screen and (min-width: 995px) {
    .gasp-special-padding {
        padding-left: 20px;
    }
}

.gasp-point-header {
    background-color: #710a2c;
    box-sizing: border-box;
    color: white;
    padding-top: 5px;
    font-size: 36px;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .gasp-hide-below-xl {
        display: none;
    }

    .gasp-point-header {
        margin-top: 30px;
    }
}

@media screen and (max-width: 630px) {
    .gasp-point-header {
        font-size: 32px;
    }
}

@media screen and (max-width: 530px) {
    .gasp-point-header {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .gasp-point-header {
        font-size: 24px;
    }
}

.gasp-phtext {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.gasp-point-header img {
    position: absolute;
    left: 50%;
    opacity: 0.3;
    transform: translateX(-50%);
    filter: invert(100%);
}

.gasp-point-header {
    width: calc(100% - 40px);
    height: 80px;
    position: relative;
    background: #710a2c;
    margin-bottom: 10px;
}

    .gasp-point-header:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 40px solid white;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }

    .gasp-point-header:before {
        content: "";
        position: absolute;
        right: -40px;
        bottom: 0;
        width: 0;
        height: 0;
        border-left: 40px solid #710a2c;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
    }

.opel {
    font-family: 'JosefinSans';
}

.gasp-newscast-thumb {
    position: relative;
    min-height: 50px;
    overflow: hidden;
    cursor: pointer;
    margin: 8px 0;
}

.gasp-newscast-thimage {
    width: 50%;
    padding-top: calc(56.25% / 2);
    float: left;
}

.gasp-newscast-thtext {
    width: 50%;
    min-height: 50px;
    float: left;
    text-align: left;
    padding-left: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
}

.gasp-newscast-watch {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background-color: #666666cc;
    opacity: 0;
    transition: opacity 0.3s;
}

.gasp-newscast-thumb:hover .gasp-newscast-watch {
    opacity: 1;
}

.gasp-newscast-thumb:hover .gasp-newscast-thtext {
    color: #710a2c;
}

.gasp-newscast-watch span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.gasp-newscast-date {
    width: 50%;
    padding-left: 5px;
    text-align: left;
}

.gasp-support-point {
    background-color: #710a2c;
    color: white;
    box-sizing: border-box;
    padding: 16px;
}

.gasp-spoption {
    color: black;
    background-color: white;
    padding: 8px;
    border-radius: 10px;
    user-select: none;
    margin: 0 3px;
}

    .gasp-spoption:hover {
        background-color: #950d3a;
        color: white;
        outline: 2px solid white;
        cursor: pointer;
    }

.btn.btn-primary.gasp-section-elink {
    border-radius: 0;
    background-color: rgba(0,0,0,0.4);
    border: 1px solid;
    border-color: white;
    transition: background-color 0.3s, border-color 0.3s;
}

    .btn.btn-primary.gasp-section-elink:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-color: black;
        color: black;
    }