@media (min-width:692px) {

    body {
        background: url('/media/right_strip_pattern.png');
        background-color: #454545;
        background-position: top center;
        background-repeat: repeat;
        background-attachment: fixed;
        font-family: 'Yanone Kaffeesatz' !important;
    }

    @media (min-width: 692px) {
        h1, h2, h3, h4, h5, h6, p, dl, ul, ol {
            margin: 1em 0 0.8em;
        }

        h1 {
            font-size: 3em;
        }
    }

    h1, h2 {
        line-height: 40px;
        font-family: 'Yanone Kaffeesatz' !important;
    }

    .text-bg-white {
        color: #000 !important;
        background-color: RGBA(var(--bs-white-rgb), var(--bs-bg-opacity, 1)) !important;
    }

    .carousel-caption {
        padding-bottom: 0rem !important;
        right: 75% !important;
        bottom:0.25rem !important;
    }
        .container {
        margin-top: 20px;
        background-color: #fbfafa;
        box-shadow: 0 0 2px 2px black;
        color: #2c2b2b;
    }

    ul.navbar-nav li a {
        background: #fff;
        border-top: 5px solid #fff;
        color: #5d5d5d;
        text-transform: uppercase;
        font-size:1.2em;
    }

    /*.imgcorp {
        max-height: 500px;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 50%;*/ /* % of width, defines aspect ratio*/
        /*background-image: url('/Frontend/josef/img/img.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

        .imgcorp > img {
            padding-bottom: 60%;
        }*/

    div.col-md-12 > ul > li {
       
        font-size: 18px;
        line-height: 1.8em;
        color: #545252;
        line-height: 1.61em;
    }

    ul {
        list-style: square;
    }

/*    h1, h2, h3, h4, h5, h6, p, dl, ul, ol {
        margin: 1em 0 0.8em;
    }

    h1 {
        font-size: 4em;
    }*/

    p, li, address, dd, blockquote {
        color: #545252;
        font-size: 1.4em;
        line-height: 1.61em;
    }





    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }


    .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
    }

    .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
    }

    .bi {
        vertical-align: -.125em;
        fill: currentColor;
    }

    .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
    }

        .nav-scroller .nav {
            display: flex;
            flex-wrap: nowrap;
            padding-bottom: 1rem;
            margin-top: -1px;
            overflow-x: auto;
            text-align: center;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
        }

    .btn-secondary,
    .btn-secondary:hover,
    .btn-secondary:focus {
        color: #333;
        text-shadow: none; /* Prevent inheritance from `body` */
    }


    /*
                 * Base structure
                 */

  


    .cover-container {
        max-width: 42em;
    }
}
