@charset "utf-8";
@import url("animate.min.css");
@import url("hover.css");
@import url("plugins.css");

/* ==========================================================================
    Hotel Bayerischer Hof | Erlangen
    Stylesheet for www.bayerischer-hof-erlangen.de
   ========================================================================== */

img.rsImg {
width: auto!important;
    height: 100%!important;
}
/* ==========================================================================
    BASIC STYLES
   ========================================================================== */

html,
body {
    width: 100%;
    min-width: 320px;
    background: #FFF;
    font-family: 'Merriweather', serif;
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
    text-align: center;
    font-weight: 300;
}

a,
a:link,
a:active,
a:visited {
    text-decoration: none;
    outline: none;
    color: #CBA675;
}

a:hover {
    text-decoration: underline;
}

a img {
    display: block;
}

b {
    font-weight: 700;
}

i {
    font-style: italic;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    padding: 0;
}

p,
ul,
ol {
    margin: 0 0 25px 0;
    padding: 0;
}

ul {
    list-style-type: square;
}

ul li,
ol li {
    margin: 0 0 10px 15px;
    padding: 0;
    text-align: left;
}

ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

blockquote {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 300;
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #CCC;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

::-moz-selection {
    background: #B3D4FC;
    text-shadow: none;
}

::selection {
    background: #B3D4FC;
    text-shadow: none;
}

/* ==========================================================================
    HEADLINES
   ========================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #CBA675;
    font-weight: 300;
    margin: 0 0 20px 0;
    padding: 0;
}

h1 {
    display: inline-block;
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
    line-height: 1.1em;
    font-weight: 400;
    padding-bottom: 5px;
    border-bottom: 1px solid #CBA675;
}

h2 {
    font-size: 26px;
    line-height: 1.2em;
}

h3 {
    font-size: 21px;
    line-height: 1.3em;
}

h4 {
    font-size: 18px;
    line-height: 1.3em;
}

h5 {
    font-size: 16px;
    line-height: 1.3em;
}

h6 {
    font-size: 14px;
    line-height: 1.4em;
}

/* ==========================================================================
    MARGIN/PADDING
   ========================================================================== */

#mb-75 {
    margin-bottom: 75px;
}

#mb-50 {
    margin-bottom: 50px;
}

#mb-25 {
    margin-bottom: 25px;
}

#p-75 {
    padding: 75px;
}

#p-50 {
    padding: 50px;
}

#p-25 {
    padding: 25px;
}

#pt-75 {
    padding-top: 75px;
}

#pt-50 {
    padding-top: 50px;
}

#pt-25 {
    padding-top: 25px;
}

#pb-75 {
    padding-bottom: 75px;
}

#pb-50 {
    padding-bottom: 50px;
}

#pb-25 {
    padding-bottom: 25px;
}

#ptb-75 {
    padding-top: 75px;
    padding-bottom: 75px;
}

#ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

#ptb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

/* ==========================================================================
    BUTTONS
   ========================================================================== */

.btn {
    display: inline-block;
    padding: 12px 20px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #FFF !important;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #CBA675;
    background-image: -webkit-linear-gradient(top, #CBA675, #AD8F68);
    background-image: -moz-linear-gradient(top, #CBA675, #AD8F68);
    background-image: -ms-linear-gradient(top, #CBA675, #AD8F68);
    background-image: -o-linear-gradient(top, #CBA675, #AD8F68);
    background-image: linear-gradient(to bottom, #CBA675, #AD8F68);
}

.btn:hover {
    text-decoration: none;
    outline: 0;
    background: #D5B891;
    background-image: -webkit-linear-gradient(top, #D5B891, #CBA675);
    background-image: -moz-linear-gradient(top, #D5B891, #CBA675);
    background-image: -ms-linear-gradient(top, #D5B891, #CBA675);
    background-image: -o-linear-gradient(top, #D5B891, #CBA675);
    background-image: linear-gradient(to bottom, #D5B891, #CBA675);
}

/* ==========================================================================
    BORDER
   ========================================================================== */

.bS-1 {
    border: 1px solid #CBA675;
}

.bS-2 {
    border: 1px solid #333;
}

.bS-3 {
    border-bottom: 1px solid #CBA675;
}

.bS-4 {
    border-bottom: 4px double #CBA675;
}

.bS-5 {
    border-top: 4px double #CBA675;
    border-bottom: 4px double #CBA675;
}

/* ==========================================================================
    COLOR/BACKGROUND
   ========================================================================== */

.bgc-light1 {
    background: #F5F5F5;
}

.bgc-light2 {
    background: #F7F7F5;
}

.bgc-white {
    background: #FFF;
}

.bgc-dark {
    background: #333;
}

.bg-muster1 {
    background: #FFF url(../images/bg-muster1.jpg) repeat;
}

/* ==========================================================================
    HEADER
   ========================================================================== */

.logo {
    display: block;
    position: fixed;
    top: 0;
    right: 5%;
    margin: 0;
    padding: 0 4px 4px 4px;
    background: #404040;
    -webkit-box-shadow: 0 0 12px #333;
    -moz-box-shadow: 0 0 12px #333;
    box-shadow: 0 0 12px #333;
    z-index: 9020;
}

.logo img {
    margin: 0;
    padding: 12px;
    border-left: 1px solid #897437;
    border-right: 1px solid #897437;
    border-bottom: 1px solid #897437;
}

.header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #5A5A5A;
    border-bottom: 6px solid #CBA675;
    z-index: 9010;
}

.nav {
    display: block;
    width: 90%;
    max-width: 1750px;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 0 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.nav b {
    font-weight: 400;
}

.nav a {
    margin: 0;
    padding: 0 0 25px 0;
    border: 0;
    color: #FFF;
    text-decoration: none;
}

.nav ul {
    margin: 0;
    padding: 0;
    border: 0;
}

.nav ul li {
    margin: 0 25px 0 0;
    padding: 4px 0 0 0;
    border-top: 1px solid #5A5A5A;
}

.nav ul li:hover {
    background: url(../images/nav-arrow.png) no-repeat;
    background-position: center bottom;
}

.nav ul li.active {
    border-top: 1px solid #FFF;
}

.nav ul ul {
    min-width: 100%;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0.05em;
    background: #CBA675;
}

.nav ul ul li {
    margin: 12px 35px 12px 0;
    padding: 0;
    border: 0;
}

.nav ul ul li:hover {
    background: #CBA675;
}

.nav ul ul li.active {
    border-top: none;
}

.nav ul ul a {
    margin: 0;
    padding: 0;
    color: #333;
    -webkit-transition: color 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out;
    transition: color 0.15s ease-in-out;
}

.nav ul ul a:hover {
    color: #FFF;
}

.nav ul ul li.active a {
    color: #FFF;
}

.slicknav_menu {
    display: none;
}

/* ==========================================================================
    CONTENT
   ========================================================================== */

.quick-bar {
    display: block;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 41px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    border-top: 1px solid #CBA675;
    background: #FFF4E0;
    background: rgba(255, 244, 224, 0.9);
    z-index: 9000;
}

.quick-bar a,
.quick-bar .tel {
    color: #CBA675;
    text-decoration: none;
}

.info {
    float: left;
    padding: 12px 12px 0 12px;
}

.info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.info ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 0;
}

.news h4 {
    margin-bottom: 0;
}

.news ul {
    margin-bottom: 10px;
}

.icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 2px 2px 2px;
    padding: 0;
    vertical-align: middle;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.icon:hover {
    background-color: #5A5A5A;
    -webkit-transition: background 0.15s ease-in-out;
    -moz-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
}

.facebook {
    background: #CBA675 url(../images/icons/facebook.png) no-repeat;
    background-position: center center;
}

.youtube {
    background: #CBA675 url(../images/icons/youtube.png) no-repeat;
    background-position: center center;
}

.xing {
    background: #CBA675 url(../images/icons/xing.png) no-repeat;
    background-position: center center;
}

.instagram {
    background: #CBA675 url(../images/icons/instagram.png) no-repeat;
    background-position: center center;
}

.booking {
    float: right;
}

.booking .btn {
    min-height: 41px;
    padding: 12px 18px;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.t-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-lbk {
    background: #FFF url(../images/bg-lorbeer.png) no-repeat center center;
    background-size: contain;
}

.browserupgrade {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
    width: 50%;
    max-width: 450px;
    height: auto;
    margin: 0;
    padding: 20px;
    color: #FFF;
    text-align: center;
    background: #C00;
    z-index: 9999;
}

.browserupgrade a,
.browserupgrade h2 {
    color: #FFF;
}

.nsl-banner {
    padding: 10px 0;
    background: #FFF4E0;
    background: rgba(255, 244, 224, 0.9);
}

.nsl-bt {
    float: left;
    padding: 8px 25px 10px 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}

.nsl-banner .btn {
    float: right;
    margin-top: 8px;
    padding: 10px 18px;
    font-size: 16px;
    line-height: 16px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.banner {
    display: block;
    position: absolute;
    top: 165px;
    left: -30px;
    margin: 0;
    padding: 0;
    z-index: 8000;
}

.christmas-banner {
    display: block;
    position: absolute;
    right: 25px;
    top: 190px;
    margin: 0;
    z-index: 8002;
}
.christmas-banner .bq-icon {
    width: 200px;
}

.app-banner {
    display: block;
    position: absolute;
    left: 0px;
    top: 120px;
    width: 282px;
    margin: 0;
    padding: 20px 20px 10px 25px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 300;
    background: #c5a77c;
    color: #fff;
    z-index: 8002;
}
.app-banner h2 {
    display: block;
    font-size: 23px;
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: none;
    color: #fff;
}
.app-banner p {
    display: block;
    clear: both;
    color: #fff;
    margin-bottom: 15px;
}
.app-banner a.app-icon {
    display: inline-block;
    width: auto; 
    height: 35px;
}
.app-banner a.app-icon img {
    width: auto;
    height: 35px;
}
.app-banner a.app-icon.first img {
    margin-right: 20px;
}

.booking-banner {
    display: block;
    position: absolute;
    left: 25px;
    bottom: 75px;
    margin: 0;
    padding: 40px 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    text-align: left;
    font-weight: 600;
    border: 2px solid #CBA675;
    background: #FFF4E0;
    background: rgba(255, 244, 224, 0.95);
    z-index: 8002;
}

.booking-banner h2 {
    font-size: 52px;
    line-height: 1.0em;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #333;
}

.booking-banner .bq-icon,
.booking-banner .bq-arrow {
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    border: 0;
}

.booking-banner .bq-icon {
    top: -15px;
    left: -20px;
}

.booking-banner .bq-arrow {
    right: 15px;
    bottom: 15px;
}

.event-banner {
    display: block;
    position: absolute;
    width: 220px;
    height: auto;
    right: 25px;
    bottom: 75px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    z-index: 8001;
	background:#FFF5E2; 
	border: 2px solid #CBA675;
}
.event-banner h2{
    font-weight: 600;
    margin-bottom: 10px;
}
.event-banner img {
    margin-bottom: 0px!important;
}

.event-banner.big {
    display: block;
    position: absolute;
    width: 360px;
    height: auto;
    right: 25px;
    bottom: 75px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
	text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    z-index: 8001;
	background:#FFF5E2; 
	border: 2px solid #CBA675;
}
.event-banner.big h2 {
   font-size: 29px;
}


.bn-logo {
    margin: 0;
    padding: 10px 0;
}

a.gaestebewertungen {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 75px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.05em;
    color: #FFF;
    text-shadow: 1px 1px 2px #333;
    z-index: 8000;
}

a.gaestebewertungen img {
    margin-bottom: 0;
}

.reviews {
    margin-top: 100px;
    border-top: 1px solid #CBA675;
}

.reviews p {
    margin: 0 0 25px 0;
}

.reviews blockquote {
    margin: 0 0 5px 0;
}

.reviews img {
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    left: 50%;
    margin-left: -25px;
}

.reviews .guest {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    color: #999;
}

.rooms h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
}

.ovw {
    margin-bottom: 45px;
    padding: 15px;
    background: #FFF;
    border-bottom: 4px solid #CBA675;
    text-align: left;
}

.ovw h2 {
    margin-bottom: 15px;
}

.ovw .img-outer {
    display: block;
    position: relative;
}

span.overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #404040 url(../images/bg-lupe.png) no-repeat center center;
    opacity: 0;
}

span.overlay:hover {
    opacity: 0.3;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.s-box {
    position: relative;
    margin-top: 125px;
}

.s-box h2,
.s-box h3 {
    margin-bottom: 10px;
}

.s-box a {
    display: inline-block;
    width: 100%;
    padding: 90px 25px 25px 25px;
    color: #333;
    text-decoration: none;
    background: #FFF;
    border: 1px solid #CBA675;
}

.s-box a:hover {
    background: #FFF4E0;
    -webkit-transition: background 0.25s ease-in-out;
    -moz-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}

.s-box a img {
    position: absolute;
    width: 140px;
    height: 140px;
    top: -70px;
    left: 50%;
    margin-left: -70px;
}

.s-box a:hover img {
    width: auto;
    height: auto;
    top: -75px;
    margin-left: -75px;
}

.c-box {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 45px 25px;
}

.c-box p {
    margin-bottom: 10px;
}

.events {
    text-align: left;
}

.events h2 {
    font-weight: 600;
    text-transform: uppercase;
}

.events h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
}

.events .row {
    margin-bottom: 75px;
}

.events .btn {
    margin-right: 8px;
}

#map {
    display: block;
    width: 100%;
    height: 350px;
}

.karriere {
    text-align: center;
}

.karriere a {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-weight: 300;
    color: #FFF;
}

.karriere a:hover {
    text-decoration: none;
}

.karriere img {
    width: 100%;
    margin-bottom: 0;
}

.karriere h3 {
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.karriere .columns {
    margin-bottom: 45px;
}

.karriere .kc-inner {
    margin: 0;
    padding: 0;
    background: #CBA675;
    border-bottom: 4px solid #5A5A5A;
}

.karriere .kt-inner {
    display: block;
    width: 100;
    padding: 15px;
}

.karriere .hvr-bubble-top:before {
    border-color: transparent transparent #CBA675 transparent;
}

.imp,
.ds {
    text-align: left;
}

.ds ul li,
.ds ol li {
    margin-bottom: 0;
}

.ds h4 {
    margin-bottom: 5px;
}

.no-slider {
    padding-top: 175px;
}

/* ==========================================================================
    FOOTER
   ========================================================================== */

.footer {
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4em;
    padding-top: 75px;
    padding-bottom: 100px;
    text-align: center;
    font-weight: 300;
}

.footer ul {
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}

.footer ul li {
    display: inline;
    margin: 0 10px 0 0;
    padding: 0;
}

.footer a {
    font-size: 15px;
    font-weight: 400;
}

.footer hr {
    width: 150px;
    max-width: 25%;
    margin: 0 auto;
    padding-bottom: 15px;
    border-color: #CBA675;
}

/* ==========================================================================
    HELPER
   ========================================================================== */

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden;
}

.left {
    text-align: left;
}

/* ==========================================================================
    CLEARFIX
   ========================================================================== */

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
    BUTTON
   ========================================================================== */

input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    float: left;
    height: 38px;
    margin: 0 0 10px 0;
    padding: 0 20px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    color: #CBA675;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: .2em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: #FFF;
    border: 1px solid #CBA675;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: #FFF;
    background-color: #CBA675;
    outline: 0;
}

/* ==========================================================================
    FORMS
   ========================================================================== */

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="password"],
textarea,
select {
    display: inline-block;
    float: left;
    width: 100%;
    height: 38px;
    margin: 0 0 10px 0;
    padding: 6px 10px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    background-color: #FFF;
    border: 1px solid #D1D1D1;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.fm-left {
    width: 49%;
}

input.fm-right {
    width: 49%;
    float: right;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="date"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 150px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #CBA675;
    outline: 0;
}

label,
fieldset {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
    font-family: 'Source Sans Pro', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    text-align: left;
    font-weight: 300;
}

label b {
    color: #CBA675;
    font-weight: 400;
    letter-spacing: .02em;
}

label.question {
    margin: 0 0 5px 0;
}

fieldset label {
    display: inline;
}

fieldset label.rd-btn-space {
    margin-right: 15px;
}

label.captcha {
    margin: 0 0 5px 0;
}

input.form-send {
    margin-top: 15px;
}

/* ========================================================================== */

.newsletter,
.newsletter2go {
    text-align: left;
}

.newsletter label,
.newsletter fieldset {
    display: inline;
}

.newsletter2go label,
.newsletter2go fieldset {
    display: inline;
    padding-left: 5px;
}

/* ==========================================================================
    MEDIA QUERIES | LARGE SCREEN
   ========================================================================== */

@media only screen and (min-width: 1400px) and (max-width: 1600px) {

    .nav {
        font-size: 17px;        
        letter-spacing: 1px;
    }
    .nav ul li {
        margin-right: 20px;
    }
}

/* ==========================================================================
    MEDIA QUERIES | MEDIUM SCREEN
   ========================================================================== */

@media only screen and (min-width: 1280px) and (max-width: 1399px) {

    .nav {
        font-size: 16px;
        letter-spacing: 0.5px;
    }
    .nav ul li {
        margin-right: 15px;
    }
}

/* ==========================================================================
    MEDIA QUERIES | SMALL SCREEN
   ========================================================================== */

@media only screen and (min-width: 1024px) and (max-width: 1279px) {

    .logo {
        right: 35px;
    }

    .logo img {
        padding: 10px;
    }

    .nav {
        width: auto;
        font-size: 15px;
        margin-left: 18px;
        letter-spacing: normal;
    }

    .nav ul li {
        margin: 0 18px 0 0;
    }
    .nav >ul >li:first-child {
        display: none;
    }

    .nav ul ul {
        letter-spacing: normal;
    }

    .banner {
        top: 150px;
    }

    .sBlock {
        max-width: 40%;
    }

    .c-box {
        padding: 40px 20px;
    }

    .events .row {
        margin-bottom: 65px;
    }

}

/* ==========================================================================
    TABLET
   ========================================================================== */

@media only screen and (max-width: 1023px) {

    html,
    body {
        font-size: 13px;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 17px;
    }

    .logo img {
        padding: 10px;
    }

    .info ul li:last-child {
        display: none;
    }

    .header {
        display: none;
    }

    .js #menu {
        display: none;
    }

    .js .slicknav_menu {
        display: block;
    }

    .no-slider {
        padding-top: 150px;
    }

    .banner {
        top: 125px;
    }

    .c-box {
        padding: 30px 15px;
    }

    .events .row {
        margin-bottom: 55px;
    }

    #map {
        height: 300px;
    }

    .karriere h3 {
        letter-spacing: normal;
    }

    .sBlock {
        max-width: 40%;
    }

    .booking .btn {
        letter-spacing: normal;
    }

}

/* ==========================================================================
    MOBILE
   ========================================================================== */

@media only screen and (max-width: 767px) {

    html,
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    #mb-75 {
        margin-bottom: 60px;
    }

    #p-75 {
        padding: 60px;
    }

    #pt-75 {
        padding-top: 60px;
    }

    #pb-75 {
        padding-bottom: 60px;
    }

    #ptb-75 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bg-muster1 {
        background: none;
    }

    .logo {
        padding: 0 3px 3px 3px;
        -webkit-box-shadow: 0 0 10px #333;
        -moz-box-shadow: 0 0 10px #333;
        box-shadow: 0 0 10px #333;
    }

    .logo img {
        max-width: 120px;
        padding: 10px;
    }

    .info ul li:nth-child(2n),
    .info ul li:nth-child(3n),
    .info ul li:last-child {
        display: none;
    }

    .t-center {
        position: static;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .no-mobile {
        display: none;
    }

    .banner {
        display: none;
    }

    .app-banner {
        left: 0px;
        top: 80px;
        width: 170px;
        padding: 12px 8px 8px 12px;
    }
    .app-banner h2 {
        font-size: 16px;
    }
    .app-banner p {
        display: none;
    }
    .app-banner a.app-icon {
        height: 22px;
    } 
    .app-banner a.app-icon.first img {
        margin-right: 5px;
    }   
    .app-banner a.app-icon img {
        height: 22px;
    }    
	
	.christmas-banner {

   display: none;

}
.christmas-banner .bq-icon {
    width: 100px;
}

    .booking-banner {
        left: 10px;
        right: 10px;
        bottom: 55px;
        padding: 10px 40px 10px 15px;
        font-size: 20px;
        line-height: 1.2em;
        border: 1px solid #CBA675;
    }

    .booking-banner h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 2px;
    }

    .booking-banner .bq-icon {
        display: none;
    }

    .booking-banner .bq-arrow {
        right: 10px;
        bottom: 10px;
    }

    .karriere-banner,
	.event-banner {
        display: none;
    }
	
	.event-banner.big {
		width: 32vw;
        bottom: 140px;
		right: 10px;
    }

    a.gaestebewertungen {
        display: none;
    }

    .reviews {
        margin-top: 85px;
    }

    .c-box {
        padding: 40px 20px;
    }

    .events img {
        display: none;
    }

    .events .row {
        margin-bottom: 45px;
    }

    #map {
        height: 250px;
    }

    .karriere h3 {
        letter-spacing: 0.1em;
    }

    .sBlock,
    .sBlockRight {
        top: 0;
        left: 0;
        right: auto;
        max-width: 50%;
        height: 100%;
        text-align: left;
    }

}

/* ========================================================================== */

@media only screen and (min-width: 570px) and (max-width: 767px) {

    .logo img {
        max-width: 150px;
    }

    .info ul li:nth-child(2n),
    .info ul li:nth-child(3n) {
        display: inline-block;
    }

    .info ul li:last-child {
        display: none;
    }

    .sBlock {
        padding: 25px;
    }

}


/* ==========================================================================
    RETINA
   ========================================================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (-moz-min-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

    .bg-muster1 {
        background: #FFF url(../images/bg-muster1@2x.jpg) repeat;
        background-size: 750px 750px;
    }

    .nav ul li:hover {
        background: url(../images/nav-arrow@2x.png) no-repeat;
        background-position: center bottom;
        background-size: 20px 10px;
    }

    .facebook {
        background: #CBA675 url(../images/icons/facebook@2x.png) no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }

    .youtube {
        background: #CBA675 url(../images/icons/youtube@2x.png) no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }

    .xing {
        background: #CBA675 url(../images/icons/xing@2x.png) no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }

    .instagram {
        background: #CBA675 url(../images/icons/instagram@2x.png) no-repeat;
        background-position: center center;
        background-size: 18px 18px;
    }

    span.overlay {
        background: #404040 url(../images/bg-lupe@2x.png) no-repeat center center;
        background-size: 75px 75px;
    }

}