.background_blue{
    background-color: #1d6a96;
}

.center{
    display: flex;
    justify-content: center;
}

.align_right{
    display: flex;
    justify-content: right;
}

.align_left{
    display: flex;
    justify-content: left;
}

.abstand{
    float: left;
     color: #000000;
     padding-top: 0px;
     padding-left: 20px;
}

.margin-top{
    margin-top: 50px;
}

.fontWhite{
    color: #ffffff;
    
}



.textLabel{
    color: #ffffff;
    text-align: left;
    margin-left: 15px;
}

.text1{
    color: #f1db14;
   }

.right{
    float:right;
    width: 80px;
    margin-right: 15px;
}

.bild{
    float: left;
     padding-right: 0px;
     padding-top: 10px;
    
}

.clear{
    clear:left;
}

footer{
    padding-bottom: 10px;    
}
