body {
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

p {
    font-size: clamp(20px, 3.2vw, 25px);
}

h4 {
    text-align: center;
    font-size: clamp(24px, 5vw, 40px);
}

ul {
    font-size: clamp(20px, 3.2vw, 25px);
    padding-top: 20px;
    list-style: none;
}

table * {
    text-align: left;
    padding-right: clamp(10px, 5vw, 60px);
    font-size: clamp(20px, 3.2vw, 25px);
}

table tr {
    padding-top: 35px;
    display: flex;
}

.zertifizierung {
    width: 100%;
    max-width: 150px;
    height: auto;
}

.liste {
    padding: 20px;
}

#header {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

.content {
    text-align: center;
    padding: 20px clamp(64px, 500vw, 20%);
}

.uebermich {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    line-height: 1.8;
}

.part-2 *{
    text-align: left;
}

#footer {
    width: 100%;
    min-width: 100%;
    height: auto;
    display: block;
    pointer-events: none;
}

td {
    line-height: 1.8;
}

@media (max-width: 860px) {
    .uebermich {
        flex-direction: column;
    }

    .liste, .zertifizierung {
        width: 100%; 
        text-align: center; 
        margin-top: 20px; 
    }

    tr {
        flex-direction: column;
    }

    table {
        width: 100%; 
        font-size: clamp(18px, 7vw, 22px);
    }

    h4 {
        font-size: clamp(25px, 8vw, 35px);
    }

    p, ul {
        font-size: clamp(18px, 7vw, 22px);
    }
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
