.navbar .dropdown-menu {
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
}
.navbar .dropdown-item {
    color: #8d8d8d;
}
.navbar .dropdown-item.active {
    color: #ffffff;
    background-color: #555555;
}
.reserviert {
    color: #ff0000;
}

.redText {
    color: #000000;
    background-color: #ff0000;
}

.rosaText {
    color: #000000;
    background-color: #fc9185;
}

.greyBackground {
    background-color: #CDCDCD;
}

.newsTable {
    box-shadow: 10px 10px 5px #888888;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.newsDarkRed {
    background-color: hsla(0, 100%, 50%, 1.00);
}

.newsRed {
    border-style: none !important;
    background-color: hsla(0, 100%, 50%, 1.00);
}

.newsLightRed {
    background-color: #ff6600;
}

.newsOrange {
    background-color: rgb(255, 140, 0);
}

.newsYellow {
    background-color: #ffcc00;
}

.newsBlack {
    background-color: rgba(0, 0, 0, 1);
    color: white;
}

table.borderless td,table.borderless th{
    border: none !important;
}

.newsWhite {
    background-color: white;
    /*border: 1px solid;*/
}

iframe[seamless] {
    background-color: transparent;
    border: 0 none transparent;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
}

body {
    padding-top: 70px;
}

#reservationRequest > fieldset > div:nth-child(2) .form-control-feedback, #reservationRequest > fieldset > div:nth-child(3) .form-control-feedback {
    top: 0;
    right: -15px;
}
@media (min-width: 992px) {

    .navbar {
        height: 3rem;
    }

    .navbar-brand {
        height: 42px;
    }


}
.placeHolder_background {
    /*background-color:  black;*/
    background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%);
    height: 3em;
}
@media (max-width: 991px) {
    .navbar {
        padding: 0.15rem 1rem;

    }
}

@media (max-width: 991px) {
    .logo {
        display: inline-block;
        height: 32px;
        width: 32px;
        vertical-align: top;
        background-image: url(/favicon.ico);
        background-size: 100% 100%;
    }
}

@media (min-width: 992px) {
    .logo {
        display: inline-block;
        vertical-align: top;
        height: 97px;
        width: 100px;
        background-image: url(/img/header.png);
    }

    body {
        padding-top: 120px;
    }

    .placeHolder {
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: hsla(0, 0%, 100%, 1.00);
        height: 115px;
        width: 100%;
    }
}

span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion > p {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion > p:hover,
span.twitter-typeahead .tt-suggestion > p:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}

span.twitter-typeahead .tt-suggestion.tt-cursor {
    color: #ffffff;
    background-color: #428bca;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
}

.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 44px !important;
}

.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 28px !important;
}

