/**
 *  SETTINGS
 */
/**
 *  COMPONENTS
 */
/**
 *  SETTINGS
 */
/**
 *  COMPONENTS
 */
/**
 *  SETTINGS
 */
/**
 *  COMPONENTS
 */
.grid-box.white-shadow, .grid-box.grey-lightest, .grid-box.grey-darker, .grid-box.dc-yellow, .grid-box.dc-yellow-lighter, .grid-box.dc-yellow-darker, .grid-box.bba-blue {
  padding: 2rem;
}
.grid-box.white-shadow a:hover,
.grid-box.white-shadow a:focus, .grid-box.grey-lightest a:hover,
.grid-box.grey-lightest a:focus, .grid-box.grey-darker a:hover,
.grid-box.grey-darker a:focus, .grid-box.dc-yellow a:hover,
.grid-box.dc-yellow a:focus, .grid-box.dc-yellow-lighter a:hover,
.grid-box.dc-yellow-lighter a:focus, .grid-box.dc-yellow-darker a:hover,
.grid-box.dc-yellow-darker a:focus, .grid-box.bba-blue a:hover,
.grid-box.bba-blue a:focus {
  color: var(--ctx-muted, currentColor);
}
.grid-box.white-shadow a:focus-visible, .grid-box.grey-lightest a:focus-visible, .grid-box.grey-darker a:focus-visible, .grid-box.dc-yellow a:focus-visible, .grid-box.dc-yellow-lighter a:focus-visible, .grid-box.dc-yellow-darker a:focus-visible, .grid-box.bba-blue a:focus-visible {
  outline: 2px solid var(--ctx-muted, currentColor);
}
.grid-box:not(.grid-box-last) {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .grid-box:not(.grid-box-last) {
    margin-bottom: 2rem;
  }
}
.grid-box.grid-box-last :last-child {
  margin-bottom: 0;
}

.grid-box-block .block--newsletter-compact .block__title {
  display: none !important;
}

/**
 * @author Marcus Abel <marcus.abel@palasthotel.de>
 * @author Jana Eggebrecht <jana.eggebrecht@palasthotel.de>
 * @author Thomas Frobieter <tf@webks.de>
 * @modified 14.02.2018
 */
.grid-box-toggle .grid-box-title {
  font-size: 1.3333333333rem;
}
.grid-box-toggle .grid-box-title ~ * {
  overflow: hidden;
  transition-duration: 150ms;
  transition-property: max-height;
}
.grid-box-toggle--initialized .grid-box-title {
  font-size: 1.1111111111rem;
  text-decoration: underline;
  cursor: pointer;
}
.grid-box-toggle--initialized .grid-box-title .grid-box-title-link {
  display: inline;
}
.grid-box-toggle--initialized .grid-box-title::after {
  content: "";
  display: inline-block;
  text-decoration: none;
  margin-left: 0.5em;
  width: 16px;
  height: 16px;
  background-image: url("../logo_triangle.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(90deg);
  transition-duration: 150ms;
  transition-property: transform;
}
.grid-box-toggle--initialized .grid-box-title ~ * {
  max-height: 0;
}
.grid-box-toggle--initialized:not(.grid-box-toggle--expanded) .grid-box-title,
.grid-box-toggle--initialized:not(.grid-box-toggle--expanded) > * {
  margin-block: 0;
  padding-block: 0;
}
.grid-box-toggle--expanded .grid-box-title::after {
  transform: rotate(-90deg);
}
.grid-box-toggle--expanded .grid-box-title ~ * {
  max-height: 1000px;
}

.toggle-more {
  display: inline-block;
  transition: transform 0.25s ease-in-out;
}
.toggle-more.is-expanded {
  transform: rotate(90deg);
}
.toggle-more img {
  width: 20px !important;
  height: auto;
  margin-bottom: 0px !important;
}

.content-toggle {
  transition: max-height 0.15s ease-in-out, opacity 0.25s ease-in-out, border 0.25s ease-in-out;
  overflow: hidden;
}
.js .content-toggle {
  opacity: 0;
  max-height: 0;
}
.content-toggle.is-expanded {
  opacity: 1;
  max-height: 100000px;
}

.grid-box-content_by_tag {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  grid-gap: 24px;
}
.grid-box-content_by_tag > .views-row {
  display: flex;
}

.grid-box.image {
  --ctx-muted: #969da6;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #333;
}
.grid-box.image img {
  max-width: none;
  width: 100%;
}
.grid-box.image > a {
  display: block;
  line-height: 0;
  margin: 0 0 1rem 0;
}
.grid-box.image .grid-box-title {
  font-size: 1rem;
  margin: 0 0 0.5em 0;
}
.grid-box.image .ph-caption,
.grid-box.image .grid-box-epilog {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.grid-box.image .ph-caption:empty,
.grid-box.image .grid-box-epilog:empty {
  display: none;
}
.grid-box.image .ph-caption > :last-child,
.grid-box.image .grid-box-epilog > :last-child {
  margin-bottom: 0;
}

.ph-license__wrapper {
  margin-bottom: 1rem;
  order: -99;
}

.grid-box-image-license {
  display: block;
  --ctx-muted: currentColor;
  font-size: 12px;
  font-style: italic;
  line-height: 1.1;
  color: #969da6;
}
.grid-box-image-license * {
  display: inline;
}
.grid-box-image-license *::before, .grid-box-image-license *::after {
  display: inline;
}

.white-shadow .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.white-shadow .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.grey-lightest .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.grey-lightest .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.grey-darker .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.grey-darker .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.dc-yellow .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.dc-yellow .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.dc-yellow-lighter .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.dc-yellow-lighter .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.dc-yellow-darker .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.dc-yellow-darker .grid-box.image > .ph-license__wrapper > .grid-box-image-license,
.bba-blue .grid-box.image > *:not(.ph-license__wrapper):not(a):not(img),
.bba-blue .grid-box.image > .ph-license__wrapper > .grid-box-image-license {
  padding-left: 1rem;
  padding-right: 1rem;
}

.royalSlider img {
  max-height: 500px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.rsContent {
  position: relative;
}

.rs-gallery-description {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  background: rgba(255, 255, 255, 0.95);
  padding: 1rem;
  margin: 0;
  color: #333;
  font-size: 12px;
}
.rs-gallery-description.is-hideable {
  opacity: 0;
  transition-duration: 250ms;
  transition-property: opacity;
}
.rsContent:hover .rs-gallery-description.is-hideable {
  opacity: 1;
}
/*# sourceMappingURL=ph_grid.boxes.min.css.map */
