body {
    font-family: "Raleway", "Helvetica", "Arial", sans-serif;
    background-color: #FFEDBA;
}

.page-width {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.sprachmonster-menu {
    justify-content: flex-end;
    flex-wrap: nowrap;
    display: flex;
    max-width: 1400px;
    width: 100%;
    position: fixed;
    /* height: 25px; */
    z-index: 3;
    background-color: #F4CE6A;
}

.sprachmonster-menu a {
    margin: 0 5px;
    padding: 0;
    text-decoration: none;
    color: #E86D27;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden !important;
    display: inline-block;
}

.website,
.online-shop {
    margin: 6px 15px;
}
.facebook-text-icon {
    background-size: cover;
    background-image: url(https://www.sprachmonster.de/images/content/menu/sprachmonster_button_facebook.png);
    width: 30px;
    height: 30px;
}

.instagram-text-icon {
    background-size: cover;
    background-image: url(https://www.sprachmonster.de/images/content/menu/sprachmonster_button_instagram.png);
    width: 30px;
    height: 30px;
}

.monster-abc-ad {
    background-size: cover;
    background-image: url(spreadshirtshop_buchhinweis.png);
    width: 316px;
    height: 125px;
    position: absolute;
    z-index: 2;
    top: 35px;
    left: 45%;
}


.hand-pointer {}

#myShop {
     padding-top: 31px;
}


@media all and (max-width: 1000px){
    .monster-abc-ad {
        display: none;
    }
}
