/* cyrillic-ext */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nMrXyi0A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nFrXyi0A.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* hebrew */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nDrXyi0A.woff2) format("woff2");
  unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nPrXyi0A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../font/iJWKBXyIfDnIV7nBrXw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  min-height: 100%;
  display: flex;
  max-width: 100vw !important;
  overflow-x: hidden;
  width: 100vw !important;
}

body {
  flex: 1;
  min-height: 100vh;
  position: relative;
  max-width: 100vw !important;
  overflow-x: hidden;
  width: 100vw !important;
}

*, i, em, p, span, p a, span a, li, label, select, select option, textarea {
  font-family: Rubik, "Helvetica Neue", sans-serif !important;
  color: #231f20;
}

p, i, em, span, p a, span a, li, label, select, select option, textarea {
  font-size: 15px;
}

* {
  transition: 0.3s;
}

p {
  margin-bottom: 2rem;
}

.form-control:focus {
  box-shadow: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.btn.btn-primary {
  margin: 0 auto;
  position: relative;
  /* display: inline-block; */
  background: none !important;
  border: 1px solid #918f90;
  color: #918f90;
  font-weight: normal;
  padding: 14px 50px 14px 50px;
  border-radius: 0;
  height: auto;
}

.btn.btn-primary:hover, .btn.btn-primary:active {
  color: #c57419 !important;
  border: 1px solid #c57419 !important;
  box-shadow: none !important;
}

.seperator {
  border-bottom: 1px solid #231f20;
  position: absolute !important;
  width: 195%;
  left: 0;
  margin-left: -48%;
}

h3, .schedule h2 {
  font-weight: 800 !important;
}

.mp3Headline {
  font-weight: bold;
  display: block;
}

*:focus {
  outline: none !important;
}

.imgOverlay {
  position: absolute;
  z-index: 1000;
  opacity: 0.3;
  margin-left: 327px;
  width: 1423px;
}
.imgOverlay img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}

.container {
  z-index: 1;
}
.container .inner {
  position: relative;
}
.container .inner.all {
  background: none;
}
.container .inner.all .row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
}
@media (min-width: 992px) {
  .container .inner.all {
    display: flex;
    flex-wrap: wrap;
  }
}

.header-container {
  position: relative;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid white;
}
.header-container .topContainer {
  z-index: 1;
  min-height: 100px;
}
.header-container .topContainer .container {
  padding-left: 0;
}
.header-container .topContainer .logo {
  margin-top: 100px;
}
.header-container .topContainer .logo a {
  font-size: 28px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  margin-left: 80px;
  display: block;
  font-family: "Playfair Display", serif !important;
}
.header-container .topContainer .logo a img {
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 0;
  height: 95px;
}
@media (max-width: 576px) {
  .header-container .topContainer .logo a img {
    padding-left: 10px;
  }
}
.header-container .topContainer .langHolder {
  margin-top: 25px;
  margin-bottom: 10px;
}
.header-container .topContainer .langHolder .languageSwitcher {
  margin-right: 0;
  margin-top: 8px;
}
.header-container .topContainer .langHolder .languageSwitcher * {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
}
.header-container .topContainer .langHolder .languageSwitcher .langsep {
  padding-left: 5px;
  padding-right: 5px;
}
.header-container .topContainer .contactMenue {
  float: right;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 0;
  margin-left: 22px;
  text-decoration: none;
  color: white !important;
}
.header-container .topContainer .contactMenue:hover, .header-container .topContainer .contactMenue.active {
  color: #c57419 !important;
}
.header-container .topContainer #mainMenue * {
  font-family: Rubik, "Helvetica Neue", sans-serif !important;
}
.header-container .topContainer #mainMenue span {
  font-size: 20px;
  text-transform: uppercase;
}
.header-container .topContainer #mainMenue .navbar {
  background: none !important;
}
.header-container .topContainer #mainMenue .nav-item {
  float: right;
}
.header-container .topContainer #mainMenue .nav-item a {
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 0;
  margin-left: 22px;
}
.header-container .topContainer #mainMenue .nav-item a:hover, .header-container .topContainer #mainMenue .nav-item a.active {
  color: #c57419 !important;
}
@media (max-width: 991px) {
  .header-container .topContainer .menueHolder {
    padding: 0;
  }
  .header-container .topContainer .menueHolder #mainMenue {
    width: 100%;
  }
  .header-container .topContainer .menueHolder #mainMenue .navbar {
    padding-left: 0 !important;
    width: 100%;
  }
  .header-container .topContainer .menueHolder #mainMenue .navbar #nav_dropdown_collapse {
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    padding: 0 15px;
    margin-left: 0;
    width: 100%;
    top: 39px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
  }
  .header-container .topContainer .menueHolder #mainMenue .navbar #nav_dropdown_collapse .nav-item a {
    text-align: right;
  }
  .header-container .topContainer {
    min-height: 80px;
  }
  .header-container .topContainer .row {
    width: auto;
  }
  .header-container .topContainer .langHolder {
    margin-top: 8px;
    padding-right: 15px;
    padding-bottom: 4px;
  }
  .header-container .topContainer .langHolder .languageSwitcher {
    margin-right: 0;
  }
  .header-container .topContainer .logo {
    margin-top: 0;
  }
  .header-container .topContainer .logo a {
    margin-left: 55px !important;
    font-size: 23px !important;
    margin-bottom: 4px;
  }
  .header-container .topContainer .logo img {
    height: 80px !important;
  }
  .header-container .navbar-toggler:not(:disabled):not(.disabled) {
    position: absolute;
    right: 15px;
    top: -7px;
  }
  .header-container .topContainer .logo a img {
    bottom: -30px;
  }
}

@media (max-width: 576px) {
  .container:not(.header-container .container) {
    padding-right: 0;
  }

  .bgContainer {
    margin-right: -15px !important;
    margin-left: 0px !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .logoHolder {
    padding-left: 0 !important;
  }

  .header-container .topContainer .logo a {
    margin-left: 80px !important;
  }

  .header-container .topContainer .langHolder {
    padding-right: 0;
  }

  .header-container .navbar-toggler:not(:disabled):not(.disabled) {
    right: 0;
  }
}
.pageImage {
  width: 100%;
  z-index: 0;
  margin-top: -100px;
  position: relative;
  float: left;
}
@media (max-width: 767px) {
  .pageImage {
    margin-top: 0px !important;
  }
}
.pageImage img {
  width: 100%;
}
.pageImage .caption {
  position: absolute;
  bottom: 10%;
  right: 0%;
  width: 42%;
}
.pageImage .caption * {
  font-family: bennet-display, sans-serif !important;
  font-size: 75px;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .pageImage {
    margin-top: -80px;
  }
  .pageImage .caption {
    bottom: 5%;
    right: 5%;
  }
  .pageImage .caption * {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .pageImage {
    margin-top: -80px;
  }
  .pageImage .caption {
    bottom: 5%;
    right: 5%;
  }
  .pageImage .caption * {
    font-size: 35px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pageImage .caption * {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .header-container .topContainer {
    min-height: 100px;
    padding-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 992px) {
  .logoHolder {
    order: 1;
  }

  .menueHolder {
    order: 2;
  }
}
.bgContainer {
  width: 200%;
  margin-left: -50%;
  margin-right: -50%;
  padding-right: 50%;
}
.bgContainer.note {
  background-position: center top;
  background-repeat-x: no-repeat;
}
.bgContainer .container {
  margin-top: 25px;
  margin-bottom: 25px;
}
.bgContainer .container .inner {
  background: none !important;
}
.bgContainer .container.textblock .inner div {
  background: none !important;
}

.container a.arrow, .container span.arrow {
  background-image: url("/templates/mirjam/images/arrow.png");
  display: block;
  width: 113px;
  height: 8px;
  padding: 12px;
  padding-left: 0;
  background-repeat: no-repeat;
  background-position-y: 6px;
}

h2.isCentered {
  font-family: bennet-display, sans-serif !important;
  text-align: center;
  font-size: 40px;
  margin: 30px 0;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  h2.isCentered {
    margin: 15px 0;
  }
}

.container .container {
  margin-right: 0;
  padding-right: 0;
}

.container .container.textblock {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .container .container.textblock {
    margin-left: 0px;
  }
}

.container.textblock h2.isCentered {
  font-family: bennet-display, sans-serif !important;
  text-align: center;
  font-size: 40px;
  margin: 30px 0;
  width: 100%;
  font-weight: bold;
}
@media (max-width: 767px) {
  .container.textblock h2.isCentered {
    margin: 15px 0;
  }
}
.container.textblock h2 {
  margin-top: 0;
  padding-top: 0;
}
.container.textblock.line {
  border-bottom: 1px solid #918f90;
  padding: 0;
  max-width: 100%;
  margin-bottom: 0px;
}
.container.textblock.realLine {
  margin-bottom: -50px;
  margin-top: -40px;
  max-width: 200vw !important;
  margin-left: -50% !important;
  width: 200vw !important;
}
@media (max-width: 991px) {
  .container.textblock.realLine {
    /*margin-bottom: -20px;*/
  }
}
.container.textblock div {
  background: none;
}
.container.textblock .inner {
  max-width: 800px;
  margin: auto;
}
.container.textblock .inner.line {
  padding: 0;
  margin-bottom: 0;
}
.container.textblock h2 {
  font-family: Rubik, "Helvetica Neue", sans-serif !important;
  font-weight: bold;
  margin: 10px 0 10px 0;
  float: left;
  width: 100%;
  font-size: 20px;
}
.container.textblock * {
  line-height: 170%;
}
.container.textblock .textIcon {
  display: inline;
  float: left;
  padding-right: 10px;
}
.container.textblock .textImage {
  float: left;
  max-width: 284px;
  max-height: 280px;
  margin-right: 45px;
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .container.textblock .textImage {
    float: left;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1011px !important;
  }
}
.container.imagebox.col-12 .inner {
  width: 100%;
  padding-bottom: 0;
}
.container.imagebox.col-12 .inner.fixedHeight {
  height: 100%;
}
.container.imagebox .inner {
  width: 90%;
}
.container.imagebox .inner img {
  opacity: 0;
}
.container.imagebox .inner a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
.container.imagebox .inner .img {
  background-size: 100% !important;
  background-position: center !important;
  background-size: cover !important;
}
@media (min-width: 767px) {
  .container.imagebox .inner .img {
    height: 100%;
  }
}
@media (min-width: 767px) {
  .container.imagebox .inner .img:hover {
    transform: scale(1.03);
  }
}
.container.imagebox .img {
  border: 1px solid #231f20;
  position: relative;
  float: left;
  overflow: hidden;
  display: block;
  max-width: 100%;
  width: 100%;
}
.container.imagebox .img.noBorder {
  border: 0;
}
.container.imagebox .img img {
  position: relative;
  float: left;
}
.container.imagebox .img .playbutton {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -39px;
  margin-top: -39px;
}
.container.imagebox .caption {
  background: white;
  position: absolute;
  padding: 20px 60px 50px 60px;
  top: 1px;
  left: 1px;
  max-width: 45%;
}
@media (max-width: 996px) {
  .container.imagebox .caption {
    padding: 20px 20px 40px 20px;
  }
}
.container.imagebox .caption * {
  color: #918f90;
}
.container.imagebox .caption span, .container.imagebox .caption h3 {
  display: block;
  width: 100%;
}
.container.imagebox .caption .text {
  font-size: 13px;
}
.container.imagebox .caption .arrow {
  margin: 20px 0 0px 0;
  text-align: left;
}
.container.imagebox .caption h3 {
  font-size: 33px;
  font-weight: bold;
  font-family: bennet-display, sans-serif !important;
  color: #231f20;
}
.container.imagebox .caption.below {
  position: relative;
  background: none;
  float: left;
  width: 100%;
  display: block;
  max-width: 100%;
  padding: 15px 0 20px 0;
}
.container.imagebox .caption.below * {
  color: #231f20;
}
.container.imagebox .caption.below h3 {
  font-weight: 800;
  font-size: 27px;
}
.container.imagebox .caption.below .row1 {
  padding-top: 20px;
}
.container.imagebox .caption.below .arrow {
  display: none;
}
@media (max-width: 767px) {
  .container.imagebox {
    overflow: hidden;
  }
  .container.imagebox .caption {
    float: left;
    width: 100%;
    background: white;
    max-width: 100%;
    position: relative;
  }
}

.eventlist {
  border: 1px solid #231f20;
}
@media (max-width: 767px) {
  .eventlist {
    border: 0;
    padding: 0 15px !important;
  }
  .eventlist .inner {
    border: 1px solid #231f20;
    padding: 8px;
    padding-bottom: 20px !important;
  }
}
.eventlist h2 {
  font-family: bennet-display, sans-serif !important;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.eventlist .eventlistEntry {
  margin-top: 15px;
}
.eventlist .eventlistEntry * {
  font-size: 14px;
}
.eventlist .eventlistEntry h3 {
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.eventlist .eventlistEntry .additionalText {
  width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}

audio {
  max-width: 100%;
}

#recaptcha {
  display: none;
}

#slideshow {
  margin-left: 15px;
  width: 100%;
  margin-top: 30px;
  max-width: 100%;
  overflow: hidden;
  min-height: auto;
}
#slideshow .carousel {
  background: none !important;
}
#slideshow .textslide img {
  display: none !important;
}
#slideshow .slick-next, #slideshow .slick-prev {
  background-image: url("/templates/mirjam/images/slideshow_arrow.png");
  width: 23px;
  height: 49px;
  margin-top: -100px;
}
#slideshow .slick-next:before, #slideshow .slick-prev:before {
  content: "";
}
#slideshow .slick-prev {
  margin-left: 27px;
}
#slideshow .slick-next {
  margin-right: 27px;
  margin-top: -75px !important;
}
#slideshow .carousel-indicators {
  bottom: 10px;
}
#slideshow .carousel-indicators li {
  background-color: #deddde;
  width: 18px;
  height: 18px;
  margin-right: 15px;
}
#slideshow .carousel-indicators li.active {
  background-color: #c57419;
}
#slideshow .slick-prev {
  transform: rotate(180deg);
}
#slideshow .carousel-control-next,
#slideshow .carousel-control-prev {
  opacity: 1;
}
#slideshow .carousel-caption {
  width: 90%;
  margin-left: 5%;
}
#slideshow .carousel-caption h3 {
  color: #9a9b9c;
  font-size: 39px;
  font-family: bennet-display, sans-serif !important;
  text-align: center;
  max-width: 100%;
  letter-spacing: 0;
  text-shadow: 0;
  line-height: 46px;
  font-weight: bold !important;
}
#slideshow .carousel-caption h3 span {
  color: #c57419;
  font-size: 100px;
  font-family: Helvetica, Arial, sans-serif !important;
  text-shadow: 0;
}
#slideshow .carousel-caption h3 .secondquote {
  display: inline-block;
  margin-top: -35px;
  position: absolute;
  font-family: Helvetica, Arial, sans-serif !important;
}
#slideshow .carousel-caption p {
  width: 100%;
  font-size: 15px;
  color: #393536;
  text-align: center;
}
#slideshow .carousel-caption {
  position: relative;
  left: 15px;
  padding-right: 5%;
}
#slideshow .carousel-caption h3 {
  position: relative;
  margin-left: 0;
  padding-right: 10px;
  bottom: -28px;
  text-decoration: none !important;
}
#slideshow .carousel-caption p {
  display: block;
  margin-top: 20px;
  margin-left: -5px;
  position: relative;
}
#slideshow .carousel-item {
  min-height: 0px;
}
#slideshow .carousel-inner {
  margin-bottom: 25px;
}
#slideshow .carousel-caption {
  bottom: 24px;
}
#slideshow .carousel-caption h3 {
  padding-bottom: 25px !important;
  text-align: center;
  width: 100%;
}
#slideshow img {
  width: 200% !important;
  max-width: 200% !important;
  margin-left: -50%;
  height: auto !important;
}
@media (max-width: 767px) {
  #slideshow {
    max-width: 100vw !important;
  }
}
@media (max-width: 767px) {
  #slideshow .carousel-inner {
    margin-left: -15px;
    margin-bottom: -50px;
  }
  #slideshow .carousel-control-prev-icon {
    left: 0;
  }
  #slideshow .carousel-caption {
    position: relative;
    left: 15px;
    padding-right: 15px;
  }
  #slideshow .carousel-caption h3 {
    font-size: 24px;
    line-height: 29px;
    position: relative;
    margin-left: 0;
    padding-right: 10px;
  }
  #slideshow .carousel-caption span {
    font-size: 60px !important;
  }
  #slideshow .carousel-caption .secondquote {
    margin-top: -26px !important;
  }
  #slideshow .carousel-caption p {
    display: block;
    margin-top: 20px;
    margin-left: -5px;
    position: relative;
  }
}

.categoryOverview.box a:hover {
  text-decoration: none;
}
.categoryOverview.box .article {
  list-style: none;
  padding: 0 50px;
  margin-bottom: 50px;
}
.categoryOverview.box .article h3 {
  font-weight: 800;
  font-family: bennet-display, sans-serif !important;
  font-size: 22px;
  padding-top: 30px;
}
.categoryOverview.box .article .readon {
  color: #918f90;
  font-weight: bold;
  display: block;
  font-size: 13px;
}
.categoryOverview.box .article .intro, .categoryOverview.box .article .intro2 {
  font-size: 13px;
  display: block;
}
.categoryOverview.box .article img.articleImg {
  width: 100%;
  position: absolute;
}
.categoryOverview.box .article .imgHolder {
  padding-bottom: 100%;
  width: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}
.categoryOverview.box .article img.articleImg:hover {
  width: 102%;
  max-width: 102%;
  margin-left: -1%;
}
.categoryOverview.box .btn {
  margin-bottom: 30px;
}
@media (min-width: 767px) {
  .categoryOverview.box li:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 44px;
  }
  .categoryOverview.box li:nth-child(3n+2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .categoryOverview.box li:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 44px;
  }
}
@media (max-width: 767px) {
  .categoryOverview.box .article {
    padding: 0 0px;
  }
  .categoryOverview.box .article img {
    width: 100%;
  }
  .categoryOverview.box .article .readon img {
    width: auto;
  }
  .categoryOverview.box .article .readon .bicon {
    max-width: 13px;
  }
}

.container .gallery {
  margin-left: 15px;
  margin-right: 15px;
}
.container .gallery div {
  overflow: hidden;
}
.container .gallery div img {
  max-width: none;
  width: 102%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  cursor: pointer;
}
@media (min-width: 768px) {
  .container .gallery div {
    /* .box2 {
       img.first:hover, img.second:hover {
         width: 108%;
         height: 52%;
         margin-left: -4%;

       }
     }*/
    /*.box6 {
      img.first:hover {
        width: 108%;
        height: 69%;
        margin-left: -4%;

      }
      img.second:hover {
        width: 108%;
        height: 36%;
        margin-left: -4%;

      }
    }*/
  }
  .container .gallery div img:hover {
    width: 104%;
    height: 104%;
    margin-left: -2%;
  }
}
.container .gallery div[class*=box], .container .gallery div[class*=box] img.first {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}
.container .gallery .boxi {
  border-right: 0 !important;
  border-bottom: 0 !important;
  height: 50%;
}
.container .gallery .boxi.first {
  height: 66.6%;
}
.container .gallery .boxi.second {
  height: 33.4%;
}
.container .gallery div[class*=box] {
  overflow: hidden;
}
.container .gallery .playbutton.first {
  top: 25%;
}
.container .gallery .playbutton.second {
  top: 75%;
}
.container .gallery .box1 {
  height: 400px;
}
.container .gallery .box2 {
  height: 400px;
}
.container .gallery .box3 {
  height: 200px;
}
.container .gallery .box4 {
  height: 800px;
}
.container .gallery .box5 {
  height: 600px;
}
.container .gallery .box6 {
  height: 600px;
}
@media (max-width: 992px) {
  .container .gallery .col-4.box2 {
    border-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .container .gallery div[class*=box] {
    height: auto !important;
  }
  .container .gallery div[class*=col] {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .container .gallery .box6 {
    height: auto;
  }
  .container .gallery .box6 .first {
    height: auto;
  }
  .container .gallery .box6 .second {
    height: auto;
  }
}

span.playbutton {
  width: 77px;
  height: 77px;
  fill: white;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -38px;
  margin-top: -38px;
  cursor: pointer;
  background: url("/templates/mirjam/images/Play.svg");
}

span.playbutton:hover {
  background: url("/templates/mirjam/images/PlayHover.svg");
}

.container .schedule .inner {
  padding-bottom: 0;
  padding-top: 6px;
}
@media (max-width: 992px) {
  .container .schedule .container, .container .schedule .container * {
    padding-left: 0 !important;
  }
}
.container .schedule div {
  background: none;
}
.container .schedule.eventlist {
  background: white;
}
.container .schedule .nav-link {
  width: 70px;
  height: 70px;
  display: block;
  float: left;
  border-radius: 100px;
  background: #d3d2d2;
  text-align: center;
  padding-top: 27px;
  line-height: 14px;
  font-size: 16px;
  color: white !important;
  margin-right: 20px;
}
.container .schedule .nav-link.active {
  background: #c57419 !important;
}
.container .schedule .nav-link.long {
  padding-top: 13px;
}
@media (max-width: 992px) {
  .container .schedule .schedulenav .nav-item {
    margin-bottom: 15px;
  }
}
.container .schedule .schedulenav li a.active, .container .schedule .schedulenav li a:hover {
  border-bottom: 0;
  color: white !important;
  background: #c57419 !important;
}
.container .schedule .event {
  font-size: 15px;
}
.container .schedule .event .canceled {
  display: none;
  color: #c57419 !important;
}
.container .schedule .event.inactive {
  color: #a7a5a6;
}
.container .schedule .event.inactive * {
  color: #a7a5a6;
}
.container .schedule .event.inactive .canceled {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.container .schedule .event h3 {
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
.container .schedule .event p {
  margin-bottom: 10px;
}
.container .schedule .event .personBox {
  margin-bottom: 8px;
  display: inline-block;
}

.container.articleTabs {
  position: static;
}
.container.articleTabs div {
  position: static;
}
.container.articleTabs .personBox {
  padding-bottom: 10px;
  display: inline-block;
}
.container.articleTabs .nav-tabs {
  border-bottom: 0;
  margin: 50px 0 50px 0;
  background: none !important;
}
.container.articleTabs .nav-tabs .nav-item {
  margin-bottom: 5px;
  width: 32%;
  margin-right: 1%;
}
@media (max-width: 576px) {
  .container.articleTabs .nav-tabs .nav-item {
    width: 100%;
  }
}
.container.articleTabs .nav-link {
  display: block;
  width: 100%;
  float: left;
  border-radius: 30px;
  background: #d3d2d2;
  text-align: center;
  padding: 12px 20px;
  font-size: 16px;
  color: white !important;
  margin-right: 20px;
}
.container.articleTabs .nav-link.active {
  background: #c57419 !important;
}
.container.articleTabs .articleImg {
  float: left;
  padding: 20px 20px 20px 0;
  max-width: 300px;
}
.container.articleTabs h3 {
  font-weight: bold;
  font-size: 18px;
}

.slbElement .slbArrow.prev, .slbElement .slbArrow.next {
  background-image: url("/templates/mirjam/images/slideshow_arrow.png");
  width: 23px;
  height: 49px;
  margin: 10px;
}
.slbElement .slbArrow.prev::before, .slbElement .slbArrow.next::before {
  border: 0;
}
.slbElement .slbArrow.prev {
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .lastclear {
    height: 50px;
  }
}
#footerMenue {
  background-image: url("/templates/mirjam/images/tapete.jpg");
  width: 100%;
  width: 100%;
}
#footerMenue .copyright {
  font-size: 13px;
  display: block;
  margin-left: -14px;
  margin-top: 25px;
}
@media (max-width: 576px) {
  #footerMenue .copyright {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #footerMenue .container {
    max-width: 1040px !important;
    padding: 0;
  }
}
#footerMenue h4 {
  font-family: bennet-display, sans-serif !important;
  font-size: 3.5rem;
  font-width: bold;
  margin-bottom: 20px;
}
#footerMenue span {
  font-size: 13px;
}
#footerMenue .footerimg {
  position: absolute;
  margin-top: -39px;
  width: 76px;
  height: 76px;
  border-radius: 76px;
  background: white;
  margin-left: -20px;
}
#footerMenue .row.first {
  padding-top: 50px;
}
#footerMenue .row.first a {
  text-transform: none;
}
#footerMenue a {
  display: inline;
}
#footerMenue .paperplane {
  position: absolute;
  margin-left: -35px;
}
#footerMenue div[class*=col] {
  padding-left: 0;
}
#footerMenue .menueEntry {
  font-weight: bold;
  text-transform: uppercase !important;
  padding-right: 3px;
  font-size: 13px;
}
#footerMenue span.desc {
  padding-right: 115px;
  display: inline-block;
}
#footerMenue #contact input, #footerMenue #contact textarea {
  background: #77787a;
  border-color: #333;
}
#footerMenue #contact ::placeholder {
  color: white;
}
#footerMenue #contact button {
  border: none !important;
  padding: 0;
  position: absolute;
  right: -9px;
  bottom: -2px;
}
#footerMenue #contact button span {
  display: block;
  font-size: 11px;
}
#footerMenue .bg {
  background: rgba(0, 0, 0, 0.6);
}
#footerMenue .inner {
  background: none;
}

.slbOverlay, .slbWrapOuter, .slbWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.slbOverlay {
  overflow: hidden;
  z-index: 2000;
  background-color: #000;
  opacity: 0.7;
  animation: slbOverlay 0.5s;
}

.slbWrapOuter {
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 2010;
}

.slbWrap {
  position: absolute;
  text-align: center;
}

.slbWrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.slbContentOuter {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0px auto;
  padding: 0 1em;
  box-sizing: border-box;
  z-index: 2020;
  text-align: left;
  max-width: 100%;
}

.slbContentEl .slbContentOuter {
  padding: 5em 1em;
}

.slbContent {
  position: relative;
}

.slbContentEl .slbContent {
  animation: slbEnter 0.3s;
  background-color: #fff;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.4);
}

.slbImageWrap {
  animation: slbEnter 0.3s;
  position: relative;
}

.slbImageWrap:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 5em;
  bottom: 5em;
  display: block;
  z-index: -1;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background-color: #FFF;
}

.slbDirectionNext .slbImageWrap {
  animation: slbEnterNext 0.4s;
}

.slbDirectionPrev .slbImageWrap {
  animation: slbEnterPrev 0.4s;
}

.slbImage {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 5em 0;
  margin: 0 auto;
}

.slbCaption {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  font-size: 1.4em;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.71429em 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbCloseBtn, .slbArrow {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

.slbCloseBtn::-moz-focus-inner, .slbArrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.slbCloseBtn:hover, .slbArrow:hover {
  opacity: 0.5;
}

.slbCloseBtn:active, .slbArrow:active {
  opacity: 0.8;
}

.slbCloseBtn {
  animation: slbEnter 0.3s;
  font-size: 3em;
  width: 1.66667em;
  height: 1.66667em;
  line-height: 1.66667em;
  position: absolute;
  right: -0.33333em;
  top: 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.slbLoading .slbCloseBtn {
  display: none;
}

.slbLoadingText {
  font-size: 1.4em;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.slbArrows {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
}

.slbLoading .slbArrows {
  display: none;
}

.slbArrow {
  position: absolute;
  top: 50%;
  margin-top: -5em;
  width: 5em;
  height: 10em;
  opacity: 0.7;
  text-indent: -999em;
  overflow: hidden;
}

.slbArrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.8em 0 0 -0.8em;
  border: 0.8em solid transparent;
}

.slbArrow.next {
  right: 0;
}

.slbArrow.next:before {
  border-left-color: #fff;
}

.slbArrow.prev {
  left: 0;
}

.slbArrow.prev:before {
  border-right-color: #fff;
}

.slbIframeCont {
  width: 80em;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 5em 0;
}

.slbIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.6);
  background: #000;
}
@keyframes slbOverlay {
  from {
    opacity: 0;
  }
  to {
    opacity: 0.7;
  }
}
@keyframes slbEnter {
  from {
    opacity: 0;
    transform: translate3d(0, -1em, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterNext {
  from {
    opacity: 0;
    transform: translate3d(4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slbEnterPrev {
  from {
    opacity: 0;
    transform: translate3d(-4em, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}