@charset "utf-8";
.mmain {
    display: block;
    position: relative;
    margin-top: 1%;
}
.logo {
    width: 80%;
    margin-left: 10%;
}
.web_adres {
    height: 5vmax;
}
.slogan {
    background: url(../gold-band.png);
    -webkit-logical-height: 64px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    font-family: "roboto";
    font-size: x-large;
    font-weight: 500;
    color: #1F190D;
}
.telefon {
    font-size: large;
    font-family: "Roboto";
    font-weight: 300;
    margin-top: 10px;
    display: block;
    color: #ffffff;
}
.whatsapp {
    font-size: large;
    font-family: "Roboto";
    font-weight: 300;
    margin-top: 10px;
    display: block;
    color: #ffffff;
}
.style {
    background-color: #1F190D;
    color: #ffffff;
    text-align: center;
}
img {
    max-width: 100%;
}
a {
    font-size: large;
    font-family: "Roboto";
    font-weight: 300;
    margin-top: 10px;
    display: block;
    color: #ffffff;
    text-decoration: none;
}