@viewport [width: device-width; zoom:1.0;]
body {
    line-height: 0.5;
    font-family: sans-serif;
}
div.head-frame {
    display: flow-root;
    position: relative;
    background: lightgrey;
    padding: 1em;
    color: white;
    background: url(graphics/Farbwelle-2-gespiegelt.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

div.logo-frame {
    display: flow-root;
    position: relative;
    background: lightgrey;
    padding: 1em;
    color: white;
    background: url(graphics/Logo-Stefan-Kessel-Pfad.png);
    background-repeat: no-repeat;
    background-position:top left;
    background-size: 20%;
    padding-bottom: 56.25%;
}
h1 {
    color:rgb(201, 3, 3);
    font-size:4em;
    position: top;
    margin-left: 2em;
    text-align:center;
    border-bottom:medium solid rgb(201, 3, 3);
    margin-right:2em;
    margin-top:0em;
}
h2 {
    font-size:2.5em;
    margin-left: 2em;
    text-align:center;
    border-bottom:medium solid rgb(0, 0, 0);
    margin-right:2em;
    margin-top:2em;
}
h3 {
    position: top;
    font-size:2.5em;
    margin-left: 2em;
    text-align:center;
    border-bottom:medium solid rgb(0, 0, 0);
    margin-right:2em;
    margin-top:0em;
}
h4 {font-size:1.5em;
    margin-left: 2em;
    text-align:left;
    margin-right:2em;
    margin-top:0em;
}
ul {
    font-size:1.5em;
    text-align:left;
}
div.Leistungen {
    display:flex;
    align-items:center;
    justify-content:center;
}
div.kontakt {
    font-size:2em;
    margin-left:2em;
    text-align:center;
    margin-right:2em;
    margin-top:2em;
    top:15em;
    left:2em;
}
div.impressum {
    font-size:1em;
    margin-left:2em;
    text-align:center;
    margin-right:2em;
    margin-top:0em;
}
div.impressum-link {
    font-size:2em;
    margin-left:2em;
    text-align:center;
    margin-right:2em;
    margin-top:2em;
    top:23em;
    left:2em;
}