/*
Theme Name: Portalvorlage
Version: 1.3
Author: SiMedia GmbH
*/

@font-face {font-family:"Boucherie";src: url("/wp-content/fonts/boucherie_cursive_basic.woff2") format("woff2"); font-weight: 400; font-display: swap;}
@font-face {font-family:"Sen";src: url("/wp-content/fonts/sen-v5-latin-regular.woff2") format("woff2"); font-weight: 400; font-display: swap;}
@font-face {font-family:"Sen";src: url("/wp-content/fonts/sen-v5-latin-700.woff2") format("woff2"); font-weight: 700; font-display: swap;}

html, body {
    font-family: "Sen","Arial",sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000;
    font-weight: 400;
    background-color: #fff;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}
html, body, .openingHours a.txtLink {
    font-size: 16px;
    line-height: 1.6;
}
/*body.emptyTemplate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
b, strong {
    font-weight: 700;
}
a {
    color: #000;
}
a:hover {
    color: #07460f;
}
small, .footer .editorial {
    font-size: 0.8rem;
}
.footer .editorial .fullWidth {
    padding-bottom: 90px;
}
.editorial small br {
    display: none;
}
p {
    margin-bottom: 15px;
    margin-top: 0;
}
p:last-child, header p {
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    min-height: 1px;
}
.center, .h1Center .sc-header {
    text-align: center;
}
.center .SiListWidget/*, .center a.button*/ {
    text-align: left;
}
h1, .t1 {
    font-size: 1rem;
    font-family: "Sen","Arial",sans-serif;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin: 0;
    margin-bottom: 20px;
    clear: both;
}
h2, .t2, h3, .t3, h4, .t4, .noH2 h1, .quicklinks {
    font-family: "Sen","Arial",sans-serif;
    font-size: 32px;
    line-height: 1.3;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
}
.noH2 h1 {
    margin-top: 0;
}
h2, .t2 {
    font-size: 25px;
    font-weight: 400;
    color: #07460f;
}
h2.special, .t2.special, .noH2 h1 {
    font-family: "Boucherie","Arial",sans-serif;
    font-weight: 400;
    color: #07460f;
    text-transform: none;
    font-size: 36px;
    line-height: 1.1;
}
.christmasMarketsIntroTitle .t2.special {
    font-size: 25px;
}
h3, .t3 {
    font-size: 23px;
    font-weight: 400;
    color: #07460f;
}
h4, .t4, .siweather .t3, .siweather .t2, .txtLink, [data-accordion] [data-control] {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
}

hr {
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    width: 95px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: 0 0;
    border: 0;
    text-align: left;
    display: inline-block;
    clear: both;
    margin: 30px auto;
}
.bg2 hr {
    background-position: 0 0;
}

.sc-masterContainer {
    padding-top: 40px;
    margin-top: 60px;
}
.showHeaderSlider .sc-masterContainer {
    margin-top: 0;
}
ul {
    padding: 0 22px;
    margin: 0;
    margin-bottom: 15px;
}
ul li {
    margin-bottom: 15px;
}
ul li:last-child, ul li ul li {
    margin-bottom: 0;
}

.column {
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
    text-align: left;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}

.breadcrumb, .breadcrumb a {
    color: #adadad;
    font-size: 0.9rem;
}
.breadcrumb, .breadcrumb a:hover {
    color: #000;
}
.breadcrumb span br {
    display: none;
}

/*BG Colors Styles*/
.bg1 {
    background-color: #cd9354;
}
.bg2 {
    background-color: #a11e36;
}
.bg3 {
    background-color: #07460f;
}
.bg2, .bg2 a, .bg2 a.txtLink, .bg2 h1, .bg2 .t1, .bg2 h2, .bg2 .t2, .bg2 h3, .bg2 .t3, .bg2 h4, .bg2 .t4 {
    color: #fff;
}
.bg3, .bg3 a, .bg3 a.txtLink, .bg3 h1, .bg3 .t1, .bg3 h2, .bg3 .t2, .bg3 h3, .bg3 .t3, .bg3 h4, .bg3 .t4 {
    color: #fff;
}
/*.bg3 a.txtLink, .bg2 a.txtLink, .bg2 a.txtLink:hover {
    border-color: #fff;
}*/

/*EyecatcherBtn Styles*/
.eyecatcherBtn {
    background: #a11e36;
    height: 110px;
    width: 110px;
    display: flex;
    flex-direction: column;
    color: #fff;
    text-align: center;
    align-items: center;
    line-height: 1;
    font-size: 0.8rem;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 3;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}
.eyecatcherBtn b {
    display: block;
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 4px;
}
.eyecatcherBtn > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*Hover Effekt*/
.slick-arrow:hover, .quicklinks a:hover, [data-sigallery] img:hover, [data-sigallery] a:hover, [data-rel^=impressionGallery]:hover, .sc-menu li.logo_menu:hover, header .MainLogo a:hover, .siScrollToTop.show:hover, .tabs [data-control] button:hover {
    filter: brightness(1.06);
}

/*Wrapper Width Styles*/
.fullWidth {
    width: 100%;
}

.widthWrapper, .contentWrapper, .sc-header {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1665px;
}
.contentWrapper, .sc-header {
    max-width: 720px;
}
.widthWrapper .contentWrapper {
    width: 100%;
}

/*BoxLayout Styles*/
.boxLayout {
    display: flex;
    flex-direction: column;
}
.boxLayout .box:nth-child(2) {
    margin-top: 5%;
}
.change-order .boxLayout .box.textBox {
    order: 2;
}
.change-order .boxLayout .box:nth-child(2) {
    margin-top: 0;
    margin-bottom: 5%;
}


/*Padding & Margin Styles*/
.padding-top-xxl { padding-top: 70px; }
.padding-top-xl { padding-top: 70px; }
.padding-top-l { padding-top: 60px; }
.padding-top-m { padding-top: 60px; }
.padding-top-s { padding-top: 40px; }
.padding-top-xs { padding-top: 30px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 70px; }
.padding-bottom-xl { padding-bottom: 70px; }
.padding-bottom-l { padding-bottom: 60px; }
.padding-bottom-m { padding-bottom: 60px; }
.padding-bottom-s { padding-bottom: 40px; }
.padding-bottom-xs { padding-bottom: 30px; }
.padding-bottom-xxs { padding-bottom: 15px; }

.margin-top-xxl { margin-top: 70px; }
.margin-top-xl { margin-top: 70px; }
.margin-top-l { margin-top: 60px; }
.margin-top-m { margin-top: 60px; }
.margin-top-s, .MarketsWrapper .buttonsWrapper, .openingHours .buttonsWrapper, .openingHours .openingTable { margin-top: 40px; }
.margin-top-xs { margin-top: 30px; }
.margin-top-xxs { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 70px; }
.margin-bottom-xl { margin-bottom: 70px; }
.margin-bottom-l { margin-bottom: 60px; }
.margin-bottom-m { margin-bottom: 60px; }
.margin-bottom-s { margin-bottom: 40px; }
.margin-bottom-xs, .seoBoxesWrapper .BoxesWrapper .box, .faqContent .faqIntro { margin-bottom: 30px; }
.margin-bottom-xxs, .christmasmarketsBoxesWrapper .marketBox, .faqs .faqItem { margin-bottom: 15px; }


/*Button & TXT-Link Styles*/
.button {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    padding: 11px 22px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 30px;
    font-family: "Sen","Arial",sans-serif;
    position: relative;
    z-index: 1;
    -webkit-transition: background .5s ease, color .3s ease;
    -o-transition: background .5s ease, color .3s ease;
    transition: background .5s ease, color .3s ease;
    background: #cd9354;
    color: #fff;
    text-align: center;
}
.button:before {
    content: '';
    position: absolute;
    background: #cd9354;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 30px;
    left: 0;
    top: 50%;
    margin-top: -22px;
    z-index: -1;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
    display: none;
}
.button:hover:before, .seoBoxesWrapper .BoxesWrapper .box:hover .boxesButton a.button:before {
    width: 100%;
}
button, a.button {
    text-decoration: none;
}
.button:hover {
    background: #cd9354;
    color: #000;
}
.buttonsWrapper {
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.buttonsWrapper .button {
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 10px;
    width: calc(100% - 15px);
    box-sizing: border-box;
}
.bg1 .button {
    background:#a11e36;
    color: #fff;
}
.bg1 .button:hover {
    background: #fff;
    color: #a11e36;
}

a.txtLink {
    font-weight: 400;
    color: #07460f;
    display: inline-block;
    margin-bottom: 0;
    text-underline-offset: 3px;
}
a.txtLink:hover {
    color: #cd9354;
}
.buttonsWrapper a.txtLink {
    margin-top: 10px;
}
.buttonsWrapper a.txtLink:first-child {
    margin-top: 0;
}
.bg1 a.txtLink:hover {
    color: #a11e36;
}
a.txtLink.external:after {
    content: "";
    width: 17px;
    height: 17px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: -90px -1183px;
}
a.txtLink.external:hover:after, .bg2 a.txtLink.external:hover:after, .bg3 a.txtLink.external:hover:after {
    background-position: -60px -1183px;
}
.bg1 a.txtLink.external:hover:after {
    background-position: -30px -1183px;
}
.bg2 a.txtLink.external:after, .bg3 a.txtLink.external:after {
    background-position: -0px -1183px;
}

/*Slick Styles*/
.slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    border: 0;
    background: #cd9354;
    position: absolute;
    top: 50%;
    left: 20px;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px;
    background-position: 0 -650px;
}
.slick-next.slick-arrow {
    right: 20px;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
button.slick-arrow {
    font-size: 0;
}
.showHeaderSlider .headerSlider .slick-arrow, .showHeaderSlider .headerSlider .slick-next.slick-arrow {
    left: 50%;
    margin-left: -50px;
    margin-top: 0;
    top: initial;
    bottom: 20%;
}
.showHeaderSlider .headerSlider .slick-next.slick-arrow {
    margin-left: 0;
}

ul.slick-dots {
    position: absolute;
    bottom: 10%;
    padding: 0;
    margin: 0;
    line-height: 0;
    width: 100%;
    text-align: center
}
ul.slick-dots li {
    display: inline-block;
    margin-bottom: 0
}
ul.slick-dots li button {
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 50%;
    border: 2px solid #000;
    font-size: 0;
    margin: 0 2px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(50,50,50,0.8);
    box-shadow: 0 1px 1px 0 rgba(50,50,50,0.8);
    cursor: pointer;
    padding: 0
}
.slick-dots li.slick-active button {
    background: #000
}
.slick-arrow:focus, ul.slick-dots li button:focus {
    outline: 0
}

.headerSlider .slick-arrow, .headerSlider ul.slick-dots li button {
    border-color: #fff;
}
.headerSlider .slick-dots li.slick-active button {
    background: #fff
}

/*Lightcase Styles*/
[data-sigallery] img:hover, [data-sigallery] a:hover, [data-rel^=impressionGallery]:hover {
    cursor: pointer;
}
.lightcase-icon-close:before {
    text-shadow: 0px 0px 1px #adadad;
}


/*Accordion Styles*/
[data-accordion] [data-control] {
	position: relative;
	padding: 6px;
	padding-left: 0;
	margin-bottom: 10px;
	padding-right: 40px;
	border-bottom: 1px solid #000;
}
[data-accordion] [data-control] {
	position: relative;
	padding-right: 30px;
	cursor: pointer;
}
[data-accordion].accordion.open [data-content] {
    padding-bottom: 20px;
}
[data-accordion]>[data-control]:after {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 3px;
	z-index: 10;
	cursor: pointer;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	/*-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;*/
}
[data-accordion].open>[data-control]:after {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
    top: 14px;
}


/*Tabs Styles*/
.tabs {
    position: relative;
}
.bg1 .tabs [data-control], .bg2 .tabs [data-control], .bg3 .tabs [data-control] {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.bg1 .widthWrapper .tabs [data-control], .bg2 .widthWrapper .tabs [data-control], .bg3 .widthWrapper .tabs [data-control] {
    margin-left: -20px;
    margin-right: -20px;
}
.tabs [data-control] {
    overflow-x: auto!important;
    white-space: nowrap;
}
.bg1 .widthWrapper .tabs:before, .bg2 .widthWrapper .tabs:before, .bg3 .widthWrapper .tabs:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 52px;
    width: 30px;
    z-index: 1;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(270deg, rgba(255,255,255,0.8939950980392157) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(270deg, rgba(255,255,255,0.8939950980392157) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(270deg, rgba(255,255,255,0.8939950980392157) 0%, rgba(255,255,255,0) 100%);
    pointer-events: none;
}
.tabs [data-control] button {
    border: 0;
    color: #fff;
    padding: 14px 17px;
    cursor: pointer;
    position: relative;
    margin-right: 0;
    background: #a11e36;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    font-family: "Sen","Arial",sans-serif;
}

.tabs [data-control] button:last-child {
    margin-right: 0;
}
.tabs [data-control] button.active {
    background: #cd9354;
    color: #fff;
    filter: none;
    cursor: initial;
}
.tabs [data-control] button:focus {
    outline: none;
}
.tabs [data-content] {
    margin-top: 30px;
}

/*SiTable Styles*/
.SiTable table {
    border: 0;
    border-collapse: collapse;
    line-height: 1.3;
    background: #fff;
    width: 100%;
}
.SiTable td {
    padding: 7px;
    border: 1px solid #000;
}
.SiTable tr:nth-child(odd) {
    background: #adadad
}
.SiTable table tr:nth-child(1) {
    background: #cd9354;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.scrollableArea {
    overflow-x: auto!important;
    white-space: nowrap;
    width: 100%;
}

/*Opening Table Styles*/
.openingTable .groupInner div {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cd9354;
    margin-bottom: 8px;
    padding-bottom: 5px;
}
.openingTable .groupInner div, .openingTable .group {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
}
.openingTable .groupInner div:last-child {
    margin-bottom: 22px;
}
.openingTable .groupInner div span:nth-child(2) {
    text-align: right;
    margin-left: 10px;
}
.openingHours:not(.bg1) .openingTable strong {
    color: #cd9354;
}

/*.openingTable {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.group {
    background: #e90f37;
    color: #fff;
    width: 48%;
    padding: 15px;
    box-sizing: border-box;
    font-size: 18px;
    margin-bottom: 5%;
}*/
/*_____  ------  _____ ------  _____ HEADER _____  ------  _____ ------  _____*/
header {
    position: relative;
}
/*Mobile Top Bar Styles*/
.resMenu {
    position: fixed;
    background: #a11e36;
    width: 100%;
    height: 60px;
    z-index: 30;
    top: 0;
    left: 0;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
.showHeaderSlider .resMenu {
    top: -60px;
}
.scrolled .showHeaderSlider .resMenu {
    top: 0;
}
.resMenu button.SiMenuToggle {
    position: fixed;
    left: 0;
    top: 0;
    height: 60px;
    width: 80px;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin-top: 0;
    padding: 15px 20px;
}
.resMenu button.SiMenuToggle:focus {
    outline: none;
}
.resMenu button.SiMenuToggle .line {
    background: #fff;
    height: 3px;
    width: 100%;
    display: block;
    line-height: 2px;
    margin-bottom: 8px;
}
.resMenu button.SiMenuToggle .line:last-child {
    margin-bottom: 0;
}
.resMenu a.button {
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin-top: 0;
}
.resMenu a.button:first-child, .resMenu a.button:nth-child(2) {
    display: inline-block;
}

/*Desktop Top Bar Styles*/
.topBar {
    position: fixed;
    right: 0;
    bottom: -100px;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-transition: bottom .5s ease;
    -o-transition: bottom .5s ease;
    transition: bottom .5s ease;
}
.scrolled .topBar, .SiMenuOpen .topBar {
    bottom: 2vh;
    bottom: calc(calc(var(--vh, 1vh) * 2) - 5px);
}
.topBar a.button {
    width: 50%;
    display: none;
    text-align: center;
    margin-top: 0;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}
.topBar a.button:hover {
    color: #fff;
}
.topBar a.button:nth-child(1) {
    display: inline-block;
}
.error404 .topBar, .topBar a.button::before {
    display: none;
}

/*Menu Styles*/
.sc-menu a {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    color: #000;
}
.sc-menu a br {
    display: none;
}
.sc-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    vertical-align: top;
}
.SiMenu, .SiMenuDesktop {
    display: none;
    text-align: center;
}
.SiMenu.active {
    display: block;
    background: #434343;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 20vh;
    margin: auto;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
}
/*.SiMenu .menu-menu-1-container {
    margin-top: 140px;
}*/
.sc-menu li.submenuarrow {
    position: relative;
}
.menu-hauptmenue-container, .menu-menu-1-container {
    margin-top: 105px;
}
.menu-hauptmenue-container .current-menu-parent a, .menu-hauptmenue-container .current-menu-parent ul li.current-menu-item a, .menu-hauptmenue-container .current-menu-item > a, 
.menu-menu-1-container .current-menu-parent a, .menu-menu-1-container .current-menu-parent ul li.current-menu-item a, .menu-menu-1-container .current-menu-item > a {
    text-decoration: underline;
}
.menu-hauptmenue-container .current-menu-parent ul li a, .menu-menu-1-container .current-menu-parent ul li a {
    text-decoration: none;
}
.SiMenu .logo_menu, .SiMenuDesktop .sc-menu li.hideMenuItem, .SiMenu .sc-menu li.hideMenuItem {
    display: none;
}
.SiMenu ul.sc-menu li a {
    background: #cd9354;
    padding: 15px 20px;
    padding-right: 50px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.SiMenu ul.sc-menu li.submenuActive a {
    margin-bottom: 0;
}
ul.sc-menu li ul li a {
    display: flex;
    align-items: center;
}
.SiMenu ul.sc-menu li ul li a {
    background: #fff;
    border-bottom: 1px solid #cd9354;
}
.SiMenu ul.sc-menu li ul li a:hover, .SiMenu ul.sc-menu li ul li.current-menu-item a {
    background: #e5e5e5;
}
ul.sc-menu li ul li a:before {
    content: "";
    width: 37px;
    min-width: 37px;
    height: 40px;
    margin-right: 12px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 1500px 1500px;
    background-position: 0px 0;
    background-size: 780px;
}
ul.sc-menu li ul li.special_link a:before {
    background-position: -58px 0;
}
.SiMenu .sc-menu li ul li a {
    margin-top: 0px;
}
.SiMenu ul, .SiMenuDesktop ul {
    list-style: none;
    padding:0;
    margin:0;
}
.SiMenu li>ul, .SiMenuDesktop li>ul {
    display:none;
}
.SiMenu li>ul.active, .SiMenuDesktop li>ul.active, .SiMenuDesktop .sc-menu li>ul li {
    display: block;
}

.SiMenuDesktop li>ul.active {
    position: fixed;
    z-index: 10;
    background: #fff;
    border: 1px solid #cd9354;
    min-width: 80%;
    width: 60vw;
    left: 125px;
    top: -100%;
    text-align: left;
    padding: 30px;
    /*padding-bottom: 55px;*/
    box-sizing: border-box;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
.onTop .SiMenuDesktop li>ul.active {
    visibility: hidden;
}
.scrolled .SiMenuDesktop li>ul.active, .onTop.scrolled .SiMenuDesktop li>ul.active {
    top: 89px;
    visibility: visible;
}
.SiMenuDesktop li>ul:before, .SiMenuDesktop li>ul:after {
    content: "";
    background: #cd9354;
    position: absolute;
    width: calc(100% - 15px);
    height: 3px;
    bottom: -4px;
    left: -4px;
}
.SiMenuDesktop li>ul:after {
    height: calc(100% - 15px);
    width: 3px;
}
/*.SiMenu .sc-menu li a {
    margin-top: 15px;
}*/
.SiMenu button, .SiMenuDesktop button {
    background: transparent;
    border: 0;
    padding: 0;
}
.SiMenu button:focus, .SiMenuDesktop button:focus {
    outline: none;
}
.SiMenu button.close-button {
    position: fixed;
    top: 11px;
    left: 20px;
    font-size: 0;
    width: 30px;
    height: 30px;
    -webkit-filter: initial;
    filter: initial;
    cursor: pointer;
    z-index: 50;
    margin-top: 0;
}
.SiMenu button.close-button::before, .SiMenu button.close-button::after {
    content: " ";
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    top: 13px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.SiMenu button.close-button::after {
    bottom: -8px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.submenu-button {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    border: 0;
    background: transparent;
    z-index: 9;
    cursor: pointer;
    padding: 0;
    border-bottom: 2px solid #a11e36;
    border-left: 2px solid #a11e36;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.submenuActive .submenu-button {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: 0px;
}
.sc-menu a:hover .submenu-button, .hasSubmenu.submenuActive .submenu-button, .sc-menu li a[aria-current] .submenu-button {
    border-color: #000;
}
/*.hasSubmenu.current-menu-parent > a, .sc-menu li a[aria-current] {
    text-decoration: underline;
}*/
.SiMenu .menuHeader:before {
    height: 50px;
    content: "";
    z-index: 10;
    box-sizing: border-box;
    background: #A11E36;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.SiMenu .menuHeader .resMenuLogo:before {
    content: "";
    background: #434343;
    width: 80px;
    height: 45px;
    left: 50%;
    position: absolute;
    top: 22px;
    z-index: -1;
    margin-left: -40px;
    border-radius: 60px 60px 0 0;
}
.SiMenu.active:after {
    content: "";
    background: #434343;
    width: 100%;
    height: 105px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}
.SiMenu .menuHeader .resMenuLogo {
    position: fixed;
    height: 90px;
    z-index: 10;
    top: 0;
    width: 50px;
    left: 50%;
    margin-left: -25px;
}
.SiMenu .menuHeader .resMenuLogo a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.SiMenu .menuHeader .resMenuLogo .resMenuLogoText {
    font-size: 23px;
    margin-top: -5px;
    display: none;
}
.SiMenu .menuFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.SiMenu .quicklinks:before {
    content: "";
    display: block;
    width: 100%;
    height: 14vw;
    background-image: url(/wp-content/graphics/wave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: -10px;
}
.SiMenu .quicklinks:after {
    content: "";
    background: #fff;
    height: calc(100% - 13vw);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.SiMenu .quicklinks a {
    display: none;
    margin: 10px;
    font-size: 12px;
}
.SiMenu .quicklinks a:nth-child(1), .SiMenu .quicklinks a:nth-child(2), .SiMenu .quicklinks a:nth-child(3) {
    display: block;
}

/*SiMenuDesktop*/
.SiMenuDesktop .sc-menu li.submenuarrow > a {
    padding-right: 10px;
    text-decoration: none;
}
.SiMenuDesktop .sc-menu li.submenuActive, .SiMenuDesktop .sc-menu li.current_page_parent {
    border-bottom: 2px solid #a11e36;
}
.SiMenuDesktop .sc-menu li {
    display: inline-block;
    margin-right: 35px;
}
.SiMenuDesktop .sc-menu li ul li {
    margin-right: 0;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 22px;
}
.SiMenuDesktop .sc-menu li ul li a {
    font-size: 20px;
    text-transform: none;
}
.SiMenuDesktop .sc-menu li ul li a:hover, .SiMenuDesktop .sc-menu li ul li.current-menu-item > a {
    color: #cd9354;
}
.SiMenuDesktop .sc-menu li ul li.special_link a:hover, .SiMenuDesktop .sc-menu li ul li.special_link.current-menu-item > a {
    color: #07460f;
}
.SiMenuDesktop li.submenuarrow a {
    padding-right: 17px;
}
.SiMenuDesktop .sc-menu a br {
    display: block;
}
/*Menu Arrows*/
.SiMenuDesktop li.submenuarrow > a:after, .SiMenu li.submenuarrow > a:after {
    content: " ";
    width: 10px;
    height: 10px;
    margin-left: 8px;
    margin-top: 2px;
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
    position: absolute;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a:after, .SiMenu li.submenuarrow.submenuActive>a:after {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
    margin-top: -3px;
}
.SiMenu li.submenuarrow > a:after {
    right: 20px;
    top: 50%;
    margin-top: -8px;
}
.SiMenuDesktop li.submenuarrow>a:after {
    top: 33px;
}
/*.SiMenuDesktop li.submenuarrow > a:hover:after, .SiMenu li.submenuarrow > a:hover:after {
    border-color: #a11e36;
}*/
.hasSubmenu.current-menu-parent > a, .sc-menu li a[aria-current]:hover:after, .SiMenuDesktop li.submenuarrow.current-menu-parent > a:hover:after {
    border-color: #000;
}


/*Anchor Menu Styles
.anchorMenuWrapper {
    margin: 0 auto;
    overflow: auto;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    max-width: unset;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
    top: 0;
}
.anchorMenuTop .anchorMenuWrapper, .onTop .anchorMenuTop .anchorMenuWrapper {
    position: absolute;
	top: -150px;
}

.anchorMenuWrapper.fixed, .scrolled .anchorMenuTop .anchorMenuWrapper {
	position: fixed;
	top: 60px;
	z-index: 10;
    left: 0;
    box-sizing: border-box;
    background-color: #cd9354;
    padding: 6px 5%;
}
.anchorMenuWrapper a {
	margin-right: 30px;
    border-bottom: 0;
    margin-top: 0;
}
.anchorMenuWrapper a:last-child {
	margin-right: 0;
}
.anchorMenuWrapper a:hover, .anchorMenuWrapper a.sianchorActive {
    border-bottom: 2px solid #000;
}
.anchorMenuWrapper a:hover {
    border-color: #a11e36;
}*/


/*Main Logo Styles*/
header .MainLogo {
    width: 17%;
    top: -5%;
    margin: 0;
    position: absolute;
    left: 60px;
    margin-top: 0;
    padding: 0;
    height: auto;
    z-index: 25;
    box-sizing: border-box;
    -webkit-transition: top .5s ease;
    -o-transition: top .5s ease;
    transition: top .5s ease;
}
header .MainLogo img {
    margin: auto;
    display: block;
    -webkit-filter: drop-shadow(3px 4px 8px white);
    filter: drop-shadow(3px 4px 8px white);
}
.scrolled header .MainLogo {
    top: -20%;
}


.resMenu .resMenuLogo {
    position: absolute;
    top: 10px;
    left: 73px;
    height: 45px;
}
.resMenu .resMenuLogo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.resMenu .resMenuLogo img {
    height: 65px;
    width: 37px;
    min-width: 37px;
    margin-right: 8px;
    margin-top: -22px;
}
.resMenuLogo .resMenuLogoText {
    color: #fff;
    font-family: "Boucherie","Arial",sans-serif;
    font-size: 22px;
}


/*Language Selector Styles*/
.sc-language-selector, .menuLanguageSelector {
    position: fixed;
    top: 75px;
    right: 25px;
    z-index: 1;
    color: #fff;
    font-size: 0.7em;
}
.sc-language-selector {
    display: none;
    color: #a11e36
}
.sc-language-selector a, .menuLanguageSelector a {
    text-decoration: none;
    text-transform: uppercase;
}
.sc-language-selector ul, .menuLanguageSelector ul {
    margin: 0;
    padding: 0;
}
.sc-language-selector ul li, .menuLanguageSelector ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 8px;
}
.sc-language-selector ul li a:after, .menuLanguageSelector ul li a:after {
    content: "|";
    padding-left: 8px;
}
.sc-language-selector ul li:last-child a:after, .menuLanguageSelector ul li:last-child a:after {
    display: none;
}
.sc-language-selector ul li:last-child, .menuLanguageSelector ul li :last-child {
    margin-right: 0;
}
.menuLanguageSelector {
    top: 12px;
    z-index: 49;
    text-align: center;
}
.menuLanguageSelector a {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
}

/*Header Slider Styles*/
.headerSlider {
    display: none;
    position: relative;
}
.showHeaderSlider .headerSlider {
    display: block;
    overflow: hidden;
}
.showHeaderSlider .headerSlider .sc-slideshow img {
    max-width: 100%;
    height: auto;
}
.showHeaderSlider .headerSlider:after{
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    position: absolute;
    bottom: -2px;
    background-image: url(/wp-content/graphics/wave.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.showHeaderSlider:not(.headerPortraitActive) .headerSlider {
    aspect-ratio: 2100/1050;
}

/*Fullscreen Header Slider Styles*/
.showHeaderSlider.headerPortraitActive .headerSlider, .showHeaderSlider.headerPortraitActive .headerSlider .sc-slideshow {
    height: calc(100vh - 0px)!important;
    height: calc(calc(var(--vh, 1vh) * 100) - 0px)!important;
    overflow: hidden;
}
.showHeaderSlider.headerPortraitActive .headerSlider .sc-slideshow img {
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

/*Fullscreen HeaderSlider END*/


/*_____  ------  _____ ------  _____ FOOTER _____  ------  _____ ------  _____*/

.footer {
    text-align: center;
    clear: both;
}
.footer .logo-simedia {
    vertical-align: middle;
    margin-bottom: 6px;
}
.footerContent img {
    background-color: #07460f;
}

/*Footerbereich Styles*/
.quicklinks {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.quicklinks a {
    text-decoration: none;
    margin: 15px;
}
.quicklinks a:before {
    content: "";
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0px -900px;
    position: relative;
    margin: auto;
    margin-bottom: 5px;
}
.quicklinks a.map:before {
    background-position-x: -100px;
}
.quicklinks a.videos:before {
    background-position-x: -200px;
}
.quicklinks a.facebook:before {
    background-position-x: -300px;
}
.quicklinks a.instagram:before {
    background-position-x: -400px;
}

/*SiScrollToTop Styles*/
.siScrollToTop {
    width: 35px;
    height: 35px;
    position: fixed;
    bottom: -40px;
    right: 25px;
    background: #a11e36;
    z-index: 100;
    cursor: pointer;
    transition: bottom .5s ease;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}
.siScrollToTop.show {
    bottom: 2vh;
    bottom: calc(calc(var(--vh, 1vh) * 2) - 0px);
}
.siScrollToTop:after, .siScrollToTop:before {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(-45deg) translate(0%,-50%);
    -ms-transform: rotate(-45deg) translate(0%,-50%);
    transform: rotate(-45deg) translate(0%,-50%);
    left: 6px;
    top: 50%;
}
.siScrollToTop:after {
    right: 6px;
    left: auto;
    -webkit-transform: rotate(45deg) translate(0%,-50%);
    -ms-transform: rotate(45deg) translate(0%,-50%);
    transform: rotate(45deg) translate(0%,-50%);
}


/*Boxes Styles*/
.BoxesWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.BoxesWrapper .box {
    width: 100%;
    box-sizing: border-box;
}
.BoxesWrapper .box a {
    text-decoration: none;
}
.BoxesWrapper .box:last-child {
    margin-bottom: 0;
}


.seoBoxesWrapper .BoxesWrapper {
    margin-left: -20px;
    margin-right: -20px;
}
.seoBoxesWrapper .BoxesWrapper .box {
    cursor: pointer;
}
.seoBoxesWrapper .BoxesWrapper .box img {
    margin-bottom: 15px;
}
.seoBoxesWrapper .BoxesWrapper .box .boxText {
    text-align: left;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
}
.seoBoxesWrapper .BoxesWrapper .box .boxText .t4 {
    margin-bottom: 5px;
}

/*Christmas market Styles*/
.christmasmarketsBoxesWrapper {
    text-align: left;
}
.christmasmarketsBoxesWrapper .boxLayout {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.christmasmarketsBoxesWrapper .boxLayout .box {
    width: calc(100% - 75px - 20px);
    margin-top: 0;
}
.christmasmarketsBoxesWrapper .boxLayout .box.marketImage, .christmasmarketsBoxesWrapper .boxLayout .box.marketImage img {
    width: 75px;
}
.christmasmarketsBoxesWrapper .marketTitle {
    font-size: 20px;
    line-height: 1.3;
}
.christmasmarketsBoxesWrapper .marketBox {
    width: 100%;
    border-bottom: 2px solid #cd9354;
    padding-bottom: 32px;
    position: relative;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
.christmasmarketsBoxesWrapper a.marketBox {
    text-decoration: none;
}
.christmasmarketsBoxesWrapper .marketBox:hover {
    color: #cd9354;
}
.christmasmarketsBoxesWrapper .marketBox .marketInfoText, .christmasmarketsBoxesWrapper .marketBox .marketLocation {
    position: absolute;
    left: 0;
    bottom: -1px;
    font-size: 18px;
}
.christmasmarketsBoxesWrapper .marketBox .marketLocation {
    left: initial;
    right: 0;
}
.christmasmarketsBoxesWrapper .marketBox .marketLocation:before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 18px;
    margin-right: 7px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: 0px -1131px;
}

.christmasmarketsBoxesWrapper .marketBox:hover .marketLocation:before {
    background-position: -30px -1131px;
}
.christmasmarketsBoxesWrapper .marketBox .marketInfoText {
    background: #cd9354;
    padding: 4px 8px;
    color: #a11e36;
    line-height: 1;
}

.christmasMarketsIntroTitle .t2.special {
    display: flex;
    justify-content: space-between;
}
.christmasMarketsIntroTitle .t2.special:before {
    content: "";
    width: 100px;
    min-width: 100px;
    height: 145px;
    display: block;
    margin-right: 30px;
    margin-bottom: -100px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: -1000px -348px;
}


/*FAQ Styles*/
.faqContent .schemaOrg {
    height: 0;
    visibility: hidden;
}
.faqContent .faqItem {
    background: #cd9354;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.faqContent .faqItem.imgItem {
    padding: 0;
}
.faqContent .faqItem .faqAnswer {
    font-size: 18px;
}
.faqContent h3.faqQuestion {
    margin-bottom: 5px;
}
.faqContent .faqItem.packageIcon {
    padding-bottom: 110px;
}
.faqContent .faqItem.packageIcon:after {
    content: "";
    width: 50px;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: -1000px 0;
}
.faqContent .faqItem.packageIcon.packageIcon02:after {
    background-position: -1000px -150px;
    width: 70px;
}
.faqWrapper {
    position: relative;
}
.faqWrapper:before, .impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    content: "";
    width: 70px;
    height: 75px;
    display: block;
    position: absolute;
    right: 20px;
    top: -60px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 1500px 1500px;
    background-position: 0px 0;
    z-index: 1;
    opacity: 0.60;
}
.faqWrapper:before {
    width: 55px;
    right: 0;
}
.faqWrapper:before {
    z-index: -1;
}

/*Impressionen Galerie Styles*/
.impressionsGallery .galleryItem, .impressionsGalleryWrapper, .accomSite .allAccomWidget {
    position: relative;
}
.impressionsGallery .galleryItem.videoItem:after, .impressionsGallery .galleryItem.panoramaItem:after {
    content: "";
    position: absolute;
    width: 75px;
    height: 47px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
    opacity: 0.40;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: 0 -499px;
}
.impressionsGallery .galleryItem.panoramaItem:after {
    background-position: -629px -499px;
}
.impressionsGallery .galleryItem.videoItem:hover:after, .impressionsGallery .galleryItem.panoramaItem:hover:after {
    opacity: 0.65;
}
/*PopUp image description/caption*/

#lightcase-case #lightcase-info {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding-top: 0;
    bottom: 0;
    z-index: 1;
}

#lightcase-case #lightcase-info #lightcase-caption, .impressionsGallery .galleryItem .imageCaption {
    font-family: "Sen","Arial",sans-serif;
    background: #fff;
    padding: 10px;
    color: #000;
    text-shadow: none;
    font-weight: 400;
    font-size: 0.9rem;
}
.impressionsGallery .galleryItem .imageCaption {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 10px;
    box-sizing: border-box;
    max-width: calc(100% - 40px);
    font-family: "Boucherie","Arial",sans-serif;
    background: rgb(255 255 255 / 45%);
    font-size: 1.3rem;  
    line-height: 1.3;  
}
.faqWrapper:before, .impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    right: 0;
    top: -50px;
    width: 70px;
    height: 75px;
}
.accomSite .allAccomWidget:before {
    top: -105px;
    z-index: 0;
}

/*siweather Styles */
.siweather .bg2 {
    background-color: #08460f;
    padding: 5px 12px!important;
}
.siweather .t3 {
    margin-top: 35px;
}



/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  @Media Max-width Styles Start <<<--- */
@media (max-width: 600px) {
.SiMenu .quicklinks a:before {
    background-size: 1500px 1500px;
    background-position: 0 -675px;
    width: 30px;
    height: 30px;
}
.SiMenu .quicklinks a.map:before {
    background-position-x: -75px;
}
.SiMenu .quicklinks a.videos:before {
    background-position-x: -150px;
}
}


/* --->>>  @Media Min-width Styles Start <<<--- */
@media (min-width: 335px) {
.resMenuLogo .resMenuLogoText {
    font-size: 27px;
}
}

@media (min-width: 380px) {
.SiMenu li.submenuarrow>a:after {
    right: inherit;
    margin-left: 10px;
    top: 16px;
    margin-top: 0;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a:after, .SiMenu li.submenuarrow.submenuActive>a:after {
    margin-top: 6px;
}
.resMenu .resMenuLogo {
    left: 115px;
}
}

@media (min-width: 500px) {
.buttonsWrapper .button {
    width: auto;
}
.button {
    font-size: 18px;
}
}

@media (min-width: 600px) {
.SiMenu .menuHeader .resMenuLogo .resMenuLogoText  {
    display: block;
}
.SiMenu.active:after {
    height: 135px;
}
.menu-hauptmenue-container, .menu-menu-1-container {
    margin-top: 135px;
}
.SiMenu.active {
    padding-bottom: 30vh;
}
.SiMenu ul.sc-menu li a {
    padding: 20px;
}
.SiMenu li.submenuarrow>a:after {
    top: 24px;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a:after, .SiMenu li.submenuarrow.submenuActive>a:after {
    margin-top: 6px;
}
/*Tabs Styles*/
.tabs [data-control] {
    overflow-x: initial!important;
}
.bg1 .tabs [data-control], .bg2 .tabs [data-control], .bg3 .tabs [data-control] {
    border: 0;
}
.bg1 .widthWrapper .tabs [data-control], .bg2 .widthWrapper .tabs [data-control], .bg3 .widthWrapper .tabs [data-control] {
    margin-left: 0;
    margin-right: 0;
}
.bg1 .widthWrapper .tabs:before, .bg2 .widthWrapper .tabs:before, .bg3 .widthWrapper .tabs:before {
    display: none;
}

.christmasMarketsIntroTitle .t2.special {
    justify-content: space-around;
}
}

@media (min-width: 640px) {
/*Impressionen Galerie Styles*/
.impressionsGallery {
    overflow: hidden;
}
.impressionsGallery .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}
.impressionsGallery .slick-slide {
    margin: 0 15px;
}
.sc-menu a {
    font-size: 16px;
}
html, body, h1, .t1 {
    font-size: 20px;
}
h2, .t2, .christmasMarketsIntroTitle .t2.special {
    font-size: 35px;
}
h2.special, .t2.special, .noH2 h1 {
    font-size: 52px;
}
h3, .t3 {
    font-size: 30px;
}
h4, .t4, .siweather .t3, .siweather .t2, .quicklinks {
    font-size: 22px;
}

/*Christmas market Styles*/
.christmasmarketsBoxesWrapper .boxLayout .box {
    width: calc(100% - 100px - 20px);
}
.christmasmarketsBoxesWrapper .boxLayout .box.marketImage, .christmasmarketsBoxesWrapper .boxLayout .box.marketImage img {
    width: 100px;
}
.christmasmarketsBoxesWrapper .marketBox {
    width: calc(50% - 12px);
    margin-bottom: 24px;
}


.faqs {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
.faqs .faqItem {
    margin-bottom: 24px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    page-break-inside: avoid;
}
.faqContent .faqItem:first-child {
    margin-top: 50px;
}
.faqWrapper:before, .impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    width: 95px;
    height: 100px;
    top: -150px;
    background-size: 2000px;
}
.impressionsGalleryWrapper:before {
    top: -60px;
}
}

@media (min-width: 800px) {
.SiMenu .menuHeader .resMenuLogo .resMenuLogoText {
    font-size: 44px;
}
.SiMenu.active:after {
    height: 180px;
}
.menu-hauptmenue-container, .menu-menu-1-container {
    margin-top: 180px;
}
.MarketsWrapper .tabs [data-control] {
    text-align: center;
}
.MarketsWrapper .tabs [data-control] button {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 5px;
    background: #fff;
    color: #000;
    margin: 35px 12px 20px 12px;
    border: 1px solid #000;
}
.MarketsWrapper .tabs [data-control] button.active {
    background: #cd9354;

}
.MarketsWrapper .tabs [data-control] button:before {
    content: "";
    width: 30px;
    height: 60px;
    display: block;
    position: absolute;
    top: -54px;
    left: 50%;
    margin-left: -15px;
    background-image: url(/wp-content/graphics/vectors_sprites.svg);
    background-size: 2000px 2000px;
    background-position: 0 -1240px;
}
.MarketsWrapper .tabs [data-control] button:hover {
    transform: rotate(3deg);
}
.MarketsWrapper .tabs [data-control] button:hover:before {
    transform: rotate(0deg);
}
}

@media (min-width: 994px) {
/*Wrapper Width Styles*/
.contentWrapper, .sc-header, .BoxesWrapper .box {
    max-width: 870px;
}

.padding-top-xxl { padding-top: 170px; }
.padding-top-xl { padding-top: 150px; }
.padding-top-l { padding-top: 120px; }
.padding-top-m { padding-top: 90px; }
.padding-top-s { padding-top: 50px; }
.padding-top-xs { padding-top: 30px; }
.padding-top-xxs { padding-top: 15px; }

.padding-bottom-xxl { padding-bottom: 170px; }
.padding-bottom-xl { padding-bottom: 150px; }
.padding-bottom-l { padding-bottom: 120px; }
.padding-bottom-m { padding-bottom: 90px; }
.padding-bottom-s { padding-bottom: 50px; }
.padding-bottom-xs { padding-bottom: 30px; }
.padding-bottom-xxs { padding-bottom: 15px; }

.margin-top-xxl { margin-top: 170px; }
.margin-top-xl { margin-top: 150px; }
.margin-top-l, .impressionsGallery { margin-top: 120px; }
.margin-top-m { margin-top: 90px; }
.margin-top-s, .MarketsWrapper .buttonsWrapper, .openingHours .buttonsWrapper, .openingHours .openingTable { margin-top: 50px; }
.margin-top-xs { margin-top: 30px; }
.margin-top-xxs { margin-top: 15px; }

.margin-bottom-xxl { margin-bottom: 170px; }
.margin-bottom-xl { margin-bottom: 150px; }
.margin-bottom-l, .impressionsGallery { margin-bottom: 120px; }
.margin-bottom-m { margin-bottom: 90px; }
.margin-bottom-s { margin-bottom: 50px; }
.margin-bottom-xs, .christmasmarketsBoxesWrapper .marketBox, .faqs .faqItem { margin-bottom: 30px; }
.margin-bottom-xxs { margin-bottom: 15px; }

hr {
    margin: 50px auto;
}

html, body, h1, .t1, .txtLink, .openingHours a.txtLink, .faqContent .faqItem .faqAnswer {
    font-size: 22px;
}
h1, .t1 {
    margin-bottom: 30px;
}
h2, .t2  {
    font-size: 55px;
    margin-bottom: 50px;
}
h2.special, .t2.special, .noH2 h1, .christmasMarketsIntroTitle .t2.special {
    font-size: 70px;
    margin-bottom: 30px;
}
h3, .t3 {
    font-size: 42px;
    margin-bottom: 30px;
}
h4, .t4, .siweather .t3, .siweather .t2, .christmasmarketsBoxesWrapper .marketTitle, .openingHours {
    font-size: 30px;
}
.footer .editorial .fullWidth {
    padding-bottom: 50px;
}

.button, .bg1 .button {
    background: transparent;
    color: #000;
    text-align: left;
}
.center a.button {
    text-align: left;
}
.button:before {
    display: block;
}
.button:hover, .topBar a.button {
    background: #cd9354;
    color: #fff;
}
.topBar a.button:hover {
    color: #000;
}
.bg1 .button:before {
    background: #a11e36;
}
.bg1 .button:hover {
    background: #a11e36;
    color: #fff;
}

.topBar {
    width: auto;
    right: 75px;
}
.topBar a.button {
    width: auto;
}
.scrolled .topBar, .SiMenuOpen .topBar {
    bottom: 18px;
}
.hideTopBarDeskotp .topBar, .error404 .topBar {
    display: none;
}

.siScrollToTop.show  {
    bottom: 23px;
}

.footerLinks {
    display: flex;
    justify-content: space-between;
}
.footerLinks .footerLinkBox {
    margin-bottom: 0;
    width: 33.333%;
}

.quicklinks a:before {
    width: 70px;
    height: 70px;
    background-position-y: -1000px;
    margin-bottom: 12px;
}

.boxLayout {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}
.boxLayout .box {
    width: 47.5%;
}    
.boxLayout .box:nth-child(2), .change-order .boxLayout .box:nth-child(2) {
    margin-top: 0;
    margin-bottom: 0;
}
.change-orderDesktop .boxLayout .box.textBox, .change-order.change-orderDesktop .boxLayout .box.slideshowBox, .change-order.change-orderDesktop .boxLayout .box.imageBox {
    order: 2;
}

.seoBoxesWrapper .BoxesWrapper {
    margin-left: 0;
    margin-right: 0;
}
.BoxesWrapper .box {
    width: calc(33.333% - 25px);
}
.BoxesWrapper:after {
    content: "";
    width: calc(33.333% - 25px);
}

.christmasMarketsIntroTitle .t2.special:before {
    width: 245px;
    min-width: 245px;
    height: 385px;
    margin-bottom: -245px;;
    background-size: 1500px;
    background-position: -861px -256px;
}
.christmasMarketsIntroTitle .t2.special {
    justify-content: space-between;
}


.faqWrapper:before, .impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    opacity: 1;
}
}


@media (min-width: 1200px) {
.slick-arrow {
    width: 66px;
    height: 66px;
    margin-top: -33px;
    background-position-y: -750px;
}
.showHeaderSlider .headerSlider .slick-arrow {
    margin-left: -112px;
}
.showHeaderSlider .headerSlider .slick-next.slick-arrow {
    margin-left: -12px;
}
/*Main Logo Styles*/
header .MainLogo {
    top: -10%;
}
/*Desktop Header Styles*/
.sc-masterContainer {
    margin-top: 90px;
}
.showHeaderSlider .headerSlider {
    display: block;
}
.showHeaderSlider .headerSlider, .showHeaderSlider .headerSlider .sc-slideshow, .showHeaderSlider .headerSlider .sc-slideshow .slick-list, .showHeaderSlider .headerSlider .sc-slideshow .slick-list .slick-slide > div {
    height: calc(100vh - 90px)!important;
    height: calc(calc(var(--vh, 1vh) * 100) - 90px)!important;
}
.showHeaderSlider .headerSlider .sc-slideshow img {
    object-fit: cover;
    height: 100%;
}
.showHeaderSlider:not(.headerPortraitActive) .headerSlider {
    aspect-ratio: initial;
}
.resMenu {
    display: none;
}
.SiMenuDesktop {
    height: 90px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    position: fixed;
    z-index: 35;
    background: #cd9354;
    width: 100%;
    top: 0;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}
.menu-hauptmenue-container, .menu-menu-1-container {
    margin-top: 0;
}

.SiMenuDesktop {
    padding-left: 130px;
}
.SiMenuDesktop .sc-menu li.logo_menu {
    display: none;
}
.showHeaderSlider .SiMenuDesktop {
    top: calc(100vh - 90px);
    background: #fff;
}
.scrolled .showHeaderSlider .SiMenuDesktop {
    top: 0;
    background: #cd9354;
    box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
}

.SiMenuDesktop .sc-menu li.logo_menu {
    background-image: url(/wp-content/graphics/vectors_logo-sticky.svg);
    background-repeat: no-repeat;
    width: 53px;
    height: 101px;
    font-size: 0;
    position: absolute;
    left: 45px;
    top: -25px;
    margin-left: 0;
    -webkit-transition: visibility .3s ease;
    -o-transition: visibility .3s ease;
    transition: visibility .3s ease;
    display: block;
}
.SiMenuDesktop .sc-menu li.logo_menu a {
    height: 100%;
    font-size: 0;
}
.showHeaderSlider .SiMenuDesktop .sc-menu li.logo_menu {
    visibility: hidden;
}
.scrolled .showHeaderSlider .SiMenuDesktop .sc-menu li.logo_menu {
    visibility: visible;
}

header .eyecatcherBtn {
    width: 180px;
    height: 180px;
    top: initial;
    bottom: 5vh;
    bottom: calc(calc(var(--vh, 1vh) * 5) - 0px);
    right: 3%;
    font-size: 0.9rem;
}
header .eyecatcherBtn b {
    font-size: 1.2rem;
    margin-bottom: 8px;
}

.MarketsWrapper .tabs [data-control] button {
    width: 130px;
    height: 130px;
}

.sc-language-selector, .home .sc-language-selector {
    display: block;
    z-index: 21;
    top: 100px;
}

}

@media (min-width: 1400px) {
.SiMenuDesktop {
    padding-left: 180px;
}
.SiMenuDesktop li>ul.active {
    left: 180px;
}
/*.SiMenuDesktop li>ul.active {
    padding-bottom: 100px;
}*/
.sc-language-selector, .home .sc-language-selector, .scrolled .showHeaderSlider .sc-language-selector {
    display: block;
    z-index: 45;
    bottom: initial;
    top: 30px;
    font-weight: 700;
    font-size: 20px;
}
.showHeaderSlider .sc-language-selector {
    top: initial;
    bottom: 30px;
}
header .MainLogo {
    left: 5%;
}
.christmasmarketsBoxesWrapper .marketBox {
    width: calc(33.333% - 25px);
}
.impressionsGallery .galleryItem.videoItem:after, .impressionsGallery .galleryItem.panoramaItem:after {
    background-position: -150px -499px;
    width: 187px;
    height: 115px;
}
.impressionsGallery .galleryItem.panoramaItem:after {
    background-position: -399px -499px;
}
/*FAQ Styles*/
.faqs, .SiMenuDesktop li>ul.active {
    width: 100%;;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 35px;
    -moz-column-gap: 35px;
    column-gap: 35px;
}
.SiMenuDesktop li>ul.active {
    width: calc(100vw - 364px);
}
.faqContent .faqItem {
    padding: 40px 50px;
}
.faqContent .faqItem:first-child {
    margin-top: 0;
}
.faqContent .faqItem.packageIcon {
    padding-bottom: 175px;
}
.faqContent .faqItem.packageIcon:after {
    width: 90px;
    height: 125px;
    bottom: 25px;
    right: 50px;
    background-position: -1150px 0;
}
.faqContent .faqItem.packageIcon.packageDesktopLeft:after {
    right: initial;
}
.faqContent .faqItem.packageIcon.packageIcon02:after {
    background-position: -1150px -150px;
    width: 125px;
}
.faqWrapper:before, .impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    width: 235px;
    height: 250px;
    top: -100px;
    right: 2.5%;
    z-index: 1;
    background-size: 5000px;
}
.impressionsGalleryWrapper:before, .accomSite .allAccomWidget:before {
    top: -375px;
}
}

@media (min-width: 1650px) {
.editorial small br {
    display: block;
}
.SiMenuDesktop .sc-menu li {
    margin-right: 6vw;
}

.christmasMarketsIntroTitle {
    position: relative;
}
.christmasMarketsIntroTitle .t2.special {
    max-width: calc(100% - 550px);
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.christmasMarketsIntroTitle .t2.special:before {
    background-size: 2000px;
    background-position: -1150px -350px;
    width: 260px;
    min-width: 260px;
    height: 500px;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: -80px;
}
}

@media (min-width: 1750px) {
.faqContent .faqItem.packageIcon.packageDesktopRight:after {
    right: -25px;
}
.faqContent .faqItem.packageIcon.packageDesktopLeft:after {
    right: initial;
    left: -25px;
}
.sc-menu a {
    font-size: 19px;
}
.SiMenuDesktop li.submenuarrow>a:after {
    top: 39px;
}
.SiMenuDesktop li.submenuarrow.submenuActive>a:after, .SiMenu li.submenuarrow.submenuActive>a:after {
    margin-top: 9px;
}
}


/* --------------------------------------------------------------------------------------------------------------------------------------------------*/
/* --->>>  eAssistant Formular Styles <<<--- */
.sc-layout .form .be-contact-label {
    display: block!important;
}
.sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea > span {
    font-weight: normal;
    cursor: pointer;
    background: #000;
    padding: 15px 25px!important;
    text-transform: uppercase;
    color: #fff!important;
    text-decoration: none;
    display: inline-block;
    font-family: "Sen","Arial",sans-serif;
    font-size: 17px;
    border-radius: 0;
    line-height: 1.5;
    letter-spacing: 2px;
}
.sc-layout .form .be-widget-buttonArea {
    margin-top: 15px;
}
.sc-layout .form .be-widget-button:hover, .sc-layout .form .be-widget-buttonArea > span:hover {
    background: #a11e36;
}
.sc-layout .form .be-contact-formField, .sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-textArea, .sc-layout .form .becontact-label, .sc-layout .form .be-contact-formField select, .sc-layout .form .full, .sc-layout .form .be-contact-confirmationText  {
    font-family: "Sen","Arial",sans-serif;
    color: #000;
    font-size: 17px;
    line-height: 1.5;
    width: 100%;
    box-sizing: border-box;
}
.sc-layout .form #eassistant input {
    margin-left: 0;
    margin-right: 6px;
}
.sc-layout .form #eassistant input, .sc-layout .form .be-contact-formField select {
    padding: 5px 10px;
    width: 100%;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select {
    height: 30px;
}
.sc-layout .form .be-contact-textArea {
    min-height: 150px;
    padding: 5px 10px;
}
.sc-layout .form #Privacy {
    width: 100%;
}
.sc-layout .form #Privacy a {
    text-decoration: underline;
}
.sc-layout .form #Privacy a:hover {
    color: #a11e36;
}
.sc-layout .form #eassistant #Privacy input {
    margin-left: 0;
    width: auto;
}
.sc-layout .form #eassistant ::-webkit-input-placeholder { 
    color: #000;
}
.sc-layout .form #eassistant ::-moz-placeholder {
    color: #000;
}
.sc-layout .form #eassistant :-ms-input-placeholder { 
    color: #000;
}
.sc-layout .form #eassistant :-moz-placeholder { 
    color: #000;
}



@media (min-width: 994px){
.sc-layout .form .be-contact-formField {
    width: 50%;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select, .sc-layout .form .seperate .be-contact-label, .sc-layout .form #Comment, .sc-layout .form #eassistant input, .sc-layout .form .be-contact-formField select {
    width: calc(100% - 15px);
    min-width: 0;
}
.sc-layout .form .full {
    clear: both;
    width: 100%;
}
.sc-layout .form #Kontaktperson {
    clear: both;
}
.sc-layout .form .be-contact-formField, .sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-textArea, .sc-layout .form .be-contact-label, .sc-layout .form .be-contact-formField select, .sc-layout .form .be-contact-confirmationText, .sc-layout .form .full  {
    font-size: 20px;
}
.sc-layout .form .be-contact-textField, .sc-layout .form .be-contact-formField select {
    height: 40px;
}
.sc-layout .form .be-widget-button, .sc-layout .form .be-widget-buttonArea>span {
    font-size: 20px;
    padding: 15px 25px!important;
}
}


/* --->>>  @Media Max-Height Styles Start <<<--- */
@media (max-height: 600px) {
.SiMenu .menuFooter {
    display: none;
}
.SiMenu.active {
    padding-bottom: 30px;
}
.SiMenu .menuHeader .resMenuLogo .resMenuLogoText {
    font-size: 27px;
}
.SiMenu.active:after {
    height: 135px;
}
.menu-hauptmenue-container, .menu-menu-1-container {
    margin-top: 135px;
}
}