main dl.termine {
    color: rgba(50,67,77,1.00);
    line-height: 1.4;
    margin: 0;
    padding: 0 0 20px 25px;
}

main dl.termine dt {
    font-weight: 700;
    margin: 0 0 0 10px;
    padding: 0 0 3px 25px;
}

main dl.termine dd {
    line-height: 1.4;
    margin: 0 0 0 10px;
    padding: 0 0 10px 25px;
}

main dl.termine dd:nth-last-of-type(1) {padding: 0 0 0 25px;}


@media screen and (max-width: 1680px) and (min-width: 1081px) {
    nav#menu > ul.menu > li:last-child:hover > ul {
        margin: 0 0 0 -100%;
    }
}

#mapcontainer {
    z-index: 0;
}

details summary {
    cursor: pointer;
    line-height: 130%;
    margin-bottom:5px;
}

details summary:hover {
    color:rgba(216,19,40,1.00);
}

details summary i {
    color:rgba(216,19,40,1.00);
    padding-right:5px;
}

details[open] summary .hide-if-open {
    display:none;
}
details summary .hide-if-closed {
    display:none;
}
details[open] summary .hide-if-closed {
    display:inline;
}


details .details-content {
    border-bottom: 1px solid #ddd;
    margin: 10px 0 20px 0 ;
}

.mt-0 {
    margin-top: 0 !important;
}

section.content.tight {
    padding-top: 36px;
    padding-bottom: 23px;

}

#menu .menu-sub-main{
    display:none;
}

@media all and (max-width : 1090px) {
    #menu {max-height:80vh}
    #menu .menu-sub-main{display:block;}
    #menu  ul.menu > li> ul {
        border-right:1px solid rgba(216,19,40,1.00);
    }
    #menu  ul.menu > li> ul > li > ul{
        border-right:1px dashed rgba(216,19,40,1.00);
    }
    #menu  ul.menu > li> ul > li > ul > li > ul {
        border-right:1px dotted rgba(216,19,40,1.00);
    }
}


@media all and (min-width : 1091px) {
    .container.nav .logo.right a {
        display:block;
        z-index:10;
        position:relative;
    }
}

.offset-by-one.three.columns img,
.news-img-wrap img {
    height:auto;
}


body.uspf .logo img {
    margin-top: 13px;
}

@media all and (min-width : 1080px) {
body.uspf .logo img {
    margin-top: 75px;
}
}


.content h4 {
    width: 100%;
    color: rgba(0,0,0,1.0);
    font-family: 'PT Sans Bold';
    font-size: 1.2rem;
    letter-spacing: 0;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 10px 0;
}


.row.programm-punkte .columns p {
    white-space: nowrap;
    padding-left: 15px;
}

@media all and (max-width : 999px) {
    .row.programm-punkte .nine.columns
    {
        padding-left: 45px;
    }
}

main#content.layout2 .container p,
main#content.layout2 .container ul,
main#content.layout2 .container ol:not(.breadcrumb),
main#content.layout2 .container summary {
    font-size:1.6rem;
}

main#content.layout2 ul {
    line-height:unset;
}

main#content.layout2 .container h1 { font-size: 3.0rem; }
main#content.layout2 .container h2 { font-size: 2.4rem; }
main#content.layout2 .container h3 { font-size: 2.0rem; padding-bottom:20px; }

main#content.layout2 .ce-div {
    margin-top: 0;
    border-top: 1px solid rgba(216,19,40,1.00);
}
