/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/fileadmin/fonts/Google_Fonts/open-sans-v35-latin/open-sans-v35-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


ul {
    list-style: inside;
}
#logo img {
    max-height: 120px;
    background: #FFFFFF;
    padding: 5px;
    position: absolute;
    top: 0px;
    left: 5%;
}
.slider_box {
    margin-top: 80px;
}
#slider #hotelName .page-title {
    font-size: 50px;
    top: 300px;
}
.navigation {
    height: 80px !important;
    background: #DEB587;
    border: none;
	min-height: 80px;
    padding: 0px 0px !important;
}
.navbar-default {
    border: none !important;
    background: #DEB587;	
}
.navbar {
    padding: 0px 0px !important;
}
.navbar-collapse .navbar-nav > li > a {
    font-family: 'Open Sans', sans-serif;
    text-transform: none;
    font-size: 20px;
    padding: 30px 26px;
    font-weight: 300;
    color: #222222;
    background: #DEB587;
    text-decoration: none;
}
.navbar-collapse .navbar-nav > li > a:hover, .navbar-collapse .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: #7F9BA7;
}
.navbar-collapse .navbar-nav  > .active > a, .navbar-collapse .navbar-nav  > .active > a:hover, .navbar-collapse .navbar-nav  > .active > a:focus {
    color: #FFFFFF;
    background-color: #615E5E;
    text-decoration: none;
}
#slider #hotelName .page-title {
    text-shadow: 0px 0px 15px rgba(1, 0, 0, 1);
    display: none !important;
}
#content h1, h1, .h1 {
    font-family: 'Open Sans', sans-serif;
    color: #DEB587 !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 38px !important;
    text-align: center !important;
}
#content h2 , h2, .h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 200 !important;
    color: #7F9BA7 !important;
    font-size: 34px !important;
    text-transform: none !important;
    text-align: center !important;	
}
#content h3 , h3, .h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600 !important;
    color: #7F9BA7 !important;
    font-size: 28px !important;
    text-transform: none !important;	
}
#content h4 , h4, .h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 23px;
    font-style: italic;
    font-weight: 700;
    color: #615E5E;
    text-transform: uppercase !important;	
}
#kontakt h1 {
    color: #AF8F6A !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    font-size: 32px !important;
    text-align: center !important;
	margin-bottom: 30px;
}
#content {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    color: #4A4C4D !important;
}
body {
    font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif !important;
    font-size: 23px !important;
    font-weight: 200 !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    color: #4A4C4D !important;
}
#content b, strong {
    color: #615E5E;
    font-weight: 600 !important;
}
#content a {
    color: #7F9BA7;
    text-decoration: none;
    font-weight: 500 !important;	
}
#content a:hover {
    color: #615E5E;
    text-decoration: underline;
    font-weight: 500 !important;	
    text-underline-offset: 3px;	
}
#kontakt {
    color: #222222;
    background: #DEB587 !important;
}
#kontakt ul li {
    color: #222222;
    font-size: 20px;	
}
#kontakt a {
    color: #222222;
    text-decoration: none;
    font-weight: 200;
    font-size: 20px;
}
#kontakt a:hover {
    color: #202D38;
    text-decoration: underline;	
}
#footernav {
    background: #7F9BA7;
    font-size: 0.9em;
    margin-bottom: -24px;
    padding-top: 16px;
    padding-bottom: 22px;
    color: #202D38;
	font-weight: 200;
    font-size: 20px;
}
#footernav a {
    color: #222222;
    text-decoration: none;
    font-weight: 400;
    font-size: 20px;	
}
#footernav a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
#footer {
    background: #DEB587;
    border-top: 0px solid #F9782E;
}
#ebCategories {
    text-align: left;
}
.EBCTG-btn-default, a.EBCTG-btn-default, a:link.EBCTG-btn-default {
    color: #DEB587 !important;
    background-color: #FFFFFF !important;
    border-color: #DEB587 !important;
}
.EBPRC-priceinfo-general {
    display: none !important;
}
.EBPRC-priceinfo-more {
    float: none !important;
    text-align: left !important;
}
.EBcicolors {
    background: #DEB587 !important;
    color: #FFFFFF !important;
}
.EBCTG-eb-catlist-wrap .EBCTG-content h3 {
    font-size: 23px !important;
}
.tab-v1 .nav-tabs {
    border: none;
}
.tab-v1 .nav-tabs > li {
    width: 25%;
    margin-bottom: 0px;
    border-bottom: 1px solid #DEB587;
    padding-bottom: 10px;
    border-bottom: 1px solid #DEB587;
}
.tab-v1 .nav-tabs > li > a {
    margin-right: 0px;
    border: #DEB587;
    border-radius: 0px 0px 0 0;
    text-align: center;
    color: #DEB587;
}
.tab-v1 .nav-tabs > li.active > a {
    background-color: #DEB587 !important;
    color: #FFFFFF !important;
    border: none;
    border-bottom-color: transparent;
}
.tab-v1 .nav-tabs > li > a:hover {
    background-color: #DEB587 !important;
    color: #FFFFFF !important;
    border-left: 1px solid #DEB587;
    border-right: 1px solid #DEB587;
}
.tab-v1 .nav-tabs {
    text-align: center;
    margin-top: 20px;
}
.navbar-collapse {
    max-height: 420px;
}
.navbar-default .navbar-toggle {
    border-color: #400500;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #400500;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FFFFFF;
}
@media screen and (max-width:750px){
    .tab-v1 .nav-tabs > li {
    width: 50%;
    }
}
@media screen and (max-width:500px){
    .tab-v1 .nav-tabs > li {
    width: 100%;
    }
}
@media screen and (max-width: 770px){
    .navbar-default .navbar-nav > li > a {
    padding: 30px 22px !important;
    }
    .navigation .nav {
    margin-top: -15px;
    }
}
@media screen and (max-width:767px){
    .navbar-collapse .navbar-nav > li > a {
    padding: 17px 22px;
    }
}
@media screen and (max-width:767px){
    #content {
    font-size: 18px !important;
    text-align: left !important;
    font-weight: 400 !important;	
    }
    body {
    font-size: 18px !important;
    text-align: left !important;
    font-weight: 400 !important;	
    }
}
@media screen and (max-width:991px){
	.navbar {
    padding: 20px 0px !important;
    }
}
.EBPRC-wrapper .EBPRC-category-buttons .EBPRC-category-servicetype select {
    width: 200px !important
	font-size: 18px !important;
}
.eb-priceometer.eb-half-view .eb-priceometer-cta-button {
    padding-top: 0px !important;
    padding-bottom: 5px;
}
.bx-wrapper img {
    margin-top: 10px !important;
}
#c172066 {
    background: #FFF0DF;
    padding: 40px 40px 30px 40px;
}
.cards i {
    font-style: unset;
    font-size: 60px;
    color: #DEB587;
    display: flex;
    justify-content: center;
}
.cards {
    border: 0px solid #FFFFFF !important;
    padding: 0px 0px !important;
    background-color: #FFFFFF !important;
    margin-top: 20px;
    box-shadow: none !important;
}
.cards p {
    font-weight: 200 !important;
}