/* Datum: 24 Jan 2021 */

h5 {
font-family: Arial;
}
div.box{
    display: block;
    width: fit-content;
    min-width: 350px;
    min-height: 80px;
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
div.dsgvo{
    display: block;
    width: fit-content;
    min-width: 500x;
    min-height: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px;
    margin: auto;
    border-radius: 5px;
    box-shadow: 0px 0px 10px black;
}
img.logo{
    width: fit-content;
    min-width: 300px;
    min-height: 80px;
    margin: auto;
    display: flex; 
    justify-content: center; 
    align-items: center;
}
table, th, td, caption {
  border: thin solid #a0a0a0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 1em;
  table-layout: auto;
  max-width: 100%;
}
th, td {
  font-weight: normal;
  text-align: left;
}
th, caption {
  background-color: #f1f3f4;
  font-weight: 700;
}
tab {
border-collapse: collapse;
}