html{
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #000000;
    
}

@media (width >= 1000px) {
    div#body{
        width: 950px;
        margin: 0 auto;
        background-color: white;
        position: relative;
        min-height: 100%;
    }

    #claim{
        font-size: 35px;
        font-weight: 600;
        line-height: 45px;
     }
    #foot {
        width: 950px;
    }

    #foot>object {
        margin-bottom: -5px;   }
}
@media (width <1000px) {
    div#body {
        margin: 0 auto;
        background-color: white;
        position: relative;
        min-height: 100%;
    }

    #claim {
        font-size: 25px;
        font-weight: 600;
        line-height: 35px;
    }
    #foot {
        width: 100%;
    }

    #foot>object {
        margin-bottom: -5px;
    }
}
@media (width >=750px) {
    div#mid>.alle.active,
        div#mid>.tree.active {
            margin-top: 65px;
    }
}

@media (width >=700px) {
    #men_right{
        display: flex;
    }
}
@media (width <700px) {
    #men_right, #claim br, #cont br{
        display: none;
    }
}
@media (width <=400px) {
    body {
        width: 400px;
    }

    #foot {
        width: 400px;
    }

}

#foot {
    display: block;
    position: fixed;
    bottom: 0px;
    z-index: 40;
    /*     background-color: rgba(255, 255, 255, 0.5); */
    background-image: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

#foot>object {
    margin-bottom: -5px;
}

#claim {
    font-family: Assistante, sans-serif;
    text-align: center;
    background-color: #006A39;
    padding: 50px 30px 30px 30px;
    color: white;
}

div#cont {
    padding: 10px 30px;
    color: rgb(53, 53, 53);
}

#cont{
    font-family: Assistante, sans-serif;
    font-weight: 400;
}
.inhalt{
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}


div#menubar{
    /* background-color: #fa8c8c; */
    background-color: white; 
    position: sticky;
    display: flex;
    z-index: 50;
    justify-content: space-between;
    top: 0px;
    height: 60px;
    width: 100%;
    font-family: Assistante;
    font-weight: 800;
    color: #006A39;
}


div#mid{
    margin: 5px auto;
    /* background-color: #F47920; */
    letter-spacing: 2px;
    font-size: 42px;
    display: flex;
    flex-grow: 2;
    line-height: 45px;
    justify-content: center;

}
div#mid>.alle{
    width: 160px;
    margin-right: 10px;
    text-align: right;
    margin-top: 0px;
    pointer-events: none;
}

div#mid>.mentitle{
    transition: margin-top .5s ease-out;
}

div#mid>.tree{
    text-align: left;
    width: 160px;
    margin-left: 10px;
    pointer-events: none;
}
#cross{
    margin-top: 5px;
}
#cross svg{
    height:90%;
}
#menu, #men_right{
    position: absolute;
    bottom: 13px;
    font-size: 14px;
    right: 13px;
}
#menu{
    left: 13px;
    font-size: 27px;
}

.menu-globallinks-container li.menu-item>a{
    text-decoration: none;
}
.menu-globallinks-container li.menu-item>a:hover{
    text-decoration: underline;
}
.menu-globallinks-container>ul#menu-globallinks{
    margin: 0 8px;
    list-style-type: none;
    display: flex;
    gap: 8px;
    padding: 0;
}
#menubar a{
    color: #006A39;
    cursor: pointer;
}
#intro-header{
    display: flex;
}
#intro-header>div{
    position: absolute;
}

#intro-header>div{
    height: 300px;
    width: 50%;
    overflow: hidden;
    position: relative;
}

#intro-header>div>video{
    height: 100%;
    position: relative;
    margin-left: -30px ;
    text-align: center;
}
#intro-header .intro-menu{
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(255,255,255,0);
}
#intro-header .intro-menu:hover{
    background-color: rgba(255,255,255,0.7);
    cursor: pointer; 
}
#pagetitle{
    font-family: Assistante, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    background-color: #006A39;
    padding: 20px 30px 14px 30px;
    color: white;
    position: sticky;
    z-index: 30;
    top: 60px;
}
#alleen.intro-menu{
    height: 100%;
    width: 100%;
}

.intro-menu ul{
    font-family: Assistante, sans-serif;
    font-size: 16px;
    font-weight: 700;
    list-style: none;
    padding: 0;
    width: 200px;
    position: absolute;
}

#bäume .intro-menu ul{
    width: 220px;
    right: 0px
}

.intro-menu ul>li>a{
    color: rgb(0, 106, 57);
    text-decoration: none;
    display: block;
}
.intro-menu ul>li>a:hover{
    color: white;
}
.intro-menu ul>li:hover{
    background-color: #006A39;
}
.intro-menu ul>li{
    padding-left: 30px;
    margin-top: -35px;
    transition: margin-top 0.5s ease-out, opacity 0.5s ease-out;
    opacity: 0;
}
.intro-menu:hover ul>li{
    margin-top: 0;
    opacity: 1;
}
#footdiff{
    height: 180px;
}