.video-container{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
}

.video-container video{
    position: absolute;
    z-index: -1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-background{
    background-color: rgba(67,46,114,0.7);
    width: 100vw;
    height: 100vh;
}



.video-container{
    position: relative;
    width: 100vw;
    min-height: 100vh;
    overflow: hidden;
    justify-content: center;
    align-items: flex-start;
}

.video-container video{
    position: absolute;
    z-index: -1;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-background{
    background-color: rgba(67,46,114,0.7);
    width: 100vw;
    height: 100vh;
}

i {
    margin-right: 0.1em;
}

.padding-0{
    padding-left: 0;
}

.cert-item{
    padding: 0 13em;
}

div.partner-container img {
    background-color: rgb(241,242,245); 
    border-radius: 2%;
    width: auto;
    height: 100%;
}

#module {
    font-size: 1rem;
    line-height: 1.5;
}

#module #collapseAboutAuthor.collapse:not(.show) {
    display: block;
    height: 24rem;
    overflow: hidden;
}
  
#module #collapseAboutAuthor.collapsing {
    height: 24rem;
}

#module #collapseAufbau.collapse:not(.show) {
    display: block;
    height: 21rem;
    overflow: hidden;
}
  
#module #collapseAufbau.collapsing {
height: 21rem;
}

#module #collapseContent.collapse:not(.show) {
    display: block;
    height: 21rem;
    overflow: hidden;
}
  
#module #collapseContent.collapsing {
height: 21rem;
}

#module a.collapsed::after {
    content: '+ Show More';
    font-size: 1.5rem !important;
}

#module a:not(.collapsed)::after {
    content: '- Show Less';
    font-size: 1.5rem !important;
}

.legalsite {
    margin: 7rem 7rem;
}