@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/lato-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/lato-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/opensans-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/opensans-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/roboto-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/roboto-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/robotocondensed-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/robotocondensed-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/sourcesanspro-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/sourcesanspro-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Patrick Hand";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/patrickhand-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Grundschrift";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/grundschrift-Regular.woff2) format("woff2");
}
@font-face {
  font-family: "Grundschrift";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/grundschrift-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/ptserif-regular.woff2) format("woff2");
}
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/ptserif-bold.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/merriweather-regular.woff2) format("woff2");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../fonts/merriweather-bold.woff2) format("woff2");
}
html {
  scroll-behavior: smooth;
  height: 100%;
  margin: 0;
}

body {
  background: #aaa !important;
  height: 100%;
  margin: 0;
}
body > .pusher {
  background: transparent !important;
}

.ck-wrapper {
  margin: 3rem 0;
  padding: 3rem;
  background: white;
  border-radius: 0.28571429rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.07), 0 8px 16px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .ck-wrapper {
    margin: 1rem 0;
    padding: 2rem;
  }
}

.ck-background {
  background: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.ck-header {
  position: relative;
  gap: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  border-image: linear-gradient(to right, var(--color--secondary), var(--color--primary) 50%, var(--color--secondary)) 1;
  border-image-slice: 1;
}

.ck-content-cards {
  border-radius: 24px !important;
}

.ck-header-wrapper {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .ck-header-wrapper {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 991px) {
  .ck-header-wrapper {
    flex-direction: column;
  }
}

.ck-branding {
  margin: 0 !important;
}
.ck-branding-title {
  font-family: var(--font--heading);
}
.ck-branding-title a {
  color: var(--color--primary) !important;
}
@media screen and (max-width: 991px) {
  .ck-branding {
    margin-bottom: 1rem !important;
    text-align: center;
  }
}

.custom-logo {
  display: block;
  max-width: 18rem;
  height: auto;
  max-height: 6.25rem;
  object-fit: contain;
  object-position: 0 50%;
}
@media screen and (max-width: 991px) {
  .custom-logo {
    margin: auto;
    max-width: 10rem;
    object-position: 50%;
  }
}

.ck-navigation {
  margin: 0 !important;
}
@media screen and (max-width: 991px) {
  .ck-navigation {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .ck-navigation {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  .ck-navigation-item {
    width: calc(50% - 0.25rem);
    margin: 0 !important;
    justify-content: center;
  }
}
@media screen and (max-width: 428px) {
  .ck-navigation-item {
    width: 100%;
  }
}

.ck-breadcrumb {
  display: block !important;
  margin: 0 -3rem 2rem -3rem !important;
  padding: 1rem 3rem;
  color: #999;
}
.ck-breadcrumb a, .ck-breadcrumb .divider {
  color: inherit !important;
}
.ck-breadcrumb .divider {
  opacity: 0.4 !important;
}
@media screen and (max-width: 768px) {
  .ck-breadcrumb {
    margin: 0 -2rem 2rem -2rem !important;
    padding: 1rem 2rem;
  }
}

.ck-content,
.ck-footer {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .ck-content,
  .ck-footer {
    margin-top: 1.5rem;
  }
}

.ck-content-header {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.ck-footer {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-style: solid;
  border-width: 0;
  border-top-width: 2px;
  border-image: linear-gradient(to right, var(--color--secondary), var(--color--primary) 50%, var(--color--secondary)) 1;
  border-image-slice: 1;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

.ck-footer-navigation {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0;
}

.ck-footer-wrapper {
  margin-top: auto !important;
}

#page-title {
  font-size: xxx-large;
}

.ck-editor-modal .content {
  padding: 0 !important;
  padding-bottom: 20px !important;
}
.ck-editor-modal iframe {
  width: 100%;
  min-height: 80vh;
  border: 0;
}

@media screen and (min-width: 783px) {
  body.admin-bar {
    margin-top: 32px !important;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar {
    margin-top: 46px !important;
  }
}

.ck-modal {
  border-radius: 24px !important;
}
.ck-modal-header {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}
.ck-modal-content {
  border-bottom-left-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.ui.form textarea {
  border-radius: 24px !important;
}

.ui.input > input {
  border-radius: 24px !important;
}

.ui.button {
  border-radius: 24px !important;
}

.ui.form input:not([type]), .ui.form input[type=color], .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=month], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url], .ui.form input[type=week] {
  border-radius: 24px !important;
}

.ui.action.input > .button:last-child, .ui.action.input > .buttons:last-child > .button, .ui.action.input > .dropdown:last-child {
  border-radius: 0 24px 24px 0 !important;
}

.ui.action.input:not([class*="left action"]) > input {
  border-radius: 24px 0 0 24px !important;
}

.ck-accordion.ui.styled.fluid.accordion {
  border-radius: 24px;
}

[data-modal] {
  cursor: pointer;
}

[data-load] > * {
  pointer-events: none;
}

.ajax-loader {
  transition: opacity 0.3s;
}
.ajax-loader.is-loading {
  opacity: 0.5;
}
.ajax-loader.is-loading * {
  pointer-events: none;
}

.is-loading {
  cursor: progress;
}

.ratio {
  --width: 16;
  --height: 9;
  position: relative;
  overflow: hidden;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: calc(100% / var(--width) * var(--height));
}
.ratio__content {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio img, .ratio video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grundschrift {
  font-family: "Grundschrift", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.ck-wrapper {
  border-radius: 24px !important;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

.ui.raised.link.card {
  border-radius: 24px !important;
}

.ui.card > .image, .ui.cards > .card > .image {
  border-top-left-radius: 24px !important;
  border-top-right-radius: 24px !important;
}

.cky-btn-revisit-wrapper .cky-revisit-bottom-left {
  background-color: #71cb8b;
}

.ui.top.right.attached.label {
  border-top-right-radius: 24px !important;
}

@media only screen and (min-width: 1px) and (max-width: 1185px) {
  .ck-wrapper {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin: 0 auto;
    width: 100% !important;
    border-radius: 0px !important;
  }
}
.ui.items > .item > .image > img {
  border-radius: 24px !important;
}

.cky-btn-revisit-wrapper .cky-btn-revisit img {
  height: 15px !important;
  width: 15px !important;
}

.cky-revisit-bottom-left {
  width: 25px !important;
  height: 25px !important;
}

.ui.card.horizontal, .ui.horizontal.cards > .card {
  border-radius: 24px !important;
}

.ui.card.horizontal > .image > img, .ui.horizontal.cards > .card > .image > img {
  border-bottom-left-radius: 24px !important;
  border-top-left-radius: 24px !important;
}

.ui.fluid.image, .ui.fluid.image img, .ui.fluid.image svg, .ui.fluid.images, .ui.fluid.images img, .ui.fluid.images svg {
  border-radius: 24px !important;
}

.ck-mobile-menu-button {
  display: none;
}

.ck-navigation {
  display: block;
}

@media screen and (max-width: 768px) {
  .ck-mobile-menu-button {
    display: block;
    cursor: pointer;
    font-size: 24px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
  }
  .ck-navigation {
    display: none !important;
  }
  .ui.right.sidebar {
    z-index: 1000;
  }
  .ui.right.sidebar.active {
    display: block;
  }
}
.ui.right.sidebar {
  z-index: 1000;
}
@media screen and (min-width: 769px) {
  .ui.right.sidebar {
    display: none;
  }
}

.ck-content-actions-fixed {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 1000;
}

.ck-content-actions.ui.menu > .item:first-child {
  border-top-left-radius: 24px !important;
  border-bottom-left-radius: 24px !important;
}

.ck-content-actions.ui.menu > .item:last-child {
  border-top-right-radius: 24px !important;
  border-bottom-right-radius: 24px !important;
}

.ui.circular.icon.button {
  border-radius: 50% !important;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.ui.placeholder.segment {
  border-radius: 24px;
}

.ck-index.table {
  border-radius: 24px;
}

.ui.table > thead > tr:first-child > th:only-child {
  border-radius: 24px 24px 0 0 !important;
  background: var(--color--primary);
  color: var(--color--secondary);
}
.ck-button {
  margin-bottom: 0.5rem !important;
}

.ck-content-actions {
  border-radius: 1.5rem !important;
}

div.ck-content-actions.ui.basic.buttons a.ui.icon.button:first-child {
  border-top-left-radius: 1.5rem !important;
  border-bottom-left-radius: 1.5rem !important;
}

div.ck-content-actions.ui.basic.buttons a.ui.icon.button:last-child {
  border-top-right-radius: 1.5rem !important;
  border-bottom-right-radius: 1.5rem !important;
}

.wp-block-columns {
  gap: 2em;
}

.ck-comments .avatar .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
}

.ck-comments {
  margin-top: 3rem !important;
  max-width: 100%;
}

.ck-comments-heading {
  color: var(--color--primary) !important;
}

.ck-heading > .ui.image {
  display: block !important;
  width: 4em !important;
  margin: 0 auto 0.5rem !important;
}

.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.5rem 0;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 14px;
  text-align: center;
}
.pswp__caption:empty {
  display: none;
}

.ck-index ul, .ck-index ol {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ck-index li {
  --level: 1;
  margin-left: calc((var(--level) - 1) * 1.25rem);
}

.ck-masonry {
  --masonry--columns: 3;
  --masonry--gap: 30px;
  display: grid;
  gap: max(var(--masonry--gap), 2px);
  grid-template-columns: repeat(var(--masonry--columns), minmax(0, 1fr));
}
.ck-masonry-item {
  margin: 0 !important;
  overflow: hidden;
}
.ck-masonry-item img {
  object-fit: cover;
  transition: transform 0.3s;
}
.ck-masonry-item:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .ck-masonry {
    --masonry--columns: 2 !important;
  }
}
@media screen and (max-width: 428px) {
  .ck-masonry {
    --masonry--columns: 1 !important;
    --masonry--gap: 1em;
  }
}

.ck-message {
  position: fixed !important;
  z-index: 10;
  right: 0.75rem;
  bottom: 0.75rem;
  animation: fade 0.5s linear backwards;
}

.ck-pagetree .menu {
  margin-top: 0 !important;
  min-height: 0 !important;
}

.ck-scroll-indicator {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  height: 0.3rem;
  width: 0;
  background-color: var(--color--primary);
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

h1, h2, h3, h4, h5, h6, a,
.ui.items a.item:hover .content .header,
.ui.link.items > .item:hover .content .header,
.ui.divided.list .item > .icon {
  color: var(--color--primary);
}

.ui.dropdown .menu > .item {
  min-height: 0 !important;
}

.ui.text.menu:not(.vertical) form {
  display: flex;
  align-items: center;
}
.ui.text.menu:not(.vertical) button.item {
  border: 0;
  cursor: pointer;
}
.ui.text.menu:not(.vertical) button.item:hover {
  color: rgba(0, 0, 0, 0.95);
}

[data-tooltip]:after {
  font-size: 0.8125rem;
}

.ck-timeline {
  position: relative;
  display: block;
  padding: 2rem 0;
  background: linear-gradient(to right, transparent 0, transparent calc(50% - 2px), rgba(0, 0, 0, 0.1) calc(50% - 2px), rgba(0, 0, 0, 0.1) calc(50% + 2px), transparent calc(50% + 2px));
}
.ck-timeline:before, .ck-timeline:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background: white;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
}
.ck-timeline:after {
  top: auto;
  bottom: 0;
}
.ck-timeline .card {
  position: relative;
  width: 100% !important;
  max-width: calc(50% - 2rem) !important;
}
.ck-timeline .card .circular.icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(100% + 2rem);
  transform: translate(-50%, -50%);
  margin: 0;
  background: white;
}
.ck-timeline .card:nth-child(even) {
  margin-left: auto;
}
.ck-timeline .card:nth-child(even) .circular.icon {
  left: auto;
  right: calc(100% + 2rem);
  transform: translate(50%, -50%);
}
@media screen and (min-width: 769px) {
  .ck-timeline .card img {
    height: 100% !important;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .ck-timeline .card {
    flex-direction: column !important;
  }
  .ck-timeline .card .image {
    width: 100% !important;
  }
  .ck-timeline .card .image, .ck-timeline .card img {
    border-top-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0 !important;
  }
}
@media screen and (max-width: 428px) {
  .ck-timeline {
    padding: 4rem 0;
  }
  .ck-timeline .card {
    margin: 3rem 0;
    max-width: none !important;
  }
  .ck-timeline .card .circular.icon {
    top: 0;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) !important;
  }
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;
  --pswp-error-text-color: var(--pswp-icon-color);
}

/*
	Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)
*/
.pswp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: var(--pswp-root-z-index);
  display: none;
  touch-action: none;
  outline: 0;
  opacity: 0.003;
  contain: layout style size;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Prevents focus outline on the root element,
  (it may be focused initially) */
.pswp:focus {
  outline: 0;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

.pswp--open {
  display: block;
}

.pswp,
.pswp__bg {
  transform: translateZ(0);
  will-change: opacity;
}

.pswp__bg {
  opacity: 0.005;
  background: var(--pswp-bg);
}

.pswp,
.pswp__scroll-wrap {
  overflow: hidden;
}

.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pswp__img,
.pswp__zoom-wrap {
  width: auto;
  height: auto;
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__item {
  /* z-index for fade transition */
  z-index: 1;
  overflow: hidden;
}

.pswp__hidden {
  display: none !important;
}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {
  pointer-events: none;
}

.pswp__content > * {
  pointer-events: auto;
}

/*

  PhotoSwipe UI

*/
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}

.pswp__error-msg {
  margin: auto;
  font-size: 1em;
  line-height: 1;
  color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
  opacity: 0.005;
  will-change: opacity;
  transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
  z-index: 10; /* always overlap slide content */
  pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
  opacity: 1;
  pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
  position: relative;
  display: block;
  width: 50px;
  height: 60px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  cursor: pointer;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 0.85;
  -webkit-appearance: none;
  -webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}

.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}

.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}

.pswp__icn:focus {
  outline: 0;
}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
  background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 10;
  /* allow events to pass through top bar itself */
  pointer-events: none !important;
}

.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}

/*

  Close button

*/
.pswp__button--close {
  margin-right: 6px;
}

/*

  Arrow buttons

*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {
  display: none;
}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {
  visibility: hidden;
}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {
  visibility: visible;
}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}

.pswp__button--arrow--next {
  right: 0px;
}

.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/*

  Zoom button

*/
.pswp__button--zoom {
  display: none;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}

/*

  Loading indicator

*/
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}

.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}

.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}

@keyframes pswp-clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*

  "1 of 10" counter

*/
.pswp__counter {
  height: 30px;
  margin-top: 15px;
  margin-inline-start: 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}

.pswp--one-slide .pswp__counter {
  display: none;
}

/*# sourceMappingURL=style.css.map */
