/* xxl-viewport.css */
@media only screen and (min-width: 1920px) {
        
    /* Processwire overrides */
    .form-label {
        margin-top: 20px;
    }

    .Inputfields {
        margin-left: 1rem;
        width: 50%;
    }


    .light-blue-transparent {
        background-color: rgba(23, 162, 184, 0.75);
        color: #fff;
        position: absolute;
        top: 16vw;
        height: 6.5vw;
        right: 0;
        left: 0;
    }

  .h-bottom-stripe {
        height:  15rem;
    }

    .h-top-stripe {
        height:  19rem;
    }

    p.my-contact {
        margin: -3rem 0 0 0;
    }

#page-footer_cardImage {
        position: relative;
        z-index: 10;
        margin-top: -31rem;
        visibility: visible;
    }

    /* id's */
    #page-footer_cardTitle.h1,
    #page-footer_cardTitle h1 {
        font-size: 4.5rem;
    }
}