*{
    margin:0%;
    padding:0%;
    margin-left:0%;
    padding-bottom:0%;
    padding-top:0%;
    left:0%;
}

.logo
{
    width: 90%;
    heigth: 90%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.logobox
{
    width: 10%;
}

.import
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 1%;
    margin-bottom: 2%;
}

.calc
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 2%;
}

.export
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.ui-fileupload-simple
{
    margin-top: 2%;
}

.ui-fileupload-buttonbar .ui-button
{
    background-color: #741D2D;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.ui-fileupload-buttonbar .ui-button :hover
{
    background-color: #741D2D;
    border: none !important;
}

.ui-button
{
    margin-top: 2%;
    background-color: #741D2D !important;
    border: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
    font-size: 2vm !important;
}

.allcontent
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header
{
    padding-top:1%;
    display: flex;
    align-items: center !important;
    flex-direction: row;
}

.title
{
    font-size: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
}

.navbar
{
    list-style-type: none;
    margin: 0%;
    padding: 0%;
    height: 0%;
    background-color: #f7f7f7;
    padding: 1%;
}

.linkcollection
{
    list-style-type: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #741D2D;
    bottom: 0%;
    position:fixed;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 1%

}

.linkdistance
{
    margin-left: 1%;
    margin-right: 1%;
}

.link
{
    color: white !important;
    text-decoration: underline !important;
    font-family: "Times New Roman" !important;
}

p
{
    font-family: "Times New Roman";
    font-size: 1rem;
    margin-top: 1%;
    margin-bottom: 1%;
}

.filename
{

    margin-top: 2%;
}

.csv{
    margin-bottom: 0% !important;
}

table, th, td {
      border: 1px solid;
}

table {
    table-layout:fixed;
    overflow: hidden;
    width: 100%
}

.anleitung
{
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 7%;
}





