html {
    font-size: 25px;
    font-family: Helvetica, sans-serif;
    color: #594c3b;
    text-align: center;
}

header {
    margin: -20px auto 20px auto;
    width: 1000px;
}

h1 {
    font-size: 2rem;
    margin: 0;
}

header img {
    margin: 10px 0;
}

section {
    margin: 20px auto;
    width: 1000px;
}

p, a {
    font-size: 1rem;
    color: #594c3b;
    text-decoration: none;
}

.text {
    font-size: 1rem;
    width: 95%;
    margin: 10px auto 20px auto;
    text-align: justify;
}

.workshop {
    width: 95%;
    margin: 60px auto 40px auto;
}

.workshop a {
    font-size: 0.9rem;
    color: white;
    text-decoration: none;
    padding: 10px 20px 10px 20px;
    background-color: #a3978c;
    border-radius: 50px;
}

.workshop a:hover {
    background-color: #594c3b;
}

.adressblock {
    width: 95%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    align-items: center;
}

.adressblock div {
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adresse {
    text-align: left;
}

.adressblock img {
    height: 130px;
}





@media (max-width:1000px) {
    
    header {
        width: 100%;
    }

    section {
        width: 100%;
    }
}





@media (max-width:900px) {

    .adressblock {
    justify-content: space-around;
    }

    .adressblock div {
    width: auto;
    align-items: baseline;
    flex-flow: column;
    }

    .adresse {
    margin: 0;
    }

    .adressblock img {
    height: 200px;
    margin: 5px 0;
    }
}





@media (max-width:635px) {

    html {
        font-size: 20px;
    }

    .adressblock img {
        height: 140px;
        margin: 0px 0;
        }

}

@media (max-width:450px) {

    html {
        font-size: 14px;
    }

    .adressblock {
        justify-content: space-around;
    }

    .adressblock img {
        height: 120px;
        margin: 0px 0;
    }

}