* {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.logo {
    max-width: 150px;
    margin: 20px 0;
}

.preisliste {
    max-width: 600px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

.zusatzleistungen {
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 10px;
}

h2 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: left;
}

h4 {
    font-weight: bold;
}

.modal a {
    color: #888;
    text-decoration: none;
}

.footer {
    margin-top: 20px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 26px;
}

a {
    color: #000;
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
}

.footer a {
    font-size: 12px;
}

.footer {
    font-size: 12px;
    color: #888;
}

#datenschutz h2 {
  font-size: 24px !important;
}
#datenschutz h3 {
  font-size: 16px !important;
  font-weight: bold;
}
#datenschutz h4 {
  font-size: 14px !important;
  font-weight: bold;
}

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