@import url('https://cdn.3wm.de/fonts/css?family=Crimson+Text:400,400italic,700,700italic|Engagement&display=swap');

html, body {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Crimson Text', serif;
    color: #767676;
}

html.error .four_o_four_wrapper > div {
    padding: 0;
}

div,
header,
footer,
nav {
    position: relative;
    box-sizing: border-box;
}

input,
textarea {
    box-sizing: border-box;
}

a {
    color: inherit;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Engagement', cursive;
    font-weight: normal;
    margin: 0;
    line-height: 2em;
    color: #203d75;
    letter-spacing: 0;
    font-style: normal;
}

.themeContentStyle6,
h1 {
    font-size: 100px;
    line-height: 120px;
    margin-bottom: 150px;
    position: relative;
}

.themeContentStyle7,
h2 {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 150px;
    margin-top: 20px;
    position: relative;
}

.themeContentStyle6:after,
.themeContentStyle7:after,
h1:after,
h2:after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 447px;
    border-bottom: 4px dotted #C1AC75;
}

.themeContentStyle8,
h3 {
    font-size: 60px;
    line-height: 80px;

    /*border-bottom: 1px solid #203d75;*/
    /*width: 75%;*/
    margin: 0 auto;
}

/* H3 Ausnahme für Datenschutz */
html[data-webcode="58"] h3 {
    border-bottom: medium none;
    font-size: 40px;
}

.themeContentStyle9,
h4 {
    font-size: 50px;
    line-height: 80px;
}

h5 {
    font-size: 50px;
    line-height: 80px;
}

h6 {
    font-size: 50px;
    line-height: 80px;
}

#page {
    max-width: 1500px;
    padding: 0 60px 100px;
    margin: 0 auto;
}

#header {
    padding: 160px 20px 0;
}

html[data-webcode="2"] #header {
    padding-top: 0;
}

#header #header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

#header #logo {
    position: fixed;
    height: 130px;
    width: 130px;
    left: 50%;
    top: -25px;
    z-index: 10;
    margin-left: -65px;
    opacity: 1;
    background: url("/theme/images/logo_blau.png") no-repeat center 40px;
    background-size: 70px;
    transition: 250ms ease-in-out;
    transition-property: top, margin-top, transform;
    cursor: pointer;
}

#header #logo a {
    display: block;
    height: 100%;
}

#header #page_image {
    margin-top: -80px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    background: #e6dec8;
}

#header #page_image:after {
    content: '';
    padding-top: 45%;
    display: block;
}

#header__reservieren {
    /*position: absolute;*/
    /*right: 75px;*/
    /*top: 16px;*/
    /*margin: auto;*/
    /*width: 30px;*/
    /*height: 33px;*/
    /*cursor: pointer;*/
    /*font-size: 30px;*/
    /*color: #1c3a6e;*/
    /*opacity: 0;*/

    position: absolute;
    right: 75px;
    top: 22px;
    margin: auto;
    cursor: pointer;
    font-size: 23px;
    color: #ffffff;
    background: #203d74;
    opacity: 0;
    padding: 3px 5px 3px 9px;
    line-height: 25px;
}

#header__reservieren i {
    display: none;
    pointer-events: all;
}

#header_news {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 10;
    text-align: center;
    padding: 25px;
    color: #fff;
    line-height: 1.2;
}

#header_news_close {
    position: absolute;
    top: -55px;
    right: 15px;
    background: #203d75;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 13px;
    display: none;
    cursor: pointer;
}

#header_news p:first-of-type {
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

#header_news:after {
    content: '';
    background: #203d75;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-top: 100%;
    box-sizing: border-box;
    border-radius: 50%;
}

#navigation_wrapper {
    position: absolute;
    position: relative;
    top: 0;
    left: 0;
    height: calc(100vh - 175px);
    width: 100%;
}

#navigation_wrapper .contentContainer,
#navigation_wrapper .contentContainer .content {
    height: 100%;
}

#navigation_wrapper .open_overlay {
    position: fixed;
    top: 50%;
    left: 40px;
    right: auto;
    z-index: 26;
    width: 65px;
    height: 65px;
}

#navigation_wrapper .hamburger-menu,
#navigation_wrapper .hamburger-menu:after,
#navigation_wrapper .hamburger-menu:before {
    height: 2px;
    width: 65px;
    box-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff;
}

#navigation_wrapper .hamburger-menu:after {
    top: 15px
}

#navigation_wrapper .hamburger-menu:before {
    bottom: 15px
}

html.open_nav #navigation_wrapper .hamburger-menu:before {
    bottom: 0;
}

html.open_nav #navigation_wrapper .hamburger-menu:after {
    top: 0;
}

#page.hasNavigationWrapper .open_overlay {
    display: none;
}

#navigation_images {
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*height: calc(100vh - 155px);*/
    /*width: 100%;*/
    height: 100%;
    background-size: cover;
    background-position: bottom center;
    cursor: pointer;
    z-index: 10;
}

#navigation_images .contentContainer,
#navigation_images .content {
    height: 100%;
}

#navigation_images .image__caption {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 200px;
    width: 100%;
    text-align: center;
    transform: translateX(-50%) translateY(-50%);
    font-family: 'Engagement', cursive;
    color: #fff;
    letter-spacing: 0;
}

#navigation_images .item {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}

#navigation_images a.go_left,
#navigation_images a.go_right {
    animation-name: pulse_animation;
    animation-duration: 3000ms;
    animation-iteration-count: 3;
    animation-timing-function: linear;
    pointer-events: auto;
}

#navigation_images a.go_right {
    right: 20px;
    background: url('../images/arrow_right.png');
}

#navigation_images a.go_left {
    left: 20px;
    background: url('../images/arrow_left.png');
}

#navigation_images a.go_left, #navigation_images a.go_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    width: 50px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 10;
}

#page.hasNavigationWrapper #header {
    padding-top: calc(100vh - 175px);
}

html[data-webcode="2"].mobile #page #header #nav {
    margin: 40px 0;
}

html[data-webcode="2"].mobile #header #nav > ul > li ul,
html[data-webcode="2"].mobile #second_layer {
    display: none !important;
}

.menu ul ul {
    display: none !important;
}

#header #page_image .strukturbild_image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#page.hasNavigationWrapper #page_image {
    display: none;
}

#navigation_images > div,
#header #page_image .strukturbild_image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#header #nav,
#breadcrumb .sitemap_widget.breadcrumb {
    text-align: center;
    color: #bebebe;
    margin: 10px 0;
}

.current_structure {
    display: none !important;
}

#header #nav ul,
#breadcrumb .sitemap_widget.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

#header #nav > ul,
#breadcrumb .sitemap_widget.breadcrumb > ul {
    border-top: 1px solid #bebebe;
    box-sizing: border-box;
    padding: 10px 20px 15px;
}

#header #nav > ul li,
#breadcrumb .sitemap_widget.breadcrumb > ul li {
    display: inline-block;
}

#header #nav > ul > li > a,
#breadcrumb .sitemap_widget.breadcrumb > ul > li > a {
    padding: 0 20px;
    font-size: 45px;
    font-size: 30px;
    text-decoration: none;
    color: #767676;
}

#header #nav > ul > li ul,
#breadcrumb .sitemap_widget.breadcrumb > ul > li ul {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    margin-top: -25px;
    padding-top: 25px;
    line-height: 3em;
}

#header #nav > ul > li ul > li > a,
#breadcrumb .sitemap_widget.breadcrumb > ul > li ul > li > a {
    padding: 0 20px;
    font-size: 30px;
    display: block;
}

#header #nav > ul li.active > ul {
    display: inline-block;
}

ul.breadcrumb li:after {
    content: '';
    padding: 0 10px;
    display: inline-block;
    font-family: FontAwesome;
}

ul.breadcrumb li:last-child:after {
    content: '';
    padding: 0;
}

#content .content {
    margin: 20px 0;
    padding: 60px 20px;
    font-style: italic;
}

#content .contentContainer > .content,
#content .cms_container > .content,
#content .contentContainer > .row,
#content .cms_container > .row {
    top: 50px;
    opacity: 0;

    transition: 200ms ease-in-out;
    transition-property: top, opacity;
}

#content .content.visible,
#content .row.visible {
    top: 0;
    opacity: 1;
}

#content .content a {
    color: #203d75;
    text-decoration: none;
}

#content .row {
    display: table;
    margin: 20px 0;
    float: left;
    padding: 20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    background-clip: padding-box !important;
    width: 100%;
}

#content .row .content {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: table-cell;
    float: none;
    border: 20px solid transparent;
    background-clip: padding-box;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#content .row.gold {
    background: #e6dec8;
    color: #9e8855;
}

#content .row.gold a {
    color: #9e8855;
}

#content .row.gold a.themeContentStyle4 {
    background: #c1ac75;
}

#content .row.gold h1,
#content .row.gold h2,
#content .row.gold h3,
#content .row.gold h4,
#content .row.gold h5,
#content .row.gold h6 {
    color: #c1ac75;
}

#content .row h1,
#content .row h2,
#content .row h3,
#content .row h4,
#content .row h5,
#content .row h6 {
    transform: scale(1);
    transition: transform 500ms ease-in-out;
    display: inline-block;
    border: none;
    width: 100%;
    transform-origin: 0 50%;
}

#content .row h1[style*="text-align: right;"],
#content .row h2[style*="text-align: right;"],
#content .row h3[style*="text-align: right;"],
#content .row h4[style*="text-align: right;"],
#content .row h5[style*="text-align: right;"],
#content .row h6[style*="text-align: right;"] {
    transform-origin: 100% 50%;
}

#content .row h1[style*="text-align: center;"],
#content .row h2[style*="text-align: center;"],
#content .row h3[style*="text-align: center;"],
#content .row h4[style*="text-align: center;"],
#content .row h5[style*="text-align: center;"],
#content .row h6[style*="text-align: center;"] {
    transform-origin: 50% 50%;
}

@media (min-width: 900px) {
    #content .row:hover h1,
    #content .row:hover h2,
    #content .row:hover h3,
    #content .row:hover h4,
    #content .row:hover h5,
    #content .row:hover h6 {
        transform: scale(1.1);
    }
}

#footer {
    margin-top: 30px;
    color: #c7c8cb;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    clear: both;
    padding-top: 100px;
    padding-bottom: 50px;
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    border-bottom: 4px dotted #B7B7B7;
}

.gallery3wm .overlay {
    pointer-events: none;
}

#overlay_taube,
#footer__top #taube {
    left: 50%;
    margin-left: -29px;
    width: 58px;
    height: 53px;
    background: url('/theme/images/taube.png');
}

#overlay_taube {
    margin-top: 20px;
    background: url('/theme/images/overlay_taube.png');
    background-position: center center;
    background-repeat: no-repeat;
}

#overlay_footer_spacer,
#footer #footer_spacer {
    width: 75%;
    height: 1px;
    background: #c7c8cb;
    margin: 20px auto;
}

#overlay_footer_spacer {
    background: #fff;
}

#overlay_footer_info {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
}

#overlay_footer_info a {
    padding: 0 17px;
}

#overlay_footer_spacer:after,
#footer #footer_spacer:after {
    content: '';
    position: absolute;
    display: block;
    height: 21px;
    width: 1px;
    top: -10px;
    left: 50%;
    margin-left: -.5px;
    background: #c7c8cb;
}

#overlay_footer_spacer:after {
    background: #fff;
}

#overlay_footer_links,
#footer #footer_links {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 0;
    list-style-type: none;
    font-size: 25px;
}

#overlay_footer_links {
    font-style: italic;
}

#overlay_footer_links li {
    padding: 0 40px;
}

#overlay_footer_links li,
#footer #footer_links li {
    display: inline-block;
}

#overlay_footer_links li a {
    padding: 0 20px;
}

#footer #footer_links li a {
    padding: 0 10px;
}

#overlay_footer_links li a {
    font-size: 36px;
}

#overlay_footer_links li a[title="Telefon"] {
    font-size: 46px;
}

#footer__top:after {
    content: "";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
}

#footer__top #taube {
    clear: both;
}

#footer__top_links:before,
#footer__top .content.first:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 100%;
    transform: translateX(-50%);
    width: 4px;
    height: calc(100% - 80px);
    border-right: 4px dotted #B7B7B7;
}

#footer__top:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px);
    border-bottom: 4px dotted #B7B7B7;
}

#footer__top_links,
#footer__top_rechts,
#footer__top .content {
    float: left;
    width: 50%;
    padding: 60px 20px;
}

#footer__top_links p,
#footer__top_rechts p ,
#footer__top .content p {
    font-size: 40px;
}

#footer__top_rechts, #footer__top .content.last  {
    text-align: right;
}

#footer__top .footer__headline {
    font-size: 20px !important;
}

.footer__smaller_text p {
    font-size: 1rem !important;
}

/* nav */
#first_layer {
    position: absolute;
    width: 100%;
    top: 0;
    color: #203d75;
    font-size: 45px;
    pointer-events: none;
    clip-path: inset(0 0 0 0);
    opacity: 0;
    transition: 250ms ease-in-out;
    transition-property: clip-path, opacity, clip;
    padding: 0 20px;
}

#first_layer div {
    display: inline-block;
    padding: 0 20px;
}

#header #nav > ul:hover > li.active > ul {
    display: none;
}

#header #nav > ul > li:hover > ul {
    display: block !important;
}

#second_layer {
    position: absolute;
    font-size: 30px;
    top: 65px;
    line-height: 3em;
    width: 100%;
    pointer-events: none;
    color: #203d75;
    opacity: 0;
    clip-path: inset(0 0 0 0);
    transition: 250ms ease-in-out;
    transition-property: clip-path, opacity, clip;
}

#second_layer div {
    display: inline-block;
    padding: 0 20px;
}

#nav_indicator {
    position: absolute;
    height: 21px;
    width: 1px;
    margin-left: -.5px;
    top: 52px;
    left: 50%;
    background: #c7c8cb;
    transition: 250ms ease-in-out;
    transition-property: left;
}

.kachel_link_over {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
}

/* search open */
#open_search {
    position: absolute;
    left: 25px;
    top: 23px;
    height: 30px;
    width: 30px;
    line-height: 25px;
    font-size: 30px;
    color: #203d75;
    transition: 250ms ease-in-out;
    cursor: pointer;
}

html.open_nav #open_search,
html.open_nav #header__reservieren {
    color: #fff;
}

/* menu */
.open_overlay {
    position: absolute;
    right: 25px;
    top: 25px;
    margin: auto;
    width: 30px;
    height: 23px;
    cursor: pointer;
}

.open_overlay--breadcrumb {
    position: relative;
    z-index: 1;
    left: auto;
    right: auto;
    margin: 0;
    display: inline-block;
    top: 6px;
}

.open_overlay--wrapper {
    text-align: center;
}

.open_overlay--wrapper > p {
    display: inline-block;
    margin-left: 10px;
    color: #203d75;
    font-size: 37px;
    top: 1px;
    position: relative;
    cursor: pointer;
}

.open_overlay--breadcrumb .hamburger-menu {
    top: 0;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
    width: 30px;
    height: 4px;
}

.hamburger-menu:after,
.hamburger-menu:before {
    transition: background 250ms ease-in-out;
}

.hamburger-menu {
    position: relative;
    transform: translateY(10px);
    background: #203d75;
    transition: all 0ms 300ms;
}

html.open_nav .hamburger-menu {
    background: rgba(255, 255, 255, 0) !important;
    box-shadow: none !important;
}

.hamburger-menu:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    background: #203d75;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #203d75;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

html.open_nav .hamburger-menu:after,
html.open_nav .hamburger-menu:before {
    background: #fff;
}

html.open_nav .hamburger-menu:after,
#newsletter .hamburger-menu:after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

html.open_nav .hamburger-menu:before,
#newsletter .hamburger-menu:before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#overlay {
    position: fixed;
    transform: translateY(-100%);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #183067;
    background-image: url('/theme/images/wallpaper_blue.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: 500ms ease-in-out;
    transition-property: opacity, transform;
    text-align: center;
    color: #fff;
    border: 10px solid #fff;
    z-index: 20;
    visibility: hidden;
}

html.open_nav #overlay {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

html.open_nav #logo {
    opacity: 0;
    transform: translateY(-100%);
}

/* overlay content */

.overlay_fade {
    opacity: 0;
    transform: translateY(100px);
    transition: 250ms ease-in-out 250ms;
    transition-property: opacity, transform;
}

html.open_nav .overlay_fade {
    opacity: 1;
    transform: translateY(0);
}

#logo_big {
    height: 250px;
    width: 280px;
    background: url('/theme/images/logo_big.png?1') no-repeat center center;
    background-size: contain;
    margin: 20px auto 50px;
}

#logo_big a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#nav_overlay {
    height: 300px;
    font-size: 44px;
}

#nav_overlay ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#nav_overlay > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 80px;
    text-align: left;
}

#nav_overlay > ul > li[data-children="true"] {
    color: #C1AC75;
    font-size: 52px;
}

#nav_overlay > ul > li > ul {
    position: absolute;
    left: 0;
    margin-top: 10px;
    white-space: nowrap;
    color: #fff;
}

body #nav_overlay ul.menu ul {
    font-size: 32px;
}

/*#nav_overlay > ul > li > ul:before {*/
/*    content: '';*/
/*    position: relative;*/
/*    display: block;*/
/*    height: 21px;*/
/*    width: 1px;*/
/*    background: #fff;*/
/*    left: 50%;*/
/*    margin-bottom: 10px;*/
/*}*/

#overlay_phone,
#overlay_reservation {
    font-style: italic;

}

#overlay_search_wrapper {
    transition-delay: 550ms;
}

#overlay_phone {
    font-size: 30px;
    transition-delay: 700ms;
}

#overlay_reservation {
    display: inline-block;
    background: #fff;
    color: #1c3a6e;
    padding: 0 10px 4px;
    margin-top: 20px;
    transition-delay: 800ms;
}

#overlay_border {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 10px;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    z-index: 200;
}

ul.overlay_social {
    margin: 0;
    padding: 0;
    position: absolute;
    left: 48px;
    list-style: none;
    top: calc(50% + 80px);
    font-size: 30px;
}

ul.overlay_social li {
    margin-bottom: 25px;
    position: relative;
}

ul.overlay_social li a {
    position: relative;
    z-index: 1;
}

ul.overlay_social li:after {
    content: '';
    width: 45px;
    height: 45px;
    border: 1px solid white;
    position: absolute;
    border-radius: 100%;
    left: -10px;
    top: -4px;
}

ul.overlay_social i.fa {
    top: 2px;
    position: relative;
}

html.open_nav #overlay_border {
    opacity: 1;
}

html.lt-ie10 #first_layer,
html.lt-ie10 #second_layer {
    display: none !important;
}

html.lt-ie10 #nav li.active > a,
html.lt-ie10 #nav li:hover > a {
    color: #203d75;
}

#sidebar {
    /*display: none;*/
    position: fixed;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-end;
}

#sidebar ul li {
    pointer-events: all;
    color: #fff;
    background: #203d75;
    /*aspect-ratio: 1;*/
    position: relative;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px;
    display: block;
    width: 20px;
    line-height: 20px;
    text-align: center;
    height: 20px;
    margin-bottom: 7px;
    transition: all 0.5s;
    white-space: nowrap;
}

#sidebar ul li.toggle * {
    display: none;
}

#sidebar ul li.toggle i {
    display: block;
}

#sidebar ul li.toggle > i,
#sidebar ul li > a {
    /*text-shadow: 2px 2px 5px #fff, -2px -2px 5px #fff;*/
}

#sidebar ul li.toggle:hover > i {
    text-shadow: none;
}

#sidebar ul li.toggle:hover {
    height: 100%;
    background: #203d75;
    line-height: 1.2;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

#sidebar ul li.toggle:not(.search):hover {
    padding: 20px;
}

#sidebar ul li.toggle:hover * {
    display: unset;
    color: #fff !important;
}

#sidebar ul li .fa {
    position: relative;
}

#sidebar ul li .fa-clock-o {
    top: -2px;
}

#sidebar ul li .fa-instagram {
    top: -2px;
}

#sidebar ul li .fa-facebook-f {
    top: -1px;
    left: 2px;
}

#sidebar ul li .fa-calendar {
    top: -3px;
    left: -1px;
}

#sidebar ul li.toggle:hover .fa {
    position: unset;
}


#sidebar .toggle.search #search {
    display: inline-block;
    width: 0;
    opacity: 0;
    position: relative;
    top: -2px;
}

#sidebar .toggle.search i {
    top: -3px;
}

#sidebar .toggle.search:hover {
    width: 300px;
    height: 20px;
}

#sidebar .toggle.search:hover i {
    display: none;
}

#sidebar .toggle.search:hover #search {
    width: 300px;
    opacity: 1;
    max-width: none;
}

#sidebar .toggle.search:hover #search input {
    border-bottom: none;
    padding-left: 30px;
    font-size: 24px;
    color: #fff !important;
}

#sidebar .toggle.search #search:before {
    top: 50% !important;
    transform: translateY(-50%);
    left: 0;
    color: #fff !important;
}

#sidebar .toggle.search #search input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

#sidebar .toggle.search #search input::-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

#sidebar .toggle.search #search input::placeholder {
    color: #fff !important;
    opacity: 1;
}

#sidebar .toggle.search #search input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

#sidebar .toggle.search #search input:-ms-input-placeholder {
    color: #fff !important;
    opacity: 1;
}

/*welcome*/

#welcome {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    text-align: center;
    display: block;
    transform: translateY(0);
    opacity: 1;
    transition: 500ms ease-in-out;
    transition-property: transform, opacity;
    z-index: 50;
}

#welcome > div {
    display: none;
}

html #logo {
    top: 50vh !important;
    margin-top: -320px;
}

#open_corona {
    position: absolute;
    left: 75px;
    top: 23px;
    margin: auto;
    cursor: pointer;
    font-size: 23px;
    color: #ffffff;
    background: #cc3a2d;
    padding: 3px 5px 3px 9px;
    line-height: 25px;
    pointer-events: all;
}

#open_corona img {
    width: 0;
}

html #open_search,
html #open_corona,
html #open_corona img,
html .open_overlay {
    opacity: 0;
}

html.animation-done #open_search,
html.animation-done #open_corona,
html.animation-done #header__reservieren,
html.animation-done #header__stoerer,
html.animation-done .open_overlay {
    opacity: 1;
}

#slogan {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(.8);
    width: 482px;
    margin-top: -10px;
}

#slogan .first,
#slogan .second,
#slogan .third {
    background-position: center center;
    background-repeat: no-repeat;
    animation-fill-mode: both !important;
}

#slogan .first {
    background: url('/theme/images/logo_slogan_first.png');
    height: 78px;
    animation: fadeInLeft .5s 1s;
}

#slogan .second {
    background: url('/theme/images/logo_slogan_second.png');
    height: 60px;
    margin-top: 10px;
    animation: fadeInRight .5s 1.5s;
}

#slogan .third {
    background: url('/theme/images/logo_slogan_third.png');
    height: 60px;
    animation: fadeInLeft .5s 2s;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

#words {
    opacity: 0;
    position: absolute;
    top: 50%;
    margin-top: 100px;
    width: 100%;
    font-size: 50px;
    font-style: italic;
    line-height: 80px;
}

#words span {
    position: relative;
    margin: 0 5px;
    top: 20px;
    opacity: 0;
    display: inline-block;
    transition: 400ms ease-in-out;
    transition-property: opacity, top;
}

#words span.visible {
    opacity: 1;
    top: 0;
}

#words span.visible.hide {
    opacity: 0;
    top: -20px;
}

html.animation-done #logo {
    top: -25px !important;
    margin-top: 0;
}

html.animation-done #welcome {
    transform: translateY(-100%);
    opacity: 0;
}

#search {
    max-width: 75%;
    margin: 0 auto;
}

#overlay #search {
    width: 280px;
    margin-bottom: 50px;
}

#search:before {
    content: '\f002';
    font-family: FontAwesome;
    position: absolute;
    top: 2px;
    left: 20px;
    font-size: 20px;
}

#search input {
    background: none;
    border-bottom: 3px solid #fff;
    width: 100%;
    font-size: 30px;
    padding-left: 50px;
    padding-bottom: 0;
}

#overlay #search input {
    background: #182e56;
    border: 1px solid #fff;
    color: #fff;
}

#overlay #search:before {
    color: #fff;
}

#overlay #search input::-webkit-input-placeholder {
    color: #fff;
}

#overlay #search input::-moz-placeholder {
    color: #fff;
}

#overlay #search input:-ms-input-placeholder {
    color: #fff;
}

#overlay #search input:-moz-placeholder {
    color: #fff;
}

#content #search:before {
    color: #203d75;
}

#content #search a {
    background: none;
    color: #203d75;
}

#content #search .hit .data .title {
    margin-bottom: 5px;
}

#content #search .hit .data .highlight {
    background: #203d75;
    border: none;
    padding: 0;
    color: #fff;
}

#content #search input {
    border-bottom: 3px solid #203d75;
    color: #203d75;
    margin-bottom: 30px;
}

#content #search input::-webkit-input-placeholder {
    color: #203d75;
}

#content #search input::-moz-placeholder {
    color: #203d75;
}

#content #search input:-ms-input-placeholder {
    color: #203d75;
}

#content #search input:-moz-placeholder {
    color: #203d75;
}

@media (max-width: 1500px) {
    #navigation_images .image__caption {
        font-size: 180px;
    }
}

@media (max-width: 1250px) {
    #navigation_images .image__caption {
        font-size: 150px;
    }
}

@media (max-width: 1150px) {
    #first_layer,
    #header #nav > ul > li > a,
    #breadcrumb .sitemap_widget.breadcrumb > ul > li > a {
        font-size: 25px;
    }

    #breadcrumb .sitemap_widget.breadcrumb > ul {
        padding: 2px 20px 15px;
    }

    #second_layer,
    #header #nav > ul > li ul > li > a,
    #breadcrumb .sitemap_widget.breadcrumb > ul > li ul > li > a {
        font-size: 25px
    }

    #second_layer {
        top: 72px;
    }

    #nav_indicator {
        top: 48px;
    }

    #navigation_images .image__caption {
        font-size: 130px;
    }
}

@media (max-width: 1270px) {
    #nav_overlay > ul > li {
        margin: 0 50px;
    }

    #nav_overlay > ul > li[data-children="true"] {
        font-size: 42px;
    }

    body #nav_overlay ul.menu ul {
        font-size: 26px;
    }
}

@media (max-width: 1000px) {
    #first_layer div,
    #header #nav > ul > li > a,
    #breadcrumb .sitemap_widget.breadcrumb > ul > li > a,
    #second_layer div,
    #second_layer,
    #header #nav > ul > li ul > li > a {
        padding: 0 10px;
    }

    #header__stoerer {
        left: 0 !important;
        right: 0 !important;
        text-align: center;
        top: calc(100vh - 231px) !important;
    }
}

@media (max-width: 900px) {
    #page {
        padding: 0;
    }

    .image_list a,
    .gallery_overview .gallery_item,
    #content .content {
        width: 100% !important;
    }

    #content .content {
        padding: 20px;
    }

    .content.kachel_bild,
    .content.kachel_blanko {
        margin: 20px 0 !important;
    }

    #content .content.kachel_bild:after {
        padding-top: 100%;
    }

    #content .row {
        display: block;
        border: none;
        padding: 0;
    }

    #content .row > .content {
        display: block;
        min-height: 200px;
        border: none;
        padding: 20px;
    }

    #navigation_images .image__caption {
        font-size: 100px;
    }

    #overlay_footer_links li a {
        font-size: 30px !important;
    }

    #overlay_footer_links li {
        padding: 0 !important;
    }

    #header_news {
        right: 80px;
        /*max-width: 300px;*/
    }

    #header_news p:first-of-type {
        bottom: 100%;
    }

    #header_news_close {
        display: block;
    }
}

@media (max-width: 800px) {
    #first_layer,
    #second_layer {
        display: none !important;
    }

    html[data-webcode="2"] #first_layer {
        display: block !important;
    }

    #nav_indicator {
        left: 50% !important;
        top: 28px !important;
    }

    #header #nav {
        height: auto;
        margin: 15px 0;
    }

    #breadcrumb .sitemap_widget.breadcrumb ul,
    #header #nav > ul {
        border: none;
        padding-bottom: 0;
    }

    #header #nav:after,
    #breadcrumb .sitemap_widget.breadcrumb:after {
        content: '';
        display: block;
        position: absolute;
        top: 38px;
        height: 1px;
        left: 12.5%;
        right: 12.5%;
        background: #bebebe;
    }

    #breadcrumb .sitemap_widget.breadcrumb:after {
        top: 5px;
    }

    #header #nav > ul li {
        display: none;
    }

    #header #nav > ul li.active {
        display: block;
    }

    #header #nav ul.menu > li > ul > li ul {
        display: none !important;
    }

    #breadcrumb .sitemap_widget.breadcrumb > ul > li ul,
    #header #nav > ul > li ul {
        position: relative;
        top: 3px;
        margin-top: 0;
        padding-top: 0;
    }

    html[data-webcode="2"] #header #nav > ul li {
        display: inline-block;
    }

    #breadcrumb .sitemap_widget.breadcrumb > ul {
        padding: 8px 20px 15px;
    }

    #breadcrumb .sitemap_widget.breadcrumb {
        margin-top: 5px;
    }

    /*#navigation_images .image__caption {*/
    /*    font-size: 180px;*/
    /*}*/
}

@media (max-width: 760px) {
    #breadcrumb .sitemap_widget.breadcrumb:after {
        top: -5px;
    }

    #header.no-image {
        padding-top: 100px;
    }

    /* mobile */
    #header {
        padding-left: 0;
        padding-right: 0;
    }

    #logo_big {
        max-width: 100%;
        height: auto;
        background-size: contain;
    }

    #logo_big:after {
        content: '';
        display: block;
        padding-top: 45%;
    }

    .button_slider {
        margin: 0 -20px;
    }

    .button_slider .slideWrapper {
        padding-left: 25px;
        transform: translateX(calc(-100vw + 60px));
    }

    .button_slider.no-arrows .slideWrapper {
        transform: translateX(0);
    }

    .button_slider .item {
        width: calc(25% - 50px) !important;
    }

    .button_slider:after {
        padding-top: calc(100% - 50px);
    }

    #nav_overlay {
        /*display: none;*/
    }

    #overlay {
        overflow: auto;
        padding: 20px 0;
    }

    #header__reservieren {
        top: 25px !important;
    }

    .form_row {
        width: 100%;
        padding: 0;
    }

    #words {
        max-width: 100%;
        left: 0;
        font-size: 30px;
        line-height: 40px;
    }

    #overlay #search input {
        text-align: center;
        padding: 0 10px;
        line-height: 1.2em;
        font-size: 20px;
        padding-bottom: 2px;
    }

    #search:before {
        display: none;
    }

    #overlay #search input::-webkit-input-placeholder {
        color: #fff;
    }

    #overlay #search input::-moz-placeholder {
        color: #fff;
    }

    #overlay #search input:-ms-input-placeholder {
        color: #fff;
    }

    #overlay #search input:-moz-placeholder {
        color: #fff;
    }

    #overlay #search {
        margin-bottom: 20px;
    }

    #first_layer, #header #nav > ul > li > a, #breadcrumb .sitemap_widget.breadcrumb > ul > li > a {
        font-size: 20px;
    }

    #first_layer div,
    #header #nav > ul > li > a,
    #breadcrumb .sitemap_widget.breadcrumb > ul > li > a,
    #second_layer div,
    #second_layer, #header #nav > ul > li ul > li > a {
        padding: 0 2px;
    }

    #header #page_image:after {
        padding-top: 55%;
    }

    html, body {
        font-size: 18px;
        line-height: 28px;
    }

    .themeContentStyle6,
    h1 {
        font-size: 45px;
        line-height: 45px;
    }

    h2,
    .themeContentStyle7 {
        font-size: 45px;
        line-height: 45px;
        margin-top: 0;
    }

    .themeContentStyle8,
    h3 {
        font-size: 40px;
        line-height: 50px;
    }

    .themeContentStyle9,
    h4, h5, h6 {
        font-size: 30px;
        line-height: 40px;
    }

    /*.themeContentStyle5 {*/
    /*    font-size: 30px !important;*/
    /*    line-height: 40px !important;*/
    /*}*/
    #header #logo {
        transform: scale(.6);
        top: -25px !important;
    }

    html.animation-done #logo {
        top: -60px !important;
    }

    html[data-webcode="2"] #page #header {
        /*padding-top: calc(100vh - 300px);*/
    }

    #navigation_images {
        height: calc(100vh - 300px);
    }

    #sidebar {
        top: 35%;
    }

    #overlay_footer_links,
    #footer #footer_links {
        font-size: 18px;
    }

    #header_fixed {
        height: 100px;
        pointer-events: none;

        background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);

        transition: background 500ms ease-in-out;
    }

    .open_nav #header_fixed {
        background: transparent;
    }

    #open_search,
    .open_overlay {
        top: 25px;
        pointer-events: all;
    }

    .open_overlay {
        top: 0;
        right: 0;
        padding: 30px 25px 25px !important;
        height: 30px;
        width: 30px;
        box-sizing: content-box;
    }

    .open_overlay--breadcrumb {
        padding: 0 !important;
        top: -2px;
    }

    .open_overlay--breadcrumb .hamburger-menu {
        top: 0 !important;
    }

    .hamburger-menu,
    .hamburger-menu:after,
    .hamburger-menu:before {
        background: #203d75;
    }

    #logo {
        pointer-events: all;
    }

    html.open_nav #logo {
        opacity: 0 !important;
        transform: scale(.75) translateY(-100%) !important;
    }

    #slogan {
        transform: translateX(-50%) translateY(-50%) scale(.5);
    }

    #weinbarUhrzeit div.active {
        font-size: 24px;
    }

    #weinbarUhrzeit div {
        text-align: right;
    }

    #breadcrumb .sitemap_widget.breadcrumb {
        margin-top: 15px;
    }

    #breadcrumb .sitemap_widget.breadcrumb > ul {
        padding: 1px 20px 15px;
    }

    .open_overlay--wrapper > p {
        top: 2px;
    }

    /*#navigation_images .image__caption {*/
    /*    font-size: 150px;*/
    /*}*/

    #header__stoerer {
        top: calc(100vh - 181px) !important;
    }

    .themeContentStyle5 {
        font-size: 18px;
        line-height: 2 !important;
    }

    .themeContentStyle6:after, .themeContentStyle7:after, h1:after, h2:after {
        bottom: -60px;
    }

    .themeContentStyle6, .themeContentStyle7, h1, h2 {
        margin-bottom: 100px;
    }

    .speisekarte .kategorie .detail {
        padding: 10px !important;
    }

    .speisekarte .kategorie .speise .name {
        width: calc(100% - 70px) !important;
    }

    .speisekarte .kategorie .speise .preis {
        width: 70px;
    }

    .overlay_social {
        display: none;
    }

    #footer__top_links, #footer__top_rechts,#footer__top .content {
        float: none;
        width: 100%;
        padding: 20px;
        text-align: center !important;
    }

    #footer__top_links:before,#footer__top .content:before {
        display: none;
    }

    #footer__top_links p, #footer__top_rechts p,#footer__top .content p {
        font-size: 22px;
        line-height: 1.2;
    }

    #footer {
        padding-top: 20px;
    }

    #footer__top .footer__headline {
        font-size: 18px !important;
    }

    /*#header_news {*/
    /*    right: 50px;*/
    /*    !*max-width: 400px;*!*/
    /*    left: auto;*/
    /*    !*width: 100%;*!*/
    /*    !*padding: 0 50px;*!*/
    /*    bottom: 160px;*/
    /*    !*transform: translateX(-50%);*!*/
    /*}*/

    #header_news {
        max-width: 180px;
        width: 100%;
        bottom: 0;
        left: 10px;
        right: auto;
    }

    #header_news_close {
        top: -85px;
    }

    #header_news p:first-of-type {
        position: relative;
    }

    #header_news:after {
        /*background: rgba(32, 61, 117, 0.6);*/
        /*position: absolute;*/
        /*left: 0;*/
        /*top: 50%;*/
        /*transform: translateY(-50%);*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*padding-top: 0;*/
        /*border-radius: 0;*/
    }

    #header_news span {
        font-size: 1.3rem !important;
    }

    #header_news p:first-of-type {
        top: -15px;
    }

    #header_news .themeContentStyle12 {
        top: -10px;
        position: relative;
    }

    #navigation_wrapper {
        height: auto;
    }

    #sidebar ul li .fa-calendar {
        top: 0;
        left: 0;
    }

    #sidebar ul li .fa-clock-o {
        top: 1px;
        left: 1px;
    }

    #sidebar ul li .fa-phone {
        top: 2px;
        left: 2px;
    }

    #sidebar .toggle.search i {
        top: 1px;
        left: 1px;
        position: relative !important;
    }
}

@media (max-width: 650px) {
    #navigation_images .image__caption {
        font-size: 70px;
    }
}

@media (max-width: 520px) {
    #navigation_images .image__caption {
        font-size: 50px;
    }

    html.animation-done #open_corona img {
        opacity: 1;
        width: auto;
        position: relative;
        top: -2px;
    }

    #open_corona {
        background: none;
        font-size: 0;
        left: 55px;
    }

    #overlay_footer_links li {
        display: block;
    }

    #overlay_footer_links li a {
        font-size: 26px !important;
    }
}

@media (max-width: 500px) {
    h1, h2, h3, h4, h5, h6, a {
        -ms-hyphens: none !important;
        -webkit-hyphens: none !important;
        hyphens: none !important;
    }

    /*#header_news {*/
    /*    max-width: 180px;*/
    /*    width: 100%;*/
    /*    bottom: 140px;*/
    /*    left: 10px;*/
    /*    right: auto;*/
    /*}*/

    /*div#header_news span {*/
    /*    font-size: 1.3rem !important;*/
    /*}*/

    /*#header_news p:first-of-type {*/
    /*    top: -15px;*/
    /*}*/

    /*#header_news .themeContentStyle12 {*/
    /*    top: -10px;*/
    /*    position: relative;*/
    /*}*/
}

@media (max-width: 400px) {
    #header #nav > ul,
    #breadcrumb .sitemap_widget.breadcrumb > ul,
    #first_layer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    /*#navigation_images .image__caption {*/
    /*    font-size: 90px;*/
    /*}*/

    #header_news_close {
        top: -50px;
    }
}

@media (min-width: 760px) {
    #nav_overlay_mobile {
        display: none;
    }
}

.mobile .formularContainer input[type="text"],
.mobile .formularContainer input[type="password"],
.mobile .formularContainer input[type="number"],
.mobile .formularContainer input[type="date"],
.mobile .formularContainer input[type="submit"],
.mobile .formularContainer textarea {
    font-size: 1em;
}

#nav_overlay,
#nav_overlay_mobile {
    font-style: italic;
    transition-delay: 400ms;
}

#nav_overlay ul.menu ul,
#nav_overlay_mobile ul.menu ul {
    font-size: 20px;
}

#nav_overlay,
#nav_overlay_mobile {
    margin-top: 50px;
}

#nav_overlay .menu,
#nav_overlay_mobile .menu {
    min-height: 200px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 100%;
    padding-top: 10px;
}

#nav_overlay .overlay,
#nav_overlay_mobile .overlay {
    display: none;
}

#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper,
#nav_overlay .menu > .sliderWrapper > .slideWrapper {
    transform: translateX(calc(-100vw + 220px));
}

#nav_overlay .menu > .sliderWrapper > .slideWrapper > li,
#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li {
    width: calc(25% - 130px);
    opacity: 0.5;
    padding-top: 20px;
}

#nav_overlay .menu > .sliderWrapper > .slideWrapper > li:first-child + li,
#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li:first-child + li {
    opacity: 1;
}

#nav_overlay .menu > .sliderWrapper > .slideWrapper > li > a,
#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li > a {
    font-size: 40px;
    color: #C1AC75;
}

#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li > ul,
#nav_overlay .menu > .sliderWrapper > .slideWrapper > li > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 15px;
}

#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li > ul li,
#nav_overlay .menu > .sliderWrapper > .slideWrapper > li > ul li {
    line-height: 1.5;

}


#nav_overlay_mobile .menu > .sliderWrapper > .slideWrapper > li > ul > li.active > a,
#nav_overlay .menu > .sliderWrapper > .slideWrapper > li > ul > li.active > a {
    color: #C1AC75 !important;
}

.google_rating_value {
    text-align: center;
}

/* kacheln */
@media (max-width: 1500px) {
    .content.kachel_bild .themeContentStyle1 {
        font-size: 40px !important;
    }

    .content.kachel_bild .themeContentStyle2 {
        font-size: 50px !important;
    }
}

@media (max-width: 1200px) {
    .content.kachel_bild .themeContentStyle1 {
        font-size: 35px !important;
    }

    .content.kachel_bild .themeContentStyle2 {
        font-size: 45px !important;
    }
}

@media (max-width: 1000px) {
    #navigation_wrapper .open_overlay {
        display: none;
    }

    #page.hasNavigationWrapper .open_overlay {
        display: block !important;
    }
}

@media (max-width: 1100px) {
    .content.kachel_bild .themeContentStyle1 {
        font-size: 30px !important;
    }

    .content.kachel_bild .themeContentStyle2 {
        font-size: 30px !important;
    }
}

@media (max-width: 660px) {
    #header__reservieren a {
        display: none;
    }

    #header__reservieren {
        width: 30px;
        height: 33px;
        color: #203d75;
        background: none;
    }

    #header__reservieren i {
        display: block;
        font-size: 28px;
    }

    .open_overlay--breadcrumb {
        /*display: none;*/
    }
}

/*lightbox rundgang*/
body > div.pswp div.pswp__container iframe {
    height: calc(100% - 88px) !important;
    width: 100%;
    margin-top: 44px;
    margin-bottom: 44px;
}

/*body > div.pswp div.pswp__container iframe {*/
/*height: calc(100% - 60px);*/
/*top: 30px;*/
/*position: relative;*/
/*}*/
/*html[data-webcode="74"] .pswp__ui {*/
/*z-index: -1;*/
/*}*/
/*!*html[data-webcode="74"] .pswp__container:after {*!*/
/*!*content: '\f00d';*!*/
/*!*display: block;*!*/
/*!*position: absolute;*!*/
/*!*top: 45px;*!*/
/*!*font-size: 45px;*!*/
/*!*right: 30px;*!*/
/*!*font-family: FontAwesome;*!*/
/*!*color: #000000;*!*/
/*!*}*!*/
/*iframe .enuerto-tours-canvas .overlay-wrapper .overlay.sidebar button {*/
/*top: 50%;*/
/*transform: translateY(-50%);*/
/*}*/
#breadcrumb {
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}

html[data-webcode="9"] .pswp__ui,
html[data-webcode="2"] .pswp__ui {
    pointer-events: none;
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    pointer-events: all;
}

#header__stoerer {
    background: #de2b2b;
    position: absolute;
    left: 75px;
    top: 22px;
    margin: auto;
    cursor: pointer;
    font-size: 23px;
    color: #ffffff;
    opacity: 0;
    padding: 3px 5px 3px 9px;
    line-height: 25px;
    z-index: 100;
}

div#stoerer {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #203d74;
    text-align: center;
    height: auto;
    z-index: 20;
    color: #fff;
    transition: bottom 1s;
    display: flex;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    padding: 10px 50px;
}

#stoerer__close {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 12;
}

#stoerer__close:after {
    content: '';
    width: 30px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
    transform: rotate(45deg);
}

#stoerer__close:before {
    content: '';
    width: 30px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 13px;
    transform: rotate(-45deg);
}

div#stoerer a {
    color: #fff !important;
    text-decoration: underline !important;
}
