/*////////////////////////////////////////
CSS for      https://sebastianfett.de
Last Update  Feb 2023
Created by   https://bendaamech.de
////////////////////////////////////////*/

.headline {
    text-align: center;
    color: white;
    font-family: sans-serif;
    font-size: calc(30px + 0.390625vw);
}

p {
    text-align: center;
    color: white;
    font-size: calc(12px + 0.390625vw);
}
  
.text-alt {
    text-align: center;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    font-style: italic;
    font-size: calc(12px + 0.390625vw);
}

.padding {
    padding-top: 35px;
}

.bg-black {
    background-color: black;
}

.bg-yellow {
    background-color: darkgoldenrod;
}

.bg-green {
    background-color: green;
}

.contact {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 200px;
}

.header {
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 720px;
    padding: 60px 20px;
}
