
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.inner {
  margin: 0 auto;
}

.container {
  box-sizing: border-box;
}

body {
    font-family: 'Karla', sans-serif;
    font-size: 15px;
}

.noOverflow {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

* {
    -webkit-tap-highlight-color: transparent;
}

body {
  --containerWidth: 100%;
}

@media (min-width: 576px) {
  body {
    --containerWidth: 540px;
  }
}

@media (min-width: 768px) {
  body {
    --containerWidth: 720px;
  }
}

@media (min-width: 992px) {
  body {
    --containerWidth: 960px;
  }
}

@media (min-width: 1200px) {
  body {
    --containerWidth: 1140px;
  }
}

@media (min-width: 1400px) {
  body {
    --containerWidth: 1320px;
  }
}

body {
  --containerMarginWidth: calc( (100vw - var(--scrollbarWidth) - var(--containerWidth)) / 2 );
  --containerMarginWidthRel: calc( (100% - var(--containerWidth)) / 2 );
  --bildSpalteWidth: calc( var(--containerWidth) / 100 * 25.7 + var(--containerMarginWidth) );
}

p, td {
  line-height: 19px;
}

p {
  margin-bottom: 24px;
  max-width: 700px;
}

.col-md-6 p {
  max-width: 500px;
}

p.nurBold {
  margin-left: 15px;
  font-weight: bold;
}

p.boldTest {
  margin-left: 15px;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #000;
  margin: 25px 0;
}

a ,a:visited,a:active  {
  color: #000;
}

a:hover {

}

a[href^="tel:"] {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

@supports (font-variation-settings: normal) {
  p.boldTest {
    font-family: 'Karla VF', 'Karla', sans-sans-serif;
    font-weight: 730;
  }
}

h1,h2,h3,h4 {
  font-family: 'Playfair', serif;
  font-style: normal;
  font-weight: bold;
}

.subline {
  font-family: 'Playfair', serif;
  font-style: italic;
  font-size: 40px;
  letter-spacing: -1.2px;
  line-height: 1;
}

p.subline {
  max-width: none;
}

h1 ~ .subline {
  margin-top: -3px;
  margin-bottom: 24px;
}

h1:not(:has(+ .subline)) {
  margin-bottom: 24px;
}

.header_layout_1 {
  margin-bottom: 50px;
}

.startseite h1 {
  font-size: 64px;
  letter-spacing: -0.3px;
  margin-top: 0;
}

.startseite h2, .bildlinksrechtstextmitbutton h2 {
  font-size: 56px;
  letter-spacing: -0.3px;
}

.pageInner {
  margin-top: 135px;
}

.pageInner h1 {
  margin-top:0;
}

#willkommen header.container, #preise header.container {
  padding:0;
}

h1 {
  font-size: 56px;
  line-height: 50px;
  letter-spacing: -0.3px;
  margin-top: 120px;
}

h2 {
  font-size: 32px;
  letter-spacing: -0.6px;
}

h3 {
  font-size: 22px;
  letter-spacing: -0.4px;
}

#partner h3 {
  font-size: 26px;
  letter-spacing: -0.5px;
}

.h2-groesser {
  font-size: 42px;
  margin-bottom: 40px;
  letter-spacing: -0.4px;
}



#willkommen, #karte, #oeffnungszeiten, #rundgang {
  width: calc(50% - 85px);
  float: left;
  min-height: 200px;
}

#willkommen {
  box-sizing: border-box;
  padding-left: 20px;
}

#slider, #anreise, #preise, #cafe {
  width: calc(50% + 85px);
  float: left;
  min-height: 200px;
}

#karte, #oeffnungszeiten, #rundgang {
  width: calc(50% - 115px);
}

#anreise, #preise, #cafe {
  width: calc(50% + 115px);
}

#willkommen .inner, #rundgang .inner {
  margin-left: var(--containerMarginWidth);
}

#oeffnungszeiten .inner,
#preise .inner,
#cafe .inner,
#rundgang .inner
{
  margin-top: 70px;
  margin-bottom: 110px;
}

#oeffnungszeiten .inner {
  margin-left: var(--containerMarginWidth);
}

#oeffnungszeiten header .subline, .bildlinksrechtstextmitbutton .subline, #oeffnungszeiten h3 {
  font-size: 32px;
  line-height: 28px;
  letter-spacing: -1px;
  margin-bottom: 30px;
  margin-top: -8px;
}

#oeffnungszeiten h3 {
  color: #FFDF43;
  margin-top: 35px;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 24px;
}

#c683 h3 {
  margin-top: 35px;
  margin-bottom: 24px;
  /* font-style: italic;
  font-weight: normal;
  font-size: 32px;
  line-height: 28px;
  letter-spacing: -1px; */
}

#oeffnungszeiten table {
  font-size: 17px;
  line-height: 20px;
}

#oeffnungszeiten table td {
  padding: 15px 0;
  padding-right: 10px;
}

#oeffnungszeiten table td:last-child {
  padding-right: 0;
}

#preise .inner, #cafe .inner {
  margin-left: 160px;
}

.kanteDiagonal::before {
  content:'';
  position: absolute;
  left:0;
  top:0;
  height: 100%;
  width: 115px;
  background: linear-gradient(to left bottom, transparent 50%, #000 50.3%);
}

#cafe.kanteDiagonal::before {
  background: linear-gradient(to right bottom, #fff 50%, transparent 50.3%);
}

#preise table {
  margin-top: 12px;
  font-size: 17px;
  max-width: 460px;
}

#preise table td {
  padding: 9px 0;
}

#preise table td:first-child {
  width: 75%;
}

#anreise h2, #anreise h3 {
  margin-left: 58px;
  margin-bottom: 18px;
}

#anreise {
  padding-top: 70px;
  padding-left: 160px;
  padding-bottom: 80px;
  box-sizing: border-box;
}

#anreise table {
  max-width: 560px;
  margin-bottom: 45px;
}

#c592 table {
  margin-bottom: 0;
}

#anreise hr {
  max-width: 560px;
  margin-top: 10px;
}

#anreise table td {
  vertical-align: middle;
  padding-bottom: 17px;
  padding-right: 10px;
}

#oeffnungszeiten {
  background: #000;
  color: #fff;
}

#oeffnungszeiten header {
  color: #FFDF43;
}

#rundgang .kleinesBildMitButtonUndText .bild {
  margin-left: -55px;
  max-width: 100%;
}

.kleinesBildMitButtonUndText .bild img {
  max-width: 100%;
}

.kleinesBildMitButtonUndText .bild {
  position: relative;
  float:left;
  margin-right: 55px;
}

.kleinesBildMitButtonUndText .textCol {
  float:left;
  max-width: 320px;
}

.kleinesBildMitButtonUndText h2 {
  margin-bottom: 20px;
}

.kleinesBildMitButtonUndText.bildButton .textCol {
  float:left;
  max-width: 190px;
}

.kleinesBildMitButtonUndText.bildButton .linkPosCenterBottom {
  bottom: -18px;
}

.kleinesBildMitButtonUndText.bildButton .bild {
  margin-right: 33px;
}

#ticketKaufen {
  position: absolute;
  bottom: -32px;
  z-index: 100;
  left: -68px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 32px;
}

#ticketKaufen.button::after {
  background: #FFDF43;
}

#ticketKaufen img {
  vertical-align: middle;
}

#ticketKaufen span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
  position: relative;
}


#cafe {
  background: #F5F5F5;
}

#cafe video {
  max-width: 560px;
  height: auto;
}

#willkommen {
  padding-top: 136px;
}

#slider {
  position: relative;
}

#slider, #slider .slickItem {
  height: 634px;
}

#slider .slick-next, .horizontalScroll .slick-next {
  right: 25px;
  width: 25px;
  height: 45px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-right-white.svg');
}

.horizontalScroll .slick-next {
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-right-black.svg');
  right: -70px;
}

.horizontalScroll .slick-next:focus,
.horizontalScroll .slick-next:hover {
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-right-black.svg');
}

.horizontalScroll .slick-next.slick-disabled {
  background: none;
}

#slider .slick-prev, .horizontalScroll .slick-prev {
  left: 120px;
  z-index: 2;
  width: 25px;
  height: 45px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-left-white.svg');
}

.horizontalScroll .slick-prev {
  left: -70px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-left-black.svg');
}

.horizontalScroll .slick-prev:focus,
.horizontalScroll .slick-prev:hover {
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-left-black.svg');
}

.horizontalScroll .slick-prev.slick-disabled {
  background: none;
}

#slider .slick-prev::before,
#slider .slick-next::before,
.horizontalScroll .slick-prev::before,
.horizontalScroll .slick-next::before {
  display: none;
}

.overlay {
  height: 100%;
  width: 170px;
  background: linear-gradient(to right bottom, #fff 50%, transparent 50.3%);
  position: absolute;
  z-index:2;
}

#slider .slickItem {

}

#slick-tooltip {
  position: absolute;
  visibility: hidden;
  background: #fff;
  color: #000;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.1;
  z-index: 999;
  --pointerWidth: 8px;
  --pointerHeight: 12px;
  max-width: 132px;
  word-wrap: break-word;
  text-align: center;

}

#slick-tooltip.active {
  background: #FFDF43;
}

#slick-tooltip::after {
  border-left: var(--pointerWidth) solid transparent;
  border-right: var(--pointerWidth) solid transparent;
  border-top: var(--pointerHeight) solid #fff;
  content: '';
  position: absolute;
  left: calc(50% - var(--pointerWidth));
  bottom: calc(-1 * var(--pointerHeight));
}

#slick-tooltip.active::after {
  border-top: var(--pointerHeight) solid #FFDF43;
}



#slider .slick-dots {
  bottom: 30px;
}

.slickItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#pageHeader {
  background-color: #FFDF43;
  height: 126px;
  width: 100%;
}

#pageHeader > .inner {
  position: relative;
  max-width: 1400px;
}

#logoLink {
  height: 126px;
  display: block;
  float:left;
  margin-right: 35px;
}

@media (min-width: 1555px) {
  #logoLink {
    margin-left: -70px;
  }
}

#logoLink img {
  height: 100%;
  width: auto;
}

#topNav {
  text-transform: uppercase;
  display: inline-block;
  margin-top: 87px;
}


#topNav li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 22px;
  position: relative;
  padding: 5px 8px;
}

/* #topNav > ul > li > label:hover::after */

#topNav > ul > li > a:hover::after, #topNav li:hover ul::before {
  content:'';
  position: absolute;
  height:5px;
  width: 100%;
  left:0;
  right:0;
  bottom:-17px;
  background: #000;
}

#topNav li:hover ul::before {
  width: calc(100% - 16px);
}

#topNav li ul::before {
  visibility: visible;
  top:-5px;
  bottom:unset;
}

#topNav li > a, #topNav li > label {
  /* color: #FFDF43; */
  position: relative;
}

#topNav li:last-child {
  margin-right: 0;
}

#topNav a {
  color: #000;
  text-decoration: none;
}

@supports (font-variation-settings: normal) {
  #topNav li {
    font-family: 'Karla VF', 'Karla', sans-serif;
    font-weight: 730;
  }
}

#topNav li ul {
  width: 100%;
  visibility: hidden;
  background: #FFDF43;
  position: absolute;
  top: 39px;
  text-align: left;
  font-family: 'Karla', sans-serif;
  font-size: 15px;
  text-transform: none;
  white-space: nowrap;
  z-index: 3;
  padding-bottom: 11px;
}

#topNav li :checked ~ ul {
  visibility: visible;
  width: auto;
  left: -22px;
}

#topNav li ul li {
  display: block;
  margin-bottom: 15px;
  padding: 0 30px;
}

@supports (font-variation-settings: normal) {
  #topNav li ul li {
    font-weight: 500;
  }
}

#topNav li ul li:first-child {
  margin-top:30px;
}

#topNav li ul li a {
  width: 100%;
}

#topNav label {
  cursor: pointer;
}

#topNav li:hover :checked ~ ul::before {
  display: none;
}

#topNav li :checked ~ ul::after {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-top: 12px solid black;
  content:'';

  position: absolute;

  top:0;
  left:30px;
}

#topNav li ul a:hover {
  /* font-weight: bold; */
  /* text-shadow: 1px 0 0 currentColor; */
  /* text-decoration: underline; */
}

#topNav li ul a:hover::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: -1;
}

#menuButton, #closeMenuButton {
  display: none;
}

#infoboxPos {
  position: absolute;
  right: 0;
  top: 82px;
  z-index: 2;
  display: inline-block;
}

#infoboxPos.fixed {
  position: fixed;
  top: 0;
  right: unset;
}

#infobox {
  transform: skewX(-15deg);
  text-align: center;
  text-transform: uppercase;
  width: 195px;
}

#infobox .oeffnungszeiten {
  color: #FFDF43;
  padding: 12px;
  position: relative;
}

#infobox .text {
  font-size: 16px;
  text-transform: none;
}

#infobox .uc {
  text-transform: uppercase;
}

#infobox .fett {
  font-size: 14px;
  font-weight: bold;
}

@supports (font-variation-settings: normal) {
  #infobox .fett {
    font-family: 'Karla VF', 'Karla', sans-serif;
    font-weight: 730;
  }
}

#infobox .oeffnungszeiten .inner, #infobox .informationen .inner {
  transform: skewX(15deg);
}

#infobox .informationen {
  padding: 12px;
  position: relative;
  user-select: none;
}

#infobox .informationen {
  padding: 12px;
  position: relative;
}

#infobox .informationen img {
  display: none;
}

#infobox label {
  cursor: pointer;
}

#infobox .bg {
  background: #000;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index: -1;
}

#infobox .informationen .bg {
  background: #FFDF43;
}

main {
  min-height: 54vh;
  padding-bottom: 150px;
}

.startseite main {
  padding-bottom: 0;
}

main > .bildMitZweiSpalten:last-child, main > .bildlinksrechtstextmitbutton:last-child {
  margin-bottom: -150px;
}

main > .container header.container {
  padding: 0;
}

.oeffnungszeiten img {
  float:left;
  display: block;
  position: relative;
  top:2px;
}
.oeffnungszeiten .text {
  text-align: left;
  float:left;
  display: block;
  margin-left:5px;
  width: calc(100% - 30px);
}

#infoboxMenu {
  visibility: hidden;
  margin-top:6px;
  padding: 20px 15px;
  background: #FFDF43;
  position: relative;
  text-align: left;
}

#infoboxMenu a, #infoboxMenu a:visited, #infoboxMenu a:active {
  font-size: 14px;
  text-decoration: none;
  display: block;
  line-height: 42px;
}

#infoboxMenu a:hover {
  text-decoration: underline;
}


#showInfoboxMenu:checked ~ #infoboxMenu {
  visibility: visible;
}


.infoboxUntenWrap {
  text-align: center;
  width: 195px;
  position: relative;
  left: -12px;
  height: 0;
}

#infoboxMenuIcon {
  display:block;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
  z-index: 1;
  top: -6px;
}

#infoboxMenuIcon::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;

  border-top: 12px solid black;
  content:'';
  position: absolute;
}

#infoboxMenu .icon {
  display: inline-block;
  width: 42px;
  line-height: 100%;
  vertical-align: middle;
}

#aktuelles {
  background: #FFDF43;
}

#aktuelles h2 {
  color: #fff;
  font-size: 100px;
  font-family: 'Playfair', serif;
  position: relative;
  top: -17px;
}


.playfairItalicMid {
  font-size: 24px;
  font-family: 'Playfair', serif;
  font-style: italic;
  line-height: 1;
}

.playfairItalic, #anreise h3 {
  font-size: 32px;
  font-family: 'Playfair', serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.grossSans {
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.4px;
  font-family: 'Karla';
  font-weight: normal;
  max-width: none;
}

.diagonal {
  position: relative;
  display:inline-block;
}

.diagonal:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:-82.6%;
    background:#fff;
    z-index:-1;
    transform: skewX(-14deg);
    transform-origin:0 0;
    z-index: 1;
}

#partner {
  background: #ececec;
  padding-top: 70px;
  padding-bottom: 135px;
}

.partner {
  background: #fff;
  height: 100%;
  padding: 40px 30px;
  max-width: 370px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.partner h3 {
  margin-bottom: 22px;
  max-width: 270px;
}

.linkPosCenterBottom {
  text-align: center;
  position: absolute;
  left:0;
  right:0;
  bottom: -22px;
}

a.button {
  text-decoration: none;
  color: #FFDF43;
  font-size: 16px;
  font-weight: bold;
  font-family: 'Karla', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}

a.button:hover {
  color: #000;
}

@supports (font-variation-settings: normal) {
  a.button {
    font-family: 'Karla VF', 'Karla', sans-serif;
    font-weight: 730;
  }
}

.button {
  position: relative;
  z-index: 0;
  padding: 13px 18px;
  cursor: pointer;
}

.button::after {
  content:'';
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:9px;
  background:#000;
  z-index:-1;
  transform: skewX(-20deg);
  transform-origin:0 0;
}

.button:hover::after {
  background:#FFDF43;
}

.button.hoverLine:hover span::after {
  bottom: -2px;
}

.button.hoverLine:hover::after {
  background:#000;
}

.button.hoverLine:hover {
  color:#FFDF43;
}

a.button.gelb {
  color:#000;
}

a.button.gelb::after {
  background: #FFDF43;
}

a.button.gelb:hover {
  color:#FFDF43;
}

a.button.gelb:hover::after {
  background: #000;
}

.zweiSonder .bildWrap {
  width: 40%;
}

.sonderausstellung {
  background: #4A4A4A;
  position: relative;
}

.sonderausstellung .bildWrap {
  position: absolute;
  width: 34%;
  height: 100%;
}

.sonderausstellung .bildWrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.sonderausstellung .bildWrap::after {
  content:'';
  height: 100%;
  width: 90px;
  background: linear-gradient(to left bottom, #4A4A4A 50%, transparent 50.3%);
  position: absolute;
  z-index: 2;
  top:0;
  right:0;
}

.sonderausstellung .eckdaten {
  float:left;
  color: #fff;
  padding-left: 80px;
  margin-left: 34%;
}

.sonderausstellung .sonder {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin-top:50px;
}

.sonderausstellung .datum {
  font-size: 30px;
  font-weight: bold;
  margin-top: 12px;
}

.sonderausstellung h2 {
  font-size: 40px;
  margin-top: 10px;
  margin-right: 10px;
  color: #FFDF43;
  font-family: 'Playfair', serif;
  letter-spacing: -0.5px;
}

.sonderausstellung .ort {
  font-size: 17px;
  margin-top: 30px;
  margin-bottom: 78px;
}

.sonderausstellung .ort p {
  margin-bottom:0;
}

.sonderausstellung .button {
  margin-left: 9vw;
  display: inline;
}

#eventlist {
  margin-top: 115px;
}

.frame-type-schlossevents_eventterminliste #eventlist {
  margin-top: 60px;
}

#eventlist .noResults, #loadingMessage {
  text-align: center;
  padding-top: 60px;

  /* font-family: 'Playfair', serif;
  font-style: italic;
  font-size: 40px; */
  font-size: 36px;
  letter-spacing: -1.2px;
  line-height: 1.2;

}

#weitereTermine {
  margin-top: 20px;
  margin-bottom: 120px;
  text-align: center;
}

#weitereTermineLaden {
  cursor: pointer;
}

#weitereTermineLaden span {
  vertical-align: middle;
}

#weitereTermineLaden img {
  vertical-align: middle;
}

.event {
  border-top: 6px solid #FFDF43;
  border-bottom: 4px solid #FFDF43;
  margin-bottom: 40px;
  position: relative;
}

.event.geschlossen {
  border-top-color: #D9D9D9;
  border-bottom-color: #D9D9D9;
}

.event.geschlossen .details {
  background: #D9D9D9;
}

.event.kategorien {
  border-top-color: #4A4A4A;
  border-bottom-color: #4A4A4A;
}

.event.kategorien .details {
  background: #4A4A4A;
  color: #FFDF43;
}

.event > div {
  float:left;
}

.event > div.clearfix {
  float:none;
}

.event .label {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left:0;
  top: -6px;
  text-transform: uppercase;
  padding: 7px;
  padding-left:40px;
  padding-right:20px;
}

.event .label.kanteDiagonal::before {
  width: 10px;
  left: auto;
  right: -10px;
}

.event .label.ausgebucht.kanteDiagonal::before {
  background: linear-gradient(to right bottom, #C90000 50%, transparent 50.3%);
}

.event .label.geschlossen.kanteDiagonal::before {
  background: linear-gradient(to right bottom, #D9D9D9 50%, transparent 50.3%);
}

.event .label.kategorien.kanteDiagonal::before {
  background: linear-gradient(to right bottom, #4A4A4A 50%, transparent 50.3%);
}

.event .label.geschlossen {
  background: #D9D9D9;
  color: #000;
}

.event .label.kategorien {
  background: #4A4A4A;
  color: #FFDF43;
}


.event .label.ausgebucht {
  background: #C90000;
  color: #fff;
}

.event .wochentag {
  width: 50px;
  margin-top: 45px;
  margin-left: 34px;
  margin-bottom: 40px;
  font-size: 48px;
  letter-spacing: -1.4px;
  font-family: 'Playfair', serif;
  font-style: italic;
}

.event .datum {
  width: 60px;
  margin-top: 40px;
  margin-left: 42px;
  font-size: 54px;
  letter-spacing: -1.1px;
  font-family: 'Playfair', serif;
  font-weight: bold;
}

.event .eckdaten {
  margin-top: 35px;
  margin-left: 140px;
}

.event .details {
  float: none;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #FFDF43;

  color: #000;
  font-weight: bold;
  padding: 0 32px;
  padding-left: 66px;
  font-size: 16px;
}

.event .details::before {
  content: '';
  height: 100%;
  width: 48px;
  background: linear-gradient(to right bottom, #fff 50%, transparent 50.3%);
  position: absolute;
  top: 0;
  left: 0;
}

.event h2 {
  font-size: 26px;
  letter-spacing: -0.5px;
  font-family: 'Playfair', serif;
  font-weight: bold;
  margin-bottom: 13px;
}

.event .uhrzeiten {
  font-size: 17px;
  line-height: 19px;
}

.bildMitZweiSpalten {
  position: relative;
}

.bildMitZweiSpalten h2 {
  margin-bottom: 5px;
}

.bildMitZweiSpalten h3 {
  margin-bottom: 5px;
}

.bildMitZweiSpalten > div, .textColsWrapper > div {
  float:left;
}



.bildMitZweiSpalten.grau {
  background: #F5F5F5;
}

.bildMitZweiSpalten .bild {
  background: #D9D9D9;
  width: var(--bildSpalteWidth);
  position: absolute;
  height: 100%;
}

.bildMitZweiSpalten.rechts .bild {
  right: 0;
}

.bildMitZweiSpalten .bild::after {
    content: '';
    height: 100%;
    width: 105px;
    background: linear-gradient(to left bottom, #fff 50%, transparent 50.3%);
    position: absolute;
    top: 0;
    right: 0;
}

.bildMitZweiSpalten.grau .bild::after {
    background: linear-gradient(to left bottom, #F5F5F5 50%, transparent 50.3%);
}

.bildMitZweiSpalten.rechts .bild::after {
  right: auto;
  left: 0;
  background: linear-gradient(to left top, transparent 50%, #fff 50.3%);
}

.bildMitZweiSpalten.rechts.grau .bild::after {
  background: linear-gradient(to left top, transparent 50%, #F5F5F5 50.3%);
}

.bildMitZweiSpalten .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bildMitZweiSpalten .textCol {
  padding: 75px 30px;
  box-sizing: border-box;
}

.bildMitZweiSpalten .text1 {
  width: calc( var(--containerWidth) / 100 * 47.8 );
  margin-left: var(--bildSpalteWidth);
}

.bildMitZweiSpalten.rechts .text1 {
  padding-left: 0.75rem;
  margin-left: var(--containerMarginWidth);
}

.bildMitZweiSpalten .text2 {
  width: calc( var(--containerWidth) / 100 * 26.5 );
}

.bildMitZweiSpalten figure.table {
  max-width: 100%;
  overflow-x: auto;
}

.contenttable {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    text-align: left;
    padding-right: 0px;
}

.contenttable tr {
    vertical-align: top;
}

.contenttable td {
    padding-right: 5px;
}

.frame-layout-1 {
  position: relative;
  padding: 50px 20px;
  max-width: 447px;
  box-sizing: border-box;
  background: #FFDF43;
}

.frame-layout-1 p:last-child {
  margin-bottom: 0;
}

.frame-layout-1::after, .skewBackground::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFDF43;
    z-index: -1;
    transform: skewX(-15deg);
    transform-origin: 0 0;
}

.frame-layout-1::before, .frame-layout-1::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transform:unset;
  width:118px;
  left: -118px;
  background: linear-gradient(to top left, #FFDF43 50%, transparent 50%);
}

.frame-layout-1::after {
  left: unset;
  right: -118px;
  background: linear-gradient(to bottom right, #FFDF43 50%, transparent 50%);
}


#c583 a[href^="tel:"], #c598 a[href^="tel:"] {
  margin-top: 6px;
  display: inline-block;
}

.zweiSpalten {
  margin-bottom: 65px;
}

footer {
  background: #000;
  position: relative;
  padding-top: 110px;
  padding-bottom: 90px;
  color: #fff;
}

#footerPartner div.logos {
  margin-bottom: 20px;
}

#footerPartner div.logos img {
  margin-right: 15px;
  float:left;
}

#footerPartner div.logos a:last-child img {
  margin-right: 0;
}

#footerPartner .textlink {
  display: block;
}

#footerNav h2 {
  color: #FFDF43;
  font-size: 24px;
  margin-bottom: 16px;
}

footer ul.vertikal li {
  display: block;
  margin: 12px 0;
}

footer a, footer a:visited, footer a:active {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
  text-decoration: underline;
}

footer p {
  max-width: 230px;
}

footer a.kontaktAufnehmen {
  padding-left: 30px;
  line-height: 20px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

footer a.kontaktAufnehmen::before {
  content:'';
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/forward-button.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  display:block;
  position: absolute;
  left:0;
}

#footerBar {
  text-align: center;
  position: absolute;
  top: -47.5px;
  left: 0;
  right: 0;
  color: #000;
}

.footerBarWrap {
  display: inline-block;
}

#socialBar, #harzLogo {
  position:relative;
  z-index: 1;
  display: block;
  float: left;
  height: 95px;
  box-sizing: border-box;
  line-height: 95px;
}

#socialBar a:hover {
  text-decoration: none;
}

#socialBar {

  padding-left: 30px;
  padding-right: 60px;

  font-size: 26px;
  letter-spacing: -0.5px;
  font-family: 'Playfair', serif;
  text-align: left;
}

#socialBar strong {
  font-family: 'Playfair', serif;
  font-weight: bold;
}

#socialBar img {
  vertical-align: middle;
  margin-left: 25px;
}

#socialBar span {
  vertical-align: middle;
  line-height: 24px;
  display: inline-block;
  margin-right: 20px;
}

#socialLinks {
  display: inline;
}

#harzLogo {
  padding: 0 23px;
  padding-right: 46px;
  margin-left: 6px;
}

#harzLogo img {
  display: inline-block;
  vertical-align: middle;
}

#socialBar em {
  font-weight: 300;
}

#socialBar::after, #harzLogo::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #FFDF43;
    z-index: -1;
    transform: skewX(-15deg);
    transform-origin: 0 0;
}

#c12 .contenttable,#c13 .contenttable,#c167 .contenttable, #anreise .contenttable {
    table-layout: auto;
    width: 100%;
    border-collapse: separate;
    text-align: left;
    padding-right: 0px;
}

#c12 .contenttable img,#c167 .contenttable img, #anreise .contenttable img {
    padding-top: 3px;
}

#c13 .contenttable {
    margin: auto;
}

#c13 .contenttable img, #anreise .contenttable img {
    padding-right: 10px;
}

#c12 .contenttable td,#c13 .contenttable td,#c167 .contenttable td {
    padding-bottom: 5px;
}

#c32 .contenttable {
    table-layout: auto;
}

#c32 .contenttable td {
    width: 20px;
    padding-bottom: 5px;
}

#c179 {
    background: #FED700;
}

#c300 h2,#c301 h2 {
    font-size: 20px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#c300 h3,#c301 h3,#c300 h4,#c301 h4 {
    font-size: 16px;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#c343 .contenttable {
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    vertical-align: bottom;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#c343 .contenttable td {
    padding: 12px 8px 0 7px;
}

#c343 .contenttable img {
    width: 100%;
    height: auto;
}

a.zurueckKalender {
  margin-top: 32px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-left: 18px;
}

a.zurueckKalender:hover {
  text-decoration: underline;
}

a.zurueckKalender::before {
  width: 0;
  height: 0;
  border-right: 7px solid black;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}

#eventDetail #detailHeader .playfairItalic, .eventTermin.playfairItalic {
  font-size: 40px;
  letter-spacing: -1.2px;
}

#eventDetail #detailHeader {
  margin-top: 80px;
  max-width: 900px;
  margin-bottom: 55px;
}

#eventDetail h1 {
  margin-top: 0;
}

.zweiSpalten.eventDetail > div {
  float:left;
}

.zweiSpalten.eventDetail .links {
  width: calc( var(--containerWidth) / 100 * 50 );
  margin-left: var(--containerMarginWidthRel);
  padding-left: 0.75rem;
  box-sizing: border-box;
}

.zweiSpalten.eventDetail .bildCol {
  width: 50%;
  position: relative;
  text-align: center;
}

.zweiSpalten.eventDetail .bildCol img {
  width: 100%;
  height: auto;
  display: block;
}

.zweiSpalten.eventDetail .bildCol::before {
    content: '';
    height: 100%;
    width: 150px;
    background: linear-gradient(to left top, transparent 50%, #fff 50.3%);
    position: absolute;
    top: 0;
    left: 0;
}

.zweiSpalten.eventDetail p, #termineAnchor {
  max-width: 550px;
}

#termineAnchor {
  text-align: center;
  margin-top: 60px;
}

#termine {
    position: relative;
    top: -100px;
    visibility: hidden;
}

#eventDetail .infoBox h3 {
  margin-bottom: 4px;
}

#eventTermine {
  margin-top: 25px;
  margin-bottom: 45px;
}

.eventTermin {
  display: inline-block;
  height: 120px;
  width: 190px;
  margin: 25px;
  margin-left: 0;
  position: relative;

  display: flex;
  justify-content: center;
  align-items: center;

  float:left;

  background: #FFDF43;
  transform: skewX(-15deg);
}

.eventTermin .plaetze {
  line-height: 30px;
  background: #026400;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;

  font-family: 'Karla', sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;

}

.eventTermin .plaetze.ausgebucht {
  background: #C90000;
}

.eventTermin .uhrzeit, .eventTermin .inner {
  transform: skewX(15deg);
}

.eventTermin a.buchen {

  display: inline-block;

  background: #000;

  line-height: 42px;
  padding: 0 18px;
  position: absolute;
  bottom: -12px;

  text-transform: uppercase;
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFDF43;
  text-decoration: none;
}

.hoverLine span {
  position: relative;
}

.eventTermin a.buchen:hover span::after, #ticketKaufen:hover span::after,  .hoverLine:hover span::after {
  background: #FFDF43;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

#ticketKaufen:hover span::after {
  background: #000;
  bottom: -1px;
}

.eventTermin a.buchen .inner {
  display: inline-block;
}

.bildunterschrift {
  display: inline-block;
  margin-top: 10px;
}

.eventHighlight {
  max-width: 370px;
  height: 100%;
  padding: 0;
  position: relative;
  background: #fff;
  margin: 0 auto;
}

#eventHighlights {
  padding-top: 64px;
  padding-bottom: 140px;
  max-height: 750px;
  box-sizing: border-box;
  overflow: hidden;
}

#eventHighlights .slick-track {
  display: flex;
}

#eventHighlights .slick-slide {
  height: auto;
  padding-bottom: 30px;
}

#eventHighlights .slick-dots {
  bottom: -40px;
}

#eventHighlights .slick-dots li,
#slider .slick-dots li {
  margin: 0 8px;
}

#eventHighlights .slick-dots li button:before,
#slider .slick-dots li button:before {
  font-size: 20px;
  line-height: 1;
}

#eventHighlights .slick-dots li button:before,
#slider .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}

#eventHighlights .slick-dots li button:hover:before,
#eventHighlights .slick-dots li.slick-active button:before {
  color: #000;
}

#slider .slick-dots li.slick-active button:before {
  color: #FFDF43;
}

.eventHighlight img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.eventHighlight.zumKalender {
  background: #000;
  color: #fff;
}

.eventHighlight.zumKalender .button.hoverLine span::after {
  background: #000;
}

.eventHighlight header, .eventHighlight header + p {
  margin: 25px 40px;
}

.eventHighlight header + p {
  padding-bottom: 50px;
}

.eventHighlight h3 {
  font-size: 26px;
}

.eventHighlight.zumKalender h3 {
  font-size: 40px;
}

.eventHighlight.zumKalender .subline {
  font-size: 26px;
}

.eventHighlight.zumKalender header {
  color: #FFDF43;
}

.eventHighlight.zumKalender a.button {
  color: #000;
}

.eventHighlight.zumKalender a.button::after {
  background: #fff;
}

.eventLink span {
  position: relative;
}

.eventLink.button:hover::after {
  background:#000;
}

.bildlinksrechtstextmitbutton, .textlinksbildsliderrechts {
  position: relative;
}

.textlinksbildsliderrechts {
  margin-bottom: 60px;
}

.textlinksbildsliderrechts:last-child {
  margin-bottom: 0;
}

.bildlinksrechtstextmitbutton .bild {
  width: 40%;
  position: absolute;
  height: 100%;
  left:0;
}

.bildlinksrechtstextmitbutton .bild.kanteDiagonal::before {
  right:0;
  left: auto;
  background: linear-gradient(to right top, transparent 50%, #F5F5F5 50.3%);
}

.bildlinksrechtstextmitbutton .bild img, .textlinksbildsliderrechts .bild img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bildlinksrechtstextmitbutton .textCol {
  margin-left: 40%;
  width: 60%;

  box-sizing: border-box;
  background: #F5F5F5;
  padding-top: 85px;
  padding-bottom: 130px;
  padding-left: 50px;
  padding-right: 50px;
}

.bildlinksrechtstextmitbutton .button {
  margin-top: 3px;
  margin-left: 6px;
  display: inline-block;
}

.textlinksbildsliderrechts.bildSchmaler .textCol {
  padding-right: 100px;
  width: calc(57% - var(--containerMarginWidth));
}

.textlinksbildsliderrechts.bildSchmaler .bild {
 width: calc(43% - var(--containerMarginWidth));
}

.textlinksbildsliderrechts .textCol {
  float: left;
  box-sizing: border-box;
  width: calc(50% - var(--containerMarginWidth));
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-left: var(--containerMarginWidth);
}

main > .container .textlinksbildsliderrechts .textCol {
  margin-left: 0;
}

.textlinksbildsliderrechts .textCol p:last-child {
  margin-bottom: 0;
}

.textlinksbildsliderrechts .bild {
  float: left;
  width: calc(50%);
  position: relative;
}

.textlinksbildsliderrechts .bild.kanteDiagonal::before {
  background: linear-gradient(to left top, transparent 50%, #FFF 50.3%);
  width: 175px;
}


.textlinksbildsliderrechts.auto .bild {
  float: none;
  position: absolute;
  left:50%;
  height: 100%;
}

.textlinksbildsliderrechts.bildSchmaler.auto .bild {
  left: 57%;
  width: calc(43% - var(--containerMarginWidth));
}

.kalenderFeld {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #FFDF43;
  color: #222;
  float:left;
  margin: 10px;
  font-size: 30px;
  font-family: 'Playfair', serif;
  letter-spacing: -0.9px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}

.kalenderFeld:hover {
  background: #fff;
  color: #222;
}


.kalenderFeld.today {
  background: #4A4A4A;
  color: #fff;
}

.headRow .kalenderFeld {
  background: none;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.kalenderFeld.filler {
  background: none;
}

.kalenderFeld.showRange {
  background: #fff;
  color: #222;
}

.kalenderFeld.anfangSelect {
  background: #fff;
  color: #222;
}

.kalenderFeld.endeSelect {
  background: #fff;
  color: #222;
}

.kalenderFeld.mitEvent::before {
  content:'';
  position: absolute;
  background: #4A4A4A;
  width: 100%;
  height: 10px;
  bottom:0;
  left: 0;
}

.kalenderFeld.closed {
  background-image: url("/typo3conf/ext/theme_schloss/Resources/Public/Icons/kalender-closed.svg");
  background-size: contain;
}

.kalenderFeld.today.closed {
  background-image: url("/typo3conf/ext/theme_schloss/Resources/Public/Icons/kalender-closed-today.svg");
}

.kalenderFeld.closed.mitEvent::before {
  display: none;
}

#kalenderWrap {
  background: #F3F3F3;
  padding-top: 65px;
  padding-bottom: 25px;
  margin-bottom: 70px;
}

#kalender {
  text-align: center;
  position: relative;
}

#kalender h2 {
  font-size: 56px;
  letter-spacing: -1.1px;
}

#kalender .subline {
  letter-spacing: -0.8px;
  margin-top: -10px;
}

.kalenderMonat {
  display: inline-block;
}

.kalenderMonat:first-child .arrowLeft {
  display: none;
}

.kalenderMonat:last-child .arrowRight {
  display: none;
}

.kalenderMonat .arrowLeft, .kalenderMonat .arrowRight {
  content:'';
  display: block;
  position: absolute;
  width:25px;
  height:45px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-left-black.svg');
  left: -70px;
  top: calc(50% - 22px);
  cursor: pointer;
}

.kalenderMonat .arrowRight {
  right: 70px;
  left: auto;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/arrow-right-black.svg');
}

.kalenderInner {
  position: relative;
}

.kalenderInner .loading {
  position: absolute;
  left:0;
  bottom:0;
  right: 0;
  top:0;
  background: #F3F3F3;
  z-index: 2;

  font-size: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

}

.kalenderClose {
  display: block;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/kalender-close.svg');
  cursor: pointer;
}

#kalenderMessage {
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}

#toggleKalenderLegende {
  text-align: center;
  display: none;
}

#toggleKalenderLegende .button {
  color: #fff;
  padding-right: 60px;
  user-select: none;
}

#toggleKalenderLegende .button:hover {
  color: #000;
}


#toggleKalenderLegende .button::after {
  background-color: #4A4A4A;
}

#toggleKalenderLegende .button:hover::after {
  background-color: #FFDF43;
}

#kalenderLegende {
  margin: 0;
  margin-top: 110px;
  text-align: center;
}

#kalenderLegende li::before {
  display: none;
}

#kalenderLegende li {
  display: inline-block;
  margin: 0 30px;
}

#kalenderLegende .kalenderFeld {
  pointer-events: none;
}

.legendeItem {
  display: flex;
  align-items: center;
  /* width: 285px; */
}

.legendeItem p {

  color: #737373;
  font-size: 15px;

  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
  text-align: left;
}

#kalenderFilter {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 52px;
  margin-bottom: 50px;
}

#kalenderFilter #filterText {
  margin-right: 20px;
  margin-bottom: 15px;
  display: inline-block;
}

.filterItem {
  margin-bottom: 15px;
  display: inline-block;
}

#datumFilter  {
  padding-right: 50px;
  user-select: none;
}

#kategorieFilterWrapper {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

#kategorieFilter {
  padding-right: 60px;
  user-select: none;
}

.filterItem span, #toggleKalenderLegende span {
  position:relative;
  display: inline-block;
}

.filterItem span::after, #toggleKalenderLegende span::after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;

  border-top: 12px solid #FFDF43;
  content:'';

  position: absolute;

  top:2px;
  right:-30px;
}

.filterItem:hover span::after, #toggleKalenderLegende .button:hover span::after {
  border-top: 12px solid #000;
}

.filterItem .active span::after, #toggleKalenderLegende .button.active span::after {

  border-bottom: 12px solid #FFDF43;
  border-top: none;
}

.filterItem .active:hover span::after, #toggleKalenderLegende .button.active:hover span::after {

  border-bottom: 12px solid #000;
  border-top: none;

}

#kalenderFilter .button {
  color: #fff;
}

#kalenderFilter .button:hover {
  color: #000;
}

#kalenderFilter .button::after, #toggleKalenderLegende .button::after {
  transform: skewX(20deg);
  left:unset;
  right:9px;
}


#kategorien {
  position: absolute;
  background: #FFDF43;
  left: 6px;
  right: -6px;
  font-size: 14px;
  text-transform: none;
  z-index: 1;
}

#kategorien ul {
  margin-top: 16px;
}

#kategorien li::before {
  display: none;
}

.kategorieSelect {
  text-decoration: none;
  font-weight: 400;
  margin-right: 6px;
  word-break: break-all;
}

.kategorieSelect:hover {
  text-decoration: underline;
}

.kategorieSelect.active {
  font-weight: 700;
}

.kategorieSelect.active:hover {
  text-decoration: none;
}

.removeKategorieFilter {
  all: unset;
  cursor: pointer;
  display: inline-block;
  position: relative;
  top: -2px;
  width: 13px;
  height: 13px;
  background: url('/typo3conf/ext/theme_schloss/Resources/Public/Icons/kategoriefilter-close.svg');
  background-size: contain;
  font-size: 0;
}

#socialBar em.desktop {
  display:none;
}

table.bgGrau {
  background: #F5F5F5;
  margin: 40px 0;
  margin-top: 32px;
  line-height: 22px;
  width: 100%;
}

table.bgGrau:has( > thead) {
  margin-top: 20px;
}

table.bgGrau th, table.bgGrau td {
  padding: 12px 40px;
}

table.bgGrau tr:first-child td {
  padding-top: 30px;
}

table.bgGrau tr:last-child td {
  padding-bottom: 30px;
}

table.bgGrau th {
  background: #fff;
  font-family: 'Playfair', serif;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}

tr.whiteMargin td, table.bgGrau tr.whiteMargin td {
  line-height: 0;
  background: #fff;
  height: 4px;
  padding: 0;
}

tr:has(+ tr.whiteMargin) td {
  padding-bottom: 24px;
}

tr.whiteMargin + tr td {
  padding-top: 24px;
}

main ul {
  list-style-type: none;
  margin-bottom: 24px;
}

main ul li {
  position: relative;
  margin-left: 24px;
  line-height: 19px;
  margin-bottom: 10px;
}

main ul li::before {
  content: '.';
  font-size: 32px;
  position: absolute;
  top: 1px;
  left: -16px;
  line-height: 0;
}

main ul.slick-dots li::before {
  display: none;
}

.video video[poster] {
  object-fit: cover;
}

.video h2 {
  margin-bottom: 20px;
}

.video-container {
    position: relative;
    display: inline-block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    cursor: pointer;
    transition: opacity 0.3s;
}

.play-button:hover {
    opacity: 0.8;
}

.imgCopyright {

  --skewDegree: 16deg;
  --abstandSeite: 22px;
  --bgVerschiebung: -1px;

  position: absolute;
  right: var(--abstandSeite);
  bottom: 10px;
  font-size: 15px;
  line-height: 26px;
  padding: 1px 20px;
  z-index: 0;
}

.imgCopyright::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: var(--bgVerschiebung);
  background: #F5F5F5;
  z-index: -1;
  transform: skewX( var(--skewDegree) );
  transform-origin: 0 0;
}

.bildMitZweiSpalten.rechts .imgCopyright,
.eventDetail .imgCopyright,
.textlinksbildsliderrechts  .imgCopyright {
  left: var(--abstandSeite);
  right: unset;
  padding-left: 12px;
  padding-right: 28px;
}

.textlinksbildsliderrechts.bildSchmaler .imgCopyright {
  right: var(--abstandSeite);
  left: unset;
  bottom: 10px;
  padding-right: 14px;
}

.bildMitZweiSpalten.rechts .imgCopyright::after,
.eventDetail .imgCopyright::after,
.textlinksbildsliderrechts .imgCopyright::after {
  right: calc( -1 * var(--bgVerschiebung) );
  left:unset;
  transform: skewX( calc( -1 * var(--skewDegree) ) );
}

.textlinksbildsliderrechts.bildSchmaler .imgCopyright::after {
  transform: unset;
}


@media (min-width: 992px) {

  #socialBar em.mobile {
    display:none;
  }

  #socialBar em.desktop {
    display:inline;
  }

}

@media (min-width: 1200px) {

  .textlinksbildsliderrechts .textCol {
    width: calc(45% - var(--containerMarginWidth));
  }

  .textlinksbildsliderrechts .bild {
    width: calc(55%);
  }

  .textlinksbildsliderrechts.auto .bild {
    left:45%;
  }

}

@media (min-width: 1400px) {

  .textlinksbildsliderrechts .textCol {
    width: calc(40% - var(--containerMarginWidth));
  }

  .textlinksbildsliderrechts .bild {
    width: calc(60%);
  }

  .textlinksbildsliderrechts.auto .bild {
    left:40%;
  }

}

@media (max-width: 1500px) {

  #rundgang .kleinesBildMitButtonUndText .bild {
    margin-left: 0;
  }

}

@media (min-width: 992px) AND (max-width: 1500px) {


  #kalenderLegende .kalenderFeld {
    width: 30px;
    height: 30px;
  }

  #kalenderLegende .kalenderFeld.mitEvent::before {
    height: 5px;
  }

}



@media (max-width: 1245px) {

  #kalenderLegende li {
    margin: 0 10px;
  }

  .legendeItem p {
    margin-left: 0;
  }

}

@media (max-width: 1199px) {

  .frame-layout-1 {
    max-width: 400px;
    padding-left: 10px;
  }

}

@media (max-width: 1299px) {

  .horizontalScroll .slick-next {
    right: -40px;
  }

  .horizontalScroll .slick-prev {
    left: -40px;
  }

}

@media (max-width: 1399px) {

  .frame-layout-1 {
    max-width: 402px;
    padding-right: 0;
    margin-left: 45px;
  }

  .frame-layout-1::before, .frame-layout-1::after {
    transform: none;
    left: -98px;
    width: 98px;
  }

  .frame-layout-1::after {
    left: unset;
    right: -98px;
  }

  .eventHighlight {
    max-width: 330px;
  }

}

@media (max-width: 1260px) {

  #eventHighlights {
    width: 80%;
    margin: 0 auto;
  }

  .eventHighlight {
    max-width: 370px;
  }

}

@media (max-width: 1199px) {

  .frame-layout-1 {
    padding: 20px;
    padding-top: 65px;
    padding-bottom: 42px;
    margin-left: calc(var(--bs-gutter-x)* -.5);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    max-width: none;
    float: none;
  }

  .frame-layout-1::before, .frame-layout-1::after {
    width:0;
  }


  #eventHighlights {
    width: 100%;
    margin: unset;
  }

}

@media (max-width: 1060px) {

  #eventHighlights {
    width: 90%;
    margin: 0 auto;
  }

}





@supports (font-variation-settings: normal) {
  .event .details,
  .sonderausstellung .sonder,
  .eventTermin .plaetze,
  .eventTermin a.buchen,
  #menuButton,
  #ticketKaufen,
  .event .label,
  #kalenderFilter,
  strong,
  .kategorieSelect.active
   {
    font-family: 'Karla VF', 'Karla', sans-serif;
    font-weight: 730;
  }
}
