
/******** Standarddefinitionen ******/

h1,
.h1 {
    font-size: 30px;
}
h2,
.h2 {
    font-size: 24px;
}
h3,
.h3 {
    font-size: 20px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}

a {
    color: #2079C1;
}


a.external-link {
    text-decoration: none;
    position: relative;
}

a.external-link:hover {
    text-decoration: underline;
}

a.external-link:before{
    font-family: "Font Awesome 5 Pro";
    font-size: .8em;
    content:"\f08e";
    padding: 0 5px 5px 0;
}

a.internal-link {
    text-decoration: underline;
}

a.internal-link:before{
    font-family: "Font Awesome 5 Pro";
    font-size: .8em;
    content:"\f0c1";
}

a.download {
    text-decoration: none;
    padding: 0 0 0 22px;
    position: relative;
}

a.download:before{
    font-family: "Font Awesome 5 Pro";
    font-size: .8em;
    content:"\f34a";
    position: absolute;
    left: 2px;
    top: 2px;
    margin:0;
    padding:0;
}

a.no-external-link-icon,
.image a.external-link:before{

    content:"" !important;
    margin: 0 0 0 0;
    padding: 0;
}



ul {
    margin: 0;
    padding: 0 0 0 20px;
}


ul > li {
    position: relative;
    padding: 0;
    margin:0;
    list-style: none;
}

/*
ul > li:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f324";
    position: absolute;
    left: -10px;
    top: 3px;
    color: #1D69B2;
    font-size: .75em;
}
*/

.frame-background-secondary ul > li:before,
.frame-background-primary ul > li:before {
    color: #ffffff;
}

.frame-background-secondary,
.frame-background-primary {
    color: #ffffff!important;
}

.nav-item:before {
    content: '';
}

.list-group {
    width: 250px;
    font-size: .9em;
    list-style: none;
}

ul.dropdown-menu > li:before,
ul.list-group > li:before {
    content: '';
}

.list-ebene-1 {
    background-color: #eee;
}

.list-ebene-2 {
    background-color: #fff;
}


.list-group-item {
    font-size: 1.1em;
}


.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #aebae0;
    border-color: #aebae0;
}
.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #fff;
    text-decoration: none;
    background-color: #aebae0;
}

/******** Standarddefinitionen ENDE ******/


/* TYPO3 Standart überschreiben ******/

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    padding-left: 0;
}

footer {
    width: 100%;
}

.footer-kontakt a {
    color: #fff;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
}

/****
Contentelemente
 */
.textmarker-blue {
    color: #0071b9;
}


.ce-image img {
    max-width: 100%;
    height: auto;
}

/* TYPO3 Standart überschreiben ENDE ******/

.maincontent-wrap {
    padding-top: 50px;
}






.list-fixed {
    position: fixed;
    top: 140px;
}

#page-content {
    padding-bottom: 200px;
}


@media only screen and (min-width: 2000px) {

    #page-content {
        padding-bottom: 500px;
    }

}



.footer-section-meta {
    background-color: #aeacaf;
    --frame-color: #ffffff;
    --frame-background: #aeacaf;
    --frame-link-color: #ffffff;
    --frame-link-hover-color: #ffffff;
}

.footer-section-meta > ul > li:before {
    font-weight: 400;
    content: "";
    position: absolute;
    left: -5px;
    top: 3px;
    color: #ffffff;
    font-size: .75em;
}