/* Allgemeines CSS für alle Templates */
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz:400,300,200);

html, body {
    font-size: 15px;
    font-family: Euphemia, "Euphemia UCAS", sans-serif;
    color: #7d7d7d;
    height: 100%;
}

html {
    background-image: url('../images/background.jpg');
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

html, body, #page_wrapper {
    min-height: 100%;
}

#page_wrapper {
    padding-bottom: 120px;
    box-sizing: border-box;
    background-image: url('../images/shadow_bottom.png');
    background-repeat: repeat-x;
    background-position: bottom center;
    background-attachment: fixed;
}

a {
    color: black;
}

h1,
h2 {
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 !important;
}

#main .content {
    padding-bottom: 0 !important;
}

h1 {
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    font-size: 58px;
    margin: 20px 0;
    color: black;
    font-weight: normal;
}

h2,
h3,
h4,
h5 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 200;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

#content_wrapper {
    margin: 0 auto;
    width: 800px;
}

#strukturbild {
    height: 550px;
    background-color: black;
    width: 100%;
    position: relative;
}

#strukturbild:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 164px;
    background-image: url('../images/strukturbild_overlay.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 100;
    border-top: 10px solid #fafafa;
}

#strukturbild .contentContainer,
#strukturbild .content {
    height: 100%;
}

#nav {
    position: fixed;
    left: 0;
    bottom: 0;
}

#nav ul {
    text-decoration: none;
    margin: 0;
    padding: 0;
    text-indent: -1000px;
}

#nav ul a {
    color: white;
}

.strukturbild_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
}

#main {
    position: relative;
    left: -20px;
    width: 840px;
}

#main .content {
    padding: 20px;
}

#nav_overlay {
    background-image: url('../images/nav/background.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#open_daily,
#phone {
    font-size: 30px;
    position: fixed;
    bottom: 0;
    padding: 20px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    z-index: 5;
}

#open_daily:before,
#phone:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
    top: -2px;
    position: relative;
}

#open_daily {
    left: 0;
    cursor: pointer;
}

#open_daily:before {
    content: "\f017";
}

#impressum {
    position: fixed;
    bottom: 0;
    padding: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: bold;
}

#impressum a {
    color: #7d7d7d;
    text-decoration: none;
}

#phone {
    right: 0;
}

#phone:before {
    content: "\f098";
}

#nav_overlay_content_wrapper {
    background-image: url('../images/nav/nav_logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -400px;
    height: 400px;
    width: 800px;
}

#nav_overlay_content_wrapper .content {
    position: absolute !important;
    padding-top: 50px;
    overflow: hidden;
}

#nav_overlay_content_wrapper .content[href] {
    cursor: pointer;
}

#nav_overlay_content_wrapper .content a {
    color: white;
}

#nav_overlay_content_wrapper .content .kachel_overlay {
    -webkit-transition: opacity 120ms ease-in-out;
    -moz-transition: opacity 120ms ease-in-out;
    -ms-transition: opacity 120ms ease-in-out;
    -o-transition: opacity 120ms ease-in-out;
    transition: opacity 120ms ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

#nav_overlay_content_wrapper .content.hover .kachel_overlay,
#nav_overlay_content_wrapper .content:hover .kachel_overlay {
    opacity: 1;
}

#nav_overlay_content_wrapper .content.hover .nav_kachel_content_wrapper,
#nav_overlay_content_wrapper .content:hover .nav_kachel_content_wrapper {
    opacity: 1;
    max-height: 1000px;
    margin-top: 10px;
}

#nav_overlay_content_wrapper .content .nav_kachel_content_wrapper {
    max-height: 0;
    margin-top: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    position: relative;
    padding: 0 12px;
    z-index: 5;
}

#nav_overlay_content_wrapper .content .nav_kachel_content_wrapper a {
    display: block;
    text-decoration: none;
}

#nav_overlay_content_wrapper .content .nav_kachel_content_wrapper a:before {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px;
}

#nav_overlay_content_wrapper .content .kachel_wrapper {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
}

/*restauration
#cms_content_62 {*/
#cms_content_34 {
    top: -60px;
    left: 40px;
}

/*bühne
#cms_content_63 {*/
#cms_content_38 {
    right: 150px;
    top: -160px;
}

/*tageskarte
#cms_content_64 {*/
#cms_content_39 {
    right: -60px;
    top: -50px;
}

/*reservieren
#cms_content_68 {*/
#cms_content_31 {
    right: 40px;
    bottom: -60px;
}

/*freisitz
#cms_content_65 {*/
#cms_content_33 {
    bottom: -60px;
    left: 150px;
}

/*events -> bankett
#cms_content_66 {*/
#cms_content_40 {
    left: -60px;
    top: 150px;
}

#nav_overlay .content {
    position: relative;
    display: none;
}

#nav_overlay .content.square {
    width: 200px;
    height: 200px;
}

#nav_overlay .content.portrait {
    width: 200px;
    height: 300px;
}

#nav_overlay .content.landscape {
    width: 400px;
    height: 200px;
}

#nav_overlay .content .headline {
    -webkit-transition: height 120ms ease-in-out;
    -moz-transition: height 120ms ease-in-out;
    -ms-transition: height 120ms ease-in-out;
    -o-transition: height 120ms ease-in-out;
    transition: height 120ms ease-in-out;
    color: white;
    position: relative;
    margin: 0;
    text-align: left;
    line-height: 20px;
    padding: 0 12px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 2px #0A0A0A;
    text-transform: uppercase;
    box-sizing: border-box;
    z-index: 5;
}

/*box gallery slider*/
.box_slider {
    height: 160px;
}

.box_slider .item {
    width: 150px !important;
    height: 150px !important;
    margin: 10px 5px;
    cursor: pointer;
}

.box_slider .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    height: 0;
}

.box_slider .overlay .go_left,
.box_slider .overlay .go_right {

    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;

    height: 150px;
    width: 3px;
    top: 0;
    margin-top: 10px;

    display: inline-block;
}

.box_slider .overlay .go_left:after,
.box_slider .overlay .go_right:after {
    -webkit-transition: all 120ms ease-in-out;
    -moz-transition: all 120ms ease-in-out;
    -ms-transition: all 120ms ease-in-out;
    -o-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    color: white;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 150px;
    display: block;
    text-align: center;
    opacity: 0;
}

.box_slider .overlay .go_left:after {
    content: "\f104";
}

.box_slider .overlay .go_right:after {
    content: "\f105";
}

.box_slider:hover .overlay .go_left:after,
.box_slider:hover .overlay .go_right:after,
.mobile .box_slider .overlay .go_left:after,
.mobile .box_slider .overlay .go_right:after {
    opacity: 1;
}

.box_slider:hover .overlay .go_left,
.box_slider:hover .overlay .go_right,
.mobile .box_slider .overlay .go_left,
.mobile .box_slider .overlay .go_right {
    width: 20px;
}

.mobile .box_slider .overlay .go_left,
.box_slider:hover .overlay .go_left {
    left: -17px;
}

.mobile .box_slider .overlay .go_right,
.box_slider:hover .overlay .go_right {
    right: -17px;
}

.gallery_description {
    margin-top: 10px;
}

/**
 * Formulare
 */

.formularContainer div {
    box-sizing: border-box;
}

.formularContainer input[type='checkbox'], .formularContainer input[type='radio'] {
    visibility: hidden;
}

.form_row {
    margin: 10px 0;
}

.form_row.required .form_label label:after {
    content: '*';
}

.form_label {
    font-weight: bold;
    display: inline-block;
    width: 250px;
    padding-right: 10px;
    vertical-align: top;
}

.desktop .form_label {
    line-height: 31px;
    min-height: 31px;
}

.form_element {
    display: inline-block;
    width: calc(100% - 260px);
}

.form_error {
    color: #DD1A1A;
    padding-top: 3px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="date"],
input[type="email"],
textarea {
    background-color: #7d7d7d;
    outline: 2px solid #7d7d7d;
    border: 1px solid white;
    color: white;
    font-size: 18px;
    padding: 2px 5px;
    box-sizing: border-box;
    width: 100%;
    max-width: 350px;
    font-family: Euphemia, "Euphemia UCAS", sans-serif;
}

option {
    color: black;
}

input[disabled]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: 4px solid #000000;
}

.ui-select,
.ui-checkbox,
.ui-radio {
    background-color: #7d7d7d;
    outline: 2px solid #7d7d7d;
    color: white;
    margin: 0;
    max-width: 350px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.ui-radio {
    width: auto;
    margin-right: 2px;
}

.ui-select .ui-btn > span {
    font-family: Euphemia, "Euphemia UCAS", sans-serif;
}

.ui-select > .ui-btn,
.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    border-radius: 0 !important;
    border: 1px solid white !important;
    padding: 2px 5px;
    font-family: Euphemia, "Euphemia UCAS", sans-serif;
}

.ui-checkbox > .ui-btn,
.ui-radio > .ui-btn {
    padding-left: 40px;
    padding-right: 10px;
}

.ui-btn, label.ui-btn {
    font-weight: normal;
    font-size: 18px;
    text-align: left;
}

.ui-btn-icon-right:after {
    content: '\f0c9';
    font-family: FontAwesome;
    font-size: 17px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after,
.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    font-family: FontAwesome;
    font-size: 21px;
    font-weight: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    background: none;
    border-radius: 0;
    margin-top: -14px;
    margin-left: 0;
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-on:after {
    content: '\f00c';
}

.formularContainer .ui-checkbox .ui-btn.ui-checkbox-off:after {
    content: '\f00d';
}

.formularContainer input[type='submit'] {
    padding: 2px 5px;
    font-size: 18px;
    color: white;
    border: 1px solid white;
    background-color: #7d7d7d;
    outline: 2px solid #7d7d7d;
    margin-top: 10px;
    font-weight: normal;
}

/*maps*/
.map_wrapper .form_row.text {
    width: 50%;
    float: left;
}

.map_wrapper .form_row.text .form_element {
    width: 100%;
    text-align: center;
}

.map_wrapper .form_row.text .form_element input {
    max-width: 362px;
}

.map_wrapper .form_row.route_options {
    position: static;
    margin-top: 70px;
    margin-bottom: 30px;
}

.map_wrapper .form_row.route_options .form_element {
    width: 100% !important;
    text-align: center;
}

.map_wrapper .soubmit_route {
    padding: 2px 5px;
    font-size: 18px;
    color: white;
    border: 2px solid white;
    background-color: #7d7d7d;
    outline: 2px solid #7d7d7d;
    width: 50px;
    box-sizing: border-box;
    margin: 0 20px;
}

img.adp-marker {
    margin: 5px;
}

.google_map {
    margin-bottom: 10px;
    border: 1px solid #7d7d7d;
    box-sizing: border-box;
}

#google_map_panel {
    background-color: white;
    padding: 2px;
}

.map_wrapper .adp-directions {
    width: 100%;
}

.news_overview_wrapper.list {
    margin-top: 20px;
}

.news_overview_wrapper.list .news_item {
    background-color: #eeeeee;
    padding: 15px !important;
    position: relative;
}

.news_overview_wrapper.list .news_item .imageWrapper {
    height: 130px;
    width: 130px;
    background-size: cover;
    background-position: top center;
    float: left;
    margin-right: 15px;
}

.news_overview_wrapper.list .news_item .news_date {
    position: absolute;
    top: 18px;
    right: 15px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    font-size: 50px;
}

.news_overview_wrapper.list .news_item .news_start_time {
    font-weight: bold;
}

.news_overview_wrapper.list .news_item .news_text {
    color: #6d6d6d;
    line-height: 1.5em;
    padding-right: 135px;
    padding-left: 145px;
}

.news_overview_wrapper.list .news_item .news_text.noTime {
    padding-right: 130px;
}

.news_overview_wrapper.list .news_item.even .news_text {
    color: #BBBBBB;
}

.news_overview_wrapper.list .news_item .news_date .news_date_year {
    display: block;
    text-align: right;
    font-size: 22px;
    color: #6d6d6d;
}

.news_overview_wrapper.list .news_item.even .news_date .news_date_year {
    color: #BBBBBB;
}

.news_overview_wrapper.list .news_item .news_date .news_date_day {
    font-size: 22px;
    float: left;
    color: black;
    text-transform: uppercase;
}

.news_overview_wrapper.list .news_item.odd .news_date {
    color: black;
}

.news_overview_wrapper.list .news_item.even .news_date .news_date_day {
    color: white;
}

.news_overview_wrapper.list .news_item h5 {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 300;
    margin: 10px 0;
    padding-right: 125px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.news_overview_wrapper.list .news_item.even {
    background-color: black;
    color: white;
}

/*
    Speisekarten
*/
.kategorieListe .item > a {
    display: block;
    height: 100%;
    position: relative;
}

.kategorieListe .item > a > span {
    color: white;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding: 10px;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, 'Helvetica Inserat', 'Bitstream Vera Sans Bold', 'Arial Black', sans-serif;
    font-size: 20px;
    text-shadow: 1px 1px 2px #0A0A0A;
    text-transform: uppercase;
    line-height: 18px;
}

.gallery3wm.slide.no-arrows .slideWrapper .item:first-child {
    margin-left: 0;
}

.kategorieListe {
    height: 160px;
}

.kategorieSpeisen {
    margin-top: 35px;
    font-style: italic;
}

.speisekarte .ui-select {
    width: 50%;
    display: block;
    margin: 20px 0;
}

.mobile .speisekarte .ui-select {
    width: 100%;
    margin: 20px auto;
}

.speisekarte div.kategorieListe {
    position: relative;
    text-align: center;
    padding: 0;
    max-width: 100% !important;
}

.mobile .speisekarte div.kategorieListe {
    max-width: calc(100% - 80px);

    margin-left: auto !important;
    margin-right: auto !important;
}

.speisekarte .speisekarteBeschreibung{
    font-style: italic;
}

.speisekarte div.kategorieName {
    margin: 0 auto 20px;
    text-align: center;
}

.speisekarte div.kategorieBeschreibung {
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.speisekarte div.kategorieName span {
    color: white;
    background-color: #96d0c6;
    padding: 3px 15px;
    font-size: 19px;
}

.speisekarte div.speisenName {
    font-size: 16px;
    float: left;
}

.speisekarte div.speisenBeschreibung {
    font-size: 14px;
    clear: both;
    font-style: italic;
}

.speisekarte div.speisenPreis {
    font-weight: bold;
    float: right;
}

.speisekarte .speisen .speise {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.speisekarte .speisen .first {
    padding-right: 20px;
    text-align: left;
}

.speisekarte .speisen .last {
    padding-left: 20px;
    text-align: left;
}

.speisekarte .speisenName {
    display: block;
    width: 100%;
}

.speisekarte .speisen .first,
.speisekarte .speisen .last {
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}

.speisekarte .dontsplit {
    display: inline-block;
    width: 100%
}