body {
    background-size: cover;
}

.rounded-box {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


.speise-rahmen {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin: 20px;
}

.nummer {
    text-align: right;
    font-size: 21.25px;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 26px;
    margin: 13px 10px 0 !important;
    text-rendering: optimizelegibility;
}

.karte {
    font-size: 21.25px;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 26px;
    margin: 13px 0 5px 0 !important;
    text-rendering: optimizelegibility;
}

.preis {
    font-size: 18px;
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    line-height: 10px;
    margin: 5px 0;
    text-rendering: optimizelegibility;
}


.hinweis {
    font-size: 14px;
    color: red;
}

/*make the menu sub-menu items drop down on mouse hover */
ul.nav li.dropdown:hover > ul.dropdown-menu{
display: block;
margin: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 75%;
}

#reservierung
{
    width: 25%;
}

.wpb_single_image .vc_single_image-wrapper {
    display: block;
}

.wpb_single_image .vc_figure {max-width:100% !important;}