.trustyou {
    cursor: pointer;
}

#OverallScore {
    position: relative;
    width: 200px;
    float: left;
    margin: 0 25px 30px 0;
}

#OverallScore strong {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 63px;
}

#OverallScore i {
    font-size: 50px;
}

#summarytext h2 {
    font-size: 42px;
    color: #ec6841;
    letter-spacing: -2px;
    line-height: inherit;
    margin-top: 0;
}

#summarytext p {
    font-size: 13px;
}


/* Single Category */

.singleCat {
    display: inline-block;
    width: 100%;
}

.progress {
    background: #eee;
    padding: 0 0 0 2px;
}

.progressBar {
    background: #119a11;
    color: #fff;
    font-size: 18px;
    letter-spacing: -1px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    padding: 0px 0 0px 2px;
    width: 20px;
    height: 20px;
    text-align: left;
    text-shadow: none;
}

.score {
    float: left;
    width: 20%;
}

.name {
    box-sizing: border-box;
    float: left;
    padding: 0 10px 0 0;
    width: 15%;
}

.singleCat .name p {
    margin: 0;
    text-align: left;
}

.text {
    box-sizing: border-box;
    float: left;
    padding: 3px 0 0 25px;
    text-align: left;
    width: 65%;
}

.singleCat .text {
    padding: 0 0 0 25px;
}

.info_box {
    width: 100%;
    display: inline-block;
    padding: 25px 30px;
    background-color: #F6F3E2;
    position: relative;
}

.info_box:before {
    width: 30px;
    height: 30px;
    left: -8px;
    top: -8px;
    position: absolute;
    text-align: center;
    background-color: #013060;
    border-radius: 100%;
    font: 20px/30px FontAwesome;
    font-weight: bold;
    color: #fff;
    content: "\f129";
}

.clear {
    clear: both;
}

.circle {
    position: relative;
    width: 100px;
    margin: 15px auto 0;
}

.circle strong {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 30px;
}
.icon {
    font-size: 25px;
}

.circle i {
    font-size: 20px;
}

.text-center p {
    margin: 0 auto 35px;
    width: 80%;
}

.row.gallery h2 {
    line-height: 40px;
    margin-bottom: 25px;
}

.maingallery .row > div {
    margin-bottom: 30px;
}

.maingallery .row > div img {
    transition: opacity .2s ease-in-out;
}

.maingallery .row > div img:hover {
    opacity: 0.7;
}

h2 {
    line-height: 40px;
}

h4 {
    line-height: 25px;
}

.price-info {
    margin-bottom: 10px;
}

a:hover,
a:focus {
    color: #ec6841;
}

.accordion-heading h3 {
    margin-bottom: 0;
}

#mainmenu li.menuactive a {
    background: #58453f none repeat scroll 0 0;
    color: #ffffff;
}

.submit_btn input {
    border-radius: 6px;
    font-size: 17.5px;
    padding: 11px 19px;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #b3b3b3;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}

.scrolloff {
    pointer-events: none;
}

iframe {
    max-width: 100%;
    margin-bottom: 20px;
    border: none;
}

.row.roomoverview {
    margin: 0;
}

.webcam {
    max-width: 100%;
    height: auto;
    width: auto;
    border: 0;
    margin-bottom: 30px;
}

.row.logos div {
    text-align: center;
}

.row.logos div img {
    transition: opacity .2s ease-in-out;
}

.row.logos div img:hover {
    opacity: 0.7;
}

.trustyou {
    transition: opacity .2s ease-in-out;
}

.trustyou:hover {
    cursor: pointer;
    opacity: 0.8;
}

.row.logos {
    margin: 0;
}

.row.logos > div {
    display: inline-block;
    float: none;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 19.5%;
}

.row.logos > div img {
    max-width: 100%;
    height: auto;
}

#logo {
    position: relative;
}

#mle {
    position: absolute;
    right: 5px;
    top: 5px;
}

#fancybox-title {
    display: none !important;
}
.partner .row {
    display: table;
    vertical-align: middle;
    width: 100%;
}
.partner .span3 {
    background-color: #ffffff;
    box-sizing: border-box;
    display: inline-block;
    float: none;
    margin: 0 1% 20px !important;
    padding: 0 20px;
    vertical-align: middle;
    width: 22.5%;
}

.partner .span3 a {
    display: block;
    line-height: 150px;
}

#home-note {
    margin: 0 auto 35px; 
    width: 80%;
}
/*** Book Formular ***/
#res {
    width: 100%;
    float: left;
}
#resForm {
    width: 50%;
    margin: 0 auto;
}
form#bookForm {
    background-color: #E0E0E0;
    height: 250px;
}
#bookForm select {
    width: 70px;
}
.fb_ig_block {
    position: absolute;
    right: 0px;
    margin-right: 7px;
}
.row.gallery.text-center img {
    border: 3px solid white;
    display: block;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
#newsletter_title {
    font-size: 30px;
}

.price-info {
    display:none;
}
video#wintervid {
    width: 100%;
}
.textleft {
    text-align: left;
    width: 47%;
    margin-right: 3%;
    float: left;
    height: 350px;
}
.textright {
    float: left;
    width: 50%;
    text-align: left;
    height: 350px;
}
#tablewinter tr {
    vertical-align: top;
}
#tablewinter tr:nth-child(2n-1) {
    background-color: #eeeeee;
}
#tablewinter tr td:first-child {
    font-weight: 600;
    width: 160px;
}
#tablewinter tr td:second-child {
    
}
.rowGal {
    height: 144px;
    overflow: hidden;
}

/***  Popup CSS ***/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: visible;
  opacity: 1;
  z-index:9999;
  overflow: scroll;
}
.hideOverlay{
    visibility:hidden !important;
    opacity: 0 !important;
}

.popup {
  margin:10% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 610px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #02369F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
/*** Resüonsive anpassung ***/

@media (max-width: 1300px) {
    .selectnav {
        display: block;
        margin: 40px auto 20px;
        width: 100%;
    }
    #mainmenu {
        display: none;
    }
    header,
    #mainmenu-container {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: medium none;
    }
    #logo .inner {
        display: block;
        height: auto;
        margin: 20px 0;
        width: 100%;
    }
    header {
        padding-left: 20px;
        padding-right: 20px;
    }
    #mle {
        right: -10px;
        top: -15px;
    }
}
@media (max-width: 980px) {
    #OverallScore {
        max-width: 100%;
    }
    canvas {
        max-width: 100%;
    }
    #OverallScore strong {
        top:61px;
    }
}
@media (max-width: 767px) {
    .row.logos div img {
        padding: 10px 0;
    }
    #OverallScore strong {
        top: 80px;
    }
}
@media screen and (max-width: 700px){
    .popup{
        width:90%;
    }   
}
@media (max-width: 630px) {
    .row.logos > div {
        width: 100%;
    }
}
@media (max-width: 500px) {
    #home-note{
        font-size: 13px;
    }
    
    .singleCat div {
        width: 100%;
    }
    .singleCat {
        margin-bottom: 10px;
    }
    .singleCat .text {
        padding:0;
    }
}
@media (max-width: 400px) {
    .slider-info,
    .callbacks_nav {
        display: none;
    }
}

/* Stylesheet: main Modified On 2017-01-04 14:05:49 */
