/*.spezielleKarte {*/
    /*text-align: center;*/
    /*margin: 32px 0 0 0;*/
/*}*/

/*.spezielleKarte img {*/
    /*width: 600px;*/
    /*box-shadow: 2px 2px 4px rgba(0,0,0,.4)*/
/*}*/

/*@media screen and (max-width: 650px) {*/
    /*.spezielleKarte img {*/
        /*width: 100%;*/
    /*}*/
/*}*/
.widget-tripadvisor {
    position: relative;
    margin-left: auto;
}
.widget-tripadvisor img {
    width: auto;
}


@media screen and (min-width: 768px) {
    .widget-tripadvisor {
        position: fixed;
        bottom: 0;
        right: 0;
        margin-left: unset;
    }
}
@media screen and (min-width: 1024px) {
    .widget-tripadvisor {
        top: 0;
        bottom: unset;
    }
}
@media screen and (min-width: 1280px) {
    .widget-tripadvisor {
        bottom: 0;
        top: unset;
    }
}
@media screen and (min-width: 64rem) {
    .header-menu-wrapper {
        height: 728px;
    }
}

.delivery-info {
    padding: 8px;
    border: 2px solid #e74c3c;
}

