<pre>stdClass Object
(
    [id] => 1
    [project] => 2
    [image] => tinder-dating-erfolg.jpg
    [video] => 
    [ziel] => mehr Erfolg bei Tinder
)
</pre>
:root {
        --primary-color: #003944;
        --secondary-color: #FF6B00;
    }

    a {
        color: var(--bs-body-color);
        text-decoration: none;
    }

    a:hover {
        color: var(--bs-body-color);
        text-decoration: underline;
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 45px;
        font-weight: bold;
        text-shadow: 2px 2px #ff0000;
    }

    .background-image {
        position:absolute;
        width:100%;
        height:650px;
        background-image: url(/tinder-dating-erfolg/tinder-dating-erfolg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 0;
    }

    .background-overlay {
        position:absolute;
        width:100%;
        height:650px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.6));
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .background-video {
        width: 100%;
        height: 650px;
        position: absolute;
        object-fit: cover;
        display: none;
    }

    @media only screen and (min-width: 992px) {
        .background-video {
            display: block;
        }
    }

    .header {
        min-height: 650px;
        margin-bottom: 0px;
        position: relative;
        color: white;
        z-index: 2;
        padding-top: 50px;
        padding-bottom: 175px;
        margin-bottom: -200px;
    }

    .disg-box {
        z-index: 3;
    }

    .btn-primary {
        color: white;
        background-color: green;
        border-color: green;
    }

    .text-muted {
        color: white !important;
    }

    .small,
    small {
        font-size: .6em;
    }

    .mw-800 {
        max-width: 800px;
    }

    button p {
        margin-bottom:5px;
    }

    ul {
        list-style: none;
        padding: 0;
    }

    .disg-box ul {
        height: 130px;
    }

    .icon-big {
        margin-bottom: -25px;
    }

    @media only screen and (max-width: 992px) {
        .fa-2xl {
            font-size: 1em;
        }
    }

    li {
        padding-left: 1.3em;
    }

    li:before {
        content: "\f058";
        /* FontAwesome Unicode */
        font-family: FontAwesome;
        display: inline-block;
        margin-left: -1.3em;
        /* same as padding-left set on li */
        width: 1.3em;
        /* same as padding-left set on li */
        color: green;
    }

    .fa-star {
        color: #f0ad4e;
    }

    .icon-top {
        margin-bottom: -25px;
    }

    .icon-big {
        font-size: 3em;
        display: inline-block;
        border-radius: 60px;
        box-shadow: 0 0 2px #888;
        padding: 0.5em 0.6em;
    }

    .fa-circle {
        color: var(--primary-color);
    }

    .avatar {
        width: 200px;
    }

    .ph-100 {
        height: 100px;
    }

    .avatar {
        margin-top: -100px;
    }

    .line-through {
        text-decoration: line-through;
    }

    .float-start {
        display: inline !important;
    }

    .inline {
        display: inline-block;
    }

    .countdown {
        width: 50px;
    }

    .description {
        font-size: .85rem !important;
        line-height: 1.5;
    }

    .ergebnis .row {
        min-height: 125px;
    }

    .ergebnis {
        margin-bottom: 150px;
    }

    .accordion-button:not(.collapsed) {
        background-color: var(--bs-white);
        color: var(--primary-color);
         !important;
    }

    .accordion-button:focus {
        box-shadow: var(--bs-accordion-btn-focus-box-shadow);
    }

  