html, body {
/*  hier Werte für Hintergrund */
    }
.festgeklebt {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }


    .waz1 a:link    { font-weight:bold; color:#0F0E0D; text-decoration:none; }       /* noch nicht besucht */
    .waz1 a:visited { font-weight:bold; color:#0F0E0D; text-decoration:none; }       /* bereits besuchte */
    .waz1 a:focus   { font-weight:bold; color:#E4E6DF; text-decoration:underline; }  /* "Durchsteppen" mit Tab-Taste */
    .waz1 a:hover   { font-weight:bold; color:#E4E6DF; text-decoration:none; }       /* drüber fahren */
    .waz1 a:active  { font-weight:bold; color:#E4E6DF; text-decoration:underline; }  /* gerade angeklickt */


    .werbebox {
        position: absolute;
        width: 220px;
        height: 900px;
        top: 0px;
        left: 1160px;
        border: 0px solid black;
        border-radius:      20px/20px;
        -moz-box-shadow:    -1px 0px  0px grey ,
                             5px 5px 15px grey;
        -webkit-box-shadow: -1px 0px  0px grey ,
                             5px 5px 15px grey;
        box-shadow:         -1px -1px 0px grey ,
                             5px 5px 15px grey; }

    #werbebox1 { background-color: #FFFFFF }
    #werbebox2 { background-color: #7EBC00 }
    #werbebox3 { background-color: #ECEAE7 }
    #werbebox4 { background-color: #F8A400 }


    .werbetext {
        position: absolute;
        left: 20px; }

    .wazF1 {
        position: relative;
        font-size: 3em;
        color: #4A6DA7;
        top: 0.5em; }

    .layout_3 img {
        width: 100%;
        padding-top: 2.5em;
        padding-right: 1em; }

    .wazF2 {
        position: relative;
        top: 1.5em;
        left: 0px; }

    .wazF3 {
        position: relative;
        top: 2.5em;
        left: 0px; }

    .hinweis {
        font-size: 0.875em;
        margin-top: 6em; }


@media only screen and (max-width: 1080px)
    { #werbebox1 { top: 40px; left: 1em; z-index: 1; }
      #werbebox2 { top: 40px; left: 1em; z-index: 1; }
      #werbebox3 { top: 40px; left: 1em; z-index: 1; }
      #werbebox4 { top: 40px; left: 1em; z-index: 1; }
    }