#hamburger > div {
    width:35px;
    height:5px;
    margin: 6px 0;
    background-color: gray;
}
#hamburger {
    right:20px;
    top:25px;
    position:absolute;
    display:none;
}
.scrolltop {
    right: 50px;
        margin-top: 0;
        position: absolute;
        z-index: 101;
}
.scrolltop a {
    background-color:#53af38;
    position: fixed;
    text-align: center;
        width: 70px;
        height: 80px;
        overflow: hidden;
        cursor: pointer;
        bottom: 25px;
    right: 12px;
        z-index: 9999 !important;
    color: transparent;
      -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
         -khtml-user-select: none; /* Konqueror HTML */
           -moz-user-select: none; /* Old versions of Firefox */
            -ms-user-select: none; /* Internet Explorer/Edge */
                user-select: none; /* Non-prefixed version, currently */
    clip-path: polygon(15% 50%, 50% 0, 85% 50%, 65% 50%, 65% 100%, 35% 100%, 35% 50%);
        
}
.scrolltop a span {
    top: 12px;
        position: relative;
}
.hide {
    display: none !important;
}
.mod_navigation {
    position: absolute;
        right: 0;
}
.Vereins_Name {
    margin-block-end: 0px;
        /*margin-top: 48px;
    margin-bottom: 5px;
        margin-left: -16px;*/
        color: gray;
        font-size: 26px;
        font-weight: 700;
        font-style: italic;
        text-shadow: 1px 1px 1px grey;
        margin: 0;
}
#header img {
    max-width: 88%;
}
#header {
    border-bottom: 13px solid #53af38;
        padding-left: 15px;
    padding-top: 5px;
    background-color: white;
}
#header .inside {
    display: flex;
}
.Vereins_Name,
.mod_navigation {
    display: inline-block;
}
.mod_navigation  li a {
    text-decoration: none;
}
.mod_navigation  li {
    display: inline-block;
    text-transform: uppercase;
        text-decoration: none;
        padding-right: 50px;
}
.mod_navigation ul {
    list-style: none;
        margin-top: 25px;
        margin-block-end: unset;
    font-size: 20px;
}
.active strong {
    color: #53af38;
}
.mod_navigation li a {
    color: black;
}