﻿.biglogo {
    position: relative;
    top: 160px;
}
.anschrift {
    position: relative;
    color: white;
    top: -320px;
    text-align: right;
    height: 200px;
}
    // rgba(239, 136, 137, 0.40); rgba(96, 76, 0, 0.40);
.liefer {
    position: relative;
    width: 360px;
    height: 120px;
    color: white;
    text-align: center;
    font-size:24pt;
    font-weight:bold;
    left: 160px;
    top: 0px;
    cursor: pointer;
    background-color: rgba(239, 136, 137, 0.40);
    border-radius: 20px;
    border: 1px solid white;
}
.liefer a{
    text-decoration:none;
}
.liefer a:hover{
    text-decoration:underline;
}
.liefer span{
    position: relative;
    top:20px;
}
.liefer div{
    position: relative;
    top:20px;
    color: yellow;
}
.menu {
    position: relative;
    color: white;
    top: -140px;
    text-align: right;
    line-height: 180%;
    height: 120px;
}
.menu a {
    color: darkblue;
    font-weight: bold;
}
.social {
    position: relative;
    color: white;
    top: -120px;
    text-align: right;
}
.social img {
    border: 0px;
}
