@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto/Roboto-Regular.ttf') format('ttf'),
    url('fonts/Roboto/Roboto-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

/* Füge weitere @font-face-Regeln für andere Schnitte hinzu */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
}

h1,h2,h3,h4,h5 {
    font-size: 1.1rem;
    font-weight: bold;
}


.menu img{
    height:40px;
}

i.edit{
    cursor: pointer;
    font-size: 25px;
    margin-right:8px;
}

.showlater{
    display: none;
}

div.dialogimport{
    width:80%;
    height:80%;
}