
#social {
    position: fixed;
    top: 200px;
    right: 30px;
    width: 56px;
    text-align: center;
    line-height: 56px;
    color: white;
    font-size: 36px;
    z-index: 10;
}

.desktop #social li:hover .fb-page {
    display: block;
}

#social .fb-page {
    background-color: black;
    display: none;
    position: absolute;
    height: 214px;
    width: 330px;
    top: 0;
    right: 56px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

#social ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#social ul li {
    width: 100%;
    height: 56px;
    background-color: black;
    background-image: url('../images/social_bg.png');
    margin-bottom: 10px;
    position: relative;
}

#social ul li:hover {
    color: #cc9a8e;
}

#social a {
    color: inherit;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

#social a img {
    position: absolute;
    max-height: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#page {
    margin: 0 auto;
    max-width: 1100px;
}

@media (max-width: 1335px) {
    .desktop #social {
        right: 10px;
    }
}

@media (max-width: 1270px) {
    .desktop #page {
        margin: 0 77.5px 0 10px;
    }
}

#header {
    margin: 30px 0 0;
}

#nav {
    text-transform: uppercase;
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -85px;
}

#nav ul li.active,
#nav ul li:hover {
    color: #cc9a8e;
}

#nav ul li {
    display: table-cell;
    vertical-align: middle;
    line-height: 215px;
}

#nav ul:has(li:only-child) {
    margin-bottom: 0;
}

#nav ul li:only-child {
    line-height: 30px;
}

#nav ul li:has(.structure_icon:not(:empty)) {
    text-align: right;
    line-height: 20px;
}

#nav ul li:has(.structure_icon:not(:empty)) span {
    position: relative;
    top: -8px;
    font-weight: normal;
    text-transform: none;
}

#nav a {
    color: inherit;
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
}

#content {
    position: relative;
    background-color: black;
    color: white;
    background-image: url('../images/chalkboard.jpg');
}

#content .content_row {
    display: table;
    width: 100%;
    table-layout: fixed;
}

#content .content_row .content {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 25px 50px;
    background-size: cover;
    position: relative;
}

#content .content_row .content.width_1 {
    padding: 25px 100px;
}

#content,
#content .content {
    border: 2px solid #ffffff;
}

#content #stoerer .content {
    border: none !important;
    padding: 0 !important;
}

#content #stoerer .content_row {
    display: block;
    width: auto;
}

#stoerer .content a {
    top: -20px !important;
    left: 0 !important;
}

/*#content .content .nopadding {*/
/*margin: -25px;*/
/*}*/

/*#content .content.width_1 .nopadding {*/
/*margin: -25px -100px;*/
/*}*/

#content p,
#footer p {
    margin: 20px 0;

}

#content p {
    text-align: justify;
}

#footer {
    color: #54555a;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
}

#footer a {
    color: inherit;
}

#footer h5 {
    font-size: 18px;
}

#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

#footer .content {
    vertical-align: top;
    float: none;
    display: inline-block;
    padding: 30px 10px;
}

/*list_gallery*/
.list_gallery {
    line-height: 0;
    font-size: 0;
}

.list_gallery .item {
    display: inline-block;
    height: calc(100% / 6);
    width: calc(100% / 6);
    box-sizing: border-box;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.list_gallery .item:after {
    content: '';
    display: block;
    padding-top: 100%;
}

/*speisekarte*/
.kategorieListe .overlay {
    height: 0;
    line-height: 8px;
    top: 80px;
}

.kategorieListe .navigate {
    font-family: 'chalky', sans-serif;
    background: none !important;
    font-size: 65px;
}

.kategorieListe .navigate.go_left {
    left: -10px;
}

.kategorieListe .navigate.go_left:before {
    content: '<';
}

.kategorieListe .navigate.go_right {
    right: -3px;
}

.kategorieListe .navigate.go_right:before {
    content: '>';
}

.speisekarteButtonWrapper {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
    line-height: 3em;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 10px solid transparent;
}

.speisekarteButtonWrapper:last-child {
    border-bottom: medium none;
}

.speisekarteButtonWrapper .speisekarteButton {
    cursor: pointer;
    display: table-cell;
    background-color: #A3AAAE;
    width: 100%;
    border: 10px solid transparent;
    border-top: none;
    border-bottom: none;
    background-clip: content-box;
}

.mobile .speisekarteButtonWrapper {
    border: none;
}

.mobile .speisekarteButtonWrapper .speisekarteButton {
    display: block;
    border: none;
}

.speisekarteButtonWrapper .speisekarteButton.active {
    background-color: #cc9a8e;
}

.kategorieListe .slideWrapper {
    padding-bottom: 30px;
}

.kategorieListe {
    height: 140px;
    font-family: chalky, sans-serif;
    font-size: 22px;
}

.kategorieListe .item {
    margin: 0 15px;
    width: 120px !important;
    position: relative;
}

.mobile .kategorieListe .item {
    margin-bottom: 30px;
}

.kategorieListe a {
    color: #fff;
}

.kategorieListe .item a.active {
    color: #cc9a8e;
}

.kategorieListe .item a {
    display: block;
    height: 100%;
}

.kategorieListe .item a span {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}

.kategorieSpeisen {
    margin-top: 35px;
}

.mobile .kategorieSpeisen {
    text-align: center;
}

.speisekarte div.kategorieListe {
    margin: 20px 0 40px;
}

.speisekarte div.kategorieListe {
    position: relative;
    text-align: center;
    padding: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(100% - 140px);
}

.speisekarte[data-title="Getränkekarte"] .item {
    height: 50%;
    background: none !important;
}

.mobile .speisekarte div.kategorieListe {
    width: 150px !important;
    max-width: 100%;
}

.speisekarte div.kategorieName {
    margin: 0 auto 20px;
    text-align: center;
}

.speisekarte div.kategorieBeschreibung {
    margin-bottom: 20px;
    text-align: center;
}

.speisekarte div.speisenName {
    font-size: 16px;
    float: left;
    font-weight: bold;
    text-transform: uppercase;
}

img.ernaehrungs_image {
    max-height: 20px;
}

.ernaehrungs__info {
    text-align: center;
    font-weight: normal;
}

.ernaehrungs__info .ernaehrungs_image:not(:first-child) {
    padding-left: 10px;
}

.mobile .speisekarte div.speisenName {
    width: 100%;
}

.speisekarte div.speisenBeschreibung {
    font-size: 14px;
    clear: both;
}

.speisekarte .speisen .speise {
    line-height: 1.6em;
    margin-bottom: 20px;
}

.speisekarte .speisen .first {
    padding-right: 50px;
}

#content .speisekarte .speisen p {
    text-align: left;
}

#content .speisekarte .speisen .first p {
    text-align: right;
}

.mobile #content .speisekarte .speisen .first p,
.mobile #content .speisekarte .speisen p {
    text-align: center;
}

.speisekarte .speisenName {
    display: block;
}

.speisekarte .speisen .first,
.speisekarte .speisen .last {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.speisekarte .dontsplit {
    display: inline-block;
    width: 100%
}

.speisekarte .first .speisenName {
    float: right
}

.speisekarte .last .speisenName {
    float: left;
}

.speisekarte .first div.speisenPreis {
    font-weight: bold;
    float: left;
}

.speisekarte .last div.speisenPreis {
    font-weight: bold;
    float: right;
}

/*overlay*/
.popup--open {
    overflow: hidden;
}

#overlay_wrapper, #popup {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .7);
    z-index: 100;
    height: 100%;
}

#overlay, #popup_inner {
    width: 1000px;
    max-width: calc(100% - 60px);
    background-color: white;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 0;
}

#popup_inner {
    text-align: inherit;
}

#popup .content.custom-widget-has-bg:before,
#popup .content[style^="background-image:"]:before {
    content: '';
    display: block;
    padding-top: calc(100% - 60px);
    position: relative;
}

#popup .content.custom-widget-has-bg .cms_contentWrapper,
#popup .content[style^="background-image:"] .cms_contentWrapper {
    display: none;
}


#popup_inner .content {
    background-size: cover;
    background-position: center center;
    background-clip: content-box;
}

.desktop #popup_inner .content_row {
    display: flex;
    flex-direction: row;
}

.desktop #popup_inner .content {
    max-height: 480px;
    overflow: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

#popup_inner .content[style^="background-image:"],
#popup_inner .content.custom-widget-has-bg {
    overflow: hidden;
}

@media (max-width: 1080px) {
    .desktop #popup_inner .content_row {
        flex-direction: column;
        align-items: center;
    }

    .desktop #popup_inner .contentContainer {
        overflow: auto;
        max-height: calc(100dvh - 80px);
    }

    .desktop #popup_inner .content {
        width: 100% !important;
        max-height: none !important;
    }

    .desktop #popup_inner .content.custom-widget-has-bg,
    .desktop #popup_inner .content[style^="background-image:"] {
        max-width: 500px;
    }

}

#overlay_close, #popup_close {
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: white;
    border-radius: 50%;
    right: -35px;
    top: -35px;
    -webkit-box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 20px -2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#overlay_close:before,
#overlay_close:after,
#popup_close:before,
#popup_close:after {
    content: '';
    position: absolute;
    height: 24px;
    width: 4px;
    top: 13px;
    left: 50%;
    margin-left: -2px;
    background-color: #000;
    transform: rotate(45deg);
}

#overlay_close:after,
#popup_close:after {
    transform: rotate(-45deg);
}

#overlay .content_row {
    display: none;
}

#overlay {
    line-height: 2.5em;
}

#overlay:before,
#popup_inner:before {
    content: '';
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    z-index: -2;
    background: repeating-linear-gradient(45deg, #fff, #fff 20px, #cc9a8e 20px, #cc9a8e 40px);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}

#overlay:after,
#popup_inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: white;
    background-image: url('../images/whitepaper.jpg');
}

#overlay h1,
#overlay h2,
#overlay h3,
#overlay h4,
#overlay h5,
#overlay h6,
#popup_inner h1,
#popup_inner h2,
#popup_inner h3,
#popup_inner h4,
#popup_inner h5,
#popup_inner h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#overlay h1,
#popup_inner h1 {
    font-size: 26px;
}

#overlay h2,
#popup_inner h2 {
    font-size: 24px;
}

#overlay h3,
#popup_inner h3 {
    font-size: 22px;
}

#overlay h4,
#popup_inner h4 {
    font-size: 20px;
}

#overlay h5,
#popup_inner h5 {
    font-size: 18px;
}

#overlay h6,
#popup_inner h6 {
    font-size: 16px;
}

/*mobile*/

.mobile #content .content,
.mobile #footer .content {
    display: block;
    width: 100%;
}

.mobile #content .content {
    padding: 25px !important;
}

.mobile #footer .content {
    padding: 10px;
}

.mobile .content.square:after {
    padding-top: 25%;
}

.mobile #header {
    margin: 0;
}

.mobile #nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: black;
    color: white;
    z-index: 100;
}

.mobile #social {
    top: auto;
    bottom: 0;
    right: 0;
    line-height: 40px;
    font-size: 25px;
    z-index: 101;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    text-align: center;
    width: auto;
    background-color: black;
}

.mobile #social .contentContainer {
    display: inline-block;
}

.mobile #nav ul li:first-child + li + li {
    font-size: 0;
    position: absolute;
    top: 25px;
    left: 0;
    height: 100px;
    width: 100%;
    text-align: center;
}

.mobile #nav .current_structure {
    position: relative;
    z-index: 10;
    background-color: black;
    width: calc(100% - 200px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobile #nav ul {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    text-align: center;
    display: block;
    font-size: 30px;
    padding: 20px;
    padding-bottom: 50px;
    box-sizing: border-box;
    height: 100%;
    position: fixed;
    opacity: 0;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(204, 154, 142, 0.9);
    padding-top: 150px;
    margin-bottom: 0;
}

.mobile #nav.open ul {
    opacity: 1;
    bottom: 0;
}

.mobile #nav ul li {
    line-height: 2em;
    display: block;
    font-weight: bold;
}

.mobile #nav ul li.active,
.mobile #nav ul li:hover {
    color: black;
}

.mobile #social ul li {
    margin: 0;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    float: left;
    background: none;
}

.mobile #backHome {
    display: block !important;
    position: absolute;
    top: 0;
    height: 50px;
    left: 0;
    width: 100%;
    z-index: 50;
}

.mobile #overlay,
.mobile #popup_inner {
    max-width: calc(100% - 80px);
    top: 40px;
    transform: translateY(0);
    margin-bottom: 40px;
    padding: 0;
}

.mobile #popup_inner .contentContainer {
    max-height: calc(100dvh - 80px);
    overflow: auto;
}

.mobile #overlay_wrapper,
.mobile #popup {
    overflow: auto;
    z-index: 500;
}

.mobile #overlay p,
.mobile #popup_inner p {
    line-height: 2em;
}

iframe {
    vertical-align: middle;
}

.mobile .googleview {
    height: 200px;
}

#overlay ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    line-height: 2em;
    font-weight: normal;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.mobile #overlay ul {
    grid-template-columns: 1fr;
}

.mobile #overlay li {
    text-align: center !important;
}

#overlay ul li {
    display: inline-block;
    width: auto;
    text-align: left;
}

#overlay ul li {
    display: inline-block;
    width: auto;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
}

#overlay ul li:nth-child(2n+1) {
    text-align: right;
}

#overlay ul a,
#popup_inner ul a {
    color: black;
}

#overlay ul a:hover {
    color: #cc9a8e;
}

#overlay .content,
#popup_inner .content {
    padding: 20px 30px;
    word-wrap: break-word;
}

.mobile #overlay .content {
    padding: 20px 5px;
}

.mobile #popup_inner .content {
    padding: 20px;
    width: 100% !important;
}

.mobile #overlay .content .city_icon {
    font-size: 14px;
}

#stoerer {
    position: absolute;
    top: 10px;
    right: -40px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    z-index: 100;
}

#stoerer a {
    position: relative;
    color: inherit;
}

.mobile #page {
    overflow: hidden;
}

.mobile #content {
    margin-bottom: 30px;
}

.mobile #stoerer {
    top: -15px;
    max-width: 30vw;
    right: 5px;
    width: 200px;
    margin: 0 auto;
}

.mobile #stoerer a {
    left: 0 !important;
    top: 0 !important;
    float: left;
}

.mobile #stoerer .content a {
    float: none;
}

.mobile #stoerer .content p {
    text-align: center;
}

#stoerer .button {
    position: relative;
    box-sizing: border-box;
    padding: 10px;
    height: 100px;
    width: 100px;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    font-weight: bold;
    font-size: 15px;
}

#stoerer a:last-child {
    top: -30px;
    left: 20px;
}

#stoerer .button span {
    display: table-cell;
    vertical-align: middle;
    padding-top: 5px;
}

#stoerer .button.black span {
    transform: rotate(30deg);
}

#stoerer .button.black {
    background-image: url('../images/button_black.png');
}

#stoerer .button.pink span {
    transform: rotate(10deg);
}

#stoerer .button.pink {
    background-image: url('../images/button_pink.png');
}

#google_map {
    height: 300px !important;
    color: black;
}

.map_wrapper .form_row {
    margin: 0;
    padding: 0;
    width: 100%;
}

.map_wrapper .form_row.text {
    width: 50%;
    float: left;
}

.map_wrapper .form_row.text input {
    width: 100%;
    max-width: none;
    border-radius: 0;
}

.map_wrapper .form_element {
    width: 100%;
    text-align: center;
}

.map_wrapper .form_element.radio {
    font-size: 0;
}

.map_wrapper button {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
    color: #000;
    background-color: #fff;

    font-size: 18px;
    padding: 2px 5px;
    line-height: 1.3;
    box-sizing: border-box;
    border: 3px solid #fff;
    width: 25%;
    margin: 0;
}

#google_map_panel {
    background-color: white;
}

#google_map_panel img.adp-marker {
    margin: 5px;
}

.news_wrapper {
    font-size: 18px;
}

.news_item {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.desktop .news_item {
    border-bottom: 4px solid;
}

.desktop .news_item:last-child {
    border-bottom: none;
}

.news_item .news_headline {
    margin-bottom: 12px;
    font-size: 35px;
    padding-bottom: 15px;
}

.news_item .news_date {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
}

.desktop .news_item > div:first-child {
    border-right: 4px solid;
}

.news_text,
.news_image {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.news_image {
    background-size: cover;
    background-position: center center;
}

.news_text {
    padding: 25px;
    text-align: center;
}

.news_image:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.mobile .news_item {
    background-size: cover;
    background-position: center center;
    border-bottom: 4px solid white;
}

.mobile .news_item:last-child {
    border-bottom: none;
}

.mobile .news_text {
    background-color: rgba(0, 0, 0, 0.5);
}

.mobile #social a img {
    max-height: 22px;
}