/* Nunito */
@font-face {
    font-family: 'Nunito';
    src: url('/assets/fonts/nunito/Nunito.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* Raleway */
@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/raleway/Raleway-Medium.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('/assets/fonts/raleway/Raleway-Bold.ttf') format('TrueType');
    font-weight: bold;
    font-style: normal;
}
/* Prompt */
@font-face {
    font-family: 'Prompt';
    src: url('/assets/fonts/prompt/Prompt-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
/* Roboto Mono */
@font-face {
    font-family: 'Roboto-Mono';
    src: url('/assets/fonts/roboto-mono/RobotoMono-Regular.ttf') format('TrueType');
    font-weight: normal;
    font-style: normal;
}
/* Generally */
body{
    font-family: Nunito, Arial, sans-serif;
}
.pagetexttitle{
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.pagetexttitleupper{
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
}
.pagetexttitleunder{
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}
.centeraligner{
    text-align: center;
}
.gridcenteraligner{
    display: grid;
    justify-content: center;
}
.text-bold{
    font-weight: bold;
}
.btmmargin20{
    margin-bottom: 20px;
}
.btmmargin40{
    margin-bottom: 40px;
}
.btmmargin60{
    margin-bottom: 60px;
}
.btmmargin80{
    margin-bottom: 80px;
}
.btmmargin100{
    margin-bottom: 100px;
}
.topmargin20{
    margin-top: 20px;
}
.topmargin40{
    margin-top: 40px;
}
.topmargin60{
    margin-top: 60px;
}
.topmargin80{
    margin-top: 80px;
}
.topmargin100{
    margin-top: 100px;
}
.footliner{
    text-align: center;
    margin-top: 150px;
}
.footliner2{
    text-align: center;
    margin-top: 50px;
}
.orangealert{
    color: rgba(243, 100, 5, 0.911);
    text-align: center;
    font-size: 50px;
}
.nunito{
    font-family: Nunito, Arial, sans-serif;
}
.raleway{
    font-family: Raleway, Nunito, Arial, sans-serif;
}
.roboto{
    font-family: Roboto-Mono, Raleway, Arial, sans-serif;
}
.prompt{
    font-family: Prompt, Raleway, Arial, sans-serif;
}
.navbartoplogo{
    margin-right: 20px;
}
.homedivs{
    background-image: linear-gradient(135deg, rgb(21, 30, 70), rgb(38, 51, 109));
    height: 150px;
    border-radius: 10px;
    box-shadow: 5px 5px 4px rgb(54, 70, 139);
}
.homerow{
    margin-top: 40px;
}
.outhomedivs{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 15px;
}
.margin-top-md-bd{
    margin-top: 30px;
}
.listimage{
    position: relative;
    bottom: 2px;
    margin-right: 10px;
}
.baseimage{
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px rgb(16, 11, 46) solid;
}
.baseicon100height{
    height: 100%;
    width: auto;
}
.baseicon100width{
    width: 100%;
    height: auto;
}
.headingusersleft{
    font-size: 30px;
}
.flexmitte{
    display: flex;
    justify-content: center;
}
.bigborderbottom{
    border-bottom: 1.5px solid;
}
.notification-badge{
    margin-left: 10px;
}
.hoverpointer:hover{
    cursor: pointer;
}
.displaynone{
    display: none;
}
.displayblock{
    display: block;
}
/* App: News */
.possible-vertical-align{
    display: table;
}
.possible-vertical-align-cell{
    display: table-cell;
    vertical-align: middle;
}
.overflow-auto-news{
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.overflow-auto-news::-webkit-scrollbar {
    display: none;
}
.height-viewport-news{
    height: 79vh;
    position: relative;
}
.news-border{
    border-radius: 12px;
    border: 1px solid;

}
.newstopline{
    border-bottom: 1px solid;
    margin-right: -12px;
    margin-left: -12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.newsalignright{
    float: right;
    font-size: 15px;
}
.newsheading{
    font-size: 30px;
    justify-content: space-between;
}
.newsinhalt{
    padding-top: 15px;
    padding-bottom: 10px;
}
.newsfooter{
    position: absolute;
    margin-right: -12px;
    margin-left: -12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    bottom: 0;
    border-top: 1px solid;
    width: 100%;
    text-align: center;
}
/* Ende App: News */
/* App: Elections */
.partyboxes{
    border-radius: 10px;
    margin-top: 20px;
    height: 100px;
    color: rgb(24, 29, 36);
    padding-right: 5vw;
    box-shadow:none;
    transition: box-shadow 0.2s;
    text-decoration: none;
}
.partyboxes .partyiconpeople{
    margin-top: 25px;
    margin-left: 15px;
    float: left;
}
.partyboxes .partytext{
    font-size: 40px;
    font-family: Nunito, Arial, sans-serif;
    float: right;
}
.partyboxes .partymotto{
    font-size: 20px;
    font-family: Nunito, Arial, sans-serif;
    float: right;
    clear: right;
}
.partyboxes:hover{
    box-shadow: 5px -5px 5px rgb(78, 71, 114);
}
.partyviewbox{
    border-radius: 10px;
    height: 100px;
    color: rgb(24, 29, 36);
    padding-left: 3vw;
}
.partyviewbox .partytext{
    font-size: 40px;
    font-family: Nunito, Arial, sans-serif;
}
.partyviewbox .partymotto{
    font-size: 20px;
    font-family: Nunito, Arial, sans-serif;
}
.dev-elect-fontsize{
    font-size: 30px;
}
/* Ende App: Elections */
/* Media Queries */
/* Generally */
@media(max-width: 767px){
    .md-visually-hidden{
        display: none;
    }
}
/* App: News */
@media(max-height: 800px){
    .height-viewport-news{
        height: 60vh;
    }
}
@media(max-height: 400px){
    .height-viewport-news{
        height: 50vh;
    }
}
/* Ende App: News */