﻿@font-face {
    font-family: HansekaiLogo;
    src: url(font/BureauAviaBold.otf) format('opentype');
    font-weight: bold;
}

@font-face {
    font-family: HansekaiContent;
    src: url(font/HoeflerText.ttf) format('truetype');
}

@font-face {
    font-family: HansekaiContent;
    src: url(font/HoeflerTextBold.ttf) format('truetype');
    font-weight: bold;
}

html {
    letter-spacing: 0.03em;
    font-size: 1.7em;
}

h4 {
    font-size: 1.2em;
}

h2,
h3 {
    font-size: 1.2em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 0;
}

span.logo {
    line-height: 47px;
    font-size: 25px;
    font-family: 'Lobster', cursive;
}

.section .element {
    padding: 0;
}

section .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 250px;
}

.section .title {
    padding-bottom: 0;
}

.row {
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.Additive {
    font-size: 0.6em;
    line-height: 1em;
    vertical-align: top;
}

.LinkWrap .Link a,
.SiteContentLink a.textlink,
.LinkWrap .Link span.textlink,
.SiteContentLink span.textlink {
    vertical-align: 5%;
}

section .container,
.overlay .container,
.SiteContent .container {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ================================
    MODAL EVENT STYLES
================================== */

.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
    padding-right: 17px;
}

.modal_event .modal-content {
    border: none;
    border-radius: 0px;
}

.modal-fullscreen {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 !important;
    top: 0;
    left: 0;
}

.modal_event .modal-header .close {
    margin-top: -12px;
    font-size: 62px;
    font-weight: normal;
}

.blur {
    box-shadow: 0px 0px 20px 20px rgba(255, 255, 255, 1);
    text-shadow: 0px 0px 10px rgba(51, 51, 51, 0.9);
    transform: scale(0.9);
    opacity: 0.6;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.event_img img {
    margin: 20px auto;
}

.vertAlignText {
    display: table-cell;
    vertical-align: middle;
}

.image-odd {
    float: right;
}

.rightTabNew {
    text-align: left;
    padding: 2% 5%;
    box-sizing: border-box;
}

.diplayTable {
    display: table;
    margin-top: 4%;
}

.eventimagephone {
    display: none;
}

.morebutton {
    padding: 5px;
}

/* ================================
    MODAL EVENT STYLES ENDE
================================== */

.head-set {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.main-title:before {
    background: #e0e5e9;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-title span {
    position: relative;
    background: #fff;
    padding: 0 20px;
}

.stripline {
    height: 1px;
    max-width: 1170px;
    background: #e0e5e9;
    margin: 40px 0;
}

.pad-bottom {
    padding-bottom: 60px;
}

/* ================================
    NAVBAR STYLES
================================== */
.navbar-default {
    border-color: #29235c;
    background-color: #ffffff;
    color: #333333;
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    text-transform: uppercase;
    opacity: 0.6;
    background: transparent;
}

.navbar-default .navbar-nav > li > a:hover {
    opacity: 0.6;
}

.navbar-brand {
    padding: 0;
}

.navbar-brand .logoMobile {
    display: none;
}

@media (max-width: 768px) {
    .navbar-brand .logoMobile {
        display: block;
    }
    .navbar-brand .logoDesktop {
        display: none;
    }
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #29235c;
}

.nav > li > a {
    padding: 10px;
}

/* ================================
    Subnavi
================================== */

#menu .sub-navigation {
    position: relative;
    list-style: none;
    text-align: center;
    border-bottom: 1px solid #333;
    margin: 15px 0;
    padding-left: 0;
}

#menu .sub-navigation li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

#menu .sub-navigation li a {
    display: block;
    text-decoration: none;
    padding: 10px;
    font-weight: bold;
}

#menu .sub-navigation li:hover a,
#menu .sub-navigation li.active a {
    color: grey;
}

#menu .menu-content {
    opacity: 0;
    height: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

#menu .menu-content.show {
    opacity: 1;
    height: auto;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* ================================
    HOME SECTION STYLES
================================== */

/*STYLE OF BACKGROUND IMAGE*/
#header_picture {
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    min-height: 600px;
    background-attachment: fixed;
    margin-top: 46px;
    background-repeat: no-repeat;
    background-position: center center;
}

.touch #header_picture {
    background-attachment: scroll;
}

/*STYLE FOR OVERLAY CLASS - WHICH IS ABOVE IMAGE WITH OPACITY/TRANSPARENCY 0.75*/
#header_picture .overlay {
    padding-top: 110px;
    background-color: rgba(0, 0, 0, 0.5); /*.75 opacity of the color so that background image is visible*/
    min-height: 600px;
    color: #fff;
}

#header_picture h2 {
    font-weight: 900;
    font-size: 3em;
}

/* ================================
   VIDEOHEADER
================================== */

.header-unit {
    height: 600px;
    position: relative;
    margin-top: 51px;
}

#video-container {
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

video {
    position: absolute;
    z-index: 0;
}

video.fillWidth {
    width: 100%;
}

.buttonBar {
    display: none;
}

/*SMPLE CLASS TO ADJUST SECTION PADDING & HEIGHT*/

/*CLASS TO FORMAT TEXT*/
.p-cls {
    padding-top: 30px;
    padding-bottom: 40px;
}

/* ======================================
    PARALLAX LIKE / STATS SECTION STYLES
========================================= */

h2.title.titleparallax {
    margin-top: 100px;
    color: #fff;
    font-size: 2.2em;
}

.parallaximage {
    padding: 0 !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    -moz-background-size: cover !important;
    min-height: 250px !important;
    background-attachment: fixed !important;
}

.touch .parallaximage {
    padding: 0 !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    -moz-background-size: cover !important;
    min-height: 250px !important;
    background-attachment: scroll !important;
}

/* ================================
    VIDEO SECTION STYLES
================================== */
#video-sec {
    color: #fff;
    text-align: center;
}

#video-sec .overlay {
    background-color: rgba(0, 0, 0, 0.85);
    min-height: 300px;
    color: #fff;
}

#video-sec h1 {
    padding-top: 80px;
    font-size: 50px;
    font-weight: 900;
    padding-bottom: 30px;
}

video#bgvid {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

/* ================================
    CLIENTS SECTION STYLES
================================== */
#clients {
    background-color: #f4f4f4;
    padding-bottom: 50px;
    padding-top: 50px;
}

#clients img {
    opacity: 0.5;
    cursor: pointer;
}

#clients img:hover {
    opacity: 1;
}

/* ================================
    SPEISEKARTEN ACCORDION
================================== */

.panel-heading {
    border: none;
    padding: 0;
}

.panel {
    border: none;
}

.panel-body {
    padding: 0px;
}

.panel-title {
    font-size: 1em;
}

.panel-title a div {
    padding: 6px 15px 10px;
}

.panel-title a, .panel-title a:hover,
.panel-title a:focus {
    text-decoration: none;
}

.panel-group {
    clear: both;
    margin-top: 20px;
}

.panel-heading:hover a {
    color: #fff;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}

.imagerand img {
    margin: 0 auto;
}

.Menuhint {
    margin-bottom: 40px;
}

.menu-item {
    text-align: center;
    width: 47.6%;
    margin: 15px 0.9%;
    display: inline-block;
    vertical-align: top;
    font-size: 1.0em;
    line-height: 1.6;
    padding: 20px 0 10px;
    border-top: 1px solid;
}

.menu-item .menutitle {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3em;
}

.menu-item .description {
    text-transform: uppercase;
    font-size: 0.7em;
}

.MenusectionSubWrap .panel-body .description {
    margin-top: 10px;
}

/* ================================
    ENDE SPEISEKARTEN ACCORDION
================================== */

/* ================================
    KALENDER STYLES
================================== */

ul.calendar {
    display: block;
    margin: 0 auto 0 auto;
    width: 100%
}

ul.calendar li {
    display: inline-block;
    margin: 1px;
    height: 118px;
    width: 118px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    padding: 10px;
}

ul.calendar li.active, ul.calendar li:not(.title):not(.empty):hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

ul.calendar li.active span.day,
ul.calendar li.active span.month,
ul.calendar li.active span.year,
ul.calendar li:not(.title):not(.empty):hover span.day,
ul.calendar li:not(.title):not(.empty):hover span.month,
ul.calendar li:not(.title):not(.empty):hover span.year {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s
}

ul.calendar li.title {
    width: 238px;
    cursor: default;
    text-align: left;
}

ul.calendar li.title div {
    margin: 40px;
    display: inline-block;
    float: left;
}

ul.calendar li.title h2 {
    display: inline-block;
    margin: 40px 0;
    line-height: 1.6em;
}

ul.calendar li.empty {
    background-color: #141414;
    cursor: default;
    height: auto;
}

ul.calendar li span.day,
ul.calendar li span.month,
ul.calendar li span.year {
    display: block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
}

ul.calendar li time {
    display: block;
    line-height: 2em;
}

ul.calendar li span.day {
    font-size: 2.75em;
}

ul.calendar li span.year {
    margin-top: 30%;
    font-size: 2.75em;
}

ul.calendar li article {
    display: none;
    text-align: left;
    width: 330px;
    background-color: #333;
    font-weight: 400;
    text-transform: uppercase;
    position: absolute;
    z-index: 5;
}

ul.calendar li article .inside {
    padding: 20px;
}

ul.calendar li article time {
    display: block;
}

ul.calendar li article p {
    text-transform: none;
    line-height: 1.1em;
}

ul.calendar li article .stem {
    width: 0;
    height: 0;
    border-top: 16px solid #333;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    z-index: 20;
    margin-left: 148px;
    margin-top: 200px;
}

ul.calendar.historie li.title {
    text-align: center;
}

.moreWrap .btn {
    border-radius: 0;
}

.moreWrap a {
    display: inline-block;
    border: 1px solid #fff;
    padding: 2px 10px;
    text-decoration: none;
}

.moreWrap a:before {
    content: "";
}

/* ================================
    Google Map STYLES
================================== */

#map_canvas {
    width: 100%;
    height: 200px;
    max-width: none !important;
    background: none !important;
    margin-bottom: 15px;
}

/* ================================
    FOOTER SECTION STYLES
================================== */

.footer {
    padding-bottom: 20px;
}

.footer a, .footer a:hover {
    color: #fff;
    text-decoration: none;
}

.gastronovi_standard .imgdiv {
    opacity: 1;
    margin: 0 10px;
    display: inline-block;
    float: none;
}

.AddressBox, .openingtime {
    font-size: 0.8em;
}

.SocialContainer {
    margin: 3px 0 8px 0;
}

.SocialWrap {
    display: inline-block;
}

.SocialContainer .SocialWrap:first-child {
    margin-left: 0;
}

.footernavi {
    font-size: 0.8em;
}

/* ================================
    Gallery
================================== */

.galleryvorschaubild {
    display: inline-block;
    cursor: pointer;
}

.img-responsive {
    margin: 0 auto;
}

.galleryparallax {
    margin-bottom: 10px;
}

#Gallery-Pictures .tile {
    position: relative;
    height: 250px;
    margin-bottom: 30px;
}

#Gallery-Pictures .tile.panorama {
    height: 250px;
}

#Gallery-Pictures .inner-Block {
    display: block;
    color: #fff;
    padding: 25px;
}

#Gallery-Pictures a {
    text-decoration: none;
}

#Gallery-Pictures .wrap {
    position: relative;
    height: 100%;
}

.inner-Block .picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 0;
}

.inner-Block .picture-title {
    position: relative;
    display: block;
    font-size: 1.2em;
    margin-top: 5px;
    z-index: 2;
}

.inner-Block .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
}

.inner-Block .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.inner-Block .description {
    position: relative;
    display: block;
    opacity: 0;
    margin-top: 20px;
    z-index: 2;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.tile a:hover .filter {
    opacity: 0;
}

.tile a:hover .overlay {
    opacity: 0.85;
}

.tile a:hover .description {
    opacity: 1;
    margin-top: 10px;
}

.thumbnail {
    margin-bottom: 5px;
    border: none;
    padding: 0;
}

.gallerymodal .modal-footer {
    border: none;
}

/* ================================
   Speisekarten
================================== */

.menu-content .recipe {
    text-align: center;
    margin-bottom: 20px;
}

.menu-content .recipe.highlight .wrap {
    background-color: #19a9e5;
}

.menu-content .recipe .wrap {
    padding: 10px;
}

.menu-content .recipe .amount_description {
    margin: 10px 0;
}

.menu-content .recipe h4 {
    text-transform: uppercase;
}

.menu-content .recipe .recipe-picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.menu-content .show-recipe-img:hover .recipe-picture {
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: 2;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

/* ======================================
    Formular
========================================= */
.form-control {
    border-radius: 5px;
}

.formular dt label.label_text,
.formular dt label.label_select,
.formular dt label.label_email,
.formular dt#submit-label,
.formular dt label.label_textarea,
.formular .SiteContentFormularContact dt {
    display: none;
}

.formular dl {
    max-width: 100%;
}

.formular dl dd {
    text-align: left;
}

.formular input {
    width: 100%;
    height: 34px;
    border: 1px solid #ccc;
}

textarea.form-control {
    width: 100%;
    height: 200px;
}

label {
    font-size: 0.9em;
}

.formular input[type='checkbox'] {
    display: inline-block;
    width: auto;
    height: 15px;
    margin-left: 20px;
}

.calculator dl dt {
    float: left;
    width: 46%;
    clear: left;
    margin-bottom: 15px;
    margin-right: 4%;
}

.calculator dl dd {
    margin-bottom: 6px;
    width: 50%;
    float: left;
}

.calculator dl .description {
    display: none;
}

div.infotooltip {
    display: inline-block;
    margin-left: 5px;
}

.formular_content .calculator .description {
    margin-bottom: 0px;
}

.calculator label {
    display: inline;
    font-size: 1em;
    font-weight: normal;
}

.calculator input {
    color: #000;
}

.calculator input[type="checkbox"] {
    margin-top: -1px;
}

#grecaptcharesponse-element {
    clear: both;
}

/* ======================================
    Newsletter Formular
========================================= */
.Newsletter .formular dl dd {
    max-width: 400px;
    margin: 0 auto;
    float: none;
    line-height: 1em;
    margin-bottom: 15px;
}

.Newsletter .formular dl dt label {
    margin-bottom: 0;
}

.Newsletter .formular dl dt {
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
    float: none;
    line-height: 1em;
}

.Newsletter .formular dd label {
    width: 100%;
}

.Newsletter .formular input[type='checkbox'] {
    margin-left: 0;
}

.Newsletter .formular input {
    padding: 6px 12px;
}

.Newsletter .formular dt label.label_text,
.Newsletter .formular dt label.label_select,
.Newsletter .formular dt label.label_email,
.Newsletter .formular dt#submit-label,
.Newsletter .formular dt label.label_textarea {
    display: block;
}

/* =====================================
    RERSERVATION
========================================= */

.label {
    color: #000;
}

#mainreservation label {
    text-align: left;
}

#mainreservation #pageCalendar #datepicker {
    margin-left: 0;
}

#mainreservation .formfield > div {
    margin-left: 0;
}

#mainreservation .navigation {
    margin-left: 0;
}

#mainreservation .terms.formfield label,
#mainreservation .times.formfield label,
#mainreservation .whatdate.formfield label {
    float: none;
}

#mainreservation #pageReservationTimes .availableTimes {
    margin-left: 0;
}

#mainreservation .navigation {
    margin-left: 0;
}

#mainreservation select {
    padding: 0;
    margin-top: -5px;
}

#mainreservation .reservationInfo .label {
    padding: 5px 0;
}

#mainreservation .reservationInfo .label:first-child {
    padding-top: 0;
}

#mainreservation .reservationInfo {
    float: right;
    padding-right: right;
}

#mainreservation .reservation_content {
    float: left;
}

#mainreservation .reservationInfoDate,
#mainreservation .reservationInfoPersons,
#mainreservation .reservationInfoTime {
    padding-bottom: 10px;
}

#mainreservation label.error {
    margin-left: 0;
}

/* =====================================
    MEDIA QUERY
========================================= */

@media only screen and (min-width: 768px) {
    .container > .navbar-header {
        position: absolute;
    }

    .navbar-default .navbar-collapse {
        margin-left: 120px;
    }

    .navbar-nav {
        float: left;
        margin: 7px 0 2px 0;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-unit {
        height: 445px;
    }

    .mbYTP_wrapper[style] { z-index: 1 !important; }
}

@media only screen and (max-width: 768px) {
    .header-unit {
        height: 345px;
    }

    .img-responsive {
        margin-bottom: 15px;
    }

    .mbYTP_wrapper[style] { z-index: 1 !important; }
}

@media only screen and (max-width: 480px) {
    #video-container video {
        display: none;
    }

    .header-unit {
        height: 35vh;
    }

    .menu-item {
        width: 100%;
    }

    .eventimagephone {
        display: block;
    }

    .eventimage {
        display: none;
    }

    .calculator dl,
    .calculator dl {
        display: block;
    }

    .calculator dl dt,
    .calculator dl dt {
        float: none;
        width: 100%;
    }

    .calculator dl dd,
    .calculator dl dd {
        float: none;
        width: 100%;
    }

    .calculator input,
    .calculator input {
        width: 100%;
    }

    #header_picture h2 {
        font-size: 2em;
    }

    #header_picture {
        margin-top: 29px;
    }

    .img-responsive {
        margin-bottom: 15px;
    }

    .mbYTP_wrapper[style] { z-index: 1 !important; }

}
