@font-face {
    font-family: 'Avenir';
    src: url('/font/Avenir-Medium.ttf');
}

body {
    font-family: 'Avenir', Helvetice, Arial, sans-serif;
}

.content {
    margin: 100px auto;
    max-width: 1200px;
    padding: 0 50px;
    font-size: 14px;
}

.logo {
    width: 180px;
    padding-bottom: 60px;
}

.flower {
    width: 100%;
}

h3 {
    font-size: 14px;
    margin-bottom: 0.1rem;
}

.lucy {
    width: 23px;
}

.footer span {
    position: absolute;
    padding-top: 11px;
    padding-left: 9px;
    font-size: 10px;
}

.stopper-tel {
    background: url(../images/stopper-neue-tel.png);
    background-size: cover;
    position: absolute;
    height: 330px;
    width: 314px;
    top: 50px;
    left: 208px;
    z-index: 1;
}

.contact-wrapper {
    margin-top: 13vh;
}

@media only screen and (min-width: 50px) and (max-width: 665px) {
    .content {
        margin: 25px;
        padding: 0;
        font-size: 16px;
    }
}