html {
    height: 100%;
    min-height: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

/* ==============================================
   LAYOUT
   ============================================== */
#below_siteheader {
    height: 88%;
    min-height: 88%;
    text-align: center;
}

#inner_content {
    height: 100%;
    min-height: 100%;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #3B9CBB;
}

.hauptframe_main {
    background-repeat: repeat;
    background-size: 100%;
    background-image: url(DGPF_background_pattern.png);
    height: 100%;
    width: 100%;
    max-width: 900px;
    min-height: 100%;
    border: 2px solid #3B9CBB;
    /* Fallback für Safari < 16 */
    overflow-x: hidden;
    overflow-x: clip;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.main_contents {
    clear: both;
    width: 100%;
    max-width: 900px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

/* ==============================================
   AUTORENLISTE
   ============================================== */
.authorsList {
    clear: left;
    font-size: 14px;
    line-height: 1.5;
}

.authorsList li {
    margin-top: 0px;
    margin-right: 10px;
    list-style: none;
    margin-bottom: 5px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}

#Authors {}

/* ==============================================
   NAVIGATION
   ============================================== */
.menueElement {
    padding: 5px;
    min-height: 44px;
    display: flex;
    align-items: center;
    border-right: 1px solid #CCC;
    margin-bottom: 5px;
    float: left;
    box-sizing: border-box;
}

#menueLeiste a { text-decoration: none; }
#menueLeiste a:hover,
#menueLeiste a:focus,
#menueLeiste a:active { text-decoration: none; }

#menueLeiste a:hover div,
#menueLeiste a:focus div,
#menueLeiste a:active div {
    background-color: #3B9CBB !important;
    color: #FFFFFF !important;
}

/* ==============================================
   TAG
   ============================================== */
#tagcloud {
    width: 80%;
    text-align: center;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
}

.tag0 { font-size: 11px !important; color: #00688B !important; vertical-align: middle !important; margin: 4px !important; }
.tag1 { font-size: 16px !important; color: #009ACD !important; vertical-align: middle !important; margin: 7px !important; }
.tag2 { font-size: 21px !important; color: #00B2EE !important; vertical-align: middle !important; margin: 10px !important; }
.tag3 { font-size: 26px !important; color: #00BFFF !important; vertical-align: middle !important; margin: 13px !important; }
.tag4 { font-size: 30px !important; color: #28CAFF !important; vertical-align: middle !important; margin: 13px !important; }
.tag5 { font-size: 35px !important; color: #59D6FF !important; vertical-align: middle !important; margin: 13px !important; }

#tagcloud a { text-decoration: none; }

#tagcloud a:hover,
#tagcloud a:focus,
#tagcloud a:active {
    text-decoration: none;
    background-color: #0099FF;
    color: #FFFFFF !important;
}
#tagcloud a:focus {
    outline: 2px solid #0099FF;
    outline-offset: 2px;
}

/* ==============================================
   SONSTIGES
   ============================================== */
.session_vis .navbar_breadcrumb {
    border-top: none;
}

#startpage p {
    font-family: "Times New Roman", Times, serif;
}

.navbar_breadcrumb h3 {
    color: #002878;
}

/* ==============================================
   MEDIA QUERIES
   ============================================== */
@media screen and (max-width: 600px) {
    .hauptframe_main,
    .main_contents {
        width: 100%;
        max-width: 100%;
        border-left: none;
        border-right: none;
    }

    .authorsList li {
        font-size: 13px;
        margin-right: 6px;
    }

    #tagcloud {
        width: 95%;
    }

    .menueElement {
        float: none;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #CCC;
    }
}

@media screen and (max-width: 360px) {
    .authorsList li {
        font-size: 12px;
        display: block;
        margin-right: 0;
    }

    .tag0 { font-size: 10px !important; }
    .tag1 { font-size: 13px !important; }
    .tag2 { font-size: 16px !important; }
    .tag3 { font-size: 19px !important; }
    .tag4 { font-size: 22px !important; }
    .tag5 { font-size: 25px !important; }
}
