body {
  overflow: hidden;
}

.touchscreen .mod_article {
  overflow-y: auto;
  height: calc(100vh - 80px);
}

h1 {
  font-size: 90px;
  font-family: "ripostelight";
  color: #000000;
}

h2,
.h2 {
  font-family: "freyamedium";
  font-size: 45px;
  color: #000000;
}

h3 {
  font-family: "freyamedium";
  font-size: 28px;
  color: #000000;
}

p {
  font-family: "ripostelight";
  font-size: 27px;
  color: #000000;
}

.ps__rail-y {
  display: none;
}

.p-cs1 {
  padding: 75px;
}

.p-cs2 {
  padding: 30px;
}

.p-cs3,
.exhibition_cards .start-card .info {
  padding: 30px 70px;
}

span {
  font-family: "ripostelight";
  font-size: 33px;
}

a {
  text-decoration: none;
  color: #0e7173;
}
a:hover {
  color: #0e7173;
}

i::before,
i::after {
  font-family: "Font Awesome 5 Pro";
  margin-right: 15px;
}

figure {
  margin: 0;
}

.mt-cs1,
.current .info .more,
.archiv-details h2,
.archiv-details h3 {
  margin-top: 40px;
}

.mt-cs2,
.current-details .header h1,
.article-section .press-articles .content p,
.poster-section .box_content p,
.current .info h2,
.archiv-details .header h1,
.examination .examination-content p,
.poster-section .slick-track {
  margin-top: 70px;
}

.mb-cs1,
.article-section .press-articles .content p {
  margin-bottom: 70px;
}

.poster-section .slick img {
  max-height: 740px;
  width: 100%;
  height: 100%;
  background-position: center;
  -o-object-fit: fill;
     object-fit: fill;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.poster-section .slick .slick-list {
  padding: 20px 0 !important;
  /* padding-top:20px!important;
  padding-bottom:20px!important; */
}
.poster-section .slick .slick-center img {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -o-object-fit: fill;
     object-fit: fill;
}
.poster-section .slick-slide figure {
  outline: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.poster-section .slick-prev,
.poster-section .slick-next {
  display: none !important;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.poster-section .slick-prev {
  left: 100px;
}
.poster-section .slick-next {
  right: 100px;
}
.poster-section .slick-active img {
  -webkit-transform: rotateY(17deg) scale3d(0.95, 0.8, 1);
          transform: rotateY(17deg) scale3d(0.95, 0.8, 1);
  -webkit-transform-origin: right;
          transform-origin: right;
  opacity: 0.7;
}
.poster-section .slick-active + .slick-active + .slick-active img {
  -webkit-transform: rotateY(-17deg) scale3d(0.95, 0.8, 1);
          transform: rotateY(-17deg) scale3d(0.95, 0.8, 1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pagination {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  /*
  .previous a,
  .next a {
    font-size: 0;
  }

  .next a:before {
    display: inline-block;
    padding-top: 2px;
    font: 30px "Font Awesome 5 Pro";
    content: "\f178";
    font-weight: 300;
  }

  .previous a:before {
    display: inline-block;
    padding-top: 2px;
    font: 30px "Font Awesome 5 Pro";
    content: "\f177";
    font-weight: 300;
  }*/
}
.pagination li {
  display: inline-block;
  margin-right: 10px;
  font-size: 30px;
}

.exhibition_cards .article-inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: auto;
}
.exhibition_cards .start-card {
  position: relative;
  width: 33.33%;
  height: calc(50vh - 40px);
}
.exhibition_cards .start-card h2 {
  font-family: "ripostelight";
  font-size: 90px;
}
.exhibition_cards .start-card p {
  font-size: 30px;
  font-family: "freyamedium";
}
.exhibition_cards .start-card .figure-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.exhibition_cards .start-card .figure-logo img {
  width: 200px;
}
.exhibition_cards .start-card .figure-logo a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.exhibition_cards .start-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.exhibition_cards .start-card .info p {
  margin-top: 10px;
  /*
  &:before {
    content: "\f0a6";
    font-family: "Font Awesome 5 Pro";
    margin-right: 10px;
  }*/
}
.exhibition_cards .start-card .info .finger {
  margin-top: 10px;
  margin-right: 10px;
}
.exhibition_cards .start-card:nth-child(odd) .info {
  background: #ffffff;
}
.exhibition_cards .last_teaser {
  height: 50%;
}
.exhibition_cards .last_teaser .teaserImage {
  height: 100%;
}
.exhibition_cards .last_teaser .teaserImage picture {
  height: inherit;
}
.exhibition_cards .last_teaser .teaserImage picture img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibition_cards .last_teaser figure {
  height: 100%;
}
.exhibition_cards .last_teaser picture {
  height: 100%;
}
.exhibition_cards .last_teaser picture img {
  height: inherit;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.exhibition_cards .info {
  height: 50%;
  background-color: #f2f2f2;
}
.exhibition_cards .info h2 {
  margin: 0;
}

.last_teaser .images {
  position: relative;
}
.last_teaser .more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.examination {
  overflow-y: hidden !important;
}
.examination .examination-content {
  position: relative;
  height: calc(100vh - 80px);
  margin-right: -20px;
}
.examination .examination-content p {
  font-size: 45px;
  font-family: "freyamedium";
  line-height: 45px;
}
.examination .examination-image img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.examination iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 25%;
}
.examination .col-img {
  z-index: 3;
}

.newsletter .examination-content {
  margin-right: 0px;
  overflow-y: auto;
}

.examination-content::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.archive #exhibitionArchiveContent {
  height: 100%;
}
.archive .info h2 {
  font-size: 60px;
}
.archive .info p {
  font-size: 20px;
}
.archive .info span {
  font-size: 37px;
}
.archive .info .teaser {
  display: none;
}
.archive .info .archive-more {
  cursor: pointer;
  font-size: 30px;
  font-family: "freyamedium";
}
.archive .exhibitionArchive .images img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.archiv-details {
  overflow-y: hidden !important;
  height: auto !important;
}
.archiv-details .info {
  overflow-y: auto;
  height: calc(100vh - 80px);
}
.archiv-details .info .h2 {
  font-size: 90px;
  font-family: "ripostelight";
}
.archiv-details .info img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archiv-details .info::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.archiv-details .header h1 {
  font-size: 45px;
  font-family: "freyamedium";
  line-height: 45px;
  margin-bottom: 1rem;
}
.archiv-details .header .picture {
  display: none;
}
.archiv-details .content {
  margin-top: 3rem;
}
.archiv-details p {
  margin-bottom: 0;
}
.archiv-details .image img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}
.archiv-details .box_content p,
.archiv-details .box_content span {
  font-size: 20px;
}
.archiv-details .col-img {
  z-index: 3;
}
.archiv-details .sidebar > div {
  max-height: -webkit-fill-available;
}
.archiv-details .sidebar .ce_gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archiv-details .sidebar .ce_gallery ul li {
  display: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
}
.archiv-details .sidebar .ce_gallery ul li:first-child {
  display: block;
}
.archiv-details .sidebar .ce_gallery ul img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 30px 30px 0 0;
}
.archiv-details .slick-slide img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  padding-right: 20px;
}
.archiv-details .pressestimmen {
  display: none;
}

.current .info {
  height: calc(100vh - 80px);
}
.current .info h2 {
  line-height: 45px;
}
.current .info p {
  font-size: 20px;
}
.current .info .more {
  text-transform: capitalize;
  font-size: 30px;
}
.current .info .more .finger {
  margin-top: 10px;
  margin-right: 10px;
}
.current .images img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}

.article-section .press-articles {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0%;
     -moz-column-gap: 0%;
          column-gap: 0%;
  -webkit-column-width: 50%;
     -moz-column-width: 50%;
          column-width: 50%;
}
.article-section .press-articles .image img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.current-details {
  overflow-y: hidden !important;
  height: auto !important;
}
.current-details .info {
  overflow-y: auto;
  height: calc(100vh - 80px);
}
.current-details .info .h2 {
  font-size: 90px;
  font-family: "ripostelight";
}
.current-details .info::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.current-details .startEndTime {
  margin-bottom: 1rem;
}
.current-details .header h1 {
  line-height: 45px;
  font-size: 45px;
  margin-bottom: 1rem;
  font-family: "freyamedium";
}
.current-details .header .picture {
  display: none;
}
.current-details .image img {
  width: 100%;
  height: calc(100vh - 80px);
  -o-object-fit: cover;
     object-fit: cover;
}
.current-details .box_content p {
  font-size: 20px;
  margin-bottom: 0;
}
.current-details .content .box_content {
  margin-top: 3rem;
}
.current-details .sidebar > div {
  max-height: -webkit-fill-available;
}
.current-details .startEndTime,
.current-details li {
  font-size: 20px;
}

.nl2go_anmelden {
  margin-top: 8vh;
}
.nl2go_anmelden form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nl2go_anmelden form > div > div {
  width: 48%;
}
.nl2go_anmelden div {
  margin: 0 !important;
}
.nl2go_anmelden label {
  display: none;
}
.nl2go_anmelden input,
.nl2go_anmelden button {
  width: 100%;
  font-size: 1.2rem;
  padding: 10px !important;
  border-radius: 10px !important;
}
.nl2go_anmelden input {
  border: 1px solid #000000 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nl2go_anmelden button {
  background-color: #000000 !important;
  border: 0px !important;
  color: #ffffff !important;
  margin-top: 0 !important;
}

header {
  height: 80px;
}

.mod_navigation {
  background: #000000;
  width: 100%;
  margin: auto;
  overflow: auto;
}
.mod_navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin: 0;
}
.mod_navigation .logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod_navigation .logo img {
  width: 140px;
}
.mod_navigation .logo a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mod_navigation li {
  width: -webkit-fill-available;
  text-align: center;
}
.mod_navigation .active {
  color: #0e7173;
}
.mod_navigation a,
.mod_navigation strong {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 33px;
  width: 100%;
  line-height: 80px;
  font-family: "ripostelight";
}
.mod_navigation a.trail {
  color: #0e7173;
}

.mod_exhibitionNavigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.333333%;
          flex: 0 0 33.333333%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1600px) {
  .p-cs1 {
    padding: 55px;
  }
  .p-cs3,
.exhibition_cards .start-card .info {
    padding: 13px 30px;
  }
}
@media screen and (max-height: 1100px) {
  .p-cs1 {
    padding: 55px;
  }
  .p-cs3,
.exhibition_cards .start-card .info {
    padding: 13px 30px;
  }
}
@media (max-width: 1200px) {
  /*
  p {
    font-size: 18px;
  }
  .exhibition_cards .start-card h2 {
    font-size: 24px;
  }
  */
}