/*Auvoo BEDS V2 - Main CSS Stylesheet*/
*{
    font-family: Arial, Helvetica, sans-serif;
}
html{
    overflow: hidden;
    height: 100%;
}
.side{
    background-color: #252525;
    color: white;
    padding: 1px;      
    }
.side a, a:hover{
    color: #5079ff;
    text-decoration: none;
    background-color: #252525;
}
#strich{
    margin-top: 0;
    margin-bottom: 20px;
    background-color: black;
    height: 2px;
    width: 100%;
}
body{
    margin: 0;
    height: 100%;
    overflow: auto;
    overscroll-behavior-y: none;
    overscroll-behavior-x: none;
}
.headtable{
    width: 100%;
    table-layout: fixed;
    border: none;
}
.left{
    /*align-content: right;*/
    text-align: right;
}
.tdoverwrite{
    border: none;
}
.bedsfooter{
    display: flex;
    flex-direction: column;
    bottom: 0;
    background-color: #252525;
    color: white;
    padding: 1px;     
}
.page-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; /* gesamte Fensterhöhe */
}
.content {
  flex: 1; /* nimmt allen verbleibenden Platz ein */
}
.indexpagebody{
    color: white;
    background-color: #252525;
}
a{
    color: #5079ff;
    text-decoration: underline;
}
.indextitle{
    margin: 14px;
    color: white;
}
.whitetext{
    color: rgb(185, 185, 185);
}
.invisible{
    display: none;
}
#dynamic_title{
    color: white;
    margin: 10px;
}