body, .htmlarea-content-body {
    color: #000;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.55;
}

.footer-section {
    background-color: #ff0;
    background-image: url("../img/logo_footer.png");
    background-position: right bottom;
    background-repeat: no-repeat;
    border: medium none;
    color: #333;
    padding-bottom: 0;
    text-align: center;
}

.jumbotron {
    background-image: url("../img/header.png");
    color: #ffff00;
}

.jumbotron p {
    font-weight: 700 !important;
}

.navbar-brand {
    padding-top: 0px;
}

.navbar-black {
    background-image: linear-gradient(to bottom, #000 0px, #222 100%);
    background-repeat: repeat-x;
}

.container.gray-bg-opaque {
    background: rgb(0, 0, 0); /* Fallback for older browsers without RGBA-support */
    background: rgba(0, 0, 0, 0.7);
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: max-content;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
    font-family: Roboto;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}
#target {
    width: 345px;
}

.rotate{
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.rotate.down{
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.rating-disabled {
    cursor:pointer;
    font-size: 0.9em;
}

.ticker-elem .rating-disabled {
    font-size: 1em;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nopadding-right {
    padding-right: 0 !important;
    margin: 0 !important;
}

.nopadding-left {
    padding-left: 0 !important;
    margin: 0 !important;
}

.nopadding-lft {
    padding-left: 0 !important;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.margin-md {
    margin-left: 50px;
}

.leaflet-div-icon {
    background: #fff;
    border: 1px solid #666;
}

.course-search {
    background:#000;
    width:100%;
    /*height:130px;*/
    z-index: 1025;
}

a{
    color:black !important;
}

.course-search .choice-list li {
    padding-top:0px;
}

.course-search .btn-default {
    border-color: #FFF;
}

.course-search #bt-date-view {
    font-size: .8em;
    display:none;
}

.course-search .coursesearch-form-date {
    color:#FF0;
}

.coursesearch-header {
    text-align: center;
    font-size:24px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-autocomplete {
    z-index: 1301;
}

.text-yellow {
    color: #FF0;
}

.map {
    width: 100%;
    height: 340px;
    margin:0;
    padding:0;
}

.light {
    background-color: #fff;
}
.dark {
    background-color: #f3f3f3;
}

#js-search-plugin ul {
    list-style-type: none;
    padding-left: 0px;
}

#js-search-plugin .small {
    font-size: 1em;
}


.header-fld {
    text-align: center;
    background-color: yellow;
    margin-bottom: 20px;
    height:40px;
    line-height: 40px;
    font-size: 28px;
}

.mk-smpl-widget {
    display:block;
    height:340px;
}

.mk-smpl-widget-ipane {
    height:40px;
    width:100%;
    background-color: #ff0;
    border-top:1px solid #000;
}

.mk-smpl-widget ul {
    height:330px;
    padding-left:0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    overflow-y:scroll;
}

.mk-wdg-yellow {
    background-color: #ffff00;
}

#mk-resultlist-panel .menu-fake-progress {
    border-top: 1px solid black;
    width:150px;
    height:30px;
}

.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555;
}

#map {
    width: 500px;
    height: 400px;
}

#loadingOverlay {
    position:absolute;
    opacity: .8;
    background:#000;
    width: 100%;
    height:100%;
    z-index: 1300;
}

#loadingOverlay img {
    display: block;
    margin: 0 auto;
    padding-top:40px;
}

.prices .priceHeader {
    display:block;
    margin-bottom: 10px;
}

.price {
    min-width: 70px;
    text-align: right;
    float: left;
}

.choice-list li {
    padding-top:10px;
}

.ehk-head {
    font-size: 3.7em;
}

.popover {
    border: 2px solid yellow;
}

.popover-content {
    background-color: #000;
    color: #FFFFFF;
    padding: 25px;
}

.ds-pointer {
    cursor: pointer;
}

.rating-stars {
    cursor: pointer;
}

.rating-amount {
    font-size: 13px;
    padding-top: 1px;
    float: left;
}

#svg-icon-hammer {
    width: 70px;
    height: 70px;
}

.svg-icon-small{
    width: 14px;
    height: 14px;
}

.hammer-action-headtext {
    color: #e30613;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
}

.stars-overview {
    background: none repeat scroll 0 0 white;
    border: 1px solid #333;
    display: none;
    left: 97px;
    padding-left: 10px;
    position: absolute;
    top: 0;
    width: 250px;
    z-index: 10000;
    font-size: .8em;
}

.progress.small-bars {
    height:1em;
    margin-bottom: 5px;
}

.stars-overview-title {
    font-weight: 700;
}

.stars-overview li {
    overflow: hidden;
}

.ratting-wrapper {
    width: 80px;
}

.ratting-wrapper:hover  .stars-overview {
    display:block;
}

.star-rating:hover  .stars-overview {
    display:block;
}

.list-ratting-wrapper:hover .stars-overview {
    display:block;
}

.avgrating-wdgt .starvalue-desc {
    width:40%;
    float:left;
}

.avgrating-wdgt .progress {
    width:55%;
}


@media(max-width: 1200px) {
  #supplmPrices{
      margin-top: 40px;
  }
}
@media(min-width: 992px) and (max-width: 1200px)
{
    .rating-amount {
        padding-left: 14px;
    }
}
@media(max-width: 767px) {
  .choice-list li {
    padding-left: 0px;
    text-align: center;
  }
  #searchField {
      padding-left: 15px;
      padding-right: 15px;
  }
  .course-search #search_date {
      display: none;
  }
  .course-search #bt-date-view {
      display: block;
  }
}

@media(max-width: 600px) {

  .less-padding {
      padding-left: 0px !important;
  }
  .button-ava {
      font-size: 0.7em;
  }
  .searchform-action {
      font-size: 0.7em;
  }
  .hammer-action-headtext{
      font-size: 0.8em;
  }
}

@media(max-width: 543px) {
    .datetimepicker{
        left:10% !important;
        right:10% !important;
    }
    #ortpicker {
        padding-bottom: 10px;
    }
    .course-search h2 {
      font-size:1.0em !important;
    }
}

@media(max-width: 380px) {

    #searchField {
        margin-left: 8px;
    }
    #choice-list-col{
        padding-left:5px;
        padding-right: 5px;
    }
    .choice-list li {
        padding-right: 0px;
        text-align: left;
    }
    .choice-list>li:first-child{
        width: 53%;
        padding-left: 2px;
    }
    .choice-list>li:last-child{
        padding-left:20px;
        width: 47%;
    }

    .stars-overview {
        top:75px;
        left: 0;
        right: 0;
        margin: 0 auto;
        font-size: 1em;
    }

    .coursesearch-header{
        font-size: 1.7em;
    }

    #headingOne {
        font-size:.8em;
    }

    .main-pane {
        font-size:.8em;
    }

    .price {
        min-width: 0;
    }

    #js-search-plugin .small {
        font-size: 0.8em;
    }
}

.bg-success {
    background-color: #5cb85c;
}
.text-success {
    color: #fff;
}
.text-center {
    text-align: center;
}

.bg-warning {
    background-color: #f0ad4e;
}
.text-success {
    color: #fff;
}
.text-center {
    text-align: center;
}

ul {
    list-style-type: none;
}

.bordertop {
    border-top: 1px solid gray;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 15px;
    padding-left: 0;
    width: 100%;
}

.blackHeadline {
    background-color: #000;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    width: 210px;
}

.bg-danger {
    background-color: #d9534f;
}
.text-success {
    color: #fff;
}
.text-center {
    text-align: center;
}

h1.first-headline {
    background-color: #ff0;
    display: inline-block;
    margin-top: 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

@media(max-width: 410px){
    h1.first-headline {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 20px;
        line-height: 30px;
    }
}
@media(min-width: 411px){
    h1.first-headline {
        font-size: 28px;
        line-height: 47px;
    }
}

.text-center {
    text-align: center;
}

#loadingOverlay {
    background: #000 none repeat scroll 0 0;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    width: 100%;
    z-index: 1300;
}

.customNavItem {
    padding: 0 5px;
}

.btn-yellow {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    background-color: #FFFF00;
    border-color: #FFFF00;
    height: max-content;
}

.telephone {
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    height: max-content;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #FFFF00;
    border-radius: 4px;
    background: rgba(255, 255, 0, 0.5);
}