* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Roboto";
}

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 13px;
}

header {
    background-image: url(imgneu/Logo2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 25%;
    height: 140px;
    margin-top: 20px;
}

main {
    border-top: 1px solid #c6c6c6;
    margin-top: 20px;
}

#linie {
    margin-top: 40px;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 2.5em;
}

#hrow {
    display: flex;
    flex-direction: row;
}

#hs1 {
    text-align: left;
    flex-grow: 1;
    padding-top: 40px;
}

#hs2 {
    text-align: right;
    flex-grow: 1;
    padding-top: 40px;
}

header a {
    text-decoration: none;
    color: #c6c6c6;
}

.links {
    margin-left: 30px;
}

.h2duenn {
    font-family: "Roboto Flex", sans-serif;
}

.rot {
    color: rgb(160, 38, 87);
}

.pat-bild {
    width: 25%;
    border-radius: 8px;
    box-shadow: #999 4px 6px 8px;
    margin-bottom: 4px;
    opacity: 75%;
}

.bildp {
    text-align: center;
    font-size: 1.2em;
    color: #777;
}

.duenn {
    font-family: "Roboto Flex", sans-serif;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    font-weight: lighter;
}

footer {
    background-color: rgb(160, 38, 87);
}

.fett {
    font-weight: bold;
}

.spruch {
    margin-top: 60px;
    text-align: center;
    font-size: 5rem;
    font-family: "Dancing Script", cursive;
    /*    font-family: "The Nautigal", cursive;  */
    font-family: 'Inspiration', cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.uspruch {
    text-align: center;
    font-size: 1.2em;
    color: #333;
    font-family: 'Kalam', cursive;
    margin-top: 6px;
}

.bgruppe {
    width: 40%;
}

#biete {
    text-align: center;
}

.bieteh2 {
    font-family: "Roboto Flex", sans-serif;
    color: rgb(160, 38, 87);
    font-size: 3em;
    font-weight: 400;
    opacity: 80%;
    margin-bottom: 30px;

}

.jkopf {
    width: 6%;
}

.frow {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.srow {
    flex-grow: 1;
    flex-basis: 200px;
    margin: 6px;
}

.imgs {
    width: 100%;
}

#kontakt {
    margin-top: 30px;
    text-align: center;
}

.m {
    margin-bottom: 20px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: lighter;
    font-size: 1.7em;
}
.tab{
    font-family: 'Roboto';
    font-weight: bold;
    color: #c6c6c6;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 1.2em;
}

footer {
    padding: 6px;
    background-color: rgb(160, 38, 87);
    color: white;
    font-family: 'Roboto-light';
    font-size: 0.7em;
}

.spalte {
    flex-grow: 1;
    flex-basis: 200px;
    text-align: center;
}

.unten {
    margin-top: 60px;
    margin-bottom: 20px;
}

.pfeilb {
    width: 60px;
}

footer a {
    color: white;
    text-decoration: none;
}

#impressum {
    text-align: center;
    padding-top: 20px;
}

#impressum h3 {
    margin-bottom: 20px;
    font-family: "Roboto Flex", sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
}

#impressum p {
    font-family: 'Roboto';
    font-weight: normal;
    color: #a3a3a3;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 1.0em;
}

@media screen and (max-width: 600px) {
    .skontakt {
        margin-top: 20px;
    }

    #hs1 {
        padding-top: 0px;
    }

    #hs2 {
        padding-top: 0px;
    }

    .duenn {
        font-size: 0.8em;
        /*        text-align: justify; */
    }

    .spruch {
        font-size: 2.5em;
        margin-top: 35px;
    }

    .bieteh2 {
        font-size: 2em;
        margin-bottom: 10px;
    }

    .m,
    #impressum h3 {
        font-size: 1.03em;
    }

    .table {
        font-size: 0.8em;
    }

    #impressum p {
        font-size: 0.7em;
    }
 
    .uspruch {
        font-size: 0.8em;
        text-align: right;
    }
 
    header {
        height:120px;
        background-size:35%;
        margin-top: 0px;
        background-position: center bottom;
        margin-bottom: 20px;
    }
 
    main {
        margin-top: 0px;
    }
    .pat-bild {
        width: 60%;
    }
}

.icon {
    width: 30px;
    padding-right: 5px;
}

.table{
    margin: 0 auto 10px auto;
}

.num {
    padding-bottom: 10px;
    text-align: left;
}

.links {
    text-align: left;
}